/*
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 wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');

#top #wrap_all {
    position: relative;
}
#wpadminbar .quicklinks ul {
    margin: 0px;
}

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

#top #wpfront-notification-bar td {
    padding: 25px 10px;
}
#top #wpfront-notification-bar .wpfront-message {
    font-size: 22px;
    line-height: 1.2;
}
#top #wpfront-notification-bar .wpfront-button {
    text-shadow: none;
    text-transform: uppercase;
    box-shadow: none;
    border: none;
    padding: 8px 20px;
    font-size: 15px;
    border-radius: 8px;
}
#top #wpfront-notification-bar .wpfront-close {
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    font-weight: 400;
    top: 10px;
    right: 10px;
}

@media screen and (max-width: 767px) {
	#top #wpfront-notification-bar .wpfront-message {
    	margin: 0px 0px 5px;
		font-size: 17px;
	}
	#top #wpfront-notification-bar .wpfront-close {
    	font-size: 15px;
	}
	#top #wpfront-notification-bar td {
    	padding: 10px 25px;
	}
}

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

#header {
    box-shadow: none;
}
#header .header_bg {
    height: 130px;
	transition: none;
}
#header_main .logo img {
    max-height: 80px !important;
    margin-top: 25px;
}
#header-widgets {
    position: absolute;
    top: 0px;
    right: calc(50% - 655px);
    width: fit-content;
    z-index: 9999;
}
#header-widgets .widget {
    padding: 0px;
    display: inline-block;
    margin-left: 40px;
}
#header-widgets .widget:first-child {
	margin-left: 0px;
}
#header-widgets .textwidget {
    display: table-cell;
    height: 130px;
    vertical-align: middle;
}
#header-widgets p {
    margin: 0px;
}
#header-widgets .top-text {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin: 0px 0px 15px;
}
#header-widgets .top-text a {
    color: #008897;
 	margin-left: 15px;
}
#header-widgets .top-buttons {
    text-align: center;
}
#header-widgets .top-buttons a {
    background: #2088C7;
    color: white;
    padding: 8px 45px 8px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 10px;
	position: relative;
	text-decoration: none;
	transition: .4s all;
}
#header-widgets .top-buttons a:after {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    right: 30px;
    top: 10px;
}
#header-widgets .top-buttons a:hover {
	opacity: .8;
}
#header-widgets .top-buttons a:first-child {
    margin-right: 20px;
}
#header-widgets ul li {
    border-bottom: 1px solid #ccc;
}
#header-widgets ul li:last-child {
    border: none;
}
#header-widgets ul li a {
    color: #008897;
    display: block;
    padding: 1px 0px;
}
#header.header-scrolled .av-logo-container {
    display: none;
}
#header.header-scrolled .header_bg {
    height: 0px;
}
#top .switcher .selected a {
    border: 1px solid #ccc;
    background-color: white;
    padding: 5px;
    font-weight: 600;
    font-size: 14px;
    background: #008897;
    color: white;
    font-family: "Montserrat";
}
#top .switcher .option {
    position: absolute;
    background-color: white;
    font-family: "Montserrat";
}
#top .switcher .option .selected {
    background: #efefef;
}
#top .switcher .selected a:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 7px;
}

/****************************************************************** Main Menu */

#header #header_main_alternate {
    background-color: rgba(0, 136, 151, .8);
}
#header_main_alternate #menu-item-search > a {
    line-height: 50px;
    color: #008897;
}
#header_main_alternate #menu-item-search > a:before {
    background: white;
    width: 30px;
    height: 30px;
    position: absolute;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    top: 10px;
    right: 0px;
}
#header #searchform > div {
    margin: 0px;
}
#header .avia-search-tooltip {
    top: 10px !important;
    right: 0px !important;
    left: auto !important;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.5);
    width: 200px;
}
#header .avia-search-tooltip .avia-arrow-wrap {
    display: none;
}
#header .avia-search-tooltip input[type="text"] {
    background: transparent;
    height: 30px;
    color: white;
    font-family: "Montserrat";
}
#header .avia-search-tooltip input[type="text"]::-webkit-input-placeholder,
#header .avia-search-tooltip input[type="text"]::placeholder {
	color: white;
}
#top #header #s {
    background-color: white;
    color: #333;
}
#top #wrap_all #searchsubmit {
    background: #F26522;
    font-family: 'entypo-fontello';
}
#top #wrap_all #header #searchsubmit {
    height: 30px;
    line-height: 30px;
}
#top #searchform .ajax_search_response {
    background: white;
    width: 250px;
    right: 0px;
    position: absolute;
    box-shadow: 2px 2px 8px rgba(0,0,0,.2), -2px -2px 8px rgba(0,0,0,.2);
}
#top #searchform .ajax_search_response h4 {
    background: #333;
    text-align: center;
    color: white;
    padding: 5px 0px;
    margin: 0px;
}
#top #searchform .ajax_search_response .av_ajax_search_image {
    display: none;
}
#top #searchform .ajax_search_response .ajax_search_excerpt {
    display: none;
}
#top #searchform .ajax_search_response .av_ajax_search_title {
    color: #333;
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
}
#top #searchform .ajax_search_response .av_ajax_search_entry_view_all {
    background: #F26522;
    color: white;
    text-transform: uppercase;
}
#mega-menu-wrap-avia #mega-menu-avia a.mega-menu-link:hover {
    text-decoration: underline !important;
}
#header_main_alternate .mega-menu > li:before {
    content: " ";
    width: 1px;
    height: 20px;
    background: white;
    position: absolute;
    margin-left: 0px;
    top: 15px;
    display: block !important;
	transition: .2s all;
}
#header_main_alternate .mega-menu > li:hover + li:before,
#header_main_alternate .mega-menu > li.mega-current-menu-item + li:before,
#header_main_alternate .mega-menu > li.mega-current-menu-ancestor + li:before {
    opacity: 0;
}
#header_main_alternate .mega-menu > li:first-child:before,
#header_main_alternate .mega-menu > li.menu-item-search-dropdown:before {
	display: none !important;
}
#header_main_alternate .mega-menu > li > a {
    font-weight: 500 !important;
}
#header_main_alternate .mega-menu li a {
	transition: .4s all;
}
#header_main_alternate .mega-menu > li:hover > a {
    font-weight: 500 !important;
}
#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item .mega-indicator {
    display: none !important;
}
#header_main_alternate .mega-menu-megamenu > .mega-sub-menu:after {
    content: " ";
    width: 33%;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #0a1f30;
    display: block !important;
    z-index: -1;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li > a {
    font-size: 15px !important;
    margin: 0px 0px 5px !important;
    font-weight: 600 !important;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li > .mega-sub-menu > li {
    padding: 0px 0px 0px 20px !important;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li > .mega-sub-menu > li:before {
    content: " ";
    width: 6px;
    height: 6px;
    background: white;
    position: absolute;
    display: block !important;
    left: 5px;
    top: 9px;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu > li > .mega-sub-menu > li > a {
    font-size: 14px !important;
    padding: 2px 0px !important;
}
#header_main_alternate .mega-menu-column .widget_custom_html .textwidget {
    padding: 0px 10px;
}
#header_main_alternate .mega-menu-column .widget_custom_html p {
    margin: 0px 0px 5px !important;
}
#header_main_alternate .mega-menu-column .widget_custom_html p strong {
    color: white;
}
#header_main_alternate .mega-menu-column .widget_custom_html p a {
    height: auto;
    line-height: inherit;
    color: #72e7ee;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
#header_main_alternate .mega-menu-column .widget_custom_html p a:after {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    right: -15px;
    top: -1px;
    display: block !important;
}
#header_main_alternate .mega-menu-column > .mega-sub-menu li > a:hover {
	opacity: .8 !important;
}
#header_main_alternate .mega-menu-flyout > .mega-sub-menu {
    padding: 10px 0px !important;
    display: none !important;
}
#header_main_alternate .mega-menu-flyout:hover > .mega-sub-menu,
#header_main_alternate .mega-menu-flyout.mega-toggle-on > .mega-sub-menu {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}
#header_main_alternate .mega-menu-flyout > .mega-sub-menu > li > a {
    padding: 8px 15px !important;
    line-height: 1.4 !important;
}
#top #header #header_main_alternate .mega-menu-flyout .mega-sub-menu .mega-sub-menu {
    position: relative;
    left: 0px;
    transform: none;
    opacity: 1;
    visibility: visible;
}
#top #header #header_main_alternate .mega-menu-flyout .mega-sub-menu .mega-sub-menu li a {
    padding: 12px 12px 12px 35px;
    line-height: 1;
    position: relative;
}
#top #header #header_main_alternate .mega-menu-flyout .mega-sub-menu .mega-sub-menu li a:before {
    content: " ";
    width: 8px;
    height: 2px;
    background: white;
    opacity: .5;
    position: absolute;
    left: 20px;
    top: 18px;
}

/****************************************************************** Page Banner */

#page-banner .menu-background {
    display: block;
    width: 100%;
    height: 50px;
    background: #008997;
}
#page-banner .banner-content {
    background-image: url(/wp-content/uploads/2020/02/photo-banner.jpg);
    background-size: cover;
    background-position: center center;
    padding: 25px 0px;
}
#page-banner .banner-content h1,
#page-banner .banner-content .blog-title {
    color: white;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0px 0px 10px;
	display: block;
	font-size: 34px;
    line-height: 1.1em;
}
#page-banner #breadcrumbs {
    margin: 0px;
    color: white;
    font-weight: 500;
}
#page-banner #breadcrumbs a {
    color: white;
}
#page-banner .has-banner-icon .banner-icon {
    position: absolute;
    left: 50px;
    height: 121px;
    top: 0px;
}
#page-banner .banner-icon-aligner {
    top: 0px;
    position: absolute;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#page-banner .banner-icon-aligner img {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
#page-banner .has-banner-icon h1,
#page-banner .has-banner-icon #breadcrumbs {
    margin-left: 85px;
}

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

#main {
    padding-top: 130px !important;
}
#top h1,
#top h2,
#top h3,
#top h4,
#top ol,
#top ul,
#top p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#top h1 {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.15;
}
#top h2 {
    font-size: 1.95rem;
    text-transform: none;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0px;
}
#top h3 {
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 1.4rem;
    line-height: 1.2;
}
#top h4 {
    font-size: 1rem;
    line-height: 1.2;
}
#top .small-spacing .av-flex-placeholder {
    width: 25px;
}
#top .small-spacing .flex_column_table .flex_column {
    width: auto;
}
#top .avia_textblock > *:last-child {
    margin-bottom: 0px;
}
#top .white-text * {
    color: white;
}
#top .avia_textblock.white-text a {
    color: #fff;
}
#top .avia_textblock a {
    color: #2088C7;
    font-weight: 700;
}
#top .avia_textblock h1 a,
#top .avia_textblock h2 a,
#top .avia_textblock h3 a,
#top .avia_textblock h4 a {
    color: inherit;
    font-weight: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
}
#top .avia_textblock h1 a:after,
#top .avia_textblock h2 a:after,
#top .avia_textblock h3 a:after,
#top .avia_textblock h4 a:after {
	display: none;
}
#top .searchandfilter ul {
    margin: 0px;
}
#top .searchandfilter ul li {
    padding: 0px;
}
#top .searchandfilter label {
    width: 100%;
}
#top .searchandfilter select {
    margin: 0px;
    width: 100%;
    max-width: 100%;
    display: block;
    font-family: "Montserrat";
    height: 40px;
    background-image: url(/wp-content/uploads/2020/02/select-dd.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    border-radius: 0px;
}
#top img.avia_image {
    border-radius: 0px;
}
#top a:hover {
	text-decoration: underline !important;
	opacity: .8;
}
#top a:focus {
    outline: auto !important;
}
#top strong {
	color: inherit;
}
#top .avia_textblock ul li,
#top .avia_textblock ol li {
    margin-left: 25px;
}
#top .avia_textblock ul ul,
#top .avia_textblock ol ol {
    margin: 5px 0px 0px;
}
#top .avia_textblock ul ul li {
    margin-bottom: 0px;
    list-style: circle;
    padding: 0px;
}
#top .avia_textblock ol ol li {
    margin-bottom: 0px;
    padding: 0px;
}
#top .link-caps a {
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
    color: #2088C7;
}
#top .link-caps a:after {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    margin-left: 10px;
}
#top .link-yellow a {
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
	color: #f7ae2b;
	letter-spacing: 1px;
}
#top .link-yellow a:after {
    content: ">";
    position: absolute;
    margin-left: 10px;
}
#top .orange-text * {
    color: #F26522;
}
#top .large-text p {
    font-size: 22px;
    line-height: 1.5;
}
#top .contain-medium {
    max-width: 850px;
    margin: 0 auto !important;
}
#top .avia-button {
    text-transform: uppercase;
    border-radius: 10px;
    padding: 13px 60px 13px 40px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
	transition: .4s all;
}
#top .avia-button:after {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    right: 40px;
    font-size: 16px;
    top: 13px;
}
#top .orange-button .avia-button {
    background: #2088C7;
    border: none;
}
#top .avia-button.avia-color-orange {
    background: #F26522;
}
#top .image-overlay {
    display: none !important;
}
#top .page-excerpt {
    padding: 0px 0px 0px 125px;
    position: relative;
}
#top .page-excerpt img {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 105px;
}
#top .page-excerpt h4 {
    margin: 0px 0px 5px;
}
#top .page-excerpt p {
    margin: 0px 0px 5px;
}
#top .avia_textblock.page-excerpt a {
    color: #008897;
}
#top .av-layout-grid-container .flex_cell {
    padding: 50px 30px !important;
}
#top .av-layout-grid-container .av_two_third .flex_cell_inner {
    max-width: 915px;
    float: right;
    margin-right: 25px;
}
#top .av-layout-grid-container .av_one_third .flex_cell_inner {
    max-width: 300px;
    margin-left: 25px;
}
#top .stack-filters .page-selection {
    margin-bottom: 15px;
	position: relative;
}
#top .stack-filters .page-selection:last-child {
	margin-bottom: 0px;
}
#top .stack-filters .page-selection h4:after {
    color: #2088C7;
}
#top .page-selection ul {
	z-index: 99;
}
#top .service-grid .pt-cv-content-item {
    padding: 0px 10px 20px 10px;
}
#top .service-grid .pt-cv-ifield {
    background: #008897;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    height: 80px;
}
#top .service-grid h4 {
    color: white;
    text-transform: none;
    font-weight: 300;
    font-size: 1rem;
    margin: 0px;
    padding-left: 15px;
}
#top .service-grid h4 a {
    font-weight: inherit;
}
#top .service-grid .pt-cv-ctf-list {
    margin: 0px;
}
#top .service-grid .pt-cv-ctf-service-icon {
    margin: 0px;
}
#top .service-grid .pt-cv-ctf-list img {
    max-width: 30px;
    max-height: 35px;
    width: auto;
}
#top .social-links a {
    color: white;
    font-size: 25px;
    margin-right: 20px;
}
#top .togglecontainer {
    overflow: hidden;
    margin: 0px;
}
#top .togglecontainer .toggler {
    background: #008897;
    color: white;
    margin: 0px 0px 5px;
    border: none;
    padding: 10px 10px 10px 35px;
}
#top .togglecontainer .toggler:before {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 18px;
}
#top .togglecontainer .toggler.activeTitle:before {
    transform: rotate(90deg);
}
#top .togglecontainer .toggler .toggle_icon {
    display: none;
}
#top .togglecontainer .toggle_content {
    padding: 15px;
    margin: 0px 0px 5px;
    background: white;
}
#top .togglecontainer .toggle_content > *:last-child {
    margin-bottom: 0px;
}
#top .callout-box {
    background: #f5f5f5;
    border-top: 5px solid #F26522;
    padding: 25px;
}
#top .avia-table tr:first-child td {
    background: #008897;
    color: white;
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0px;
    font-size: 15px;
    padding: 15px;
}
#top .avia-table td {
    font-size: 15px;
    line-height: 1.5;
    padding: 15px;
}
#top .featured-quote {
    border-bottom: 3px solid #008897;
    border-top: 3px solid #008897;
    padding: 20px 30px;
    text-align: center;
    font-size: 22px;
    font-style: italic;
    line-height: 1.5;
}
#top .featured-quote:before {
    content: "\f10d";
    font-family: "FontAwesome";
    position: relative;
    opacity: .2;
    font-size: 30px;
}
#top .list-blocks ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin: 0px;
}
#top .list-blocks ul li {
    list-style: none;
    margin: 0px;
}
#top .list-blocks ul li a {
    background: #008897;
    color: white;
    text-align: center;
    display: table-cell;
    height: 150px;
    width: 100vw;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 400;
}
#top .list-blocks ul li a:before {
    content: "\f019";
    font-family: "FontAwesome";
    display: block;
    margin: 0px 0px 15px;
    font-size: 28px;
}

@media screen\0 {
	#top .list-blocks ul li {
		width: calc(100% / 3 - 21px);
		margin-right: 20px;
		margin-bottom: 20px;
		display: block;
		float: left;
	}
}

#top .team-grid .pt-cv-href-thumbnail {
    border: 1px solid #ccc;
}
#top .team-grid .pt-cv-title {
    margin: 0px 0px 10px;
}
#top .team-grid .pt-cv-ctf-team-member-position {
    margin: 0px;
}
#top .team-grid .pt-cv-readmore {
    margin: 0px;
    background: transparent;
    box-shadow: none;
    text-transform: uppercase;
    padding: 0px;
    font-size: 15px;
}
#top .team-grid .pt-cv-readmore:after {
    content: ">";
    margin-left: 10px;
}
#cvpboxContent {
    max-width: 900px;
    margin: 0 auto;
    float: none !important;
}
#cvpboxContent #cvpboxLoadedContent {
    max-width: 100%;
    padding: 0px;
    border: none;
    border-top: 10px solid #008897;
}
#cvpboxContent .post-entry {
    padding: 35px;
}
#cvpboxContent h2 {
    color: #008897;
}
#cvpboxContent h4 {
    text-transform: uppercase;
    letter-spacing: 1px;
}
#cvpboxClose {
    background: transparent;
    width: 30px;
    height: 30px;
    top: -30px;
    right: -30px;
    position: absolute;
    border: 1px solid white;
    border-radius: 50%;
}
#cvpboxClose:before {
    content: " ";
    width: 20px;
    height: 2px;
    background: white;
    position: absolute;
    display: block;
    transform: rotate(45deg);
    top: 13px;
    left: 4px;
}
#cvpboxClose:after {
    content: " ";
    width: 20px;
    height: 2px;
    background: white;
    position: absolute;
    display: block;
    transform: rotate(135deg);
    top: 13px;
    left: 4px;
}
#main a:hover {
    text-decoration: underline;
}
#service-content a:hover {
    text-decoration: underline !important;
}
#top input[type="submit"] {
    background: #F26522;
    color: white;
    padding: 12px 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    transition: .4s all;
    font-family: "Montserrat";
}
#top input[type="submit"] :hover {
	opacity: .8;
}
#top .post-password-form input {
    max-width: 300px;
}
#main .gray-box {
    background: #f5f5f5;
    padding: 25px;
}
.wp-video {
    width: 100% !important;
}
#main .avia-logo-grid .slide-entry-wrap {
    display: flex;
}
#main .avia-logo-grid .slide-entry-wrap .slide-entry {
    width: 100%;
    height: 110px;
}
#main .avia-logo-grid .slide-entry-wrap .slide-entry img {
    height: 90%;
    width: 90%;
    position: absolute;
    object-fit: contain;
    left: 5%;
    top: 5%;
}
#top .list-anchors {
    text-align: center;
}
#top .avia_textblock.list-anchors li {
    list-style: none;
    display: inline-block;
    margin: 0px 12px;
	position: relative;
}
#top .avia_textblock.list-anchors li:after {
    content: "/";
    position: absolute;
    right: -16px;
    top: 3px;
}
#top .avia_textblock.list-anchors li:last-child:after {
	display: none;
}
#main .logo-grid .avia-image-container-inner {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#main .logo-grid .avia-image-container-inner img {
    max-height: 90px;
    width: auto;
    max-width: 90%;
    margin: 0 auto;
}

/****************************************************************** Sidebar */

#top .sidebar .inner_sidebar {
    margin-left: 25px;
}
#top .sidebar .widget {
    padding: 0px;
    margin: 0px 0px 25px;
}
#top .widget_subpages ul {
    border-top: 1px solid #ccc;
}
#top .widget_subpages li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #ccc;
}
#top .widget_subpages li a {
    color: #000;
    display: block;
    padding: 5px 10px;
    font-weight: 500;
    transition: .4s all;
}
#top .widget_subpages li a:hover,
#top .widget_subpages li.widget_subpages_current_page > a {
    background: #008897;
    color: white;
    opacity: 1;
}
#top .widget_subpages li ul li {
    border: none;
}
#top .widget_subpages li ul li a {
    padding-left: 25px;
}
#top .sidebar .widget_nav_menu li,
#top #main .avia-builder-widget-area .widget_nav_menu li {
    padding: 20px 10px;
    text-align: center;
    transition: .4s all;
    background: #F26522;
    margin: 0px 0px 8px;
}
#top .sidebar .widget_nav_menu li.mychart-button,
#top #main .avia-builder-widget-area .widget_nav_menu li.mychart-button {
    background: #10324f;
}
#top .sidebar .widget_nav_menu li.map-button,
#top #main .avia-builder-widget-area .widget_nav_menu li.map-button {
    background: #2088c7;
}
#top .sidebar .widget_nav_menu li.news-button,
#top #main .avia-builder-widget-area .widget_nav_menu li.news-button {
    background: #88ab75;
}
#top .sidebar .widget_nav_menu li a,
#top #main .avia-builder-widget-area .widget_nav_menu li a {
    font-size: 17px;
    font-weight: 500;
    color: white;
    padding-left: 40px;
    display: inline-block;
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
}
#top .sidebar .widget_nav_menu li a:before,
#top #main .avia-builder-widget-area .widget_nav_menu li a:before {
    content: " ";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: calc(50% - 15px);
}
#top .sidebar .widget_nav_menu li.appointment-button a:before,
#top #main .avia-builder-widget-area .widget_nav_menu li.appointment-button a:before {
    background-image: url(/wp-content/uploads/2020/02/icon-calendar.png);
}
#top .sidebar .widget_nav_menu li.mychart-button a:before,
#top #main .avia-builder-widget-area .widget_nav_menu li.mychart-button a:before {
    background-image: url(/wp-content/uploads/2020/02/icon-chart.png);
}
#top .sidebar .widget_nav_menu li.map-button a:before,
#top #main .avia-builder-widget-area .widget_nav_menu li.map-button a:before {
    background-image: url(/wp-content/uploads/2020/02/icon-map.png);
}
#top .sidebar .widget_nav_menu li.news-button a:before,
#top #main .avia-builder-widget-area .widget_nav_menu li.news-button a:before {
    background-image: url(/wp-content/uploads/2020/03/calendar-button.png);
}
#top .sidebar .sidebar-cta {
    background-image: url(/wp-content/uploads/2020/03/careers.png);
    background-size: cover;
    background-position: center center;
    padding: 40px 25px;
    text-align: center;
    position: relative;
}
#top .sidebar .sidebar-cta:before {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #10324f;
    left: 0;
    top: 0;
    opacity: .65;
    visibility: visible;
}
#top .sidebar .sidebar-cta .textwidget,
#top .sidebar .sidebar-cta .widgettitle {
    position: relative;
    z-index: 99;
}
#top .sidebar .sidebar-cta h3 {
    color: #F26522;
    text-transform: none;
}
#top .sidebar .sidebar-cta p {
    color: white;
}
#top .sidebar .sidebar-cta p a {
    background: #F26522;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 25px;
}
#top .sidebar .gform_widget,
#top .avia-builder-widget-area .gform_widget {
    background: #10324f;
    padding: 20px;
}
#top .sidebar .gform_widget .gform_confirmation_message,
#top .avia-builder-widget-area .gform_widget .gform_confirmation_message {
    color: white;
    text-align: center;
    font-size: 18px;
}

/****************************************************************** Single Posts */

#top.single-post .post-title {
    margin: 0px 0px 25px;
    line-height: 1.3;
}
#top .post-meta-infos {
    font-size: 16px;
    display: block;
    margin: 0px 0px 10px;
}
#top .post-meta-infos .text-sep-cat {
    display: none;
}
#top.single-patient_story .post-meta-infos {
    display: none;
}

/****************************************************************** Forms */

#top .gform_wrapper {
    margin: 0px;
}
#top .gform_wrapper form {
    margin-bottom: 0px;
}
#top .gform_wrapper .gform_description {
    width: 100%;
    margin: 0px;
}
#top .gform_wrapper .gform_description p {
    color: #72e7ee;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 600;
    text-align: center;
}
#top .gform_wrapper .gform_body .gfield {
    margin: 0px 0px 15px;
    padding: 0px;
}
#top .gform_wrapper .gform_body .gfield.gf_left_half,
#top .gform_wrapper .gform_body .gfield.gf_left_third,
#top .gform_wrapper .gform_body .gfield.gf_middle_third {
    padding-right: 15px;
}
#top .gform_wrapper .gform_body .gfield input[type="text"],
#top .gform_wrapper .gform_body .gfield select,
#top .gform_wrapper .gform_body .gfield textarea {
    background-color: white;
    border-radius: 0px;
    padding: 10px;
    font-family: "Montserrat";
    color: #333;
}
#top .gform_wrapper .gform_body .gfield input[type="text"]:focus,
#top .gform_wrapper .gform_body .gfield select:focus,
#top .gform_wrapper .gform_body .gfield textarea:focus {
    outline: auto !important;
}
#top .gform_wrapper .gform_body .gfield input[type="text"],
#top .gform_wrapper .gform_body .gfield select {
    height: 45px;
}
#top .gform_wrapper .gform_body .gfield select {
    background-image: url(/wp-content/uploads/2020/02/select-dd.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
#top .gform_wrapper .ginput_container_address {
    overflow: hidden;
}
#top .ginput_container_date .gfield_date_dropdown_month,
#top .ginput_container_date .gfield_date_dropdown_day,
#top .ginput_container_date .gfield_date_dropdown_year {
    width: calc(100% / 3);
    display: block;
    float: left;
    margin: 0px !important;
}
#top .ginput_container_date .gfield_date_dropdown_month,
#top .ginput_container_date .gfield_date_dropdown_day {
    padding-right: 15px;
}
#top .gfield .ginput_container_address label {
    font-weight: 400;
    font-size: 13px;
    margin: 5px 0px 5px;
}
#top .gfield .ginput_container_address .address_line_1,
#top .gfield .ginput_container_address .address_line_2 {
    width: 50%;
    display: block;
    float: left;
}
#top .gfield .ginput_container_address .address_line_1 {
    padding-right: 15px;
}
#top .gfield .ginput_container_address .address_city,
#top .gfield .ginput_container_address .address_state,
#top .gfield .ginput_container_address .address_zip {
    width: calc(100% / 3);
    display: block;
    float: left;
    margin: 0px;
    padding: 0px !important;
}
#top .gfield .ginput_container_address .address_city,
#top .gfield .ginput_container_address .address_state {
    padding-right: 15px !important;
}
#top .gform_wrapper .gfield .gfield_radio,
#top .gform_wrapper .gfield .gfield_checkbox {
    margin-top: 10px;
}
#top .gform_wrapper .gfield .gfield_radio li,
#top .gform_wrapper .gfield .gfield_checkbox li {
    position: relative;
    padding: 0px 0px 0px 35px !important;
    margin: 0px 0px 10px 5px !important;
}
#top .gform_wrapper .gfield .gfield_radio input,
#top .gform_wrapper .gfield .gfield_checkbox input {
    width: 22px !important;
    height: 22px;
    -webkit-appearance: none;
    border: 2px solid #000;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    margin: 0px;
}
#top .gform_wrapper .gfield .gfield_radio input:checked:before,
#top .gform_wrapper .gfield .gfield_checkbox input:checked:before {
    content: "\f00c";
    color: #008897;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 19px;
    left: 0px;
    top: -1px;
}
#top .gform_wrapper .gfield .gfield_radio label,
#top .gform_wrapper .gfield .gfield_checkbox label {
    font-size: 15px;
    margin: 0px;
}
#top .gform_footer {
    padding: 0px;
    text-align: center;
}
#top .gform_wrapper .gform_footer .gform_button {
    font-family: "Montserrat";
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 0px;
    border-radius: 5px;
    padding: 14px 35px 12px;
    line-height: 1;
    transition:.4s all;
}
#top .gform_wrapper .gform_footer .gform_button:hover {
    opacity: .8;
}

/* White Form */

#top .white-form .gform_wrapper .gfield_label {
    color: white;
}
#top .white-form .gform_wrapper .gform_footer .gform_button {
    background: transparent;
    border: 2px solid white;
}
#top .white-form .gform_wrapper .gform_footer .gform_button:hover {
    background: white;
    color: #333;
    opacity: 1;
}
#top .white-form .gform_wrapper .validation_error {
    color: white;
    border-color: white;
}
#top .white-form a {
    color: white;
}
#top .white-form .validation_list li {
    color: white;
    padding: 0px;
    margin: 0px 0px 3px;
}

/* With Labels */

#top .gform_wrapper .gfield_label {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}
#top .white-form label span {
    color: white;
}
#top .gform_wrapper .form-with-labels .ginput_container {
    margin: 4px 0px 0px;
}
#top .gform_wrapper .form-with-labels .gform_body .gfield input[type="text"],
#top .gform_wrapper .form-with-labels .gform_body .gfield select,
#top .gform_wrapper .form-with-labels .gform_body .gfield textarea {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    transition: .4s border-color;
}
#top .gform_wrapper .form-with-labels .gform_body .gfield input[type="text"]:focus,
#top .gform_wrapper .form-with-labels .gform_body .gfield select:focus,
#top .gform_wrapper .form-with-labels .gform_body .gfield textarea:focus {
    border-color: #008897;
}

/* Errors */

#top .gform_wrapper .validation_error {
    text-shadow: none;
    font-weight: 600;
    line-height: 1.5;
}
#top .gform_wrapper .gform_body .gfield.gfield_error {
    max-width: 100% !important;
    border: none;
}
#top .gform_wrapper .gform_body .gfield.gfield_error .validation_message {
    background: red;
    color: white;
    padding: 10px;
    text-align: center;
    line-height: 1;
}

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

/* Grid */

#top .providers-grid .pt-cv-href-thumbnail {
    display: block;
}
#top .providers-grid .pt-cv-content-item {
    padding: 0px 15px 30px;
}
#top .providers-grid h4 {
    color: black;
    margin: 0px 0px 5px;
}
#top .providers-grid .pt-cv-meta-fields {
    font-size: 14px;
    line-height: 1.2;
    margin: 0px;
}
#top .providers-grid .pt-cv-meta-fields a {
    color: #333;
    font-weight: 400;
    pointer-events: none;
}
#top #main .pt-cv-more {
    text-transform: uppercase;
    border-radius: 10px;
    padding: 13px 60px 13px 40px;
    font-weight: 600;
    font-size: 15px;
	position: relative;
    letter-spacing: 1px;
    transition: .4s all;
    background: #008897 !important;
}
#top #main .pt-cv-more .caret {
	display: none;
}
#top #main .pt-cv-more:after {
	content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    right: 40px;
    font-size: 16px;
    top: 13px;
}

/* Single Provider */

#top .provider-content {
    padding: 50px 0px;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
#top .provider-image {
    width: 225px;
    display: block;
    float: left;
}
#top .provider-image img {
    width: 100%;
	height: auto;
}
#top .provider-info {
    width: calc(100% - 225px);
    display: block;
    float: left;
    padding-left: 35px;
}
#top .provider-specialty {
    font-size: 1.2rem;
    font-weight: 500;
}
#top .provider-info p {
    margin: 0px 0px 10px;
}

/* Search Results */

#top .search-filter-results {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 30px;
}
#top .single-provider img {
    width: 100%;
    height: auto;
    margin: 0px 0px 10px;
}
#top .single-provider h3 {
    font-size: 17px;
    font-weight: 600;
    margin: 0px 0px 5px;
    color: black;
}
#top .single-provider p {
    margin: 0px;
}
#top .single-provider p a {
    pointer-events: none;
    color: #000;
    font-weight: 400;
}

@media screen\0 {
	#top .search-filter-results .single-provider {
		width: calc(100% / 5 - 20px);
		margin-right: 20px;
		margin-bottom: 20px;
		display: block;
		float: left;
	}
	#top .search-filter-results .single-provider:nth-child(5n+6) {
		clear: left;
	}
}

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

#top .slide-text h1 {
    font-size: 3.3rem;
    line-height: 1.15 !important;
    color: white;
    font-weight: 500 !important;
    text-shadow: 1px 1px 1px black;
    text-align: center !important;
    margin: 0px 0px 20px !important;
}
#top .slide-text br {
    display: none;
}
#top .slide-text p {
    font-size: 24px !important;
    font-weight: 500 !important;
    text-shadow: 1px 1px 1px black;
	text-align: center !important;
    line-height: 1.5 !important;
    margin: 0px 0px 25px !important;
}
#top .slide-text a {
    background: #008897;
    color: white;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 15px !important;
    letter-spacing: 1px !important;
    display: inline-block;
    padding: 10px 50px 10px 30px !important;
    border-radius: 10px !important;
	position: relative;
	transition: .4s all;
}
#top .slide-text a:after {
    content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    right: 30px;
    top: 11px;
}
#top .slider-buttons {
    margin-top: -135px;
    position: relative;
    z-index: 99;
}
#top .slider-buttons .content {
    padding: 35px 0px;
}
#top .slider-buttons .av_one_fourth {
	transition: .4s all;
}
#top .slider-buttons .avia_textblock {
    padding: 20px 10px;
    text-align: center;
}
#top .slider-buttons .av_one_fourth:hover {
    opacity: .7;
}
#top .slider-buttons p {
    font-size: 17px;
    font-weight: 700;
    color: white;
    padding-left: 40px;
	display: inline-block;
	position: relative;
}
#top .slider-buttons p:before {
    content: " ";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: calc(50% - 15px);
}
#top .slider-buttons .appointment-button p:before {
    background-image: url(/wp-content/uploads/2020/02/icon-calendar.png);
}
#top .slider-buttons .mychart-button p:before {
    background-image: url(/wp-content/uploads/2020/02/icon-chart.png);
}
#top .slider-buttons .provider-button p:before {
    background-image: url(/wp-content/uploads/2020/02/icon-provider.png);
}
#top .slider-buttons .map-button p:before {
    background-image: url(/wp-content/uploads/2020/02/icon-map.png);
}
#top .row-front {
    position: relative;
    z-index: 99;
}
#top .page-selection h4 {
    background: white;
    height: 40px;
    margin: 0px;
    color: #000;
    padding: 12px 40px 10px 15px;
    font-size: 15px;
    cursor: pointer;
	position: relative;
}
#top .page-selection h4:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 25px;
    position: absolute;
    right: 11px;
    top: 5px;
    color: #2088C7;
}
#top .page-selection ul {
    margin: 0px;
    background: white;
    list-style: none;
    padding: 0px;
    position: absolute;
    top: 40px;
    left: 0px;
    width: 100%;
    box-shadow: 15px 15px 8px rgba(0,0,0,.05);
    display: none;
}
#top .page-selection.open h4 {
    background: #10324f;
    color: white;
}
#top .page-selection.open h4:after {
	color: white;
}
#top .page-selection.open ul {
    display: block;
}
#top .avia_textblock .page-selection ul li {
    margin: 0px;
    padding: 0px;
}
#top .page-selection li a {
    display: block;
    padding: 3px 10px;
    background: #10324f;
    color: white;
}
#top .events-list .pt-cv-content-item {
    padding-bottom: 10px;
}
#top .events-list .pt-cv-href-thumbnail {
    display: block;
    width: 100px;
    float: left;
    margin: 0px 15px 0px 10px;
}
#top .events-list img {
    max-width: 100px;
}
#top .events-list .pt-cv-colwrap {
    margin: 0px;
}
#top .events-list .pt-cv-title {
    margin: 0px 0px 5px;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}
#top .events-list .pt-cv-custom-fields {
    margin: 0px;
}
#top .news-list .pt-cv-content-item {
    padding-bottom: 25px;
}
#top .news-list .pt-cv-ifield {
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin-bottom: 10px !important;
}
#top .news-list .pt-cv-href-thumbnail {
    display: block;
    width: 100px;
    float: left;
    margin: 0px 15px 0px 10px;
}
#top .news-list img {
    max-width: 100px;
}
#top .news-list .pt-cv-colwrap {
    margin: 0px;
}
#top .news-list .pt-cv-meta-fields {
    line-height: 1;
    margin: 0px 0px 10px;
}
#top .news-list .terms a {
    pointer-events: none;
    color: #333;
    font-weight: 600;
}
#top .news-list time {
    color: #333;
    opacity: 1;
}
#top .news-list .pt-cv-title {
    margin: 0px 0px 5px;
    font-weight: 600;
    font-size: 16px;
}
#top .news-list .pt-cv-content {
    font-size: 14px;
    line-height: 1.5;
}
#top .home-news .news-list .pt-cv-ifield {
    border: none;
    margin-bottom: 0px !important;
    padding-bottom: 0px;
}
#top .news-list.sidebar-feed .pt-cv-href-thumbnail {
    width: 65px;
    margin: 0px 15px 0px 0px;
}
#top .news-list.sidebar-feed .pt-cv-readmore {
    font-weight: 700;
}
#top .twitter-feed {
    background: white;
}
#top .rplg-businesses {
    display: none !important;
}
#top .rplg-box {
    border: none !important;
    padding: 1px;
    background: #f5f5f5 !important;
}
#top .rplg-box:before {
    background: #f5f5f5 !important;
    border: none !important;
}
#top .rplg-box-content {
    height: 170px !important;
}
#top .rplg-box-content:before {
	display: none !important;
}
#top .rplg-stars {
    display: block !important;
    margin: 0px 0px 10px !important;
}
#top .rplg-review-badge {
    display: none;
}
#top .rplg-review-text {
    color: #333 !important;
}
#top .rplg-review-name {
    color: #008897 !important;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px;
}
#top .rplg-slider-prev,
#top .rplg-slider-next {
	background: transparent;
}
#top .rplg-slider-prev {
    left: -55px !important;
}
#top .rplg-slider-next {
    right: -55px !important;
}
#top .rplg-slider-prev span,
#top .rplg-slider-next span {
    color: #F26522 !important;
    font-size: 35px !important;
}
#top.post-type-archive-tribe_events #main .tribe-common .tribe-common-l-container {
    padding: 50px 0px;
    margin: 0 auto;
}

/****************************************************************** Services Content */

#service-content {
    padding: 50px 0px;
    display: block;
    clear: left;
    background: #008897;
}
#service-content > .container {
    display: flex;
}
#service-content > .container > div {
    width: 100%;
    padding: 0px 15px;
}
#service-content .providers-list.no-providers {
    display: none;
}
#service-content h3 {
    font-weight: 600;
    margin: 0px 0px 20px;
}
#top .providers-list h4 {
    margin: 0px 0px 5px;
}
#top .providers-list h4 a {
    color: white;
}
#top #service-content .view-all {
    color: #fff;
}
#top .faqs-list .panel {
    border: none;
    background: transparent;
    box-shadow: none;
}
#top .faqs-list .panel-heading {
    background: transparent;
}
#top .avia_textblock .faqs-list .panel-title,
#top .faqs-list .panel-title {
    padding: 0px 0px 0px 18px;
    color: white;
    font-weight: 400;
}
#top .faqs-list .panel-title:before {
    content: "\f0da";
    font-family: "FontAwesome";
    color: #fff;
    position: absolute;
    left: 5px;
    top: 0px;
}
#top .faqs-list .panel-title[aria-expanded="true"]:before {
    transform: rotate(90deg);
}
#top .faqs-list .pull-right {
    display: none;
}
#top .faqs-list + .pt-cv-pagination-wrapper .pt-cv-more {
    background: transparent !important;
    box-shadow: none;
    font-size: 15px;
    color: #fff !important;
    padding: 0px;
    font-weight: 400;
}
#top .faqs-list + .pt-cv-pagination-wrapper .pt-cv-more .caret {
	display: none;
}
#top .faqs-list .panel-body {
    padding: 5px 0px 0px 18px;
    font-size: 15px;
    line-height: 1.5;
    border: none;
}
#top .faqs-list .panel-body .pt-cv-content *:last-child {
    margin-bottom: 0px;
}
#top .faqs-list.two-col .panel-group {
    -webkit-column-count: 2;
    column-count: 2;
}
#top .faqs-list.colored-faqs .panel-title {
    color: #333;
    font-weight: 400;
}
#top .faqs-list.colored-faqs + .pt-cv-pagination-wrapper .pt-cv-more {
    background: transparent;
    font-size: 15px;
    color: #F26522 !important;
    font-weight: 600;
}
#top .faqs-list.colored-faqs + .pt-cv-pagination-wrapper .pt-cv-more .caret {
    display: none;
}
#top .pt-cv-pagination-wrapper, 
#top .pt-cv-pagination-wrapper .pt-cv-clear-pagination {
    margin-bottom: 0px;
}
#service-content .service-cta {
    max-width: 400px;
}
#service-content .service-cta a {
    background: #F26522;
    color: white;
    text-transform: uppercase;
    border-radius: 15px;
    padding: 13px 40px 13px 20px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    transition: .4s all;
    display: inline-block;
    line-height: 1;
	position: relative;
}
#service-content .service-cta a:after {
	content: "\f0da";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    font-size: 16px;
    top: 13px;
}
#top #service-content .quick-links ul {
    margin: 0px;
}
#top #service-content .quick-links ul li {
    margin-bottom: 3px;
}
#top #service-content .quick-links ul li a {
    color: white;
}
#top .link-list {
    -webkit-column-count: 2;
    column-count: 2;
}
#top .link-list .pt-cv-content-item {
    padding-bottom: 0px;
}
#top .link-list .pt-cv-title {
    margin-bottom: 3px;
}
#top .link-list .pt-cv-title a {
    color: white;
}

/****************************************************************** Find a Provider */

#find-provider {
    background: #53565a;
    padding: 45px 0px;
    clear: left;
}
#find-provider h3 {
    color: white;
    margin: 0px;
    display: block;
    width: 200px;
    float: left;
    line-height: 40px;
}
#find-provider .provider-search {
    width: calc(100% - 200px);
    display: block;
    float: left;
}
#top #find-provider li {
    width: calc(100% / 3 - 40px);
    float: left;
    display: block;
    padding-right: 15px;
}
#top #find-provider li.sf-field-submit {
    width: 120px;
    padding-right: 0px;
}
#top #find-provider .searchandfilter input[type="text"],
#top #find-provider .searchandfilter select {
    margin: 0px;
    border: none;
    height: 40px;
    padding: 0px 10px;
    font-size: 15px;
    color: #333;
	font-family: "Montserrat";
}
#top #find-provider .searchandfilter input[type="text"]::-webkit-input-placeholder,
#top #find-provider .searchandfilter select::-webkit-input-placeholder,
#top #find-provider .searchandfilter input[type="text"]::placeholder,
#top #find-provider .searchandfilter select::placeholder {
	color: #333;
}
#top #find-provider input[type="submit"] {
    background: transparent;
    border: 2px solid white;
    width: 100%;
    height: 40px;
    border-radius: 3px;
    color: white;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-weight: 600;
	padding: 0px;
    letter-spacing: 1px;
	transition: .4s all;
}
#top #find-provider input[type="submit"]:hover {
	background: white;
	color: #333;
}

/****************************************************************** Events Calendar Archive View */

#top .tribe-common-l-container {
    padding: 0px;
    margin: 0px;
}
#top .tribe-events-header__events-bar {
    border: 1px solid #ccc;
}
#top #wrap_all .tribe-events-c-search input[type="text"] {
    font-family: "Montserrat";
}
#top #wrap_all .tribe-events-c-search .tribe-common-c-btn {
    font-family: "Montserrat";
    background: #2088C7;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
#top #wrap_all .tribe-events-c-search .tribe-common-c-btn:hover {
	opacity: .8;
}
#top #wrap_all .tribe-events-c-view-selector__button-text {
    font-family: "Montserrat";
}
#top #wrap_all .tribe-events-c-view-selector__content {
    padding: 8px 0px;
}
#top #wrap_all .tribe-events-c-view-selector__content ul {
    margin-bottom: 0px;
}
#top #wrap_all .tribe-events-c-view-selector__list li {
    margin: 0px 10px;
}
#top #wrap_all .tribe-events-c-top-bar__nav-list {
    margin-bottom: 0px;
}
#top #wrap_all .tribe-events-c-top-bar__nav-list li {
    margin: 0px;
}
#top #wrap_all .tribe-events-c-top-bar .tribe-events-c-top-bar__today-button {
    background: #008897;
    color: white;
    border: none;
    font-family: "Montserrat";
}
#top #wrap_all .tribe-events-c-top-bar .tribe-common-h3 {
    font-size: 1.4rem;
    letter-spacing: 0px;
    line-height: 1.2;
}
#top .tribe-events-calendar-list__month-separator {
    background: #008897;
    padding: 15px 10px;
}
#top .tribe-events-calendar-list__month-separator time {
    color: white;
    font-weight: 600;
    font-family: "Montserrat";
}
#top .tribe-events-calendar-list__event-row {
    margin: 0px;
    padding: 25px 0px;
}
#top .tribe-events-calendar-list__event-row:nth-child(odd) {
    background: #f5f5f5;
}
#top #wrap_all .tribe-events-calendar-list__event-date-tag-weekday {
    background: #2088C7;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 0px 5px 0px;
}
#top #wrap_all .tribe-events-calendar-list__event-date-tag-daynum {
    background: #2088C7;
    color: white;
    padding: 0px 0px 5px;
}
#top .tribe-events-calendar-list__event-row .tribe-events-calendar-list__event-datetime-wrapper {
    margin: 0px 0px 5px;
}
#top #wrap_all .tribe-events-c-nav__list li {
    margin: 0px;
}
#top #wrap_all .tribe-events-c-ical__link {
    background: #F26522;
    border: none;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}
#top #wrap_all .tribe-events-c-ical__link:before {
	display: none;
}
#main .tribe-events-meta-group a {
    color: #2088C7;
    font-weight: 600;
}

/* Calendar View */

#main .tribe-events-calendar-month .tribe-events-calendar-month__header-column {
    background: #10324f;
    padding: 10px;
}
#main .tribe-events-calendar-month .tribe-events-calendar-month__header-column h3 {
    margin: 0px;
    font-size: 16px;
    color: white;
    font-family: "Montserrat";
    text-align: center;
}
#main .tribe-events-calendar-month .tribe-events-calendar-month__day-date {
    background: #f5f5f5;
    color: #000;
    font-size: 16px;
    opacity: 1;
	margin: 0px;
}
#main .tribe-events-calendar-month .tribe-events-calendar-month__calendar-event {
    background: #008897;
    padding: 5px;
    margin: 4px;
}
#main .tribe-events-calendar-month .tribe-events-calendar-month__calendar-event .tribe-events-calendar-month__calendar-event-datetime {
    display: none;
}
#main .tribe-events-calendar-month .tribe-events-calendar-month__calendar-event h3 {
    color: white;
    font-size: 15px;
	line-height: 1.3;
    font-family: "Montserrat";
    margin: 0px;
}
#top .tooltipster-content * {
    font-family: "Montserrat";
}
#top .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-datetime {
    font-size: 14px;
}
#top .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title {
    color: #008897;
    font-size: 20px;
	margin-bottom: 10px;
}
#top .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-title a {
    border: none;
}
#top .tooltipster-content .tribe-events-calendar-month__calendar-event-tooltip-description {
    font-size: 15px;
    line-height: 1.5;
}

/****************************************************************** Events Calendar Events */

#top #wrap_all .tribe-common-h1,
#top #wrap_all .tribe-common-h2,
#top #wrap_all .tribe-common-h3,
#top #wrap_all .tribe-common-h4,
#top #wrap_all .tribe-common-h5,
#top #wrap_all .tribe-common-h6,
#top #wrap_all .tribe-common .tribe-common-b2,
#top .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    font-family: "Montserrat";
}
#top #wrap_all #tribe-events-pg-template {
    max-width: 1410px;
    padding: 50px;
}
#top #tribe-events-content {
    margin: 0px;
    padding: 0px;
}
#top #tribe-events-footer {
    border: none;
}
#top .av-single-event-meta-bar-inner {
    background: #f5f5f5;
    border: none;
    padding: 25px;
}
#top .tribe-events-single-section-title {
    color: #008897;
}
#top #tribe-events-content .av-single-event-meta-bar-inner dd,
#top #tribe-events-content .av-single-event-meta-bar-inner dt {
    font-size: 15px;
}
#top #tribe-events-content .av-single-event-meta-bar-inner abbr {
    font-size: inherit;
    text-decoration: none;
    font-style: inherit;
}
#top .tribe-events-schedule {
    margin: 0px;
}
#top #wrap_all .tribe-events-single-event-title {
    color: #008897;
    margin: 0px 0px 10px;
    font-size: 1.95rem;
    text-transform: none;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0px;
}
#top #wrap_all .tribe-events-event-image {
    float: right;
    margin: 0px 0px 15px 15px;
    max-width: 300px;
}
#top #wrap_all .tribe-events-single .tribe-events-button {
    background: #2088C7;
    border: none;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

#top #footer {
    padding: 50px 0px;
    border: none;
    line-height: 1.5;
}
#footer .av_one_fifth {
    width: 16%;
    margin-right: 3%;
    margin-left: 0px;
}
#footer .av_one_fifth:last-child {
    width: 24%;
    margin-right: 0px;
}
#top #footer .widget {
    margin: 0px 0px 25px;
}
#top #footer .widget:last-child {
    margin: 0px;
}
.textwidget > *:last-child {
    margin-bottom: 0px;
}
#footer .footer-socials a {
    margin-right: 10px;
}
#footer .footer-socials a:hover {
    border-bottom: 1px solid white;
}
#footer .footer-socials .fa {
    font-size: 24px;
}
#footer a {
    color: white;
}
#top #socket {
    border: none;
}
#socket .copyright {
    font-size: 15px;
    padding: 4px 0px 0px;
}
#socket .menu li a {
    font-size: 14px;
    line-height: 1.5;
    color: white;
}

/****************************************************************** Mobile Menu + Language Switcher */

#mobile-menu {
    display: none;
    position: absolute;
    z-index: 9999;
    right: calc(7.5% - 15px);
    top: 105px;
}
#mobile-menu .shiftnav-toggle {
    background: transparent;
    color: #f7ae2b;
    font-size: 26px;
    padding: 15px;
}
#shiftnav-main .shiftnav-inner .shiftnav-nav {
    padding-top: 75px;
}
#shiftnav-main li {
    border: none;
    clear: left;
}
#shiftnav-main li a {
    font-weight: 600;
    padding: 11px 25px;
    font-size: 15px;
    border: none;
}
#shiftnav-main .sub-menu {
    margin: 0px;
}
#shiftnav-main .sub-menu.shiftnav-sub-active-current {
    padding: 10px 0px;
}
#shiftnav-main .sub-menu li {
    border: none;
}
#shiftnav-main .sub-menu li a {
    font-size: 15px;
    padding: 9px 25px 9px 40px;
    font-weight: 400;
}
#shiftnav-main .sub-menu .sub-menu {
    border-bottom: 1px solid #ccc;
}
#shiftnav-main .sub-menu .sub-menu li a {
    font-size: 13px;
    padding: 7px 15px 9px 55px;
}
#shiftnav-main .shiftnav-active > .shiftnav-submenu-activation {
    color: white;
}
#shiftnav-main li.menu-button {
    width: 50%;
    display: block;
    float: left;
	clear: none;
}
#shiftnav-main li.menu-button > a {
    background: #f7ae2b;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    display: table-cell;
    width: 100vw;
    height: 50px;
    vertical-align: middle;
    padding: 0px 10px;
    text-align: center;
    line-height: 1.2;
}
#shiftnav-main .shiftnav-panel-close {
    background: transparent;
    font-size: 22px;
}
#shiftnav-main li.menu-button:nth-child(2) > a {
    background: #008897;
}

/* Language Switcher */

#mobile-language-switcher {
    display: none;
    height: 40px;
    background: #efefef;
    z-index: 99999;
    position: relative;
}
#mobile-language-switcher .switcher {
    font-family: "Montserrat";
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
    padding-top: 6px;
    position: relative;
    overflow: visible;
}
#top #mobile-language-switcher .switcher .selected a {
    width: calc(100% - 9px);
    border: none;
    background-position: 90% 50% !important;
}
#top #mobile-language-switcher .switcher .option {
    width: 100%;
}

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

@media screen and (max-width: 1400px) {
	#header-widgets {
		right: 50px;
	}
	#top .page-selection h4 {
		font-size: 14px;
	}
	#socket .copyright {
		font-size: 13px;
	}
	#socket .menu li a {
		font-size: 13px;
	}
	#footer .footer-socials .fa {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 1200px) {
	#header_main .logo img {
		max-height: 60px !important;
		margin-top: 35px;
	}
	#header-widgets .widget {
		margin-left: 20px;
	}
	#header-widgets .top-buttons a {
		padding: 8px 30px 8px 15px;
	}
	#header-widgets .top-buttons a:after {
		right: 15px;
	}
	#header-widgets p {
		font-size: 13px;
	}
	#header-widgets ul li a {
		font-size: 14px;
	}
	#header-widgets .top-text a {
		margin-left: 10px;
	}
	#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px;
		padding-left: 10px;
		padding-right: 10px;
	}
	#top .slider-buttons {
		margin-top: -94px;
	}
	#top .slider-buttons .content {
		padding: 20px 0px;
	}
	#top .slider-buttons .avia_textblock {
		padding: 15px 10px;
	}
	#top .slider-buttons p {
		font-size: 13px;
		padding-left: 30px;
		line-height: 1.2;
	}
	#top .slider-buttons p:before {
		width: 20px;
		height: 20px;
		top: calc(50% - 11px);
	}
	#top .slide-text h1 {
		font-size: 2.5rem;
		margin: 0px 0px 10px !important;
	}
	#top .slide-text p {
		font-size: 20px !important;
	}
	#top .home-services .content {
		padding: 30px 0px;
	}
	#top .home-services .flex_column_table {
		display: block;	
	}
	#top .home-services .av_one_fourth {
		width: 33%;
	}
	#top .home-services .av_one_fourth.avia-builder-el-first {
		width: 100%;
		display: block;
		margin: 0px 0px 20px;
		text-align: center;
	}
	#socket .copyright {
		text-align: center;
		font-size: 14px;
		width: 100%;
		margin-bottom: 10px;
	}
	#top #socket .sub_menu_socket {
		float: none;
		display: block;
		clear: both;
		margin: 0px;
	}
	#socket .menu {
		margin-bottom: 10px;
		display: block;
		overflow: hidden;
		margin-left: 0px;
		text-align: center;
	}
	#socket .sub_menu_socket li {
		display: inline-block;
		float: none;
	}
	#top .service-grid h4 {
		font-size: 14px;
		width: 100vw;
	}
	#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu {
    	left: -50px;
	}
}

@media screen and (max-width: 989px) and (min-width: 768px) {
	#top .page-selection h4 {
		font-size: 13px;
	}
	#top .events-list .pt-cv-href-thumbnail {
		width: 75px;
	}
	#top .stack-filters .page-selection h4 {
		padding-right: 20px;
		font-size: 11px;
		line-height: 18px;
	}
	#top .stack-filters .page-selection h4:after {
		right: 8px;
		top: 12px;
	}
	#top .service-grid .pt-cv-ctf-list img {
		max-width: 25px;
		max-height: 30px;
	}
	#top .service-grid h4 {
		font-size: 12px;
	}
}

@media screen and (max-width: 989px) {
	body .container {
		padding: 0px 25px;
	}
	#header_main .logo img {
		max-height: 50px !important;
		margin-top: 40px;
	}
	#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-item > a.mega-menu-link {
		font-size: 12px;
		padding-left: 7px;
		padding-right: 7px;
	}
	#header_main_alternate .mega-menu > li:before {
		display: none !important;
	}
	#header-widgets {
		right: 25px;
	}
	#header-widgets .top-text {
		line-height: 1.5;
		margin-bottom: 10px;
	}
	#header-widgets .top-text p {
		margin: 0px;
	}
	#header-widgets .top-text a {
		display: block;
		margin: 0px;
	}
	#header-widgets .top-text a:first-child {
		display: none;
	}
	#top #header-widgets .top-buttons a {
		display: block;
		width: 215px;
		font-size: 11px;
		padding: 10px 20px;
		margin: 0px auto 5px;
		line-height: 1;
	}
	#top #header-widgets .top-buttons a:after {
		display: none;
	}
	#mega-menu-wrap-avia #mega-menu-avia input {
		background: white;
		color: #333;
		font-size: 13px;
	}
	#mega-menu-wrap-avia #mega-menu-avia input::-webkit-input-placeholder,
	#mega-menu-wrap-avia #mega-menu-avia input::placeholder {
		color: #333;
	}
	#top .slide-text h1 {
		font-size: 2rem;
	}
	#top .slide-text p {
		font-size: 17px !important;
		line-height: 1.4 !important;
		margin: 0px 0px 15px !important;
	}
	#top .slide-text a {
		line-height: 1.5 !important;
	}
	#page-banner .has-banner-icon .banner-icon {
		left: 25px;
	}
	#page-banner .banner-content h1,
	#page-banner .banner-content .blog-title {
		font-size: 28px;
	}
	#find-provider h3 {
		display: block;
		width: 100%;
		text-align: center;
		margin: 0px 0px 15px;
	}
	#find-provider .provider-search {
		width: 100%;
	}
	#top #find-provider .searchandfilter input[type="text"],
	#top #find-provider .searchandfilter select {
		font-size: 14px;
	}
	#top .av-layout-grid-container .av_one_third .flex_cell_inner {
		max-width: 100%;
		margin-left: 0px;
	}
	#top .tribe-events .tribe-events-calendar-list__event-date-tag {
		margin-right: 15px;
	}
	#top #wrap_all #tribe-events-pg-template {
		padding: 50px 25px;
	}
	#mega-menu-wrap-avia #mega-menu-avia > li.mega-menu-megamenu > ul.mega-sub-menu {
    	width: 650px;
	}
	#header_main_alternate .mega-menu-grid .mega-sub-menu .mega-sub-menu .mega-sub-menu > li > a {
    	font-size: 13px !important;
	}
	#header_main_alternate .mega-menu-grid .mega-sub-menu .mega-sub-menu .mega-sub-menu .mega-sub-menu > li > a {
    	font-size: 12px !important;
	}
	#header_main_alternate .mega-menu-column .widget_custom_html {
    	font-size: 13px !important;
	}
	#top .link-list {
    	-webkit-column-count: 1;
    	column-count: 1;
	}
}

@media screen and (max-width: 767px) {
	#top .slider-buttons {
		margin-top: 0px;
		background: #f5f5f5 !important;
	}
	#header_main {
		margin-top: 50px;
	}
	#top #header {
		height: 90px !important;
	}
	#header .header_bg {
		height: 90px;
	}
	#header_main .logo img {
		max-height: 50px !important;
		margin-top: 10px;
	}
	#header-widgets {
		top: 40px;
		right: 0px;
		background: #008897;
		height: 50px;
		width: 100%;
		text-align: center;
	}
	#header-widgets .textwidget {
		height: 50px;
	}
	#header-widgets #text-2 {
		display: none;
	}
	#header-widgets .top-text {
		line-height: 50px;
		margin: 0px;
		color: white;
	}
	#header-widgets .top-buttons {
		display: none;
	}
	#header-widgets .top-text a {
		display: inline-block;
		color: #f7ae2b;
		margin-left: 10px;
		font-size: 14px;
		font-weight: 600;
	}
	#top #header #header_main .main_menu {
		display: none;
	}
	#mobile-menu {
		display: block;
	}
	#main .slide-text {
		width: 90vw !important;
		min-width: 90vw !important;
	}
	#top .slide-text h1 {
		font-size: 24px;
	}
	#main .slider-buttons .av_one_fourth {
		margin-bottom: 10px !important;
	}
	#main .slider-buttons .av_one_fourth:last-child {
		margin-bottom: 0px !important;
	}
	#top .slider-buttons p {
		font-size: 16px;
	}
	#top .home-services .av_one_fourth {
		margin-bottom: 15px !important;
	}
	#top .home-services .av_one_fourth:nth-of-type(3) {
		z-index: 999;
	}
	#top .home-services .av_one_fourth:nth-child(5) {
		z-index: 99;
	}
	#top .home-services .av_one_fourth:last-child {
		margin-bottom: 0px !important;
	}
	#socket .sub_menu_socket li {
		display: block;
		border: none;
		margin: 5px 0px;
	}
	#top .large-text p {
		font-size: 18px;
	}
	#top h2 {
		font-size: 1.7rem;
	}
	#page-banner .menu-background {
		display: none;
	}
	#page-banner .has-banner-icon .banner-icon {
		display: none;
	}
	#page-banner .banner-content h1,
	#page-banner .banner-content .blog-title {
		margin-left: 0px;
		font-size: 24px;
	}
	#page-banner .has-banner-icon #breadcrumbs {
		margin-left: 0px;
	}
	#top .av_three_fifth,
	#top .av_two_fifth,
	#top .av_one_third,
	#top .av_two_third,
	#top .av_one_half,
	#footer .av_one_fifth {
		width: 100%;
		margin: 0px 0px 20px;
	}
	#top .gform_wrapper .gform_description p {
		font-size: 17px;
	}
	#top .avia-section-large .content {
		padding: 50px 0px;
	}
	#service-content > .container > div {
		width: 100%;
		padding: 0px;
		margin-bottom: 20px;
	}
	#service-content > .container > div:last-child {
		margin-bottom: 0px;
	}
	#footer .av_one_fifth:last-child {
		width: 100%;
	}
	#find-provider {
		padding: 30px 0px;
	}
	#top #find-provider li {
		width: 100%;
		margin-bottom: 15px;
		padding-right: 0px;
	}
	#top #find-provider li:last-child {
		margin-bottom: 0px;
	}
	#top .provider-search form {
		margin-bottom: 0px;
		overflow: hidden;
	}
	#top #find-provider li.sf-field-submit {
		width: 100%;
		text-align: center;
	}
	#top #find-provider input[type="submit"] {
		max-width: 150px;
	}
	#top .stack-filters {
		overflow: visible !important;
	}
	#top .faqs-list.two-col .panel-group {
		-webkit-column-count: 1;
		column-count: 1;
	}
	#top .avia-table td {
		padding: 0px 15px 15px 15px;
	}
	#top .avia-table td:before {
		background: #008897;
		color: white;
		font-weight: 600;
		text-transform: uppercase;
		font-style: normal;
		font-size: 15px;
		margin: 0px 0px 10px -15px;
		padding: 10px;
		width: calc(100% + 10px);
	}
	#top .entry-content-wrapper {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	#top .entry-content-wrapper .content-sidebar-left {
		order: 1;
	}
	#top .entry-content-wrapper .content-sidebar {
		order: 2;
	}
	#top .sidebar {
		border: none !important;
		padding: 0px;
	}
	#top .search-filter-results,
	#top .list-blocks ul {
		grid-template-columns: repeat(2, 1fr);
	}
	#top .featured-quote {
		font-size: 17px;
	}
	#top h3 {
		font-size: 1.25rem;
	}
	#top .provider-image {
		width: 100%;
	}
	#top .provider-image img {
		max-width: 250px;
		margin: 0px 0px 20px;
	}
	#top .provider-info {
		width: 100%;
		padding: 0px;
	}
	#top h1 {
		font-size: 1.6rem;
	}
	#top .news-list .pt-cv-href-thumbnail {
		margin: 0px 0px 10px;
	}
	#top.single-post .post-title {
		font-size: 1.35rem;
	}
	#top .tribe-events-calendar-list__event-row {
		padding: 15px;
	}
	#top #wrap_all #tribe-events-pg-template {
		padding: 50px 0px;
		max-width: 85%;
	}
	#top #wrap_all .tribe-events-event-image {
		float: none;
		margin: 0px 0px 15px;
	}
	#header-widgets .header-links {
    	display: none;
	}
	#mobile-language-switcher {
    	display: block;
	}
	#main .avia-logo-grid .slide-entry-wrap {
    	display: flex;
    	flex-wrap: wrap;
	}
	#top #main .avia-logo-grid .slide-entry-wrap .slide-entry {
    	width: 50%;
    	margin: 10px 0px;
	}
}

@media screen and (max-width: 640px) {
	#top .gform_wrapper .gform_body .gfield.gf_left_half,
	#top .gform_wrapper .gform_body .gfield.gf_left_third,
	#top .gform_wrapper .gform_body .gfield.gf_middle_third {
		width: 100% !important;
		padding-right: 0px;
	}
	#top .gfield .ginput_container_address .address_line_1,
	#top .gfield .ginput_container_address .address_line_2 {
		width: 100%;
		padding-right: 0px;
	}
	#top .gfield .ginput_container_address .address_city,
	#top .gfield .ginput_container_address .address_state,
	#top .gfield .ginput_container_address .address_zip {
		width: 100%;
		padding-right: 0px !important;
	}
	#top .ginput_container_date .clear-multi {
		display: block;
	}
	#top .ginput_container_date .gfield_date_dropdown_month,
	#top .ginput_container_date .gfield_date_dropdown_day,
	#top .ginput_container_date .gfield_date_dropdown_year {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 15px !important;
	}
	#main img.alignleft, #main img.alignright {
    	margin: 0px 0px 20px;
    	display: block;
    	float: none;
	}
	#service-content > .container {
    	display: block;
	}
}

@media screen and (max-width: 400px) {
	#header-widgets .top-text {
		line-height: 1.5;
	}
	#header-widgets .top-text a {
		display: block;
		margin: 0px;
	}
	#top .slide-text p {
		font-size: 15px !important;
	}
	#top .search-filter-results {
		grid-template-columns: repeat(1, 1fr);
	}
	#top .list-blocks ul li a {
		font-size: 17px;
		padding: 0px 10px;
		line-height: 1.2;
	}
}