.advgb-tab-body-wrapper div.advgb-tab-body{
    background: #fff;
    padding: 30px;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop ul.advgb-tabs-panel {
    background: #FBFBFC;
    padding: 12px !important;
}
.advgb-tabs-wrapper.advgb-tab-vert-desktop .advgb-tab-body-wrapper{
    border: none !important;
}

/*Social Share*/
.socialshare-heading {
    font-size: 32px;
    font-weight: 500;
    text-transform: capitalize;
    padding-right: 15px;
    margin-bottom: 10px;
}
.socialshare-icons, .social-share-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.social-share-links {
    display: flex;
    margin-right: 10px;
    margin-bottom: 10px;
}
.social-share-links svg,.social-share-links img{
    width: 30px;
    height: 30px;
}
/*.related-news .news-category-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/
.wp-block-image.size-full img{
    width: 100%;
}
a.location-category {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 6px 0 6px 6px;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    background: rgba(0, 102, 51, 0.8);
    border-radius: 80px;
    padding: 7px 15px;
}
.location-image {
    position: relative;
    height: 175px;
}
.location-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.location-cat-links{
    position: absolute;
    left: 0px;
}
.location-content {
    padding: 15px;
    background: #fff;
}
.miles-distance {
    margin-bottom: 10px;
    margin-top: 10px;
    color: #6B6164;
}
.location-data {
    font-size: 16px;
    color: #221F20;
}
a.locationlink-getdirection {
    color: #0066CC !important;
    margin-top: 15px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
a.close-button {
    display: flex;
}
.language select,.search input{
    height: 30px !important;
}
#site-searchs{
    height: 30px !important;
}
.language:after{
    content: none;
}
select#gtranslate_selector {
    background-image: url(/wp-content/uploads/2021/12/dropdownicon.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right 10px center;
    padding: 0 10px;
    line-height: 29px;
    max-width: 88px;
}
.post .entry-header{
    margin-bottom: 0px;
}
.entry-header .entry-title{
    margin-bottom: 15px;
    font-family: 'Futura PT';
    font-weight: 500;
    font-size: 50px;
}
#page {
    padding-top: 10px;
}

.wp-block-quote,.wp-block-quote p{
    font-family: 'Futura PT';
    font-size: 28px;
    font-weight: 300;
    color: #006633;
    margin-bottom: 0;
    border: none;
    margin-left: 0;
}
.wp-block-quote{
    padding-left: 5px;
}
.wp-block-quote:before,.wp-block-quote:after{
    content: none !important;
}
.gb-profile-text,.gb-cta-text,.wp-block-quote cite,.wp-block-quote footer{
    display: none !important;
}
.wp-block-table.mb-10 table {
    margin-bottom: 10px;
}
.excutive-profile-wrapper {
    height: 100%;
    padding-bottom: 15px;
}
.excutive-profile {
    text-align: left;
    height: 100%;
}
.excutive-profile-wrapper .excutive-photo {
    max-width: 400px;
}
.excutive-profile-wrapper .excutive-photo img {
    width: 100%;
}
.excutive-profile a.btn {
    background: transparent;
    display: inline-block;
    color: #000;
    text-align: left;
    padding: 0;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: underline;
}
.excutive-profile button:hover, .excutive-profile button:focus, .excutive-profile button:not(:disabled):not(.disabled):active {
    background: transparent;
    text-decoration: none;
    color: #c79e15;
}
.excutive-photo {
    max-width: 150px;
    margin: 0 auto 15px;
}
.excutive-profile p {
    margin-bottom: 5px;
}       
.excutive-description .modal-body {
    padding: 30px;
}
.excutive-description .modal-body p {
    text-align: center;
}
.excutive-description button.close {
    position: absolute;
    right: 10px;
    top: 2px;
    font-size: 30px;
    width: auto;
    height: auto;
}
body.page-id-336 .modal-backdrop.fade.show {
    display: none;
}
.modal.excutive-description {
    background: rgba(0,0,0,0.5);
}
.advgb-tab-body form.wpcf7-form {
    padding: 0;
}
#back-top {
    display: inline-block;
    background-color: #001E52;
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 80px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
#back-top img {
    filter: invert(1);
    width: 30px;
}
#back-top:hover {
  cursor: pointer;
  background-color: #333;
}
#back-top:active {
  background-color: #555;
}
#back-top.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
    #back-top {
      width: 30px;
      height: 30px;
      bottom: 10px;
      right: 10px;
   }
}