@charset "UTF-8";
/*!
Theme Name: Divi Child
Theme URI: https://divi.com
Author: Alex Bonin
Author URI: http://alexbonin.com
Template: divi
*/
/*
Theme Name: Dr.Patterson-Child
Theme URI:  https://patterson.themerex.net/
Description: Dr.Patterson - Multipurpose and Multiskin Responsive Wordpress theme
Author: ThemeREX
Author URI:  https://themerex.net/
Template: dr-patterson
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: dr_patterson
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
.page-id-1508 .page_content_wrap {
  padding-bottom: 0;
}

.eit-progress-table {
  display: none;
}

.eit-progress-table-mobile {
  display: block;
}

.eit-progress-table, .eit-progress-table-mobile {
  width: 100%;
  border-collapse: collapse;
}
.eit-progress-table th, .eit-progress-table-mobile th {
  background-color: #2680cd !important;
  padding: 10px;
  border: none;
  text-transform: none;
  text-align: left;
  color: #fff !important;
}
.eit-progress-table td, .eit-progress-table-mobile td {
  padding: 10px;
  border: none;
  text-align: left;
  color: #282828 !important;
  font-weight: 700;
}
.eit-progress-table tr:nth-child(even) td, .eit-progress-table-mobile tr:nth-child(even) td {
  background-color: #fff !important;
}
.eit-progress-table tr:nth-child(odd) td, .eit-progress-table-mobile tr:nth-child(odd) td {
  background-color: #f3f3f3 !important;
}
.eit-progress-table .eit-progress-phases, .eit-progress-table-mobile .eit-progress-phases {
  width: 9%;
  min-width: 50px;
}

.eit-progress-bar-container {
  background-color: #e0e0e0;
  width: 100%;
  height: 4px;
  position: relative;
  overflow: hidden;
}

.eit-progress-bar-fill {
  background-color: #06A96A;
  height: 100%;
  width: 0;
  -webkit-transition: width 1.5s ease;
  transition: width 1.5s ease;
}
.eit-progress-table tr:nth-of-type(2) .eit-progress-bar-fill, .eit-progress-table-mobile tr:nth-of-type(2) .eit-progress-bar-fill {
  background-color: #dd3268;
}
.eit-progress-table tr:nth-of-type(3) .eit-progress-bar-fill, .eit-progress-table-mobile tr:nth-of-type(3) .eit-progress-bar-fill {
  background-color: #f8b431;
}

.eit-progress-value {
  font-weight: 300;
}

.scheme_default h1 a, .scheme_default h2 a, .scheme_default h3 a, .scheme_default h4 a, .scheme_default h5 a, .scheme_default h6 a, .scheme_default li a, .scheme_default [class*=color_style_] h1 a, .scheme_default [class*=color_style_] h2 a, .scheme_default [class*=color_style_] h3 a, .scheme_default [class*=color_style_] h4 a, .scheme_default [class*=color_style_] h5 a, .scheme_default [class*=color_style_] h6 a, .scheme_default [class*=color_style_] li a {
  color: #2680cd;
}
.scheme_default h1 a:hover, .scheme_default h2 a:hover, .scheme_default h3 a:hover, .scheme_default h4 a:hover, .scheme_default h5 a:hover, .scheme_default h6 a:hover, .scheme_default li a:hover, .scheme_default [class*=color_style_] h1 a:hover, .scheme_default [class*=color_style_] h2 a:hover, .scheme_default [class*=color_style_] h3 a:hover, .scheme_default [class*=color_style_] h4 a:hover, .scheme_default [class*=color_style_] h5 a:hover, .scheme_default [class*=color_style_] h6 a:hover, .scheme_default [class*=color_style_] li a:hover {
  color: #06A96A;
}

.scheme_default .sc_layouts_menu_nav > li.current-menu-item > a, .scheme_default .sc_layouts_menu_nav > li.current-menu-parent > a, .scheme_default .sc_layouts_menu_nav > li.current-menu-ancestor > a {
  color: #dd3268 !important;
}

.scheme_default .sc_layouts_menu_nav > li li.current-menu-item > a, .scheme_default .sc_layouts_menu_nav > li li.current-menu-parent > a, .scheme_default .sc_layouts_menu_nav > li li.current-menu-ancestor > a {
  color: initial !important;
}

.icon_blue_green .vc_icon_element-icon {
  background: -webkit-gradient(linear, right top, left bottom, from(#2680cd), to(#06A96A));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#2680cd), to(#06A96A));
}
.icon_green_pink .vc_icon_element-icon {
  background: -webkit-gradient(linear, right top, left bottom, from(#2680cd), to(#06A96A));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#06A96A), to(#a8db69));
}
.icon_pink_black .vc_icon_element-icon {
  background: -webkit-gradient(linear, right top, left bottom, from(#2680cd), to(#06A96A));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#f8b431), to(#ffe663));
}
.icon_black_blue .vc_icon_element-icon {
  background: -webkit-gradient(linear, right top, left bottom, from(#2680cd), to(#06A96A));
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#dd3268), to(#ffb247));
}

.icon_blue_green .vc_icon_element-inner.vc_icon_element-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: auto;
  max-width: 22em;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  border-radius: 100%;
  border-color: transparent !important;
}
.icon_blue_green .vc_icon_element-inner.vc_icon_element-outline:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#2680cd), to(#06A96A));
}
.icon_blue_green .vc_icon_element-inner.vc_icon_element-outline.vc_icon_element-background-color-grey {
  background-color: #f8f8f8;
}
.icon_green_pink .vc_icon_element-inner.vc_icon_element-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: auto;
  max-width: 22em;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  border-radius: 100%;
  border-color: transparent !important;
}
.icon_green_pink .vc_icon_element-inner.vc_icon_element-outline:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#2680cd), to(#06A96A));
}
.icon_green_pink .vc_icon_element-inner.vc_icon_element-outline.vc_icon_element-background-color-grey {
  background-color: #f8f8f8;
}
.icon_green_pink .vc_icon_element-inner.vc_icon_element-outline:before {
  background: -webkit-gradient(linear, left bottom, right top, from(#06A96A), to(#a8db69));
}
.icon_pink_black .vc_icon_element-inner.vc_icon_element-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: auto;
  max-width: 22em;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  border-radius: 100%;
  border-color: transparent !important;
}
.icon_pink_black .vc_icon_element-inner.vc_icon_element-outline:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#2680cd), to(#06A96A));
}
.icon_pink_black .vc_icon_element-inner.vc_icon_element-outline.vc_icon_element-background-color-grey {
  background-color: #f8f8f8;
}
.icon_pink_black .vc_icon_element-inner.vc_icon_element-outline:before {
  background: -webkit-gradient(linear, left bottom, right top, from(#f8b431), to(#ffe663));
}
.icon_black_blue .vc_icon_element-inner.vc_icon_element-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  margin: auto;
  max-width: 22em;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #fff;
  background-clip: padding-box;
  border: solid 2px transparent;
  border-radius: 100%;
  border-color: transparent !important;
}
.icon_black_blue .vc_icon_element-inner.vc_icon_element-outline:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#2680cd), to(#06A96A));
}
.icon_black_blue .vc_icon_element-inner.vc_icon_element-outline.vc_icon_element-background-color-grey {
  background-color: #f8f8f8;
}
.icon_black_blue .vc_icon_element-inner.vc_icon_element-outline:before {
  background: -webkit-gradient(linear, left bottom, right top, from(#dd3268), to(#ffb247));
}

.shadow_columns .vc_column-inner > .wpb_wrapper {
  background-color: white;
  padding: 24px;
  -webkit-box-shadow: 0px 0px 35px 1px rgba(55, 41, 67, 0.1);
  box-shadow: 0px 0px 35px 1px rgba(55, 41, 67, 0.1);
}

.divider_narrow {
  max-width: 50px;
}

.vc_separator.vc_separator_align_center {
  margin-left: auto !important;
  margin-right: auto !important;
}

.scheme_default .sc_icons .sc_icons_item .sc_icons_item_description span a {
  color: #2680cd;
}
.scheme_default .sc_icons .sc_icons_item .sc_icons_item_description span a:hover {
  color: #282828;
}

.scheme_default .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button), .scheme_default.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button) {
  color: #282828;
}
.scheme_default .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover, .scheme_default.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button):hover {
  color: #06A96A !important;
}

.logo_image {
  margin-top: 0 !important;
}

.vc_row.sc_layouts_row_type_compact .custom-logo-link img, .vc_row.sc_layouts_row_type_compact .sc_layouts_logo img {
  max-height: 94px;
}

.sc_layouts_menu_nav > li.menu-item > a {
  padding-top: 31px;
  padding-bottom: 31px;
}

.sc_layouts_row.sc_layouts_row_fixed_on .custom-logo-link img, .sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_logo img {
  max-height: 64px;
}
.sc_layouts_row.sc_layouts_row_fixed_on .sc_layouts_menu_nav > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
}

.scheme_dark .menu_mobile_inner a:hover {
  color: #06A96A;
}

body.mobile_device .menu_mobile .sc_layouts_logo img, body.mobile_layout .menu_mobile .sc_layouts_logo img {
  max-height: 90px;
}
body.mobile_device .menu_mobile_nav_area, body.mobile_layout .menu_mobile_nav_area {
  margin-top: 3em;
}

.scheme_default .sc_layouts_menu_nav > li.current-menu-item > a, .scheme_default .sc_layouts_menu_nav > li.current-menu-parent > a, .scheme_default .sc_layouts_menu_nav > li.current-menu-ancestor > a {
  color: #2680cd !important;
}

.single-cpt_team.scheme_default .team_member_content_desc {
  padding: 40px 40px 60px;
}
.single-cpt_team .team_member_content_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.single-cpt_team .team_member_content_details .team_member_details {
  width: auto;
  margin-right: 20px;
}
.single-cpt_team .team_member_content_details .team_member_socials {
  text-align: left;
  width: auto;
}

.team_member_page .team_member_position {
  text-transform: none;
  font-size: 26px;
  line-height: 30px;
}

.top_panel .sc_layouts_column_icons_position_left .sc_layouts_item {
  padding-left: 20px;
}

.eit_shadow_children .sc_icons_item {
  -webkit-box-shadow: 0px 0px 35px 1px rgba(55, 41, 67, 0.1);
          box-shadow: 0px 0px 35px 1px rgba(55, 41, 67, 0.1);
}

.scheme_default .sc_team_item h6 a {
  color: #282828;
}
.scheme_default .sc_team_item h6 a:hover {
  color: #2680cd;
}

.page-id-1505 .eit_page_title {
  background-image: url(/wp-content/uploads/2025/05/doc1.png) !important;
}
.page-id-1562 .eit_page_title {
  background-image: url(/wp-content/uploads/2025/05/doc4.png) !important;
}
.page-id-1507 .eit_page_title {
  background-image: url(/wp-content/uploads/2025/05/doc6.png) !important;
  background-position: center 32% !important;
}
.page-id-1508 .eit_page_title {
  background-image: url(/wp-content/uploads/2025/05/doc5-1.png) !important;
}

.color_black {
  color: #282828;
}
.color_black p {
  color: #282828;
}

.scheme_default .sc_button_simple.color_style_link2:not(.sc_button_bg_image):after {
  color: #2680cd;
}

.eit_pull_quote {
  margin: 0 auto !important;
}

.eit_references {
  font-size: 12px;
  line-height: 19px;
}

.scheme_default .team_member_brief_info_text em {
  color: inherit;
}

.eit_r_symbol .trx_addons_column-1_2:first-of-type .sc_icons_item_title span:after {
  content: "®";
  font-size: 60%;
  vertical-align: super;
}

@media only screen and (min-width: 640px) {
  .eit-progress-table {
    display: block;
  }
  .eit-progress-table-mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .about_page_leadership .sc_team {
    width: 66%;
    margin: 0 auto;
  }
  .about_page_leadership > .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .eit_pull_quote {
    width: calc(66% + 20px);
  }
  .eit_pull_quote .sc_item_descr p {
    font-size: 22px;
    line-height: 30px;
  }
  .top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .wpb_wrapper, .sc_layouts_menu_dir_vertical .wpb_wrapper {
    font-size: 14px;
  }
  .single-cpt_team .team_member_content_details {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 981px) {
  .page_wrap h1 {
    line-height: 50px;
    font-size: 42px;
  }
  .page_wrap h2 {
    line-height: 1.2em;
    font-size: 40px;
  }
  .page_wrap h3 {
    line-height: 1.2em;
    font-size: 24px;
  }
  .page_wrap h4 {
    line-height: 28px;
    font-size: 20px;
  }
  .top_panel .sc_layouts_row {
    text-align: center;
  }
  .top_panel .sc_layouts_row .sc_layouts_column_icons_position_left {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  .top_panel .sc_layouts_row .sc_layouts_column_align_right {
    width: auto;
    min-width: 620px;
    display: inline-block;
    float: none;
    vertical-align: top;
    font-size: initial;
  }
  .top_panel .sc_layouts_column_icons_position_left .sc_layouts_item {
    padding-left: 0;
  }
  .menu_main_nav > li > a, .top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav > li > a,
  .scheme_default .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button), .scheme_default.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button) {
    font-size: 15px;
  }
}
@media only screen and (min-width: 1280px) {
  .top_panel .sc_layouts_row .sc_layouts_column_align_right {
    min-width: 800px;
  }
  .menu_main_nav_area, .top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav, .sc_layouts_menu_dir_vertical .sc_layouts_menu_nav {
    line-height: 1.6em;
    font-size: 1.04em;
  }
  .menu_main_nav > li > a, .top_panel .sc_layouts_row:not(.sc_layouts_row_type_narrow) .sc_layouts_menu_nav > li > a,
  .scheme_default .sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button), .scheme_default.sc_layouts_row_type_compact .sc_layouts_item a:not(.sc_button):not(.button) {
    font-size: 18px;
  }
}