@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --theme-color: #167bcb;
  --montserrat-font: "Montserrat";
  --white-color: #ffffff;
  --black-color:#000000;
  --theme-second-color: #231f20;
  --gray-color: #444444;
  --sub-title: #010c2a;
}

body {
  font-family: var(--montserrat-font);
  font-size: 16px;
  color: var(--gray-color);
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 400;
  background-color: #f4f5f9;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2;
  color: var(--theme-color);
  font-weight: 600;
  margin: 0 0 0.5em;
  font-family: var(--montserrat-font);
}

h2,
.h2 {
  font-size: 2.25em;
  line-height: 1.2;
  color: var(--black-color);
  font-weight: 500;
  margin: 0 0 0.5em;
  font-family: var(--montserrat-font);
}
h2 ~ h2 {
  margin-top: 1em;
}
h3 {
  font-size: 1.8em;
  line-height: 1.3;
  color: var(--montserrat-color);
  padding: 0;
  margin: 1em 0 0.5em;
  font-weight: 500;
  color: var(--black-color);
}
h4 {
  font-size: 1.5em;
  line-height: 1;
  color: var(--montserrat-color);
  padding: 0;
  margin: 1em 0 0.5em;
  color: var(--black-color);
}
h5 {
  font-size: 1.3em;
  margin: 0 0 1em;
  color: var(--black-color);
  font-weight: 400;
}
h6,
.h6 {
  font-size: 1.25em;
  margin: 0 0 0.8em;
  color: var(--theme-second-color);
  font-weight: 400;
  color: var(--black-color);
}
p {
  font-size: 1.25em;
  line-height: 1.75;
  font-weight: 400;
  color: #757575;
  font-weight: 400;
  margin-bottom: 0.95em;
}
a {
  font-family: var(--montserrat-font);
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  color: var(--theme-color);
}
a:hover {
  text-decoration: none;
}

#site-scroll-top:hover {
  background: var(--theme-color);
}

body.wpex-responsive .container,
body.wpex-responsive .vc_row-fluid.container {
  max-width: 1720px;
  width: 100%;
  margin: 0 auto;
}
.navbar-style-one {
  top: 50%;
  margin-top: 0;
  height: auto;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}

/* == Header == */
#top-bar {
  padding: 0;
}
#top-bar a {
  height: 100%;
  display: flex;
}
.header-social a {
  display: inline-block;
}
#top-bar-wrap {
  border-bottom: 1px solid #d7d7d7;
  font-size: 100%;
  background-color: #f5f5f5;
}
.header-social {
  display: flex;
  align-items: center;
}
.header-social > div {
  position: relative;
  border-left: 2px solid #ececec;
  height: 100%;
  padding: 0.7em 1em;
}
.call_info {
  background-color: #e2e9ee;
  padding: 0.5em 1em;
}
.header-social a img {
  height: 1.3em;
}
.top-bar-right {
  display: flex;
  align-items: center;
  float: right !important;
}
#site-header-inner {
  padding-top: 0;
  padding-bottom: 0;
}
#site-header {
  padding: 1.5em 0 !important;
}
#site-logo {
  padding: 0.625em 0;
}
#comments {
  display: none;
}
#top-bar .call_info a {
  font-size: 1.25em;
  line-height: 1.5;
  color: var(--theme-color) !important;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.call_info a::before {
  content: "";
  height: 1.25em;
  width: 1.25em;
  margin: 0 0.5em 0 0;
  background-image: url(../images/call_icon.png);
  background-position: 0 0;
  background-size: 100% 100%;
}
.navbar-style-one .dropdown-menu > li > a {
  height: auto;
  line-height: normal;
  font-size: 1em;
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-style-one .dropdown-menu > li > a:hover {
  color: var(--theme-color);
}
#site-navigation .dropdown-menu > li.current-menu-item > a > span.link-inner {
  color: var(--theme-color);
}

/* == Banner Section == */

.banner_section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height:500px;
}
.banner_section .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 0 !important;
}

.about_content {
  padding-bottom: 10.3125em;
}
.banner_title {
  font-size: 5em;
  letter-spacing: -1px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 700;
  filter: drop-shadow(0 0 46px rgba(0, 0, 0, 0.83));
}
.banner_content p {
  font-size: 1.875em;
  letter-spacing: 1px;
  color: var(--white-color);
  font-weight: 500;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.33));
  margin-top: 0.5em;
}
.gform_wrapper .schedule-form .gform_heading {
  width: 100%;
  margin-bottom: 0;
}
.gform_wrapper .schedule-form h3.gform_title {
  background: var(--theme-color);
  padding: 0.8em 1em;
  color: var(--white-color);
  margin: 0;
  font-weight: 400;
  font-size: 1.425em;
}
.gform_wrapper .schedule-form .gform_body {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9215686274509803);
  padding: 1em 1.5em;
  margin: 0;
}
.gform_wrapper .schedule-form ul.gform_fields li.gfield {
  padding-right: 0;
}
.gform_wrapper .schedule-form ul.gform_fields li.gfield.fr-checkbox {
  margin: 0;
}
.gform_wrapper .schedule-form .top_label .gfield_label {
  display: none;
}
.gform_wrapper .schedule-form .fr-input input {
  background-color: var(--white-color);
  border: 1px solid #c4c4c4;
  padding: 0 1em !important;
  letter-spacing: 0px;
  color: var(--black-color);
  font-weight: 400;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  height: 2.925em;
}
.gform_wrapper .schedule-form .fr-text textarea {
  background-color: var(--white-color);
  border: 1px solid #c4c4c4;
  padding: 0.8em 1em !important;
  letter-spacing: 0px;
  color: var(--black-color);
  font-weight: 400;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  height: 5.375em;
}
.gform_wrapper .schedule-form ul.gfield_checkbox li label::before {
  content: "";
  height: 1.5em;
  width: 1.5em;
  border-radius: 2px;
  background-color: var(--white-color);
  border: 1px solid #c4c4c4;
  display: inline-flex;
  margin: 0 0.5em 0 0;
}
.gform_wrapper .schedule-form ul.gfield_checkbox li label {
  position: relative;
  display: flex;
  align-items: center;
}
.gform_wrapper .schedule-form .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .schedule-form .gform_page_footer input.button,
.gform_wrapper .schedule-form .gform_page_footer input[type="submit"] {
  width: 100%;
  margin: 0;
  height: 2.5em;
  border-radius: 0px;
  background-color: transparent;
  border: 1px solid var(--theme-color);
  font-size: 1.25em;
  letter-spacing: 0px;
  color: var(--theme-color);
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
}
.gform_wrapper .schedule-form .gform_footer input.button:focus,
.gform_wrapper .gform_footer input[type="submit"]:focus,
.gform_wrapper .schedule-form .gform_page_footer input.button:focus,
.gform_wrapper .schedule-form .gform_page_footer input[type="submit"]:focus {
  outline: none;
}
.gform_wrapper .schedule-form .gform_footer input.button:hover {
  background-color: var(--theme-color);
  border: 1px solid transparent;
  color: var(--white-color);
}
.gform_wrapper .schedule-form .gform_footer {
  margin: 0;
  padding: 0 1.5em 2em 1.5em;
  background-color: rgba(255, 255, 255, 0.9215686274509803);
}
.banner_section .gform_wrapper {
  margin: 0;
}
.banner-content {
  padding-top: 5.5em;
}
.banner-content .vc_col-sm-4 {
  width: 25%;
  padding: 0;
  margin: 0 0 0 auto;
}
.banner-content .vc_col-sm-4.vc_column_container > .vc_column-inner {
  padding: 0;
}
.cmn-button {
  margin: 0;
}
.cmn-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  background: var(--theme-color);
  border: 1px solid transparent;
  font-size: 1.625em;
  letter-spacing: 0px;
  line-height: 1;
  color: var(--white-color);
  font-weight: 500;
  border-radius: 0;
  text-transform: uppercase;
}
.cmn-button.border .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  background: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding: 0.5em 4em;
}
.cmn-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background: var(--white-color);
  border: 1px solid var(--white-color);
  color: var(--theme-color);
}
.gform_wrapper .schedule-form ul.gfield_checkbox li label {
  position: relative;
  display: flex;
  align-items: center;
}
.gform_wrapper .schedule-form ul.gfield_checkbox li label::before {
  content: "";
  height: 1.325em;
  width: 1.325em;
  border-radius: 2px;
  background-color: var(--white-color);
  border: 1px solid #c4c4c4;
  display: inline-flex;
  margin: 0 0.5em 0 0;
}
.gform_wrapper
  .schedule-form
  .gfield_checkbox
  li
  input:checked
  + label::before {
  background-image: url(../images/right-check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--theme-color);
  border: none;
}
.gform_wrapper.gf_browser_chrome .schedule-form .gfield_checkbox li input,
.gform_wrapper.gf_browser_chrome
  .schedule-form
  .gfield_checkbox
  li
  input[type="checkbox"],
.gform_wrapper.gf_browser_chrome
  .schedule-form
  .gfield_radio
  li
  input[type="radio"] {
  margin: 0;
}
.gform_wrapper .schedule-form .top_label li ul.gfield_checkbox,
.gform_wrapper .schedule-form .top_label li ul.gfield_radio {
  width: 100%;
}
.gform_wrapper .schedule-form .gfield_checkbox li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
}
.gform_wrapper .schedule-form div.validation_error {
  padding: 1em;
  font-size: 1em;
  font-weight: normal;
  background: #ff000b;
  color: var(--white-color);
  border: none;
  border-top: none;
  font-weight: 600;
  margin: 0;
}
.gform_wrapper .schedule-form .field_description_below .gfield_description {
  max-width: 100%;
  padding-right: 0 !important;
  text-align: left;
  font-size: 0.8em;
  color: #ff000b;
  padding: 0;
}
.gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #ff0000;
}
.cmn_padding {
  padding: 5em 0;
}
.common_title {
  font-size: 3.125em;
  line-height: 1.3;
  color: var(--theme-color);
  font-weight: 700;
  text-align: center;
  position: relative;
  padding-bottom: 0.3em;
}
.common_sub_title {
  font-size: 1.375em;
  line-height: 1.5;
  color: var(--theme-color);
  font-weight: 500;
  text-align: center;
  position: relative;
  padding-bottom: 0.8em;
}
.white_title {
  color: var(--white-color);
}

html
  body.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic
  .vc_tta-tab
  > a {
  text-align: center;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5em 1em;
  border-color: var(--theme-color);
  background-color: var(--theme-color) !important;
  color: var(--white-color);
  border-radius: 0;
  width: 100%;
  /* height: 11.375em; */
  height: auto;
}

body.wpb-js-composer .vc_tta-color-grey.diamonds-tab .vc_tta-panels,
body.wpb-js-composer .vc_tta-color-grey.diamonds-tab .vc_tta-panels::after,
body.wpb-js-composer .vc_tta-color-grey.diamonds-tab .vc_tta-panels::before {
  background-color: transparent !important;
  border-color: transparent !important;
}
body.wpb-js-composer .vc_tta-color-grey.diamonds-tab .vc_tta-tab > a:focus,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic.diamonds-tab
  .vc_tta-tab.vc_active
  > a {
  border-color: #0c426d;
  background-color: #0c426d !important;
}
html
  body.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab
  > a:after:hover {
  background-color: var(--theme-color) !important;
  z-index: -1;
}
.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tabs-list {
  display: flex;
  justify-content: center;
}
body.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tab {
  padding: 0;
  margin: 0;
  flex: 1;
  text-align: center;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:focus,
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
  border-radius: 0 !important;
  background: var(--theme-color) !important;
}
.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-icon::before {
  content: "" !important;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background-color: transparent;
  height: 100%;
  margin: 0 auto;
  right: 0;
  bottom: 0;
  background-size: 100%;
}
body.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(1)
  .vc_tta-icon::before {
  background-image: url(/wp-content/uploads/2022/07/PLan_ESVA_Icon.jpg);
	  background-size: 90px;
}
body.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab.vc_active:nth-child(1)
  .vc_tta-icon::before {
  background-image: url(/wp-content/uploads/2022/07/PLan_ESVA_Icon_Hover.jpg);
	  background-size: 90px;
}
body.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(2)
  .vc_tta-icon::before {
  background-image: url(../images/icon2.png);
}
body.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(3)
  .vc_tta-icon::before {
  background-image: url(../images/icon3.png);
}
body.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(4)
  .vc_tta-icon::before {
  background-image: url(../images/icon4.png);
}
body.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(5)
  .vc_tta-icon::before {
  background-image: url(../images/icon5.png);
}
body.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(6)
  .vc_tta-icon::before {
  background-image: url(../images/icon6.png);
}
body.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(7)
  .vc_tta-icon::before {
  background-image: url(../images/icon7.png);
}
/* Accomack-Northampton Regional Housing Authority */
body.page-id-1112.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(1)
  .vc_tta-icon::before {
  background-image: url(../images/anr-icon1.png);
}
body.page-id-1112.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(2)
  .vc_tta-icon::before {
  background-image: url(../images/anr-icon2.png);
}
body.page-id-1112.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(3)
  .vc_tta-icon::before {
  background-image: url(../images/anr-icon3.png);
}
body.page-id-1112.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(4)
  .vc_tta-icon::before {
  background-image: url(../images/anr-icon4.png);
}
body.page-id-1112.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(5)
  .vc_tta-icon::before {
  background-image: url(../images/anr-icon5.png);
}
body.page-id-1112.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(6)
  .vc_tta-icon::before {
  background-image: url(../images/anr-icon6.png);
}
body.page-id-1112.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(7)
  .vc_tta-icon::before {
  background-image: url(../images/anr-icon7.png);
}
body.page-id-1112.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(8)
  .vc_tta-icon::before {
  background-image: url(../images/anr-icon8.png);
}
/* ============================== */
/* Eastern Shore of Virginia Housing Alliance */
body.page-id-1132.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(1)
  .vc_tta-icon::before {
  background-image: url(../images/esvha-icon1.png);
}
body.page-id-1132.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(2)
  .vc_tta-icon::before {
  background-image: url(../images/esvha-icon2.png);
}
body.page-id-1132.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(3)
  .vc_tta-icon::before {
  background-image: url(../images/esvha-icon3.png);
}
body.page-id-1132.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(4)
  .vc_tta-icon::before {
  background-image: url(../images/esvha-icon4.png);
}
body.page-id-1132.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab:nth-child(5)
  .vc_tta-icon::before {
  background-image: url(../images/esvha-icon5.png);
}
/* ============================== */
body.wpb-js-composer .vc_tta.vc_general .vc_tta-icon {
  height: 5.5em;
  width: 5.5em;
  position: relative;
  font-size: inherit;
}
html
  body.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  .vc_tta-tab.vc_active
  > a::after {
  background: transparent;
  border-color: transparent;
  z-index: -1;
  border: none;
}
.diamonds-tab span.vc_tta-title-text {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.125em;
  text-align: center;
  z-index: 2;
  color: #333333;
  font-weight: 600;
  margin-top: 1em;
  line-height: 1.3;
}
.wpb-js-composer
  .vc_tta.vc_general.diamonds-tab
  li.vc_tta-tab.vc_active
  span.vc_tta-title-text {
  color: var(--theme-color);
}
.wpb-js-composer
  .vc_tta.vc_general
  .vc_tta-title-text:not(:empty):not(:first-child),
.wpb-js-composer .vc_tta.vc_general .vc_tta-title-text:not(:empty) ~ * {
  margin-left: 0 !important;
}
body.wpb-js-composer .vc_tta.vc_general .vc_tta-tab a:hover .vc_tta-icon,
.wpb-js-composer
  .vc_tta-color-grey.vc_tta-style-classic.diamonds-tab
  .vc_tta-tab.vc_active
  > a
  .vc_tta-icon {
  transition: 0s linear 0.3s;
}

.wpb-js-composer .vc_tta.vc_general.diamonds-tab .vc_tta-tabs-list {
  margin: 0 auto;
  height: auto;
  position: relative;
  padding: 3em 0 4em;
  display: grid;
  grid-template-columns: 11.375em 11.375em 11.375em 11.375em 11.375em 11.375em 11.375em;
  grid-column-gap: 1em;
}

.wpb-js-composer.page-id-1112 .vc_tta.vc_general.diamonds-tab .vc_tta-tabs-list{
  grid-template-columns: 11.375em 11.375em 11.375em 11.375em 11.375em 11.375em 11.375em 11.375em;
}
.wpb-js-composer.page-id-1132 .vc_tta.vc_general.diamonds-tab .vc_tta-tabs-list{
  grid-template-columns: 11.375em 11.375em 11.375em 11.375em 11.375em;
}
.wpb-js-composer .vc_tta.vc_general.diamonds-tab li.vc_tta-tab {
  position: relative;
  font-size: inherit;
}

.tab-contentright .vcex-heading {
  font-size: 1.875em;
  letter-spacing: -1px;
  line-height: 1em;
  color: var(--white-color);
  font-weight: 500;
  margin-bottom: 0.5em;
}
.tab-contentright .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  background: transparent;
  border: 1px solid var(--white-color);
  border-radius: 0;
  font-size: 18px;
  letter-spacing: 0px;
  line-height: inherit;
  color: var(--white-color);
  font-weight: 400;
  font-family: "Montserrat";
  text-align: center;
  padding: 0.3em 1.5em;
  margin-top: 1em;
}
.tab-contentright .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: var(--white-color);
  color: var(--theme-color);
  border: 1px solid var(--white-color);
}
/* .blog-sub-title,
.blog-title {
  color: #fff !important;
}
.blog-title:after {
  background: var(--white-color);
}
.rcblog-shape-row {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.rcblog-shape {
  margin-top: 0;
  transform: rotate(-3.9deg);
  position: absolute;
  background: #056195;
  top: 0;
  left: -1em;
  width: 110%;
  height: 100%;
}
.rcblog-shape > .vc_column-inner {
  height: 100%;
  transform: rotate(0deg);
  background-repeat: no-repeat;
  background-position: 0 -10em;
  background-size: 100%;
}

.recentblog-contain {
  position: relative;
  z-index: 2;
}

.recent-case-result.recent-case-result-rcblog {
  padding: 5em 6.25em 10em;
}

.recentblog_list {
  margin: 0;
  padding: 2em 0 0 0;
}
.recentblog_list.wpex-row .col {
  padding: 0 1.563em;
  margin: 0;
}
.recentblog_list .vcex-recent-news-entry {
  padding: 0;
}
.recentblog_list .vcex-recent-news-date {
  display: none;
}
.recentblog_list .vcex-news-entry-thumbnail {
  height: 13.125em;
}
.recentblog_list .vcex-news-entry-thumbnail a {
  display: block;
  height: 100%;
  width: 100%;
}
.recentblog_list .vcex-news-entry-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recentblog_list .vcex-recent-news-entry-title-heading {
  font-size: 1.375em;
  color: var(--white-color);
  font-weight: 600;
  text-transform: inherit;
  position: relative;
  padding: 0 0 0.5em;
  margin: 0 0 0.8em;
}
.recentblog_list .vcex-recent-news-entry-title-heading a:hover {
  color: var(--black-color);
}
.recentblog_list .vcex-recent-news-entry-title-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--white-color);
  height: 3px;
  width: 3em;
}
.recentblog_list .vcex-recent-news-entry-excerpt p {
  color: var(--white-color);
  line-height: 1.5;
}
.recentblog_list .theme-button {
  background: transparent;
  padding: 0;
  font-size: 1.125em;
  color: var(--white-color);
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  border-bottom: 1px solid var(--white-color);
  border-radius: 0;
}
.recentblog_list .theme-button:hover {
  color: var(--black-color);
  border-bottom-color: var(--black-color);
}

.recentblog_listgrid .entry-media {
  margin: 0 0 1em;
  height: 13em;
  width: 100%;
}
.recentblog_listgrid .vcex-blog-entry-title.entry-title {
  font-size: 1.25em;
  color: var(--black-color);
  font-weight: 500;
  text-transform: inherit;
  position: relative;
  padding: 0 0 0.5em;
  margin: 0 0 0.8em;
}
.recentblog_listgrid .vcex-blog-entry-title.entry-title a {
  color: var(--black-color);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.recentblog_listgrid .vcex-blog-entry-title.entry-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--theme-color);
  height: 4px;
  width: 3em;
}
.recentblog_listgrid .vcex-blog-entry-details {
  padding: 0;
  border: none;
}
.recentblog_listgrid .entry-media a,
.recentblog_listgrid .entry-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.recentblog_listgrid .theme-button {
  background: transparent;
  padding: 0;
  font-size: 1.125em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 0;
  color: #010c2a;
  border: none;
}
.recentblog_listgrid .theme-button:hover {
  color: var(--theme-color);
  background: transparent;
}
.recentblog_listgrid .vcex-blog-entry-date {
  color: var(--theme-color);
  line-height: 1.5;
  font-size: 1em;
}
.recentblog_listgrid .vcex-blog-entry-excerpt p {
  font-size: 1.125em;
  line-height: 1.625em;
  color: #444444;
  font-weight: 400;
}
.recent-blog {
  background-repeat: no-repeat;
  background-size: cover;
}
.recentblog_listgrid {
  padding-top: 3em;
} */

.site-footer {
  background: var(--theme-color);
  padding: 4.6em 0 4.6em;
}
#footer-bottom {
  background: #231f1f;
}
.footer-box .footer-widget {
  overflow: hidden;
  padding: 0;
}
.footer-box .footer-widget .widget-title {
  font-size: 1.875em;
  color: var(--white-color);
  font-weight: 500;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 1.2em 0 0;
  margin: 0 0 1em;
}
.footer-box .footer-widget .widget-title::after {
  position: absolute;
  left: 100%;
  top: 50%;
  /* width: 10em; */
  width: 25em;
  background: var(--white-color);
  height: 2px;
  margin: -1px 0 0 0;
  content: "";
  z-index: 0;
}

.about_blaszkow .wpex-about-widget-description {
  padding: 0;
  font-size: 1.125em;
  line-height: 1.8;
  color: var(--white-color);
  font-weight: 400;
  padding-top: 0.938em;
}

#footer .quick-links ul {
  margin: 0;
  display: grid;
  grid-template-columns: auto auto;
  grid-auto-flow: row;
  grid-template-rows: auto auto auto auto;
  grid-column-gap: 1em;
}
#footer .quick-links ul li {
  border: none;
  padding: 0.4em 0;
}
#footer .quick-links ul li a {
  display: flex;
  align-items: center;
  color: var(--white-color);
  font-size: 1.125em;
}
#footer .quick-links ul li a:hover {
  color: var(--theme-color);
}
#footer .latest-news ul li {
  border: none;
}
#footer
  .latest-news
  .wpex-widget-recent-posts-li
  .details
  .wpex-widget-recent-posts-excerpt {
  display: none;
}
#footer .latest-news li .wpex-widget-recent-posts-date {
  color: var(--white-color);
  font-weight: 400;
  font-size: 1em;
  line-height: 1.625em;
}
#footer .latest-news li a {
  font-size: 1.2em;
  letter-spacing: 0;
  line-height: 1.425em;
  color: var(--white-color);
  font-weight: 400;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#footer .latest-news li a:hover,
#menu-header-menu-1 li a,
.get-intouch li a:hover {
  color: #333333;
}

.get-intouch {
  margin: 0;
}
.get-intouch li {
  font-size: 1.125em;
  letter-spacing: 0px;
  color: var(--white-color);
  font-weight: 400;
  padding: 0.4em 0;
}
.get-intouch li a {
  color: var(--white-color);
}
.get-intouch li {
  padding-left: 2em;
}
.get-intouch li.phone {
  background-image: url(../images/phone.png);
  background-position: 0 center;
  background-repeat: no-repeat;
}
.get-intouch li.toll {
  background-image: url(../images/call-icon.png);
  background-position: 0 center;
  background-repeat: no-repeat;
}
.get-intouch li.fax {
  background-image: url(../images/fax.png);
  background-position: 0 center;
  background-repeat: no-repeat;
}
.get-intouch li.po-box {
  background-image: url(../images/post.png);
  background-position: top 16px left;
  background-repeat: no-repeat;
}
.get-intouch li.po-box a {
  pointer-events: none;
}
.info-bottom .review-btn {
  font-size: 1.125em;
  letter-spacing: 0px;
  color: var(--white-color);
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid var(--white-color);
  padding: 0.4em 1.5em;
  display: inline-block;
  text-transform: uppercase;
}
.info-bottom .review-btn:hover {
  background: var(--white-color);
  color: var(--theme-color);
}

.info-bottom .social-icon {
  display: flex;
  align-items: center;
  margin: 0 0 0 1em;
}
.info-bottom .social-icon li {
  padding: 0 0.4em;
  display: inline-flex;
}
.info-bottom .social-icon li a {
  display: block;
  height: 2.6em;
  width: 2.6em;
  background-image: url(../images/sprite-img.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 7em;
}
.info-bottom .social-icon li.fb a {
  background-position: -0.6em -8.9em;
}
.info-bottom .social-icon li.ln a {
  background-position: -3.8em -8.9em;
}
.info-bottom .social-icon li a:hover {
  background-image: url(../images/sprite-img.png);
}
.info-bottom .social-icon li.fb a:hover {
  background-position: -0.6em -5.8em;
}
.info-bottom .social-icon li.ln a:hover {
  background-position: -3.8em -5.8em;
}

#footer .latest-news li .wpex-widget-recent-posts-date:before {
  content: "Posted on";
  padding-right: 0.2em;
}
#footer-bottom a {
  color: var(--white-color);
  font-size: 1.125em;
}
#footer-bottom-inner {
  padding: 0;
  max-width: inherit;
}
.footer-bottom-top {
  color: var(--white-color);
  text-align: center;
  font-size: 1.25em;
  line-height: 1.875em;
  font-weight: 400;
}
.footer-bottom-copyright {
  padding: 1.3em 6.25em 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 1.125em;
  font-weight: 300;
}
#footer-bottom a:hover {
  color: #9f9f9f;
}
.footer-bottom-copyright ul {
  display: flex;
  align-items: center;
  margin: 0 1em;
}
.footer-bottom-copyright ul li {
  padding: 0;
}
.footer-bottom-copyright ul li::before {
  content: "|";
  color: var(--white-color);
}
#footer-bottom .footer-bottom-copyright ul li a {
  color: var(--white-color);
  margin: 0 1em;
  font-size: 1.125em;
}
#footer-bottom .footer-bottom-copyright ul li a:hover {
  color: #9f9f9f;
}
#menu-header-menu-1 li a {
  font-size: 1.125em;
  line-height: 1.8;
  color: var(--white-color);
  font-weight: 400;
}
#footer .latest-news li a.wpex-widget-recent-posts-thumbnail {
  width: 4.2em;
  height: 4.2em;
}
#footer .latest-news li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#footer li {
  border: none;
}
.site-footer-inner {
  padding-top: 0;
}
.precision-logo {
  text-align: center;
  padding-bottom: 1em;
}
.social-icon ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 2.5em;
}
.social-icon ul li {
  margin: 0;
  padding: 0 0.8em 0 0;
}
.social-icon ul li a {
  display: block;
  height: 2.5em;
  width: 2.5em;
  background-image: url(../images/social_icon.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.social-icon ul li.fb a {
  background-position: 0 0;
}
.social-icon ul li.tw a {
  background-position: -3em 0;
}
.social-icon ul li.lawyers a {
  background-position: -5.1em 0;
}
.social-icon ul li.av a {
  background-position: -7.75em 0;
}

.social-icon ul li.findlaw a {
  background-position: -9.03em 0;
}

.get_link {
  text-decoration: underline;
  display: block;
}
.social-icon ul li a:hover {
  opacity: 0.5;
}

/* contact us section */

.contact-section-row {
  position: relative;
  z-index: 2;
  background: #fcfcfc;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact-section-row .vc_column-inner {
  margin: 0;
}
.contact-us .gform_wrapper ul.gform_fields li.gfield {
  padding: 0 0.625em;
  width: 33.3%;
}
.contact-us .gform_wrapper ul.gform_fields li.gfield.fr-text {
  width: 100%;
}
.contact-us .gform_wrapper .gform_heading {
  margin: 0;
  background-color: #056196;
  padding: 1.5em 2em;
}
.contact-us .gform_wrapper .top_label .gfield_label {
  display: none;
}
.contact-us .gform_wrapper h3.gform_title {
  color: var(--white-color);
  font-size: 1.625em;
  letter-spacing: 0px;
  line-height: 1em;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
.contact-us .gform_wrapper .fr-input input {
  background-color: var(--white-color);
  padding: 0 1em !important;
  letter-spacing: 0px;
  color: var(--theme-second-color);
  font-weight: 400;
  border-radius: 4px;
  -webkit-border-radius: 0;
  height: 3.125em;
  border-radius: 6px !important;
  border: 1px solid #bdbdbd;
}
.contact-us .gform_wrapper .fr-select .ginput_container_select {
  position: relative;
  background-color: var(--white-color);
  border: 1px solid #c4c4c4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 3.125em;
}
.contact-us .gform_wrapper .fr-select .ginput_container_select select {
  margin: 0;
  height: 100%;
  border: none;
}
.contact-us .gform_wrapper .fr-select .ginput_container_select::after {
  content: "";
  background-image: url(../images/sprite-img.png);
  background-position: -0.5em -0.3em;
  position: absolute;
  right: 1em;
  top: 50%;
  background-repeat: no-repeat;
  background-size: 8em;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  height: 1em;
  width: 1em;
  pointer-events: none;
}
.contact-us .gform_wrapper .fr-select select {
  letter-spacing: 0px;
  color: var(--black-color);
  font-weight: 400;
  margin-left: 0 !important;
  background: transparent;
  padding: 0 1em;
  height: 100%;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
}
.contact-us .gform_wrapper .fr-text textarea {
  background-color: var(--white-color);
  border: 1px solid #c4c4c4;
  padding: 0.8em 1em !important;
  letter-spacing: 0px;
  color: var(--black-color);
  font-weight: 400;
  border-radius: 6px;
  height: 7.5em;
  resize: vertical;
  margin-bottom: 0;
  background-image: url(../images/bg_text-area.png);
  background-repeat: no-repeat;
  background-size: 2em;
  background-position: 100% 100%;
  border: 1px solid #bdbdbd;
}
.contact-us .gform_wrapper .field_description_below .gfield_description {
  max-width: 100%;
  padding-right: 0 !important;
  text-align: left;
  font-size: 0.8em;
  color: #ff000b;
  padding-top: 0.5em;
}
.contact-us .gform_wrapper div.validation_error {
  padding: 1em;
  font-size: 1em;
  font-weight: normal;
  background: #ff000b;
  color: var(--white-color);
  border: none;
  border-top: none;
  font-weight: 600;
}
.instruction.validation_message {
  display: none;
}
.contact-us .gform_wrapper .top_label .gfield_label {
  display: none;
}
.contact_us.sidebar-box {
  margin-bottom: 0;
}
.contact-us .gform_wrapper .gform_body {
  padding: 0;
  width: 100%;
}
.contact-us .gform_wrapper ul.gform_fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -0.625em !important;
}
.contact-us .gform_wrapper form {
  position: relative;
}
.freecase-page .gform_wrapper form {
  padding: 0;
}
.contact-us .gform_wrapper ul.gform_fields li.gfield.fr-checkbox {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0 1em;
}
body
  .contact-us
  .gform_wrapper
  ul
  li.field_description_below
  div.ginput_container_checkbox,
body
  .contact-us
  .gform_wrapper
  ul
  li.field_description_below
  div.ginput_container_radio {
  margin: 0;
}
.contact-us .gform_wrapper .top_label li ul.gfield_checkbox,
.contact-us .gform_wrapper .top_label li ul.gfield_radio {
  width: 100%;
  padding-left: 0;
}
.contact-us .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.contact-us
  .gform_wrapper.gf_browser_chrome
  .gfield_checkbox
  li
  input[type="checkbox"],
.contact-us
  .gform_wrapper.gf_browser_chrome
  .gfield_radio
  li
  input[type="radio"] {
  margin: 0;
}
.contact-us .gform_wrapper .gfield_checkbox li input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
}

.contact-us .gform_wrapper ul.gfield_checkbox li label {
  position: relative;
  display: flex;
  align-items: center;
}
.contact-us .gform_wrapper ul.gfield_checkbox li label::before {
  content: "";
  height: 1.5em;
  width: 1.5em;
  border-radius: 2px;
  background-color: var(--white-color);
  border: 1px solid #c4c4c4;
  display: inline-flex;
  margin: 0 0.5em 0 0;
  min-width: 1.5em;
}
.contact-us .gform_wrapper .gfield_checkbox li input:checked + label::before {
  background-image: url(../images/right-check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--theme-color);
  border: none;
}
.contact-us .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  right: 0;
  width: 18em;
  margin-left: auto;
  margin-top: 1em;
}

body.page-id-66 .contact-us .gform_wrapper .gform_footer {
  bottom: 7.5em;
}
.freecase-page .gform_wrapper .gform_footer {
  width: 16em;
}
.contact-us .gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"],
.contact-us .gform_wrapper .gform_page_footer input.button,
.contact-us .gform_wrapper .gform_page_footer input[type="submit"] {
  width: 100%;
  margin: 0;
  border-radius: 6px;
  background-color: var(--theme-color);
  border: 1px solid var(--theme-color);
  font-size: 1.5em;
  letter-spacing: 0px;
  color: var(--white-color);
  font-weight: 500;
  text-transform: uppercase;
  line-height: normal;
  height: auto;
}
.contact-us .gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type="submit"]:hover,
.contact-us .gform_wrapper .gform_page_footer input.button:hover,
.contact-us .gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background: transparent;
  color: var(--theme-color);
}
.gform_wrapper .top_label input.medium.datepicker {
  width: 100%;
}
.entry ul li ul li,
.entry ol li ul li {
  font-size: 1em;
}
.site-footer #menu-footer-menu a {
  color: var(--white-color);
  font-weight: 400;
  font-size: 1.125em;
}
.navbar-style-one .dropdown-menu > li > a > span.link-inner {
  display: inline-block;
  line-height: 1;
  padding: 0.5em 0;
  border-radius: 0;
}
.sf-menu li {
  margin: 0 0.5em;
}
#site-navigation .dropdown-menu ul.sub-menu li {
  margin: 0;
}

.faq.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  border: 0;
  background: rgba(22, 123, 203, 0.5) !important;
}
.faq.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body,
.faq.vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
  border: 1px solid var(--theme-color) !important;
}
.wpb-js-composer .vc_tta.vc_general.faq .vc_tta-panel {
  margin-bottom: 0.5vw !important;
}
.faq.vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-panel-title {
  font-size: 1.375em;
  font-weight: 400;
  line-height: 1.3;
}
.faq.vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading {
  background: var(--theme-color) !important;
}

.faq.vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  a
  span,
.faq.vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-heading:hover
  a
  span {
  color: #fff !important;
}
.wpb-js-composer
  .vc_tta.vc_tta-accordion
  .vc_tta-controls-icon-position-left
  .vc_tta-controls-icon {
  left: 1.6vw !important;
}
.faq.vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-controls-icon::before,
.faq.vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-heading
  .vc_tta-controls-icon::after {
  border-color: var(--white-color) !important;
}
.faq.vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-panel.vc_active
  .vc_tta-panel-heading
  .vc_tta-controls-icon::before,
.faq.vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-heading:hover
  .vc_tta-controls-icon::before {
  border-color: #fff !important;
}
.wpb-js-composer
  .vc_tta.vc_tta-accordion
  .vc_tta-controls-icon-position-left.vc_tta-panel-title
  > a {
  padding-left: 3.6vw !important;
  padding: 1.1vw 3.6vw !important;
}
.faq.vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-heading
  a
  span {
  color: var(--white-color) !important;
  font-weight: 500;
}
.wpb-js-composer
  .faq.vc_tta-color-grey.vc_tta-style-flat
  .vc_tta-panel
  .vc_tta-panel-body {
  background-color: transparent;
}

.page-header.background-image-page-header .page-header-title,
body.hasnt-overlay-header
  .page-header.background-image-page-header
  .page-header-title,
.centered-page-header .page-header-title,
.centered-minimal-page-header .page-header-title {
  display: none;
}
#sidebar {
  max-width: 26%;
  background: var(--theme-color);
  padding: 1.875em 1.875em 1em;
  margin-bottom: 2em;
  position: relative;
  z-index: 3;
}
.sidebar-box .widget-title {
  display: block;
  margin: 0 0 1em;
  font-size: 1.875em;
  line-height: 1.5;
  font-weight: 600;
  color: var(--white-color);
}
#sidebar .widget_nav_menu > div > ul > li > a,
#sidebar
  .widget_nav_menu_accordion
  .widget_nav_menu
  > div
  > ul
  > li:first-child
  > a {
  display: block;
  position: relative;
  padding: 0.538em 0;
  color: var(--white-color);
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-top: 0;
  transition: 0.15s all ease;
  font-size: 1.275em;
  border-radius: 0 !important;
}
#sidebar .widget_nav_menu > div > ul > li:first-child > a,
#sidebar
  .widget_nav_menu_accordion
  .widget_nav_menu
  > div
  > ul
  > li:first-child
  > a {
  border-radius: 0;
  border-top: none;
}
#sidebar .widget_nav_menu a:hover,
#sidebar .widget_nav_menu_accordion .widget_nav_menu a:hover {
  background: transparent;
  color: var(--white-color);
}
#sidebar .widget_nav_menu .current-menu-item > a,
#sidebar .widget_nav_menu_accordion .widget_nav_menu .current-menu-item > a {
  background: transparent;
  color: var(--white-color);
}
.wpex-widget-recent-posts-li:first-child,
.widget_categories li:first-child,
.widget_recent_entries li:first-child,
.widget_archive li:first-child,
.widget_recent_comments li:first-child,
.widget_product_categories li:first-child,
.widget_layered_nav li:first-child,
.widget-recent-posts-icons li:first-child,
.site-footer .widget_nav_menu li:first-child {
  border-top: 1px solid #eee;
}
.wpex-widget-recent-posts-li,
.widget_categories li,
.widget_recent_entries li,
.widget_archive li,
.widget_recent_comments li,
.widget_product_categories li,
.widget_layered_nav li,
.widget-recent-posts-icons li,
.site-footer .widget_nav_menu li {
  padding: 6px 0;
  border-bottom: 1px solid #eee;
}
#sidebar .widget ul li a {
  color: var(--white-color);
}
.sidebar-widget-icons .widget_archive a:before {
  content: "\f016";
}
.sidebar-contact .gform_wrapper ul.gform_fields li.gfield .gfield_label {
  font-weight: normal;
  color: var(--white-color);
  display: none;
}
.sidebar-contact .contact-us-form .gform_wrapper .gform_footer input.button,
.sidebar-contact .gform_wrapper .gform_footer input[type="submit"] {
  background: var(--white-color);
  color: var(--theme-color);
  padding: 0.4em 1.5em;
  font-size: 1.2em;
  border: 1px solid transparent;
  margin-bottom: 0;
  width: auto;
}
.sidebar-contact .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: var(--theme-color);
  color: var(--white-color);
  border: 1px solid var(--white-color);
}
.sidebar-contact .gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
}
.sidebar-contact .gform_wrapper div.validation_error {
  background: var(--white-color);
  border: none;
  color: #f00;
  font-weight: normal;
}
.sidebar-contact
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required {
  width: 100%;
}
.sidebar-contact
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required
  div.gfield_description {
  padding: 0 !important;
}
.sidebar-contact
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  font-family: inherit;
  padding: 10px;
  letter-spacing: normal;
  background-color: transparent;
  color: var(--white-color);
  font-size: 1.275em;
}
.sidebar-contact .gform_wrapper textarea.large {
  font-family: inherit;
  padding: 10px;
  letter-spacing: normal;
  background-color: transparent;
  color: var(--white-color);
  font-size: 1.375em;
  max-height: 5em;
}
.sidebar-contact .gform_wrapper form.contact-form {
  padding: 0;
  margin: 0;
}
.sidebar-contact .gform_wrapper .gfield_required {
  color: #f00;
}
#sidebar .widget_nav_menu .parent > a:after,
.widget_nav_menu_accordion .widget_nav_menu .parent > a:after {
  color: var(--white-color);
}
#sidebar .gform_wrapper .top_label li ul.gfield_checkbox,
#sidebar .gform_wrapper .top_label li ul.gfield_radio {
  width: 100%;
}

.sidebar-contact .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}

.sidebar-contact .gform_wrapper.gf_browser_chrome .fr-check input,
.sidebar-contact
  .gform_wrapper.gf_browser_chrome
  .fr-check
  input[type="checkbox"] {
  margin: 0;
}
.sidebar-contact .gform_wrapper .fr-check input {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 100%;
  z-index: 9;
  width: 1.2em;
}
.sidebar-contact .gform_wrapper .fr-check label {
  position: relative;
  align-items: center;
  color: var(--white-color);
}
.sidebar-contact .gform_wrapper .fr-check label::before {
  content: "";
  height: 1.2em;
  width: 1.2em;
  border-radius: 2px;
  background-color: var(--white-color);
  border: 1px solid #c4c4c4;
  display: inline-flex;
  margin: 0 0.5em 0 0;
}
.sidebar-contact .gform_wrapper .fr-check input:checked + label::before {
  background-image: url(../images/right-check.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--theme-color);
}
#sidebar .sidebar-contact .gform_wrapper .fr-check label a {
  margin: 0 0 0 0.5em;
  text-decoration: underline;
}
.sidebar-contact
  .gform_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  padding-right: 0;
  max-width: 100% !important;
  padding: 0;
  margin: 0;
  border: none;
}
.sidebar-contact .gform_wrapper .validation_message {
  font-size: 0.8em;
  color: var(--white-color);
  font-weight: 400;
}
.sidebar-contact
  .gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.sidebar-contact .gform_wrapper li.gfield_error textarea {
  border-color: var(--white-color);
}
h3 {
  font-size: 2em;
}
body:not(.home).page
  #content-wrap
  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  width: 100%;
  margin: 0;
  height: 2.5em;
  border-radius: 0px;
  background-color: var(--theme-color);
  border: 1px solid transparent;
  font-size: 1.25em;
  letter-spacing: 0px;
  color: var(--white-color);
  font-weight: 500;
  text-transform: capitalize;
  line-height: normal;
  background-image: none;
  border-radius: 4px;
}
body:not(.home).page
  #content-wrap
  .vc_btn3-container:not(.arrow-btn)
  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
  background-color: transparent;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
}
body:not(.home).page #content-wrap .vc_btn3-container{
  margin: 1em 0 0.5em;
  margin-bottom: 0;
}
body:not(.home) #main {
  margin-bottom: 1.875em;
}

.theme-button {
  font-size: 1em;
  letter-spacing: 0px;
  color: var(--theme-color);
  font-weight: 600;
  text-align: center;
  padding: 0.35em 1.2em;
  background: transparent;
  text-transform: uppercase;
  border: 2px solid var(--theme-color);
  border-radius: 0;
}
.theme-button:hover {
  color: var(--white-color);
  background: var(--theme-color);
  border-radius: 0;
}
/* contact us page */
.contact-info-row {
  text-align: center;
}
.contact-info-row h4 {
  margin-top: 0;
}
.contact-info-row p {
  padding: 0;
  margin: 0;
}
.contact-form-seaction {
  padding: 5em 0;
}
.contact-form-seaction .gform_wrapper textarea.large {
  height: 10em;
}
.contact-form-seaction .header-style h2,
.contact-form-seaction .header-style p {
  color: #fff !important;
}
.contact-form-seaction .header-style h2:after {
  background-color: var(--white-color);
}
.contact-form-seaction
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-form-seaction .gform_wrapper textarea.large {
  font-size: inherit;
  font-family: inherit;
  padding: 10px;
  letter-spacing: normal;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: var(--white-color);
}
.contact-deta-padding {
  padding: 4em 0;
}
.contact-form-seaction .common_title h2 {
  color: var(--black-color);
  font-size: inherit;
}
.avtar-box {
  display: flex;
  align-items: center;
  margin: 0 0 1em;
}
.avtar-image {
  margin: 0 1em 0 0;
}
.avtar-image img {
  height: 3em;
  width: 3em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #ddd;
  padding: 0;
}
.blog-entry .blog-entry-title,
.vcex-blog-entry-title {
  color: var(--theme-color);
  font-weight: 500;
  font-size: 1.375em;
  margin: 0 0 0.5em;
  line-height: 1.3;
}
.single-post-title,
.single-page-title {
  font-size: 2.3em;
  margin: 0 0 10px;
  font-weight: 700;
  color: var(--theme-color);
}
.single-post .page-header-title,
.archive .page-header-title,
.single-articles .page-header-title,
.single-news .page-header-title,
.single-our_result .page-header-title {
  font-size: 2.8em;
  font-weight: 700;
  color: var(--white-color);
}
#sidebar .widget ul li a,
#sidebar .widget ul li {
  color: var(--white-color);
}

.post-tags {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.single-blog-content {
  margin-bottom: 0;
}
.post-tags a {
  color: var(--theme-color);
  text-decoration: underline;
  margin-left: 0.5em;
  border: none;
  margin-bottom: 0;
  background: #f7f7f7;
  padding: 0.2em 0.5em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.post-tags a:hover {
  color: var(--theme-color);
  background: #f7f7f7;
}
.meta li,
.entry .meta li {
  font-size: 1.125em;
  font-weight: normal;
}

.fa.fa-folder-o {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1em;
}
li.meta-comments {
  display: none;
}
.meta li,
.entry .meta li {
  font-size: 1.125em;
  font-weight: normal;
}
.single-blog-article #post-media img {
  display: none;
}
.featured_blog_single {
  float: left;
  width: 30%;
  margin-top: 9px;
  margin-right: 20px;
  display: none;
}
.single .page-header-title span {
  font-size: 1.3em;
  font-weight: bold;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.38);
  -webkit-text-shadow: 0 0 20px rgba(0, 0, 0, 0.38);
  text-transform: uppercase;
  text-align: left;
  line-height: 1.4em;
  color: var(--white-color);
  margin: 0px;
}
.single-page-content .tab-contain ul li,
.single-page-content .tab-contain ol li,
.single-page-content .tab-contain ul li a,
.single-page-content .tab-contain ol li a {
  color: var(--white-color);
}
body:not(.home).page
  #content-wrap
  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  padding: 7px 15px;
  text-transform: uppercase;
  border-radius: 0px;
  font-size: 1em;
  height: auto;
}
.sidebar-widget-icons .widget_recent_entries a:before {
  color: var(--white-color);
}
a:focus {
  outline: none;
  border: none;
}
#content .wpb_alert p:last-child,
#content .wpb_text_column :last-child,
#content .wpb_text_column p:last-child,
.wpb_alert p:last-child,
.wpb_text_column :last-child,
.wpb_text_column p:last-child {
  margin-bottom: 0.5em !important;
}
body:not(.home) .single-page-article .entry ul li a,
body:not(.home) .single-blog-article .entry ul li a {
  color: var(--theme-color);
  font-weight: 500;
}
body:not(.home) .single-page-article .entry > ol,
body:not(.home) .single-page-article .entry > ul{
  margin: 1em 0;
}
/* body:not(.home) .single-page-article .entry ol li,
body:not(.home) .single-page-article .entry ul li {
  list-style-position: inside;
} */
body:not(.home) .single-page-article .entry ol li ol li {
  font-size: inherit;
}
body:not(.home) .single-page-article .entry ul li,
body:not(.home) .single-page-article .entry ol li {
  font-size: 1.125em;
  margin: 0.5em 0;
}
body:not(.home) .single-blog-article .entry ol,
body:not(.home) .single-blog-article .entry ul{
  margin-top: 1em;
}
body:not(.home) .single-blog-article .entry ol li,
body:not(.home) .single-blog-article .entry ul li{
  margin: 0.5em 0;
}
body ul.page-numbers {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
ul .page-numbers a,
a.page-numbers,
span.page-numbers,
.page-links span,
.page-links a > span,
.bbp-pagination-links span.page-numbers {
  padding: 8px 12px;
  font-size: 1.125em;
}
b {
  font-weight: 600;
}
#site-logo img {
  max-width: 100%;
  width: 100%;
}
.page-header-table-cell {
  padding: 0;
}
.related-post-thumb img {
  display: block;
  width: 100%;
  max-height: 14em;
  min-height: 14em;
  object-fit: cover;
}
.featured_blog_single img {
  height: 12em;
  object-fit: cover;
  width: 100%;
}
.sidebar-widget-icons .widget_categories a:before,
.sidebar-widget-icons .widget_archive a:before {
  content: "\f114";
  color: var(--white-color);
}
.blog-entry.large-image-entry-style {
  position: relative;
  margin-bottom: 20px;
}
.contact-section-row .gform_wrapper li.gfield.gfield_error,
.gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0 !important;
  border-top: none;
  border-bottom: none;
  padding-bottom: 6px;
  padding-top: 8px;
  box-sizing: border-box;
}
.contact-section-row
  .gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.contact-section-row .gform_wrapper li.gfield_error textarea {
  border: 1px solid #ff0000;
}

.site-footer #menu-footer-menu a:hover {
  color: #333333;
}
#menu-header-menu .menu-item-has-children a span:after {
  content: "";
  position: absolute;
  top: 45%;
  right: -2em;
  display: block;
  width: 1em;
  height: 1em;
  visibility: visible;
  opacity: 1;
  background-image: url("../images/arrow-down.png");
  background-repeat: no-repeat;
  background-size: 0.7em;
  transform: translate(-50%, 0);
}
#menu-header-menu .menu-item-has-children a span {
  position: relative;
}
#menu-header-menu .sub-menu li a span:after {
  display: none;
}
.main-navigation .dropdown-menu > .current-menu-parent > a {
  color: var(--theme-color);
}
body.error404 #main {
  margin-bottom: 0;
}
body.error404 #primary {
  padding-bottom: 20px;
}
#top-bar-content a.flex-data {
  display: inline-flex;
  align-items: center;
}
.mail-icon:after {
  background-image: url("../images/mail.png");
  background-repeat: no-repeat;
  background-size: 1.4em;
  width: 1.7em;
  height: 1.2em;
  content: "";
  display: block;
}
.location:after {
  background-image: url("../images/location.png");
  background-repeat: no-repeat;
  background-size: 1.15em;
  width: 1.5em;
  height: 1.4em;
  content: "";
  display: block;
}
#sidebar .widget ul li a:hover {
  color: var(--theme-second-color);
}
.underline {
  text-decoration: underline;
}
h3.the_list_item_headline {
  margin-bottom: 1em !important;
  margin-top: 0 !important;
}
h3.the_list_item_subheadline {
  margin-top: 0.5em !important;
}
.wpex-social-share .fa,
.wpex-social-share .far,
.wpex-social-share .fas {
  font: normal normal normal 14px/1 FontAwesome;
}
.post-tags.clr:before {
  content: "Tags:";
  position: absolute;
  left: 0;
}
.post-tags.clr a:first-child {
  margin-left: 50px;
}
.site-breadcrumbs.position-absolute {
  right: 3.125em;
}
.about-attorney .first-img img {
  object-position: right;
}
.post-tags.clr.tag-data span {
  display: none;
}
.entry-title a:hover {
  color: var(--black-color);
}
.post-tags.tag-data {
  margin-bottom: 20px;
}
.wpex-social-share.position-horizontal {
  margin: 0 auto 20px;
}
#wrap .related-post-title {
  font-size: 1em;
  line-height: 1.3em;
}
body:not(.home) .single-page-article .entry ul.page-numbers li a:focus {
  border: 1px solid #ddd;
}
.wpex-dropdowns-caret .dropdown-menu ul:before {
  left: 15px !important;
}
.wpex-dropdowns-caret .dropdown-menu ul:after {
  left: 16px !important;
}
.contact_static
  .gform_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.background-image-page-header-overlay {
  opacity: 0.75;
}
.gform_wrapper .schedule-form ul li.gfield {
  margin-bottom: 10px;
}
body .gform_wrapper .schedule-form ul li.gfield {
  margin-top: 0 !important;
  padding-top: 0;
}
body
  .gform_wrapper
  .schedule-form
  ul
  li.field_description_below
  div.ginput_container_checkbox,
body
  .gform_wrapper
  .schedule-form
  ul
  li.field_description_below
  div.ginput_container_radio {
  margin-top: 0px;
  margin-bottom: 0;
}
.gform_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

#footer-widgets .footer-box.span_1_of_3.col.col-1 {
  width: 50%;
}
#footer-widgets .footer-box.span_1_of_3.col.col-2,
#footer-widgets .footer-box.span_1_of_3.col.col-3 {
  width: 25%;
}
.footer-dark {
  background: var(--theme-color);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  padding: 2.5em 0;
}
.templatera_shortcode > p {
  margin-bottom: 0;
}

.contact-us.contact-us-page .gform_wrapper ul.gform_fields li.gfield {
  padding: 0 0.625em;
  width: 100%;
}

.contact-us.contact-us-page .gform_wrapper ul.gform_fields {
  padding: 0;
}
.contact-us.contact-us-page .gform_wrapper .top_label li ul.gfield_checkbox {
  margin-top: 1em;
}
.contact-us.contact-us-page .gform_wrapper .top_label li ul.gfield_checkbox li {
  color: var(--theme-second-color);
}
.contact-us.contact-us-page .gform_wrapper .top_label .gfield_label {
  display: block;
  color: var(--theme-second-color);
  font-weight: 500;
}
.contact-us.contact-us-page .gform_wrapper .top_label .gfield_description {
  color: var(--theme-second-color);
  margin-top: 1em;
}
.contact-us.contact-us-page .gform_wrapper .gform_footer {
  position: static;
  margin-top: 2em;
}
.contact-us.contact-us-page .gform_wrapper .gform_footer input {
  font-size: 1.3em;
}
.contact-us.contact-us-page .gform_wrapper ul.gfield_checkbox li label {
  width: 100%;
  max-width: 100%;
}
.contact-info-row .contact-info-box:last-child{
  margin:2em 0 0;
}
.map-section .contact-info-row .vc_column-inner{
  justify-content: center;
}
.contact_section .gform_wrapper textarea::placeholder,
.contact_section
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"])::placeholder {
  color: #777777;
  font-weight: 400;
  font-size: 1.125em;
}
#footer-widgets .footer-box:first-child .footer-widget .widget-title {
  font-weight: 600;
  font-size: 2em;
  padding-right: 0.825em;
  margin-bottom: 0.5em;
  line-height: normal;
}
.get-intouch li.phone > div:not(:last-child) {
  margin-bottom: 0.3em;
}
.contact-us .common_sub_title {
  margin-bottom: 2em;
}
.sidr-class-dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.contact-us.contact-us-page
  .gform_wrapper
  .top_label
  .gfield_description.validation_message {
  color: #ff000b;
}
.contact-info-row .contact-info-box p {
  color: var(--theme-second-color);
}
.contact-info-row .contact-info-box a {
  font-weight: 500;
}
.social-icon {
  display: none;
}
.faq-list li:nth-child(n + 2) {
  list-style-type: none;
}
.page-header {
  background-position: center center;
}
.page-header-table {
  height: 250px;
}
.footer-img-gallery {
  margin-top: 2em;
}

.footer-img-gallery .wpex-gallery .span_1_of_3 img {
  max-height: 6em;
  max-width: 100%;
  width: 100%;
  object-fit: contain;
}
.footer-img-gallery .wpex-gallery .span_1_of_3 {
  margin: 0;
  width: auto;
}
.footer-img-gallery .wpex-gallery .span_1_of_3 a {
  display: inline-block;
}
.footer-img-gallery .wpex-gallery {
  display: flex;
  align-items: center;
}
.bottom-footermap .sidebar-box {
  margin-bottom: 0;
}
.a_npdc_grid_sec .a_npdc_col .vc_figure a {
  background-color: var(--white-color);
  border: 1px solid #e2e9ee;
  border-radius: 50%;
  padding: 5em;
}
.a_npdc_grid_sec .a_npdc_col .vc_figure {
  margin-bottom: 1.875em;
}
.a_npdc_grid_sec .a_npdc_col h4 {
  font-size: 1.375em;
  color: #333333;
  font-weight: 600;
  line-height: 1.3;
}
.a_npdc_grid_sec .a_npdc_col h4:hover {
  color: var(--theme-color);
}
.a_npdc_grid_sec {
  margin-top: 3.125em !important;
}
.com_grid_col .vcex-post-type-entry-details {
  padding: 0;
  border: 0;
}
.com_grid_col > .vc_column-inner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 2.5em 1.875em;
}
.com_grid_col h3,
.com_grid_col h4,
.com_grid_col p {
  color: var(--white-color);
}

.com_grid_col h3 {
  font-size: 1.875em;
  font-weight: 600;
  margin-bottom: 0.6em;
  line-height: 1.5;
}
.com_grid_col h4 {
  font-size: 1.375em;
  font-weight: 500;
  margin-bottom: 0.6em;
  line-height: 1.5;
}
.com_grid_col .theme-button,
.arrow-btn a,
.innerpage-blog-grid .theme-button {
  font-size: 1.125em;
  letter-spacing: 0px;
  color: var(--white-color);
  font-weight: 500;
  font-style: italic;
  background: transparent;
  text-transform: uppercase;
  border: 0;
  border-radius: 0;
  padding: 0 3em 0 0;
  position: relative;
}
.innerpage-blog-grid .theme-button {
  color: #333333;
}
body:not(.home).page
  #content-wrap
  .arrow-btn
  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  width: auto;
  background-color: transparent;
  padding: 0;
  font-size: 1.125em;
  color: #111111;
  font-weight: 500;
  font-style: italic;
  padding: 0 2.5em 0 0;
}
.com_grid_col .theme-button:after,
.arrow-btn a:after,
.innerpage-blog-grid .theme-button:after {
  position: absolute;
  right: 0;
  background-image: url(../images/read-white.png);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 2.1em;
  content: "";
  top: 3px;
  height: 1.3em;
  width: 2.2em;
}
.innerpage-blog-grid .theme-button:after {
  background-image: url(../images/read-black.png);
  background-size: 1.5em;
}
.arrow-btn a:after {
  background-image: url(../images/read-black.png);
  background-size: contain;
  top: 0;
  height: 100%;
  width: 1.7em;
}
.com_grid_col.light-bg > .vc_column-inner {
  border-radius: 20px;
  background-color: #fdfdfd;
  border: 1px solid #e2e9ee;
}
.com_grid_col.light-bg > h4 {
  color: var(--theme-color);
}
.com_grid_col.commis .commis-grid h4 {
  margin: 0 0 0 1em;
  color: #333333;
}
.com_grid_col.light-bg.commis .commis-grid .entry-inner {
  display: flex;
  align-items: center;
}
.com_grid_col.commis .common_sub_title {
  color: #333333;
}
.com_grid_col.light-bg p {
  color: #333333;
}
.com_grid_col.meeting-minutes p,
.com_grid_col.meeting-minutes a {
  color: var(--white-color);
}
.theme-color {
  color: var(--theme-color) !important;
}

.top-0 {
  padding-top: 0 !important;
}
.commis {
  display: flex;
  flex-direction: column;
}
.com_grid_col.meeting-minutes.vc_col-sm-6 {
  width: auto;
  margin: 16px 0 0;
}
.commis-grid {
  margin: 0.7em 0 0 0;
}
.simple-list.commis-bullet ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1em;
  margin-bottom: 0;
}
body:not(.home) .simple-list ul li,
.simple-list.commis-bullet ul li {
  background: url(../images/list-black.png) left top 14px no-repeat;
  background-size: 1em !important;
  padding-left: 2em !important;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1em;
  padding: 0.5em;
  display: block;
  color: #333333;
  margin-bottom: 0;
  /* background-position: left top 14px; */
}
body:not(.home) .simple-list ul li ul li,
body:not(.home) .simple-list ul li ul li ul li {
  background: none;
  padding-left: 0 !important;
  font-size: inherit !important;
  list-style-type: circle;
  display: list-item;
  margin: 0 !important;
}
body:not(.home) .simple-list ul li {
  margin: 0 !important;
}
body:not(.home) .simple-list ul li ul {
  display: list-item;
  margin-bottom: 0;
  margin-left: 1em;
}
body:not(.home) .simple-list ul li ul li ul {
  display: list-item;
  margin-left: 1em !important;
  margin-bottom: 0 !important;
}
body:not(.home) .simple-list > ul {
  margin: 0 0 1em !important;
}
body:not(.home) .simple-list ul li {
  border-bottom: 0;
}
.simple-list.commis-bullet ul li:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.com_grid_col.meeting-minutes .simple-list ul li {
  margin: 0;
}
.com_grid_col.meeting-minutes .simple-list ul li a {
  background: url(../images/list-blue.png) left 12px center no-repeat;
  background-size: 1em !important;
  padding-left: 2.5em !important;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1em;
  padding: 0.5em;
  display: block;
  color: var(--theme-color);
}
.com_grid_col.meeting-minutes .simple-list ul li:last-child a {
  border-bottom: 0;
}
.com_grid_col.meeting-minutes .simple-list ul li a.disable {
  background: url(../images/list-black.png) left 12px center no-repeat;
  color: #333333;
  pointer-events: none;
}
.com_grid_col.meeting-minutes .simple-list {
  height: 100%;
}
.minute-cal-sec .year-sec h4 {
  margin: 0;
  padding: 0.7em 1em;
  background-color: #ebedf4;
  color: #333333 !important;
}
.minute-cal-sec .year-sec:not(:first-child) {
  padding-left: 0.5em;
}
.minute-cal-sec .year-sec .vc_column-inner {
  padding: 0;
  background-color: rgba(253, 253, 253, 0.9882352941176471);
  border: 1px solid #e0e0e0;
}
.com_grid_col.meeting-minutes strong {
  font-weight: 500;
}
.com_grid_col.meeting-minutes p a {
  word-break: break-all;
}
.minute-cal-sec {
  margin: 3em 0;
}
.a_npdc_grid_sec .a_npdc_col .vc_figure a img {
  max-width: 15em;
  width: 100%;
}

.com_grid_col.light-bg.commis .commis-grid .entry-inner img {
  max-width: 5em;
  width: 100%;
}
.meeting-minutes-posts .type-meeting_minutes + .type-meeting_minutes {
  margin-top: 3.125em;
}
.anpdc-post-grid .wpex-row .col {
  margin-bottom: 0;
}
.anpdc-post-grid .wpex-row .col .vcex-post-type-entry-inner,
.anpdc-post-grid .wpex-row .col .vcex-blog-entry-inner {
  padding: 1.5em 1.875em;
}
.anpdc-post-grid .wpex-row .col:first-child .vcex-post-type-entry-inner,
.anpdc-post-grid .wpex-row .col:first-child .vcex-blog-entry-inner {
  padding-top: 0;
}
.anpdc-posts h3 {
  padding: 0 1em;
}
.anpdc-posts.com_grid_col .vc_column-inner {
  padding: 2.5em 0;
}
.anpdc-post-grid .wpex-row .col:nth-child(even) .vcex-post-type-entry-inner {
  background-color: rgb(22, 123, 203, 0.3);
}
.anpdc-post-grid .wpex-row .col:nth-child(even) .vcex-blog-entry-inner {
  background-color: rgb(22, 123, 203, 0.3);
  border: 0;
}
.anpdc-post-grid .vcex-blog-entry-details {
  border: 0;
  padding: 0;
}
.anpdc-post-grid.none {
  display: none;
}
.a_npdc_sec > .vc_column_container > .vc_column-inner,
.com_info_sec > .vc_column_container > .vc_column-inner {
  padding: 0;
}
.contact_section div#gform_wrapper_1 {
  margin: 0;
}
body .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}

/* body:not(.home) .single-page-article .common_title, */
body.wpb-js-composer .vc_tta-color-grey.diamonds-tab .vc_tta-panels h2 {
  font-size: 2.5em;
  font-weight: 600;
  padding-bottom: 0.5em;
  color: var(--theme-color);
}
body.wpb-js-composer .vc_tta-color-grey.diamonds-tab .vc_tta-panels .intro {
  max-width: 90%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5em;
}
body:not(.home) .single-page-article h2.common_title {
  font-size: 2em;
  color: #333333;
  padding: 0.7em 0 0.5em;
}
.page-header {
  background-color: var(--theme-color);
}
.page-header-title,
.site-breadcrumbs,
.site-breadcrumbs a {
  color: var(--white-color);
}
.page .page-header:after,
.blog .page-header:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(
    bottom,
    rgba(45, 45, 83, 0.53) 0%,
    rgba(46, 46, 83, 0.32) 40%,
    rgba(40, 40, 81, 0.07) 81%,
    rgba(85, 85, 85, 0.01) 97%,
    rgba(0, 0, 0, 0.01) 100%
  );
  background: -o-linear-gradient(
    bottom,
    rgba(45, 45, 83, 0.53) 0%,
    rgba(46, 46, 83, 0.32) 40%,
    rgba(40, 40, 81, 0.07) 81%,
    rgba(85, 85, 85, 0.01) 97%,
    rgba(0, 0, 0, 0.01) 100%
  );
  background: -ms-linear-gradient(
    bottom,
    rgba(45, 45, 83, 0.53) 0%,
    rgba(46, 46, 83, 0.32) 40%,
    rgba(40, 40, 81, 0.07) 81%,
    rgba(85, 85, 85, 0.01) 97%,
    rgba(0, 0, 0, 0.01) 100%
  );
  background: -moz-linear-gradient(
    bottom,
    rgba(45, 45, 83, 0.53) 0%,
    rgba(46, 46, 83, 0.32) 40%,
    rgba(40, 40, 81, 0.07) 81%,
    rgba(85, 85, 85, 0.01) 97%,
    rgba(0, 0, 0, 0.01) 100%
  );
  background: linear-gradient(
    to top,
    rgba(45, 45, 83, 0.53) 0%,
    rgba(46, 46, 83, 0.32) 40%,
    rgba(40, 40, 81, 0.07) 81%,
    rgba(85, 85, 85, 0.01) 97%,
    rgba(0, 0, 0, 0.01) 100%
  );
}
.tab-grid .tab-col .vc_column-inner {
  border-radius: 20px;
  background-color: var(--white-color);
  border: 1px solid #e2e9ee;
  padding: 3.75em 1.875em;
}
.tab-grid .tab-col.with-bg .vc_column-inner {
  background-color: var(--theme-color);
}
.tab-grid .tab-col.with-bg a:not(.vc_btn3) {
  color: var(--white-color);
  text-decoration: underline;
}
.tab-grid .tab-col h4 {
  font-size: 1.375em;
  color: #111111;
  font-weight: 600;
  margin-bottom: 1.1em;
  line-height: 1.3;
}
.tab-grid .tab-col p {
  color: #111111;
}
.tab-grid .tab-col.with-bg h4,
.tab-grid .tab-col.with-bg p {
  color: var(--white-color);
}
body:not(.home).page
  #content-wrap
  .tab-grid
  .tab-col.with-bg
  .arrow-btn
  .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
  color: var(--white-color);
}
.tab-grid .tab-col.with-bg .arrow-btn a:after {
  background-image: url(../images/read-white.png);
}
.tab-grid .tab-col ul {
  margin-left: 0;
  padding-left: 0;
}
.tab-grid .tab-col ul li {
  list-style-type: none;
}
.tab-grid .tab-col ul li:first-child {
  margin-top: 0 !important;
}
.tab-grid .tab-col p.list-title {
  margin-bottom: 0.5em;
}
.tab-grid .tab-col ul li a {
  color: var(--white-color) !important;
}
.inner-single-image,
.inner-single-video {
  margin: 3em 0;
}
table.custom-table {
  width: 100%;
  margin-top: 2em;
  border: 1px solid #ccc;
}
table.custom-table thead tr td {
  font-weight: 600;
  font-size: 1.2em;
  background-color: var(--theme-color);
  color: var(--white-color);
}
table.custom-table td,
table.custom-table th {
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0.7em;
}

table.custom-table tr:nth-child(even) {
  background-color: #ddd;
}

.map-section {
  margin: 2em 0;
}
body:not(.home) .single-page-article h5 {
  font-size: 1.5em;
  padding: 0.7em 0 0.5em;
  font-weight: 600;
}
.innerpage-blog-grid .vcex-blog-entry-details {
  background-color: var(--white-color);
  padding: 1.5em 1.875em;
}
.arrow-btn.about-esva-btn {
  margin: 1.5em 0 0;
}
body.page-id-58 .page-header {
  margin-bottom: 0;
}
#sidebar-inner .sidebar-box:last-child {
  margin-bottom:0;
}
.blog-entry-excerpt p{
  font-size: 1em;
}
.blog-entry-readmore .theme-button {
  font-size: 0.9em;
}
.widget_archive li:last-child{
  border-bottom: 0;
}
.map-section iframe{
  height: 350px;
}
body.page-id-626 table.custom-table {
  margin-top: 0;
}
body.page-id-946 .inner-single-video {
  margin: 1em 0;
}
body:not(.home) .single-page-article h1{
  padding-bottom: 0.5em;
}
.table-wrap .wpb_wrapper{
  overflow-x: auto;
}
.blog-entry-readmore .theme-button:focus {
  font-size: 0.9em;
  border: 2px solid var(--theme-color);
}
h4 a.vcex-heading:focus {
  border-color: transparent;
  border-style: solid;
}
h4 a.vcex-heading{
  margin: 0.7em 0 0.5em;
}

.background-image-page-header .site-breadcrumbs {
  display: block;
}

body.page .site-breadcrumbs {
  border-bottom: 1px solid #e5e5e5;
  padding: 1em 0;
  margin: 0 0 3.125em;
}

body.page .site-breadcrumbs a {
  color: #333333;
  font-weight: 500;
  padding: 0 0.5em 0 0;
  font-size: 1em;
}
body.page .site-breadcrumbs span {
  color: #333333;
  font-weight: 500;
  padding: 0 0.5em;
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
}
body.page .site-breadcrumbs span.breadcrumb_last {
  font-size: 1em;
  color: var(--theme-color);
  font-weight: 500;
  padding: 0 0 0 0.5em;
}

body.page .site-breadcrumbs span.breadcrumb-trail.container {
  margin: 0 auto;
  display: block;
  line-height: 1;
}

.site-breadcrumbs {
  font-size: inherit;
}

.page-header {
  margin: 0;
}

.white-section .vc_column-inner > .wpb_wrapper{
  border-radius: 20px;
  background-color: var(--white-color);
  border: 1px solid #e2e9ee;
  padding: 2em 1.5em;
}
.white-section + .white-section  {
  margin-top: 2em;
}
body:not(.home) .single-page-article .white-section h5{
  padding-top: 0;
}

li.search-toggle-li.wpex-menu-extra{
  list-style-type: none;
}
.site-search-toggle .fa.fa-search {
  background-color: var(--theme-color);
  padding: 0.95em;
  height: 100%;
}
.site-search-toggle .fa.fa-search:before {
  color: var(--white-color);
  font-size: 1.1em;
}
#searchform-dropdown {
  visibility: visible !important;
  opacity: 1 !important;
  border: 0;
  position: static;
  padding: 0;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
  width: auto;
}
#searchform-dropdown input[type="search"] {
  display: block;
  outline: 0;
  border: 0;
  width: 100%;
  background: #f4f4f4;
  height: auto;
  line-height: 1.65;
  /* padding: 0 1em; */
  border-radius: 0;
  font-style: italic;
  padding-right: 4em;
}
/* translator */
.switcher {
  font-family: inherit !important;
  font-size: inherit !important;
  max-width: 12em !important;
  width: 100% !important;
  line-height: unset !important;
}
.switcher .selected {
  background: transparent !important;
  padding: 0 1em 0 0;
}
.switcher .selected a {
  border: 0 !important;
  padding: 0 !important;
  width: auto !important;
  align-items: center;
  font-size: inherit !important;
  margin: 0 1em 0 0 !important;
  color: #333333;
  font-weight: 500;
  font-size: 0.875em !important;
}
.switcher .selected a:hover,.switcher .option a:hover{
  background: transparent !important;
}
.switcher .option {
  position: absolute !important;
  border-left: 1px solid #d7d7d7 !important;
  border-right: 1px solid #d7d7d7 !important;
  border-bottom: 1px solid #d7d7d7 !important;
  background-color: #f5f5f5 !important;
  width: 150px !important;
  top: 100% !important;
  padding: 1em 0.5em !important;
  max-height: 100vh !important;
  left: inherit;
  right: 0;
}
.switcher a img {
  opacity: 1 !important;
  margin: 0 1em 0 0 !important;
  max-width: 2.5em !important;
  width: 100% !important;
}
.switcher a {
  text-decoration: none;
  font-size: 14px !important;
  color: #333333;
  font-weight: 500;
}
.switcher a:not(:last-child){
  margin-bottom: 1em;
}
.switcher .selected a:after {
  height: 8px !important;
  position: absolute;
  right:0 !important;
  width: 8px !important;
  background-position: center center !important;
  background-size: cover !important;
  background-image: url(../images/dropdown.png) !important;
}
.translate-title {
  padding: 0 0 0 2em;
  color: #333333;
  font-weight: 500;
  font-size: 0.875em;
  min-width: 9em;
}
.gtranslate-wrap {
  display: flex;
  align-items: center;
}
.switcher .option a {
  font-size: 0.850em !important;
  padding: 0 !important;
}
.switcher .option a img {
  max-width: 1.5em !important;
}
/* end ===================================*/

.contact-us.news-form .gform_wrapper ul.gform_fields li.gfield {
  width: 100%;
}
.contact-us.news-form .gform_wrapper .gform_footer {
  min-width: 10em;
  margin-left: 0;
  margin-top: 1.5em;
}
.searchform .searchform-submit {
  right: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 1em;
  opacity: 1;
  background-color: #167bcb;
  height: 100%;
  padding: 0.95em;
  transform: translateY(-50%);
  border-radius: 0;
  outline: 0;
  border: 0;
}
#searchform-dropdown button{
  display: block;
}
li.search-toggle-li.wpex-menu-extra{
  display: none;
}