@charset "UTF-8";
@font-face {
  font-family: Akk_Pro_Bold;
  src: url(../../fonts/Akkurat_Pro/AkkBd_Pro_Bold.otf);
}
@font-face {
  font-family: Akk_Pro_Regular;
  src: url(../../fonts/Akkurat_Pro/AkkuratPro-Regular.otf);
}
@font-face {
  font-family: Akk_Pro_Light;
  src: url(../../fonts/Akkurat_Pro/AkkLg_Pro_1.otf);
}
@font-face {
  font-family: Akk_Pro_LL;
  src: url(../../fonts/Akkurat_Pro/AkkuratLL-Light.otf);
}
@font-face {
  font-family: TiemposHeadline_light;
  src: url(../../fonts/TiemposHeadline/TiemposHeadline-Light.otf);
}
@font-face {
  font-family: TiemposHeadline_Bold;
  src: url(../../fonts/TiemposHeadline/TiemposHeadline-Bold.otf);
}
* {
  -webkit-tap-highlight-color: transparent;
}

body .disableScroll {
  height: 100%;
  overflow: hidden;
}

.nopadd {
  padding: 0 !important;
}

.noborder {
  border: none !important;
}

.container {
  max-width: 1500px;
}

.horizontal-line {
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 20px 7%;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

@media (min-width: 768px) {
  .ps-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

a {
  color: #00804d;
}

p {
  line-height: 1.5;
}

.bf {
  font-family: Akk_Pro_Bold;
}

@media (max-width: 576px) {
  .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

select:focus,
[role=link]:focus,
[role=tab]:focus {
  outline: 1px #009f51 solid;
}

h1,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  color: #003435;
}
h1.fw300, h2.fw300, h3.fw300, h4.fw300, h5.fw300, h6.fw300 {
  font-weight: 300;
}
h1.fw400, h2.fw400, h3.fw400, h4.fw400, h5.fw400, h6.fw400 {
  font-weight: 400;
}
h1.fw500, h2.fw500, h3.fw500, h4.fw500, h5.fw500, h6.fw500 {
  font-weight: 500;
}
h1.fw600, h2.fw600, h3.fw600, h4.fw600, h5.fw600, h6.fw600 {
  font-weight: 600;
}
h1.fw700, h2.fw700, h3.fw700, h4.fw700, h5.fw700, h6.fw700 {
  font-weight: 700;
}
h1.fw800, h2.fw800, h3.fw800, h4.fw800, h5.fw800, h6.fw800 {
  font-weight: 800;
}

h1, h2, h3, h4 {
  font-family: Akk_Pro_Bold;
}

h1.tiempos_font, h2.tiempos_font, h3.tiempos_font, h4.tiempos_font {
  font-family: TiemposHeadline_light;
}

h1 {
  font-size: 72px;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 65px;
  }
}
@media (max-width: 999px) {
  h1 {
    font-size: 60px;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 65px;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 58px;
  }
}
@media (max-width: 999px) {
  h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  h2 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 50px;
}
@media (max-width: 999px) {
  h3 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  h3 {
    font-size: 35px;
  }
}

h3.cta {
  font-size: 40px;
}
@media (max-width: 999px) {
  h3.cta {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  h3.cta {
    font-size: 32px;
  }
}
@media (max-width: 576px) {
  h3.cta {
    font-size: 28px;
  }
}

h4 {
  font-size: 32px;
}
@media (max-width: 768px) {
  h4 {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-family: TiemposHeadline_light;
  font-size: 32px;
}
@media (max-width: 576px) {
  h5 {
    font-size: 26px;
  }
}

h6 {
  font-family: Akk_Pro_Regular;
  font-size: 22px;
}

.privacy-warning,
.sitealert {
  background: #007e4c;
  color: #fff;
  font-family: Akk_pro_light;
  font-size: 16px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.info,
.sitealert-info {
  max-width: 1170px;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .info,
.sitealert-info {
    padding: 10px 15px;
  }
}
@media (max-width: 768px) {
  .info,
.sitealert-info {
    padding-right: 50px;
    flex-direction: column;
  }
}
.info a,
.sitealert-info a {
  font-family: Akk_Pro_Light;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  border-bottom: 2px solid;
  position: relative;
  transition: border-bottom-color cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
}
.info a:hover, .info a:focus,
.sitealert-info a:hover,
.sitealert-info a:focus {
  border-bottom-color: transparent !important;
}

.close a,
.sitealert-close a {
  color: #fff;
  right: 0;
  padding: 5px 20px;
  font-size: 24px;
  font-family: Akk_pro_light;
  cursor: pointer;
}
.close a:hover,
.sitealert-close a:hover {
  color: #fff;
}

.articles .component-content {
  max-width: 1140;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .articles .component-content {
    padding: 0;
  }
}
.articles .headline h6 {
  padding-bottom: 15px;
}
.articles .grey_box {
  background: #f7f7f7;
  padding: 35px;
  font-family: Akk_pro_regular;
  font-size: 18px;
  line-height: 1.2;
}
.articles .grey_box .contact_info {
  font-family: Akk_pro_light;
  word-wrap: anywhere;
}
.articles .field-link {
  text-align: center;
}
.articles .paging_listbox,
.articles .pagination_listbox {
  text-align: center;
  margin: 10px;
  font-family: Akk_pro_light;
  font-size: 14px;
}
.articles .paging_listbox select,
.articles .pagination_listbox select {
  border: 1px solid #e3e5e5;
  width: max-content;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
  font-family: Akk_Pro_Light;
  font-size: 13px;
  padding: 5px 5px;
}
.articles .paging_listbox .paginate_button,
.articles .pagination_listbox .paginate_button {
  padding: 0 5px;
  cursor: pointer;
}
.articles .paging_listbox .paginate_button .arrow_previous,
.articles .pagination_listbox .paginate_button .arrow_previous {
  transform: rotate(180deg);
}
.articles .press_release_list .list {
  font-family: Akk_pro_light;
  font-size: 14px;
  color: #003435;
  padding: 15px;
  padding-left: 70px;
  border-bottom: 1px solid #e3e5e5;
  position: relative;
}
.articles .press_release_list .list a {
  font-family: Akk_pro_light;
  font-size: 14px;
  color: #003435;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
}
.articles .press_release_list .list a:before {
  content: "";
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/pdf.png");
  position: absolute;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  left: -45px;
  background-size: contain;
}
.articles .press_release_list .list .date {
  padding: 10px 0;
}

header .header-nav {
  border-bottom: 1px solid #e3e5e5;
}
header .header_row {
  padding: 20px 5%;
  display: table;
}
header .header_row .logo {
  display: inline-table;
  vertical-align: middle;
}
header .header_row .nav {
  display: table;
  float: right;
}
header .header_row .navbar {
  display: table-cell;
  vertical-align: middle;
}
header .header_row .navbar .menu-item {
  border-right: 2px solid #e3e5e5;
  padding: 20px;
  float: right;
}
@media (max-width: 1199px) {
  header .header_row .navbar .menu-item {
    padding: 20px 0;
  }
}
header .header_row .navbar .menu-item li,
header .header_row .navbar .menu-item .main_menu_item {
  display: inline;
  padding: 40px 25px;
  position: relative;
}
@media (max-width: 1199px) {
  header .header_row .navbar .menu-item li,
header .header_row .navbar .menu-item .main_menu_item {
    padding: 40px 13px;
  }
}
header .header_row .navbar .menu-item li a,
header .header_row .navbar .menu-item .main_menu_item a {
  font-size: 16px;
  text-decoration: none;
  font-family: Akk_Pro_Regular;
  color: #003435;
  font-weight: normal;
  border-width: 0px;
}
@media (max-width: 1199px) {
  header .header_row .navbar .menu-item li a,
header .header_row .navbar .menu-item .main_menu_item a {
    font-size: 14px;
  }
}
header .header_row .navbar .menu-item li a:hover, header .header_row .navbar .menu-item li a:active, header .header_row .navbar .menu-item li a:focus,
header .header_row .navbar .menu-item .main_menu_item a:hover,
header .header_row .navbar .menu-item .main_menu_item a:active,
header .header_row .navbar .menu-item .main_menu_item a:focus {
  color: #00804d;
  border-bottom: 2px solid;
  border-width: 100%;
  font-weight: 400;
  transition: width 5s;
  -moz-transition: width 5s;
  -webkit-transition: width 5s;
  -o-transition: width 5s;
  outline: 0;
}
header .header_row .navbar .menu-item .has-subnav a:after {
  content: "";
  position: absolute;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Commonwealth_Pine_Triangle.png");
  width: 8px;
  height: 5px;
  top: 43px;
  right: 10px;
}
@media (max-width: 1199px) {
  header .header_row .navbar .menu-item .has-subnav a:after {
    right: 0;
  }
}
header .header_row .navbar .menu-item .has-subnav a:hover:after, header .header_row .navbar .menu-item .has-subnav a:active:after {
  transform: rotate(180deg);
}
header .header_row .login .wrap {
  padding: 40px 0;
  display: inline;
}
header .header_row .login,
header .header_row .search {
  display: table-cell;
  vertical-align: middle;
}
header .header_row .login .wrap,
header .header_row .search .wrap {
  padding: 40px 0;
  display: inline;
}
header .header_row .login a,
header .header_row .search a {
  font-size: 16px;
  text-decoration: none;
  font-family: Akk_Pro_Regular;
  color: #003435;
  font-weight: normal;
  margin: 0 20px;
}
header .header_row .login a:hover, header .header_row .login a:active, header .header_row .login a:focus,
header .header_row .search a:hover,
header .header_row .search a:active,
header .header_row .search a:focus {
  color: #00804d;
  border-bottom: 2px solid;
  border-width: 100%;
  font-weight: 400;
  transition: width 5s;
  -moz-transition: width 5s;
  -webkit-transition: width 5s;
  -o-transition: width 5s;
  outline: 0;
}
header .header_row .has-subnav.search a:after {
  display: none;
}
header .header_row .has-subnav {
  position: relative;
}
header .header_row .has-subnav a:after {
  content: "";
  position: absolute;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Commonwealth_Pine_Triangle.png");
  width: 8px;
  height: 5px;
  top: 25px;
  right: 6px;
}
header .header_row .has-subnav a:hover, header .header_row .has-subnav a:active, header .header_row .has-subnav a.active {
  color: #00804d;
  border-bottom: 2px solid;
  font-weight: 400;
}
header .header_row .has-subnav a:hover:after, header .header_row .has-subnav a:active:after, header .header_row .has-subnav a.active:after {
  transform: rotate(180deg);
}

.sub_nav_desktop {
  position: absolute;
  width: 100%;
  right: -15px;
  z-index: 999;
  top: 110px;
}
.sub_nav_desktop .main_wrapper {
  background: #fff;
  width: 100%;
}
.sub_nav_desktop .main_wrapper .left_panel .row:nth-child(1) {
  width: max-content;
  float: right;
  position: relative;
  right: 5px;
}
.sub_nav_desktop .main_wrapper .left_panel,
.sub_nav_desktop .main_wrapper .right_panel {
  padding: 30px 60px;
}
.sub_nav_desktop form .input_box {
  display: inline;
}
.sub_nav_desktop form .input_box:before {
  content: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Search_box_icon.png");
  position: absolute;
  top: 73px;
  left: 100px;
}
.sub_nav_desktop form .input_box .text_field {
  border: 1px solid #e3e5e5;
  height: 65px;
  width: 80%;
  margin: 20px;
  font-family: Akk_Pro_Light;
  font-size: 15px;
  padding: 20px 50px;
}
.sub_nav_desktop form .input_box .reset_field {
  position: absolute;
  left: 80px;
  width: 48px;
  top: 50px;
  height: 65px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.sub_nav_desktop form .submit_field {
  background: #007f4d;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 15px 50px;
  border-radius: 22.5px;
  width: 15%;
  font-family: Akk_Pro_Regular;
  display: inline-block;
  margin: 20px 0;
  border: none;
  cursor: pointer;
  background: linear-gradient(to left, #00804d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.sub_nav_desktop form .submit_field:hover, .sub_nav_desktop form .submit_field:focus {
  background-position: left bottom;
  color: #fff;
}
.sub_nav_desktop .quick_links_one_column .link {
  display: block !important;
}
.sub_nav_desktop .quick_links_two_column .links {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  width: min-content;
}
.sub_nav_desktop .no_quick_links {
  flex-direction: row-reverse;
}
.sub_nav_desktop .no_quick_links .grey_panel {
  display: none;
}
.sub_nav_desktop .no_quick_links .left_panel .row:nth-child(1) {
  float: left;
}
.sub_nav_desktop .no_icon .nav-links img {
  display: none;
}
.sub_nav_desktop .nav-links {
  font-family: TiemposHeadline_light;
  font-size: 24px;
  padding: 15px 10px;
  display: flex;
}
.sub_nav_desktop .nav-links img {
  padding-right: 15px;
  height: 27px;
}
.sub_nav_desktop .nav-links span {
  font-size: 11px;
  display: block;
  padding-bottom: 15px;
  font-family: Akk_Pro_Light;
}
.sub_nav_desktop .nav-links a {
  color: #003435;
  text-decoration: none;
  display: flex;
  flex-direction: row;
}
.sub_nav_desktop .nav-links a img {
  padding-right: 15px;
  height: 27px;
}
.sub_nav_desktop .login_menu_desktop .left_panel h6,
.sub_nav_desktop .login_menu_desktop .right_panel h6 {
  padding: 0 10px;
  font-size: 11px;
  color: #003435;
  font-family: Akk_Pro_Light;
}
.sub_nav_desktop .login_menu_desktop .left_panel .links,
.sub_nav_desktop .login_menu_desktop .right_panel .links {
  width: auto;
}
.sub_nav_desktop .login_menu_desktop .left_panel .nav-links,
.sub_nav_desktop .login_menu_desktop .right_panel .nav-links {
  width: 100%;
  display: inline-block;
}
.sub_nav_desktop .login_menu_desktop .left_panel .nav-links {
  display: flex;
}
.sub_nav_desktop .login_menu_desktop .left_panel .row:nth-child(1) {
  width: max-content;
  float: right;
  position: relative;
  left: -5px;
}
.sub_nav_desktop .grey_panel {
  background: #f7f7f7;
  padding: 0 30px;
  height: 100%;
}
.sub_nav_desktop .grey_panel h6 {
  font-size: 11px;
  color: #003435;
  font-family: Akk_Pro_Light;
  padding: 10px 0;
}
.sub_nav_desktop .grey_panel .link {
  padding: 10px 0;
  display: inline-block;
  width: max-content;
  padding-right: 30px;
}
.sub_nav_desktop .grey_panel .link a {
  font-family: Akk_Pro_Regular;
  font-size: 15px;
  text-decoration: none;
  color: #003435;
}
.sub_nav_desktop .grey_panel.big_font a {
  font-family: TiemposHeadline_light;
  font-size: 24px;
}

.mobile_menu {
  height: 60px;
  margin: 0;
  padding: 0;
}
.mobile_menu .login a {
  position: relative;
  top: -10px;
}
.mobile_menu button {
  background: none;
  border: none;
  cursor: pointer;
}
.mobile_menu button .line {
  border: 1px solid #00854f;
  height: 1px;
  width: 1.5rem;
  margin: 0.375rem;
  display: block;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
  position: relative;
  right: -10px;
}
.mobile_menu button .line.extra {
  width: 2.2rem;
  position: relative;
  right: 1px;
}
.mobile_menu .logo,
.mobile_menu .login {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.mobile_menu .logo a,
.mobile_menu .login a {
  font-size: 16px;
  text-decoration: none;
  font-family: Akk_Pro_Light;
  color: #003435;
  font-weight: normal;
  padding: 0 15px;
}
.mobile_menu .login {
  text-align: right;
}

.mobile_nav {
  position: absolute;
  animation: animate_menu_reverse 0.9s;
  left: 100vh;
  visibility: hidden;
}
.mobile_nav .mobile_top {
  display: table;
  border-bottom: 1px solid #e3e5e5;
  padding-bottom: 20px;
}
.mobile_nav .mobile_top .login {
  display: table-cell;
  text-align: right;
  right: 25px;
  top: 6px;
}
.mobile_nav .mobile_top .login button {
  background: none;
  border: none;
  cursor: pointer;
}
.mobile_nav .mobile_top .login button .line {
  border: 1px solid #00854f;
  height: 1px;
  width: 1.5rem;
  margin: 0.375rem;
  display: block;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 0.2s ease-out 0s;
  transition: 0.2s ease-out 0s;
  position: relative;
  right: -10px;
}
.mobile_nav .mobile_top .login button .line:first-child {
  -webkit-transform: translateY(0.4375rem) rotate(45deg);
  transform: translateY(0.4375rem) rotate(45deg);
}
.mobile_nav .mobile_top .login button .line:nth-child(3) {
  -webkit-transform: translateY(-0.5625rem) rotate(-45deg);
  transform: translateY(-0.5625rem) rotate(-45deg);
}
.mobile_nav .mobile_top .login button .line:nth-child(2) {
  opacity: 0;
}

.display_mobile_menu {
  position: absolute;
  width: 100%;
  background: #fff;
  top: -50px;
  padding-bottom: 50px;
  min-height: 100vh;
}
.display_mobile_menu.no_icon .nav-links img {
  display: none;
}
.display_mobile_menu hr {
  width: 85%;
  border-bottom: 1px solid #e3e5e5;
  margin: 25px auto;
  background: transparent;
  border-top: 0px;
}
.display_mobile_menu .homepage-nav-btn.has-subnav {
  position: relative;
  cursor: pointer;
  padding: 15px 10px;
}
.display_mobile_menu .homepage-nav-btn.has-subnav:after {
  content: "";
  position: absolute;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Commonwealth_Pine_Triangle_mobile.png");
  width: 6px;
  height: 11px;
  right: 15px;
  bottom: 25px;
}
.display_mobile_menu .menu_back {
  cursor: pointer;
  display: block;
}
.display_mobile_menu .menu_back button {
  background: none;
  border: none;
  cursor: pointer;
}
.display_mobile_menu .homepage-nav-links {
  padding: 20px;
}
.display_mobile_menu .homepage-nav-links button {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  color: #003435;
  font-family: TiemposHeadline_light;
  font-size: 24px;
  padding: 10px;
}
.display_mobile_menu .homepage-nav-links img {
  padding-right: 15px;
  height: max-content;
}
.display_mobile_menu .grey_panel {
  background: #f7f7f7;
  padding: 30px;
  height: 100%;
}
.display_mobile_menu .grey_panel h6 {
  font-size: 11px;
  color: #003435;
  font-family: Akk_Pro_Light;
  padding: 10px 0;
}
.display_mobile_menu .grey_panel .link {
  padding: 10px 0;
}
.display_mobile_menu .grey_panel .link a {
  font-family: Akk_Pro_Regular;
  font-size: 15px;
  text-decoration: none;
  color: #003435;
}
.display_mobile_menu .grey_panel.login_greypanel .link {
  padding-bottom: 30px;
  padding-top: 0;
}
.display_mobile_menu .grey_panel.login_greypanel a {
  font-size: 22px !important;
  font-family: TiemposHeadline_light !important;
}
.display_mobile_menu .search {
  padding: 10px 30px;
}
.display_mobile_menu .search .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.display_mobile_menu .search .input-group .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.display_mobile_menu .search .input-group .input-group-prepend button {
  border: 1px solid #e3e5e5;
  background: none;
  border-right: 0px;
}
.display_mobile_menu .search .input-group .input-group-prepend button img {
  padding: 7px;
  position: absolute;
  z-index: 999;
  top: 4px;
  cursor: pointer;
}
.display_mobile_menu .search .input-group .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.display_mobile_menu .search .search_box {
  width: 100%;
  border: 1px solid #e3e5e5;
  height: 40px;
  border-left: 0;
  font-family: TiemposHeadline_light;
  font-size: 16px;
  padding: 0 25px;
}
.display_mobile_menu .nav-links {
  font-family: TiemposHeadline_light;
  font-size: 24px;
  padding: 15px 10px;
}
.display_mobile_menu .nav-links span {
  font-size: 11px;
  display: block;
  padding-bottom: 15px;
  font-family: Akk_Pro_Light;
}
.display_mobile_menu .nav-links a {
  color: #003435;
  text-decoration: none;
}

.display_mobile_menu.menu_from_right {
  left: 0;
  z-index: 999;
  animation: animate_menu 0.9s;
  visibility: visible;
}

.display_mobile_menu.menu_to_right {
  left: 100vh;
  z-index: 999;
  animation: animate_menu_reverse 0.9s;
  display: none;
}

.display_mobile_menu.menu_push_left {
  right: 100vh;
  z-index: 999;
  animation: animate_menu_reverse_push 0.9s;
  visibility: hidden;
  display: none;
}

.display_mobile_menu.individual_menu_hidden {
  left: 100vh;
  visibility: hidden;
  display: none;
  z-index: 999;
  animation: animate_menu_reverse 0.9s;
}

.display_mobile_menu.business_menu_hidden {
  left: 100vh;
  display: none;
  visibility: hidden;
  z-index: 999;
  animation: animate_menu_reverse 0.9s;
}

.display_mobile_menu.about_menu_hidden {
  left: 100vh;
  display: none;
  visibility: hidden;
  z-index: 999;
  animation: animate_menu_reverse 0.9s;
}

.display_mobile_menu.login_menu_hidden {
  left: 100vh;
  display: none;
  visibility: hidden;
  z-index: 999;
  animation: animate_menu_reverse 0.9s;
}

.display_mobile_menu.individual_menu_show {
  left: 0;
  animation: animate_menu 0.9s;
  visibility: visible;
  z-index: 999;
}

.display_mobile_menu.business_menu_show {
  left: 0;
  animation: animate_menu 0.9s;
  visibility: visible;
  z-index: 999;
}

.display_mobile_menu.about_menu_show {
  left: 0;
  animation: animate_menu 0.9s;
  visibility: visible;
  z-index: 999;
}

.display_mobile_menu.login_menu_show {
  left: 0;
  animation: animate_menu 0.9s;
  visibility: visible;
  z-index: 999;
}

@keyframes animate_menu {
  from {
    left: 100vh;
    background: #fff;
  }
  to {
    left: 0px;
    background: #fff;
  }
}
@keyframes animate_menu_reverse {
  from {
    left: 0px;
    background: #fff;
    visibility: visible;
  }
  to {
    left: 100vh;
    background: #fff;
    display: none;
  }
}
@keyframes animate_menu_reverse_push {
  from {
    right: 0px;
    background: #fff;
    visibility: visible;
  }
  to {
    right: 100vh;
    background: #fff;
    visibility: hidden;
  }
}
.headline_area .component-content {
  padding: 40px 7%;
}
@media (max-width: 576px) {
  .headline_area .component-content {
    padding: 0;
  }
}
.headline_area .page_headline {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 60px;
  margin-bottom: -30px;
}
@media (max-width: 576px) {
  .headline_area .page_headline {
    padding-left: 0;
  }
}
.headline_area.smaller h2 {
  font-size: 50px;
  line-height: 88px;
}
.headline_area.smaller .date {
  font-size: 20px;
}
.headline_area.no_authour .authour_panel {
  display: none;
}
.headline_area .tag_name,
.headline_area .date {
  font-family: akk_pro_light;
  color: #003435;
  font-size: 13px;
  padding: 25px 0;
}
.headline_area .tag_name:empty,
.headline_area .date:empty {
  display: none;
}
.headline_area .heading h4 {
  line-height: 1;
}
@media (max-width: 768px) {
  .headline_area .date {
    border-bottom: 1px solid #e3e5e5;
  }
}
.headline_area h1.field-heading {
  font-size: 40px;
  padding-top: 40px;
}
.headline_area .authour_panel {
  vertical-align: bottom;
  display: table-cell;
  height: 215px;
}
@media (max-width: 768px) {
  .headline_area .authour_panel {
    height: auto;
    padding: 15px 0;
    display: flex;
  }
}
.headline_area .authour_panel .authour_box {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-position: center center;
}
.headline_area .authour_panel .authour_name {
  font-family: akk_pro_light;
  font-size: 14px;
  color: #003435;
  padding: 15px 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .headline_area .authour_panel .authour_name {
    padding: 20px;
  }
}
.headline_area .authour_panel .authour_name span {
  font-style: italic;
}
.headline_area.hero-overlay .component-content {
  margin: -90px auto 0 auto;
  background-color: #fff;
  border-top: 5px solid #007f4d;
  padding: 0;
  max-width: 1140px;
}

.homepage-hero {
  position: relative;
  height: 741px;
  background-size: cover;
  background-position: center right;
}
@media (max-width: 576px) {
  .homepage-hero {
    height: 550px;
  }
}
.homepage-hero .promo-text {
  padding: 10% 0;
}
.homepage-hero .promo-text h1 {
  line-height: 1.14;
  letter-spacing: -1.44px;
  text-align: left;
  color: #f3f4f4;
}
.homepage-hero .promo-text .field-promotext:before {
  content: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Shenandoah_Green_Triangle_RGB.png");
  position: absolute;
  top: -34px;
  left: 20px;
}
.homepage-hero .promo-text .links {
  padding-top: 5%;
}
.homepage-hero .promo-text .links .field-promolink {
  font-family: Akk_Pro_Regular;
  font-size: 15px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 22.5px;
  background: linear-gradient(to left, #00804d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.homepage-hero .promo-text .links .field-promolink:hover, .homepage-hero .promo-text .links .field-promolink:focus {
  background-position: left bottom;
  color: #fff;
}
.homepage-hero .promo-text .links .field-promolink:after {
  content: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/arrow.png");
  padding-left: 10px;
}
@media (max-width: 768px) {
  .homepage-hero .promo-text .links .field-promolink {
    display: block;
    margin: 10px 0;
    max-width: max-content;
  }
}
.homepage-hero .promo-text .links a.field-watchlink {
  font-family: Akk_Pro_Regular;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 14px 35px;
  margin: 0 10px;
  border-radius: 22.5px;
  border: 1px solid;
  display: inline-block;
}
.homepage-hero .promo-text .links .field-watchlink {
  font-family: Akk_Pro_Regular;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 15px 35px;
  margin: 0 10px;
  border-radius: 22.5px;
  border: 1px solid;
  background: transparent;
  cursor: pointer;
}
.homepage-hero .promo-text .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.homepage-hero .promo-text .modal-backdrop.fade {
  display: none;
}
.homepage-hero .promo-text .modal-backdrop,
.homepage-hero .promo-text .modal-backdrop.fade.in {
  opacity: 0.8;
  display: block;
  filter: alpha(opacity=80);
}
.homepage-hero .promo-text .modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 800px;
  margin-left: -380px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.homepage-hero .promo-text .modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  opacity: 0;
  display: none;
}
.homepage-hero .promo-text .modal.fade.in {
  top: 10%;
  opacity: 1;
  display: block;
}
.homepage-hero .promo-text .modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
}
.homepage-hero .promo-text .modal-header .close {
  margin-top: 2px;
  font-size: 24px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.homepage-hero .promo-text .modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.homepage-hero .promo-text .modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 450px;
  padding: 15px;
}
.homepage-hero .promo-text .modal-form {
  margin-bottom: 0;
}
.homepage-hero .promo-text .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.homepage-hero .promo-text .modal-footer:before,
.homepage-hero .promo-text .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.homepage-hero .promo-text .modal-footer:after {
  clear: both;
}
.homepage-hero .promo-text .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.homepage-hero .promo-text .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.homepage-hero .promo-text .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (max-width: 767px) {
  .homepage-hero .promo-text .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .homepage-hero .promo-text .modal.fade {
    top: -100px;
  }
  .homepage-hero .promo-text .modal.fade.in {
    top: 20px;
  }
}
.homepage-hero .promo-text .light_box {
  display: none;
}
.homepage-hero .promo-text .light_box.active {
  display: block;
  width: 600px;
  height: max-content;
  top: 0;
  background: #fff;
  position: fixed;
}
.homepage-hero .promo-text .light_box .close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent;
  right: 0;
  color: #fff;
  font-family: "Akk_Pro_Regular";
  font-size: 20px;
  padding: 5px;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 576px) {
  .homepage-hero {
    background-position: 50%;
    background-attachment: unset !important;
  }
  .homepage-hero .promo-text {
    padding: 25% 0;
  }
  .homepage-hero .promo-text .field-promotext:before {
    content: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Shenandoah_Green_Triangle_RGB.png");
    position: absolute;
    top: -34px;
    left: 20px;
  }
  .homepage-hero .promo-text .links a.field-watchlink {
    border-radius: 0px;
    border: 0px;
    border-bottom: 2px solid;
    padding: 0px;
    margin: 0 20px;
  }
}
@media (max-width: 350px) {
  .homepage-hero .promo-text .links a {
    margin-bottom: 20px;
    display: inline-block;
  }
  .homepage-hero .promo-text .links a.field-watchlink {
    margin: 0px 5px;
  }
}
.callout .component-content {
  padding: 0;
}
.callout .content-style-one .inner-content {
  background-color: #00804d;
  color: #fff;
  padding: 30px;
  line-height: 1;
  max-width: 990px;
  margin: 0 auto;
  width: 990px;
}
.callout .content-style-one .inner-content h3 {
  line-height: 1.2;
  padding: 0 20px;
  color: #fff !important;
}
@media (max-width: 576px) {
  .callout .content-style-one .inner-content h3 {
    text-align: center;
    padding: 0;
  }
}
.callout .content-style-one .inner-content .cta {
  margin: auto;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 576px) {
  .callout .content-style-one .inner-content .cta {
    margin: 25px auto;
  }
}
.callout .content-style-one .inner-content .cta .callout_btn {
  padding: 15px 37px;
  border-radius: 22.5px;
  font-size: 15px;
  background: #fff;
  font-family: Akk_Pro_Regular;
  color: #00804d;
  text-decoration: navajowhite;
  background: linear-gradient(to left, #fff 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.callout .content-style-one .inner-content .cta .callout_btn:hover, .callout .content-style-one .inner-content .cta .callout_btn:focus {
  background-position: left bottom;
  color: #fff;
}
@media (max-width: 576px) {
  .callout .content-style-one .inner-content .cta .callout_btn {
    padding: 15px;
  }
}
.callout .content-style-one .inner-content .cta .callout_btn.decreased_padding {
  padding: 15px 37px;
}
.callout .content-style-align-left,
.callout .content-style-align-right {
  padding: 0 7%;
  background-image: -webkit-linear-gradient(150deg, #fff 55%, #007f4d 45%);
  height: 300px;
}
@media (max-width: 999px) {
  .callout .content-style-align-left,
.callout .content-style-align-right {
    background-image: -webkit-linear-gradient(0deg, #007f4d 50%, #007f4d 50%);
    height: auto;
  }
}
.callout .content-style-align-left .col1,
.callout .content-style-align-left .col2,
.callout .content-style-align-right .col1,
.callout .content-style-align-right .col2 {
  margin: 7% 0;
}
@media (max-width: 999px) {
  .callout .content-style-align-left .col1,
.callout .content-style-align-left .col2,
.callout .content-style-align-right .col1,
.callout .content-style-align-right .col2 {
    margin: 5% 0 0;
  }
}
.callout .content-style-align-left .col1,
.callout .content-style-align-right .col1 {
  padding-right: 70px;
}
.callout .content-style-align-left .callout_btn,
.callout .content-style-align-right .callout_btn {
  background: #007f4d;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 15px 50px;
  border-radius: 22.5px;
  font-family: Akk_Pro_Regular;
  display: inline-block;
  margin: 20px 0;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.callout .content-style-align-left .callout_btn:hover, .callout .content-style-align-left .callout_btn:focus,
.callout .content-style-align-right .callout_btn:hover,
.callout .content-style-align-right .callout_btn:focus {
  background-position: left bottom;
  color: #fff;
}
@media (max-width: 999px) {
  .callout .content-style-align-left .callout_btn,
.callout .content-style-align-right .callout_btn {
    background: #fff;
    color: #007f4d;
  }
}
.callout .content-style-align-left h3,
.callout .content-style-align-right h3 {
  color: #fff;
}
.callout .content-style-align-left h3.small,
.callout .content-style-align-right h3.small {
  font-size: 40px;
  width: 80%;
}
.callout .content-style-align-left p,
.callout .content-style-align-right p {
  font-family: Akk_Pro_Light;
  font-size: 18px;
  color: #003435;
}
@media (max-width: 999px) {
  .callout .content-style-align-left p,
.callout .content-style-align-right p {
    color: #fff;
    line-height: 2rem;
  }
}
.callout .content-style-align-right {
  background-image: -webkit-linear-gradient(150deg, #007f4d 55%, #fff 45%);
}
@media (max-width: 999px) {
  .callout .content-style-align-right {
    background-image: -webkit-linear-gradient(0deg, #007f4d 50%, #007f4d 50%);
    height: auto;
  }
}
.callout .content-style-align-right h3 {
  color: black;
  width: 90%;
}
@media (max-width: 999px) {
  .callout .content-style-align-right h3 {
    color: white;
  }
}
.callout .content-style-align-right p {
  color: #fff;
}
.callout .content-style-align-right .callout_btn {
  background: #fff;
  color: #007f4d;
  background: linear-gradient(to left, #fff 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.callout .content-style-align-right .callout_btn:hover, .callout .content-style-align-right .callout_btn:focus {
  background-position: left bottom;
  color: #fff;
}
.callout .content-style-grey {
  background-image: -webkit-linear-gradient(135deg, #f8f8f8 40%, #fff 40%);
  padding: 0 7%;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .callout .content-style-grey {
    background-image: -webkit-linear-gradient(0deg, #f8f8f8 50%, #f8f8f8 50%);
    height: auto;
  }
}
@media (max-width: 768px) {
  .callout .content-style-grey {
    padding: 20px 0 30px;
    margin: 0;
    background: #fff;
  }
}
.callout .content-style-grey .col1,
.callout .content-style-grey .col2 {
  margin: 5% 0;
}
@media (max-width: 999px) {
  .callout .content-style-grey .col1,
.callout .content-style-grey .col2 {
    margin: 5% 0 0;
  }
}
.callout .content-style-grey .col2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 769px) {
  .callout .content-style-grey .col2 {
    padding-left: 10%;
  }
}
.callout .content-style-grey h5 {
  line-height: 1;
  padding-bottom: 20px;
}
.callout .content-style-grey p {
  font-family: Akk_Pro_Light;
  font-size: 18px;
  width: 80%;
}
@media (max-width: 999px) {
  .callout .content-style-grey p {
    line-height: 2rem;
    width: 100%;
  }
}
.callout .content-style-grey a {
  color: #007f4d;
  text-decoration: none;
  border-bottom: 1px solid #007f4d;
  width: fit-content;
  font-size: 14px;
  font-family: Akk_Pro_light;
}
.callout .content-style-grey img {
  max-width: 140px;
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  .callout .content-style-grey .report-container {
    background-color: #f8f8f8;
    padding: 30px;
  }
}
.callout .content-style-grey .callout_btn {
  background: #007f4d;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 15px 50px;
  border-radius: 22.5px;
  line-height: 1;
  border: 0;
  font-family: Akk_Pro_Regular;
  display: inline-block;
  margin: 20px 0;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.callout .content-style-grey .callout_btn:hover, .callout .content-style-grey .callout_btn:focus {
  background-position: left bottom;
  color: #fff;
}

.callout.pull-bottom {
  position: relative;
  bottom: -75px;
  z-index: 99;
  margin-top: -65px;
}
.callout.pull-bottom .content-style-one .col-lg-2.col-1 {
  display: none;
}
.callout.pull-bottom:after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: -15px;
  z-index: -1;
  height: 1rem;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/extended-footer.png");
  width: calc(100% + 30px);
  background-size: cover;
  background-position: 60px;
}
@media (max-width: 768px) {
  .callout.pull-bottom:after {
    background-size: contain;
    background-position: 30px;
  }
}

.text-callout .component-content {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .text-callout .component-content {
    padding: 0;
  }
}
.text-callout.quick_link .component-content {
  padding: 0;
}
.text-callout .one_column .promo-text .field-bodycontent {
  font-family: akk_pro_light;
  font-size: 18px;
  color: #003435;
  line-height: 1.3;
}
.text-callout .one_column .promo-text .field-bodycontent ul {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
}
.text-callout .two_column .right_col,
.text-callout .two_column .left_col {
  padding: 20px 15px;
}
.text-callout .two_column .right_col:before,
.text-callout .two_column .left_col:before {
  content: "";
  position: absolute;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Shenandoah_Green_Facet_RGB.png");
  top: 0;
  width: 59px;
  height: 6px;
  background-repeat: no-repeat;
}
.text-callout .two_column .promo-text .field-bodycontent ul {
  list-style-type: disc;
  margin-left: 30px;
  font-family: Akk_Pro_Regular;
  font-size: 18px;
  color: #003435;
}
.text-callout .two_column .promo-text .field-bodycontent ul li {
  line-height: 1.5;
  list-style: none;
}
.text-callout .inner_block {
  padding-bottom: 0px;
}
@media (max-width: 576px) {
  .text-callout .inner_block {
    padding-bottom: 20px;
  }
}
.text-callout .inner_block .promo-text .field-bodycontent p {
  font-family: Akk_Pro_Light;
  font-size: 18px;
  color: #003435;
  padding-bottom: 15px;
}
.text-callout .inner_block .promo-text .field-bodycontent ul {
  font-family: AKk_pro_light;
  font-size: 18px;
  color: #003435;
  list-style: disclosure-open;
  display: contents;
  line-height: 1.5;
}
.text-callout .inner_block .promo-text .field-bodycontent ul li {
  list-style: inside;
}
.text-callout .inner_block .promo-text .field-bodycontent ul.have_bullet li {
  list-style: inside;
  list-style-position: outside;
  margin-left: 1em;
}
.text-callout .inner_block .promo-text .field-link a {
  font-family: Akk_Pro_Regular;
  font-size: 15px;
  color: #00804d;
  line-height: 2.5;
  text-decoration: none;
  border-bottom: 2px solid;
}
.text-callout .bold_callout h6 {
  font-family: Akk_Pro_Bold;
}
.text-callout .bold_callout .field-link {
  margin: 15px 0 15px 0;
}
.text-callout .bold_callout .field-link a {
  color: #fff !important;
  background: #00804d;
  padding: 14px 50px;
  border-radius: 22.5px;
  border-bottom: 0;
  font-family: Akk_pro_light !important;
  font-size: 15px !important;
  background: linear-gradient(to left, #00804d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.text-callout .bold_callout .field-link a:hover, .text-callout .bold_callout .field-link a:focus {
  background-position: left bottom;
  color: #fff;
}
.text-callout .tab_no_header .field-bodycontent:before {
  content: "";
  position: absolute;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Green_Triangle.png");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  left: -10px;
  top: 2px;
}

.image.empty_image {
  padding: 0;
}
.image.empty_image img {
  display: none;
}
.image.empty_image a {
  height: 200px;
  display: block;
  background-color: #005950;
  cursor: default;
}
.image.empty_image .component-content {
  max-width: 1500px;
  margin: 0 auto;
}
.image.no_top_margin .component-content {
  margin-top: 0;
}
.image .component-content {
  margin: 40px auto;
  max-width: 1200px;
  text-align: center;
}
@media (max-width: 576px) {
  .image .component-content {
    padding: 0;
  }
}
@media (max-width: 1375px) {
  .image img {
    width: 100%;
    height: 100%;
    max-height: 521px;
  }
}
.image.adjust .component-content {
  text-align: center;
}
.image.adjust .component-content img {
  width: 90%;
  max-width: 900px;
}
.image.no_vertical_margin .component-content {
  margin: auto;
}

.FTAreas .image img {
  width: auto;
}
@media (max-width: 999px) {
  .FTAreas .image img {
    width: 100%;
  }
}
.FTAreas .image-caption {
  font-family: Akk_pro_light;
  font-size: 18px;
  color: #003435;
  display: block;
  line-height: 1.2;
}

@media (max-width: 576px) {
  .col-8, .col-7, .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.rich-text {
  font-family: akk_pro_light;
  font-size: 18px;
  color: #003435;
  padding: 40px 0;
  line-height: 28px;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .rich-text {
    padding: 40px;
  }
}
@media (max-width: 576px) {
  .rich-text img {
    width: 100%;
  }
}
.rich-text.pullup_withgreen_border {
  top: -50px;
  position: relative;
  background: #fff;
  margin-bottom: -50px;
  border-top: 5px solid #009F51;
  max-width: 990px;
}
@media (max-width: 1100px) {
  .rich-text.pullup_withgreen_border {
    max-width: 85%;
    padding: 20px;
  }
}
.rich-text.pullup_withgreen_border .component-content {
  max-width: 990px;
  padding: 0 100px;
}
@media (max-width: 768px) {
  .rich-text.pullup_withgreen_border .component-content {
    padding: 0;
  }
}
.rich-text.pl100 {
  padding-left: 100px;
}
@media (max-width: 576px) {
  .rich-text.pl100 {
    padding-left: 0;
  }
}
.rich-text.hero-overlay .component-content {
  margin: -90px auto 0 auto;
  background-color: #fff;
  border-top: 5px solid #007f4d;
  padding: 0 75px;
}
.rich-text.centered_no_top_padding {
  padding: 0 100px 40px 100px;
  max-width: 990px;
}
@media (max-width: 576px) {
  .rich-text.centered_no_top_padding {
    padding: 0 32px 40px 32px;
  }
  .rich-text.centered_no_top_padding .component-content {
    padding: 0 7%;
  }
}
.rich-text.centered {
  padding: 40px 100px;
  max-width: 990px;
}
@media (max-width: 576px) {
  .rich-text.centered {
    padding: 32px;
  }
  .rich-text.centered .component-content {
    padding: 0 7%;
  }
}
.rich-text strong {
  font-weight: bold;
}
@media (max-width: 576px) {
  .rich-text .component-content {
    padding: 0;
    word-break: break-word;
  }
}
.rich-text .component-content h1 {
  font-size: 40px;
  line-height: 1.25;
}
@media (max-width: 576px) {
  .rich-text .component-content h1 {
    font-size: 28px;
  }
}
.rich-text.custom_video {
  padding: 0;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Testimonial bg stripe.png");
  background-size: 75% 80%;
  background-repeat: no-repeat;
  background-position: 10px 20px;
  z-index: 1;
  position: relative;
  top: 0;
}
.rich-text ul {
  font-family: AKk_pro_light;
  font-size: 18px;
  color: #003435;
  list-style: disclosure-open;
  display: contents;
  line-height: 1.5;
}
.rich-text ul li {
  list-style: none;
}
.rich-text ul.have_bullet li {
  list-style: disc;
  margin-left: 40px;
}
.rich-text .pill-button a {
  color: #fff !important;
  background: #00804d;
  padding: 14px 50px;
  border-radius: 22.5px;
  border-bottom: 0;
  font-family: Akk_pro_light !important;
  font-size: 15px !important;
  display: flex;
  width: fit-content;
  line-height: 1.2;
  background: linear-gradient(to left, #00804d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.rich-text .pill-button a:hover, .rich-text .pill-button a:focus {
  background-position: left bottom;
  color: #fff;
}
.rich-text .pill-button-bright a {
  color: #00804d !important;
  border: 1px solid #00804d;
  background: #fff;
  padding: 14px 50px;
  border-radius: 22.5px;
  font-family: Akk_pro_light !important;
  font-size: 15px !important;
  display: flex;
  width: fit-content;
  line-height: 1.2;
  background: linear-gradient(to left, #fff 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.rich-text .pill-button-bright a:hover, .rich-text .pill-button-bright a:focus {
  background-position: left bottom;
  color: #fff;
}
.rich-text a {
  font-family: Akk_Pro_Light;
  color: #00804d;
  text-decoration: none;
  border-bottom: 2px solid;
  position: relative;
  transition: border-bottom-color cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
}
.rich-text a:hover, .rich-text a:focus {
  border-bottom-color: transparent !important;
  text-decoration: none;
  color: #00804d;
}
.rich-text h3 {
  line-height: 1;
  padding: 5px 0;
}
.rich-text h6 {
  line-height: 1;
  padding: 5px 0;
}
.rich-text .horizontal-line {
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: 20px 0;
}
.rich-text span {
  font-family: Akk_Pro_Bold;
  display: block;
}
.rich-text .double-button-container {
  display: flex;
  flex-direction: row;
  width: 310px;
  justify-content: space-between;
}

.divide + .rich-text {
  padding: 25px 30px;
}

@media (max-width: 576px) {
  .colsplit-mobile-control {
    display: flex;
    flex-direction: column;
  }
  .colsplit-mobile-control > div {
    min-width: 100%;
  }
  .colsplit-mobile-control .authour_panel {
    display: none;
  }
  .colsplit-mobile-control .rich-text > .component-content {
    padding-left: 0;
  }
}

.gallery .gallery-inner .galleria-theme-classic {
  background: #474747 !important;
}

.image_callout .component-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}
.image_callout .component-content .row {
  display: block;
}
.image_callout .image_section {
  padding: 0 25px;
}
.image_callout.two_up .column {
  width: 43%;
  margin: 0 25px;
}
.image_callout.two_up .column .image_box {
  width: 100%;
  height: 281px;
}
@media (max-width: 768px) {
  .image_callout.two_up .column .image_box {
    height: 200px;
  }
}
@media (max-width: 576px) {
  .image_callout.two_up .column .image_box {
    height: 100px;
  }
}
@media (max-width: 576px) {
  .image_callout.two_up .column {
    width: 42.5%;
    margin: 0 15px;
  }
}
@media (max-width: 425px) {
  .image_callout.two_up .column {
    width: 41.5%;
  }
}
.image_callout.three_up .column {
  width: 26.5%;
  margin: 0 25px;
}
.image_callout.three_up .column .image_box {
  width: 100%;
  height: 187px;
}
@media (max-width: 768px) {
  .image_callout.three_up .column .image_box {
    height: 150px;
  }
}
@media (max-width: 576px) {
  .image_callout.three_up .column .image_box {
    height: 100px;
  }
}
@media (max-width: 576px) {
  .image_callout.three_up .column {
    width: 100%;
    display: flex;
    margin: 10px;
  }
}
@media (max-width: 576px) {
  .image_callout.three_up .column .content {
    padding: 0 15px;
    width: 100%;
  }
}
.image_callout .image_layout .row {
  display: flex !important;
  justify-content: center;
}
.image_callout .image_box {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 576px) {
  .image_callout .image_box {
    height: 150px;
    background-position: left;
  }
}
.image_callout.square_images .image_box {
  width: 250px;
}
.image_callout.square_images .content {
  width: 250px;
}
.image_callout .content {
  padding: 20px 0;
  font-family: akk_pro_light;
  font-size: 18px;
  color: #003435;
}
@media (max-width: 576px) {
  .image_callout .content {
    font-size: 13px;
    padding: 15px 0;
  }
  .image_callout .content a {
    font-size: 13px;
  }
}
.image_callout .content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.image_callout.rich-text {
  padding: 10px 0 0 0;
}
@media (max-width: 576px) {
  .image_callout.rich-text {
    padding: 10px 40px 0 40px;
  }
}

.testimonial {
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Testimonial bg stripe.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: -100px;
  z-index: 1;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .testimonial {
    background-size: 200% 60%;
    background-position: top;
  }
}
.testimonial .component-content {
  max-width: 1140px;
  margin: 0 auto;
}
.testimonial.nobg {
  background-image: none;
  background-position: 0;
  margin: -40px 0 10px 0;
}
.testimonial.extra_margin_after {
  margin: 40px 0 80px 0;
}
.testimonial .field-image {
  height: 520px;
}
@media (max-width: 970px) {
  .testimonial .field-image {
    height: 420px;
  }
}
@media (max-width: 425px) {
  .testimonial .field-image {
    height: 220px;
  }
}
.testimonial .field-image .image_box {
  height: 416px;
  width: 416px;
  background-position: center 80%;
  position: absolute;
  top: 50px;
  background-size: cover;
  background-repeat: no-repeat;
}
.testimonial .field-image .image_box img {
  object-fit: cover;
  position: relative;
  top: 50px;
  width: 416px;
  height: 303px;
}
@media (max-width: 1250px) and (min-width: 970px) {
  .testimonial .field-image .image_box img {
    height: 255px;
    width: 350px;
  }
}
@media (max-width: 1050px) and (min-width: 970px) {
  .testimonial .field-image .image_box img {
    top: 60px;
    height: 204px;
    width: 280px;
  }
}
@media (max-width: 450px) {
  .testimonial .field-image .image_box img {
    height: 170px;
    width: 250px;
  }
}
.testimonial .field-image .image_box:before {
  content: "";
  background: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/stripes.png");
  top: 164px;
  position: absolute;
  left: -20px;
  width: 436px;
  height: 215px;
  z-index: -1;
  background-size: contain;
}
@media (max-width: 576px) {
  .testimonial .field-image .image_box:before {
    display: none;
  }
}
@media (max-width: 1250px) {
  .testimonial .field-image .image_box {
    right: 0;
  }
  .testimonial .field-image .image_box:before {
    top: 145px;
    width: 370px;
    height: 182px;
  }
}
@media (max-width: 1050px) {
  .testimonial .field-image .image_box {
    width: 75%;
  }
  .testimonial .field-image .image_box:before {
    top: 135px;
    width: 300px;
    height: 148px;
  }
}
@media (max-width: 970px) {
  .testimonial .field-image .image_box {
    position: relative;
    width: 100%;
    text-align: center;
    top: unset;
    right: unset;
  }
  .testimonial .field-image .image_box:before {
    transform: translate(-25px, 0);
    left: unset;
    right: unset;
    width: 440px;
    height: 216px;
    top: 164px;
  }
}
@media (max-width: 500px) {
  .testimonial .field-image .image_box {
    height: 75%;
    width: 75%;
  }
}
@media (max-width: 425px) {
  .testimonial .field-image .image_box {
    height: 275px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 !important;
  }
}
.testimonial .testimonial_content {
  height: 520px;
  display: table;
}
@media (max-width: 999px) {
  .testimonial .testimonial_content {
    height: auto;
    padding: 0 5%;
    padding-top: 10px;
  }
}
@media (max-width: 425px) {
  .testimonial .testimonial_content {
    padding-top: 65px;
  }
}
.testimonial .testimonial_content .inner {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 999px) {
  .testimonial .testimonial_content .inner {
    padding-top: 60px;
  }
}
@media (max-width: 576px) {
  .testimonial .testimonial_content .inner {
    padding-top: 10px;
  }
}
.testimonial .testimonial_content .inner .field-text {
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: 0.56px;
  text-align: left;
  color: #003435;
}
@media (max-width: 970px) {
  .testimonial .testimonial_content .inner .field-text {
    text-align: center;
  }
}
.testimonial .testimonial_content .inner .field-text p {
  font-family: TiemposHeadline_light;
  letter-spacing: 0;
  line-height: 38px;
}
.testimonial .testimonial_content .inner .field-text p:before {
  content: "“";
  color: #005658;
  font-size: 85px;
  font-family: Akk_Pro_Bold;
  position: absolute;
  top: -20px;
  left: 10px;
}
@media (max-width: 576px) {
  .testimonial .testimonial_content .inner .field-text p:before {
    left: 40%;
  }
}
@media (max-width: 999px) {
  .testimonial .testimonial_content .inner .field-text p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .testimonial .testimonial_content .inner .field-text p {
    font-size: 20px;
  }
}
.testimonial .testimonial_content .inner .field_name_role p {
  font-size: 14px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #003435;
  padding: 25px 0;
  font-family: Akk_Pro_Regular;
}
.testimonial .testimonial_content .inner .field_name_role p span {
  font-style: italic;
}
@media (max-width: 768px) {
  .testimonial .testimonial_content .inner .field_name_role p {
    text-align: center;
  }
}
.testimonial .testimonial_content .inner .links {
  margin: 10px 0;
}
@media (max-width: 768px) {
  .testimonial .testimonial_content .inner .links {
    text-align: center;
  }
}
.testimonial .testimonial_content .inner .links a.field-promolink {
  font-family: Akk_Pro_Regular;
  font-size: 15px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 22.5px;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.testimonial .testimonial_content .inner .links a.field-promolink:hover, .testimonial .testimonial_content .inner .links a.field-promolink:focus {
  background-position: left bottom;
  color: #fff;
}

.testimonial.image_right {
  background-position: right;
}
@media (max-width: 768px) {
  .testimonial.image_right {
    background-position: top;
    background-size: 200% 60%;
  }
  .testimonial.image_right .mobile_row {
    flex-direction: column-reverse;
  }
}
.testimonial.image_right .field-image .image_box {
  position: relative;
  left: 0px;
}
@media (max-width: 1099px) {
  .testimonial.image_right .field-image .image_box {
    left: 50px;
  }
}
@media (max-width: 576px) {
  .testimonial.image_right .field-image .image_box {
    position: absolute;
    left: 0;
  }
}

.headline_with_cta .component-content {
  padding: 15px 7%;
}
.headline_with_cta h3 {
  line-height: 1.2;
}
.headline_with_cta h5 {
  font-size: 32px;
  font-weight: 300;
}
.headline_with_cta p {
  font-family: Akk_Pro_Light;
  font-size: 18px;
  color: #003435;
}
.headline_with_cta .pdf {
  margin-left: 60px;
  position: relative;
}
.headline_with_cta .pdf:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -35px;
  top: -3px;
  width: 20px;
  height: 25px;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/icons/icons.png");
  background-position-x: -210px;
  background-position-y: -168px;
  background-size: 242px 240px;
}
.headline_with_cta .callout_btn {
  background: #007f4d;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 15px 50px;
  border-radius: 22.5px;
  font-family: Akk_Pro_Regular;
  display: inline-block;
  margin: 20px 0;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.headline_with_cta .callout_btn:hover, .headline_with_cta .callout_btn:focus {
  background-position: left bottom;
  color: #fff;
}

.title_with_cta .component-content {
  padding: 100px 7%;
  padding-top: 70px;
}
.title_with_cta .inline_content {
  display: flex;
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 768px) {
  .title_with_cta .inline_content {
    display: block;
  }
}
.title_with_cta .inline_content .callout_btn {
  margin: 0;
}
@media (max-width: 1099px) {
  .title_with_cta .inline_content .callout_btn {
    margin: 15px 0;
  }
}
.title_with_cta h4 {
  line-height: 1.2;
  margin: 0 15px;
}
@media (max-width: 1099px) {
  .title_with_cta h4 {
    margin: auto;
  }
}
.title_with_cta .callout_btn {
  background: #007f4d;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 15px 4%;
  height: max-content;
  width: 200px;
  text-align: center;
  border-radius: 22.5px;
  font-family: Akk_Pro_Regular;
  display: inline-block;
  margin: 20px 0;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
@media (max-width: 576px) {
  .title_with_cta .callout_btn {
    padding: 15px 20px;
  }
}
.title_with_cta .callout_btn:hover, .title_with_cta .callout_btn:focus {
  background-position: left bottom;
  color: #fff;
}
.title_with_cta.small_centered {
  text-align: center;
}

.page-teaser .component-content {
  padding: 15px 7%;
}
.page-teaser .component-content .inner_block {
  padding: 25px 0;
}
.page-teaser .component-content .inner_block .teaser_box {
  border: 1pt solid #e3e5e5;
  border-bottom: 4.4pt solid #009f51;
  padding: 35px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .page-teaser .component-content .inner_block .teaser_box {
    display: flex;
    flex-direction: row;
  }
}
@media (max-width: 380px) {
  .page-teaser .component-content .inner_block .teaser_box {
    padding: 25px;
  }
}
.page-teaser .component-content .inner_block .teaser_box .teaser_image img {
  padding-bottom: 10px;
}
@media (max-width: 576px) {
  .page-teaser .component-content .inner_block .teaser_box .teaser_image {
    padding-right: 20px;
  }
}
@media (max-width: 380px) {
  .page-teaser .component-content .inner_block .teaser_box .teaser_image {
    padding-right: 7px;
  }
}
.page-teaser .component-content .inner_block .teaser_box .teaser_content {
  height: 200px;
}
@media (max-width: 1199px) {
  .page-teaser .component-content .inner_block .teaser_box .teaser_content {
    height: auto;
  }
}
@media (max-width: 380px) {
  .page-teaser .component-content .inner_block .teaser_box .teaser_content {
    padding-right: 7px;
  }
}
.page-teaser .component-content .inner_block .teaser_box .teaser_content h4 {
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 576px) {
  .page-teaser .component-content .inner_block .teaser_box .teaser_content h4 {
    padding: 0;
  }
}
.page-teaser .component-content .inner_block .teaser_box .teaser_content p {
  font-family: Akk_Pro_Light;
  color: #003435;
  font-size: 18px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
@media (max-width: 576px) {
  .page-teaser .component-content .inner_block .teaser_box .teaser_content p {
    font-size: 14px;
  }
}
.page-teaser .component-content .inner_block .teaser_box a img {
  padding-top: 20px;
}
.page-teaser .component-content .inner_block .col-md-4:last-child .teaser_box {
  margin-bottom: 0px;
}

.event_teaser {
  padding: 40px 0px;
  max-width: 1400px;
  margin: auto;
}
@media (max-width: 576px) {
  .event_teaser {
    padding: 40px 15px;
  }
  .event_teaser .component-content {
    padding: 0 7%;
  }
}
.event_teaser.with_greybg {
  height: 800px;
  background: linear-gradient(transparent 45%, #f7f7f7 0%);
  position: relative;
  bottom: -180px;
  margin-top: -180px;
  padding: 70px 15px;
}
@media (max-width: 768px) {
  .event_teaser.with_greybg {
    height: auto;
    background: none;
    bottom: 0;
    margin-top: 0;
  }
}
.event_teaser.with_greybg .field-link {
  display: inline-block;
  padding-right: 25px;
}
.event_teaser .no-results {
  font-family: Akk_Pro_Bold;
  font-size: 24px;
  color: #003435;
  line-height: 1;
  padding-left: 16px;
}
.event_teaser .headline {
  margin-left: 0px;
  margin-right: 0px;
}
.event_teaser .headline h3 {
  line-height: 1.25;
}
@media (max-width: 576px) {
  .event_teaser .headline h3 {
    font-size: 40px;
    line-height: 1.2;
  }
}
.event_teaser .headline h3 a {
  color: #003435;
}
.event_teaser .headline p {
  font-family: Akk_Pro_Light;
  font-size: 18px;
  color: #003435;
}
@media (max-width: 576px) {
  .event_teaser .headline p {
    font-size: 16px;
  }
}
.event_teaser .headline .sub_copy_and_link {
  padding-left: 0px;
  margin: auto;
}
@media (max-width: 576px) {
  .event_teaser .headline .sub_copy_and_link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
}
.event_teaser .headline .sub_copy_and_link .row {
  font-family: "Akk_Pro_Regular";
  font-size: 18px;
  line-height: 28px;
  padding-left: 15px;
}
@media (max-width: 576px) {
  .event_teaser .headline .sub_copy_and_link .row {
    padding-right: 30px;
  }
}
.event_teaser .headline .sub_copy_and_link .results_panel_header_links {
  padding-left: 15px;
  padding-right: 0px;
  text-align: left;
}
@media (max-width: 576px) {
  .event_teaser .headline .sub_copy_and_link .results_panel_header_links.float-right {
    float: left !important;
  }
}
.event_teaser .headline .sub_copy_and_link .results_panel_header_links .the_other_all_link {
  padding-left: 0;
  text-align: left;
  float: left;
  padding-right: 0px;
}
.event_teaser .headline .sub_copy_and_link .results_panel_header_links .the_other_all_link a {
  font-family: Akk_Pro_Regular;
  font-size: 14px;
  line-height: 22px;
  color: #00804d;
  border-bottom: 2px solid;
  text-decoration: none;
  margin-right: 22px;
  display: block;
}
.event_teaser .headline .sub_copy_and_link .results_panel_header_links .see_all_link {
  margin: auto 0;
  padding: 0;
}
@media (max-width: 576px) {
  .event_teaser .headline .sub_copy_and_link .results_panel_header_links .see_all_link {
    position: relative;
    margin: 0;
    padding: 0;
    height: 20px;
  }
}
.event_teaser .headline .sub_copy_and_link .results_panel_header_links .see_all_link .terinary_link {
  font-family: Akk_Pro_Regular;
  font-size: 14px;
  line-height: 22px;
  color: #00804d;
  border-bottom: 2px solid;
  text-decoration: none;
}
.event_teaser .headline .sub_copy_and_link .results_panel_header_links .see_all_link .terinary_link:hover, .event_teaser .headline .sub_copy_and_link .results_panel_header_links .see_all_link .terinary_link:focus {
  border-bottom-color: transparent !important;
  text-decoration: none;
  color: #00804d;
}
@media (max-width: 576px) {
  .event_teaser .headline .sub_copy_and_link .results_panel_header_links .see_all_link .terinary_link {
    position: absolute;
    bottom: 0;
  }
}
.event_teaser .headline .title {
  padding: 0;
}
@media (max-width: 576px) {
  .event_teaser .headline .title {
    padding: 0 15px;
  }
}
@media (max-width: 576px) {
  .event_teaser .event_date {
    margin: auto 0;
    padding-right: 15px;
  }
}
.event_teaser .event_date .month {
  font-family: Akk_pro_light;
  font-size: 14px;
  color: #00804d;
  line-height: 1.5;
}
.event_teaser .event_date .date {
  font-size: 32px;
  font-family: TiemposHeadline_light;
  color: #00804d;
}
.event_teaser .event_venue {
  font-family: Akk_pro_light;
  font-size: 13px;
  display: inline-flex;
  color: #003435;
  padding: 10px 0;
}
.event_teaser .event_venue .time:after {
  content: " | ";
  white-space: pre;
}
@media (max-width: 1099px) {
  .event_teaser .event_venue .time {
    padding: 5px 0;
  }
}
@media (max-width: 1099px) {
  .event_teaser .event_venue {
    display: block;
    padding: 0;
  }
}
@media (max-width: 576px) {
  .event_teaser .event_venue {
    overflow: hidden;
    max-width: 20ch;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 376px) {
  .event_teaser .event_venue {
    max-width: 10ch;
  }
}
.event_teaser .component-content {
  margin: 0 auto;
  max-width: 1200px;
}
@media (max-width: 576px) {
  .event_teaser .component-content {
    padding: 0;
  }
}
.event_teaser .component-content .inner_block {
  padding: 25px 0;
}
.event_teaser .component-content .inner_block .teaser_box {
  border: 1pt solid #e3e5e5;
  border-bottom: 4.4pt solid #009f51;
  padding: 25px 35px;
  margin-bottom: 40px;
  background: #fff;
}
@media (max-width: 576px) {
  .event_teaser .component-content .inner_block .teaser_box {
    display: flex;
    flex-direction: row;
    padding: 20px;
  }
}
.event_teaser .component-content .inner_block .teaser_box .teaser_content {
  height: 180px;
}
@media (max-width: 999px) {
  .event_teaser .component-content .inner_block .teaser_box .teaser_content {
    height: 220px;
  }
}
@media (max-width: 899px) {
  .event_teaser .component-content .inner_block .teaser_box .teaser_content {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .event_teaser .component-content .inner_block .teaser_box .teaser_content {
    height: 160px;
  }
}
@media (max-width: 576px) {
  .event_teaser .component-content .inner_block .teaser_box .teaser_content {
    height: auto;
    padding: 0 10px;
    width: 80%;
  }
}
.event_teaser .component-content .inner_block .teaser_box .teaser_content .event_title {
  font-size: 22px;
  font-family: Akk_Pro_Regular;
  color: #003435;
  line-height: 1.2;
  margin: 10px 0 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media (max-width: 576px) {
  .event_teaser .component-content .inner_block .teaser_box .teaser_content .event_title {
    height: auto;
    font-size: 16px;
  }
}
.event_teaser .component-content .inner_block .teaser_box .teaser_content .event_title a {
  color: #003435;
  text-decoration: none;
}
.event_teaser .component-content .inner_block .teaser_box .teaser_content .event_description {
  font-family: Akk_Pro_Light;
  color: #003435;
  font-size: 18px;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
}
@media (max-width: 576px) {
  .event_teaser .component-content .inner_block .teaser_box .teaser_content .event_description {
    display: none;
  }
}
.event_teaser .component-content .inner_block .teaser_box a img {
  padding-top: 20px;
}
.event_teaser .component-content .inner_block .col-md-4:last-child .teaser_box {
  margin-bottom: 0px;
}
@media (max-width: 576px) {
  .event_teaser .component-content .inner_block {
    padding: 25px 15px;
  }
}
.event_teaser .paging_panel {
  text-align: center;
  padding: 0 0 10px 0;
  width: 100%;
}
.event_teaser .paging_panel .paginate_button {
  padding: 0 5px;
  cursor: pointer;
}
.event_teaser .paging_panel .paginate_button.current {
  font-weight: bold;
}
.event_teaser .paging_panel .paginate_button.disabled {
  display: none;
}

.video_component {
  margin: 0 auto;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Video_diagonal.png");
  background-repeat: no-repeat;
  background-position: 50px 25px;
}
@media (max-width: 1199px) {
  .video_component {
    background-position: 0 25px;
    background-size: 80% 70%;
  }
}
@media (max-width: 999px) {
  .video_component {
    background-size: 80% 65%;
  }
}
@media (max-width: 768px) {
  .video_component {
    background-size: 100% 65%;
  }
}
@media (max-width: 576px) {
  .video_component {
    padding: 0;
    background-size: 100% 55%;
  }
}
.video_component .component-content {
  padding: 0 7%;
}
@media (max-width: 576px) {
  .video_component .component-content {
    padding: 0 2%;
  }
}
.video_component .mobile-youtube iframe {
  width: 100%;
  min-height: 230px;
}
.video_component .sxa-video-wrapper {
  padding: 50px 0;
  position: relative;
}
.video_component .sxa-video-wrapper .video-init:before {
  content: "";
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/play.png");
  background-size: cover;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 42%;
  display: block;
  left: 44.5%;
  cursor: pointer;
}
@media (max-width: 999px) {
  .video_component .sxa-video-wrapper .video-init:before {
    width: 60px;
    height: 60px;
  }
}
.video_component .sxa-video-wrapper .mejs-overlay-button {
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/play.png");
  background-position: center;
  width: 90px !important;
  height: 90px !important;
  top: 40% !important;
  position: absolute;
  background-size: cover;
}
@media (max-width: 768px) {
  .video_component .sxa-video-wrapper .mejs-overlay-button {
    width: 60px !important;
    height: 60px !important;
  }
}
@media (max-width: 576px) {
  .video_component .sxa-video-wrapper .mejs-overlay-button {
    width: 45px !important;
    height: 45px !important;
  }
}
.video_component .sxa-video-wrapper .mejs-button.mejs-fullscreen-button {
  display: none;
}
.video_component .video-caption,
.video_component .video-description {
  font-family: akk_pro_light;
  font-size: 18px;
  color: #003435;
  padding: 5px 75px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .video_component .video-caption,
.video_component .video-description {
    padding: 10px 0;
  }
}
@media (max-width: 576px) {
  .video_component .video-caption,
.video_component .video-description {
    padding: 0 30px;
  }
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  height: 560px;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .carousel-item {
    height: 430px;
  }
}
@media (max-width: 576px) {
  .carousel-item {
    height: auto;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 460px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.15s ease;
}
@media (max-width: 576px) {
  .carousel-control-prev,
.carousel-control-next {
    display: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .carousel-control-prev,
.carousel-control-next {
    top: 330px;
  }
}

.carousel-control-prev {
  left: 60px;
  transform: rotate(180deg);
}
.carousel-control-prev.disabled {
  pointer-events: none;
}

.carousel-control-next {
  left: 100px;
}
.carousel-control-next.disabled {
  pointer-events: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 27px;
  height: 10px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/arrow-right.png");
}

.carousel-control-next-icon {
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/arrow-right.png");
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 7px;
  height: 7px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #007f4d;
  background-clip: padding-box;
  border-radius: 20px;
  opacity: 0.2;
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 0;
  z-index: 10;
  top: 440px;
  color: #003435;
  text-align: right;
  font-size: 14px;
  font-family: Akk_pro_light;
}
.carousel-caption p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow-y: hidden;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .carousel-caption {
    top: 310px;
  }
}
@media (max-width: 576px) {
  .carousel-caption {
    top: 210px;
    padding-left: 150px;
  }
}

.slideshow {
  margin: 25px 0;
}
.slideshow .component-content {
  padding: 0 7%;
}
@media (max-width: 576px) {
  .slideshow .component-content {
    padding: 0;
  }
}
.slideshow .carousel-indicators {
  display: none;
}
@media (max-width: 576px) {
  .slideshow .carousel-indicators {
    display: flex;
    top: 210px;
    left: 45px;
  }
}
.slideshow .carousel-inner .image_box {
  position: relative;
  width: 100%;
  height: 436px;
  background-size: cover;
}
@media (max-width: 768px) {
  .slideshow .carousel-inner .image_box {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .slideshow .carousel-inner .image_box {
    height: 200px;
  }
}
.slideshow .carousel-inner .slide_count {
  width: 150px;
  height: 50px;
  background: #fff;
  position: absolute;
  top: 390px;
  left: 24px;
  font-family: TiemposHeadline_light;
  color: #003435;
  transform: skew(-20deg);
}
@media (max-width: 768px) {
  .slideshow .carousel-inner .slide_count {
    top: 260px;
  }
}
@media (max-width: 576px) {
  .slideshow .carousel-inner .slide_count {
    top: 155px;
    left: 10px;
  }
}
.slideshow .carousel-inner .slide_count p {
  transform: skew(20deg);
  padding: 8px 0;
  text-align: center;
  font-size: 26px;
}
.slideshow .carousel-inner .slide_description {
  font-family: Akk_pro_light;
  font-size: 18px;
  margin-top: 30px;
  padding: 20px 60px;
  padding-right: 60px;
  padding-right: 100px;
  line-height: 1.5;
  color: #003435;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 576px) {
  .slideshow .carousel-inner .slide_description {
    padding: 20px;
    display: block;
  }
}

.qualified_trainer_search_form .component-content {
  max-width: 1140px;
  margin: 40px auto;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .qualified_trainer_search_form .component-content {
    padding: 0;
  }
}
.qualified_trainer_search_form .lenderResults {
  max-width: 1140px;
  margin: 0 auto;
}
.qualified_trainer_search_form .lenderResults .dataTables_paginate {
  top: 0 !important;
}
@media (max-width: 768px) and (min-width: 577px) {
  .qualified_trainer_search_form .lenderResults .dataTables_paginate {
    align-self: start;
    text-align: left;
  }
}
.qualified_trainer_search_form .lenderResults .dataTables_info {
  order: -1;
  position: absolute;
  top: -15px;
  font-family: Akk_Pro_Regular;
}
.qualified_trainer_search_form .lenderResults .dataTables_length {
  top: -40px !important;
}
.qualified_trainer_search_form .form_section {
  background: #f8f8f8;
  padding: 35px;
  padding-left: 70px;
}
@media (max-width: 576px) {
  .qualified_trainer_search_form .form_section {
    padding-left: 0;
    padding: 20px;
  }
}
.qualified_trainer_search_form .form_section.loading {
  width: 100%;
  height: 100%;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: 50px;
  z-index: 999;
}
.qualified_trainer_search_form .form_section h6 {
  padding: 10px 0;
}
.qualified_trainer_search_form .form_section form .select_field,
.qualified_trainer_search_form .form_section form .input_field {
  width: 45%;
  display: inline-block;
  padding: 5px 0 5px 0;
}
@media (max-width: 760px) {
  .qualified_trainer_search_form .form_section form .select_field,
.qualified_trainer_search_form .form_section form .input_field {
    width: 100%;
  }
}
.qualified_trainer_search_form .form_section form .select_field .mid_value,
.qualified_trainer_search_form .form_section form .input_field .mid_value {
  text-align: center;
  font-family: Akk_pro_Light;
  font-size: 13px;
  color: #003435;
  display: block;
  padding: 10px 0;
}
.qualified_trainer_search_form .form_section form .lastname,
.qualified_trainer_search_form .form_section form .city {
  margin-right: 60px;
}
@media (max-width: 1060px) {
  .qualified_trainer_search_form .form_section form .lastname,
.qualified_trainer_search_form .form_section form .city {
    margin-right: 30px;
  }
}
@media (max-width: 760px) {
  .qualified_trainer_search_form .form_section form .lastname,
.qualified_trainer_search_form .form_section form .city {
    margin-right: 0;
  }
}
.qualified_trainer_search_form .form_section form label {
  display: block;
  padding: 10px 0;
  font-family: Akk_pro_regular;
  font-size: 15px;
  color: #003435;
}
.qualified_trainer_search_form .form_section form input[type=text] {
  border: 1px solid #e3e5e5;
  padding: 8px;
  width: 100%;
  font-family: Akk_pro_light;
  color: #003435;
  font-size: 13px;
}
@media (max-width: 999px) {
  .qualified_trainer_search_form .form_section form input[type=text] {
    width: 100%;
  }
}
.qualified_trainer_search_form .form_section form select {
  font-family: Akk_pro_light;
  padding: 8px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(0, 159, 81)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
}
.qualified_trainer_search_form .form_section form input[type=submit] {
  font-family: Akk_Pro_Regular;
  font-size: 16px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 10px 70px;
  border-radius: 20px;
  border: none;
  margin: 10px 0;
  cursor: pointer;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.qualified_trainer_search_form .form_section form input[type=submit]:hover, .qualified_trainer_search_form .form_section form input[type=submit]:focus {
  background-position: left bottom;
  color: #fff;
}
.qualified_trainer_search_form .form_section form .field_link a {
  font-family: Akk_Pro_Light;
  font-size: 15px;
  line-height: 2.5;
  text-decoration: none;
  position: relative;
  color: #003435;
}
.qualified_trainer_search_form .form_section form .field_link.view_all_prop {
  padding: 10px;
}
@media (max-width: 1199px) {
  .qualified_trainer_search_form .form_section form .field_link.view_all_prop {
    min-width: 100%;
  }
}
@media (max-width: 576px) {
  .qualified_trainer_search_form .form_section form .field_link.view_all_prop {
    padding: 10px 20px;
  }
}
.qualified_trainer_search_form .form_section form .field_link.view_all_prop a {
  color: #00804d;
  border-bottom: 2px solid;
  cursor: pointer;
}
.qualified_trainer_search_form .form_section form .checkbox_container input[type=checkbox]:checked {
  filter: hue-rotate(240deg);
}
@media (min-width: 577px) {
  .qualified_trainer_search_form .form_section form .checkbox_container {
    padding-left: 10px;
  }
}
.qualified_trainer_search_form .form_section form .checkbox_label {
  display: inline;
}
.qualified_trainer_search_form .form_section form .form-buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 576px) {
  .qualified_trainer_search_form .form_section form .form-buttons {
    flex-direction: column;
  }
}
.qualified_trainer_search_form .form_section form .radio_group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.qualified_trainer_search_form .form_section form .radio_group input[type=radio] {
  margin: 0;
}
.qualified_trainer_search_form .form_section form .radio_group label {
  padding-left: 8px;
  padding-right: 20px;
}
.qualified_trainer_search_form .form_section form .range_container {
  display: flex;
  flex-direction: row;
}
.qualified_trainer_search_form .form_section form .range_container input[type=text] {
  margin-right: 10px;
  width: auto;
}
@media (max-width: 576px) {
  .qualified_trainer_search_form .form_section form .range_container input[type=text] {
    max-width: 40%;
  }
}
.qualified_trainer_search_form .form_section form .range_container input[type=range] {
  flex-grow: 1;
  -webkit-appearance: none;
  height: 6px;
  background: #d0e6d2;
  border-radius: 3px;
  outline: none;
  align-self: center;
}
.qualified_trainer_search_form .form_section form .range_container input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px 2px #ddd;
}
.qualified_trainer_search_form .form_section form .range_container input[type=range]::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border-color: #ccc;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px 2px #ddd;
}
.qualified_trainer_search_form .form_section form .range_container input[type=range]::-ms-fill-upper, .qualified_trainer_search_form .form_section form .range_container input[type=range]::-moz-range-track {
  color: #d0e6d2;
}
.qualified_trainer_search_form .form_section form .range_container input[type=range]::-ms-fill-lower, .qualified_trainer_search_form .form_section form .range_container input[type=range]::-moz-range-progress {
  color: #007f4d;
}
.qualified_trainer_search_form .ErrorSummary {
  display: none;
  padding: 0 20px 20px 55px;
}
.qualified_trainer_search_form .ErrorSummary .ErrorContainer {
  padding-top: 10px;
  font-size: 14px;
  color: #cc640f;
}
.qualified_trainer_search_form .ErrorSummary .ErrorTable li {
  font-size: 14px;
  padding-top: 10px;
}
.qualified_trainer_search_form .ErrorSummary .ErrorTable li span {
  color: #cc640f;
}

.qualified_trainer_search_results_cont .component-content {
  padding: 40px 7%;
}
@media (max-width: 768px) {
  .qualified_trainer_search_results_cont .component-content {
    padding: 0;
  }
}
.qualified_trainer_search_results_cont .dataTables_length label {
  padding-top: 20px;
  display: inherit;
}
.qualified_trainer_search_results_cont .component-content .row:first-child {
  display: none;
}

.qualified_trainer_search_results {
  width: 100%;
}
.qualified_trainer_search_results .table {
  display: none;
}
.qualified_trainer_search_results .dataTables_length {
  top: -40px !important;
}
.qualified_trainer_search_results .dataTables_info {
  order: -1;
}
.qualified_trainer_search_results .dataTables_paginate {
  top: 0 !important;
  width: 90% !important;
}
.qualified_trainer_search_results .component-content {
  width: 100%;
  padding: 0;
}
.qualified_trainer_search_results th {
  padding: 15px;
  color: #003435;
  cursor: pointer;
  text-decoration: underline;
}

.b2b-b2c-callout {
  top: -150px;
  position: relative;
  margin-bottom: -110px;
  padding: 0 7%;
}
@media (max-width: 999px) {
  .b2b-b2c-callout {
    top: -100px;
    margin-bottom: -60px;
  }
}
.b2b-b2c-callout .inner_block {
  background: #fff;
}
.b2b-b2c-callout .inner_block .callout_box {
  text-align: center;
  padding: 50px;
  border-bottom: 5px solid #009f51;
}
.b2b-b2c-callout .inner_block .callout_box a.callout_header {
  text-decoration: none;
}
@media (max-width: 576px) {
  .b2b-b2c-callout .inner_block .callout_box {
    padding: 50px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  .b2b-b2c-callout .inner_block .callout_box:first-child:after {
    display: none;
  }
}
.b2b-b2c-callout .inner_block .callout_box:first-child:after {
  border-right: 1px solid #80808029;
  height: 76%;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  margin: 6% 0;
}
.b2b-b2c-callout .inner_block .callout_box h4:after {
  content: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/arrow-right.png");
  position: absolute;
  padding: 0 5px;
  margin: -4px 0;
}
@media (max-width: 576px) {
  .b2b-b2c-callout .inner_block .callout_box h4:after {
    display: none;
  }
}
.b2b-b2c-callout .inner_block .callout_box p {
  font-family: Akk_Pro_Light;
  font-size: 18px;
}
@media (max-width: 576px) {
  .b2b-b2c-callout .inner_block .callout_box p {
    font-size: 16px;
  }
}
.b2b-b2c-callout .inner_block .callout_box .promo-content a {
  font-family: Akk_Pro_Regular;
  font-size: 14px;
  color: #00804d;
  text-decoration: none;
  border-bottom: 2px solid;
  line-height: 2.5;
}
@media (max-width: 576px) {
  .b2b-b2c-callout .inner_block .callout_box .promo-content a {
    font-size: 13px;
  }
}

.b2bbanner .component-content {
  padding: 0;
  margin: 0 0 40px 0;
}
.b2bbanner .banner_bg {
  background-position: center right;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .b2bbanner .banner_bg {
    background-size: 100%;
    background-position: center 100px;
  }
}
@media (max-width: 576px) {
  .b2bbanner .banner_bg {
    background-position: center 150px;
  }
}
.b2bbanner .bg_border {
  height: 10px;
  background-image: -webkit-linear-gradient(140deg, transparent 50%, #009f51 50%);
  position: absolute;
  width: 84%;
  bottom: 0;
  left: 0;
}
@media (max-width: 1400px) {
  .b2bbanner .bg_border {
    width: 82%;
  }
}
@media (max-width: 1300px) {
  .b2bbanner .bg_border {
    width: 81%;
  }
}
@media (max-width: 1199px) {
  .b2bbanner .bg_border {
    width: 77%;
  }
}
@media (max-width: 1099px) {
  .b2bbanner .bg_border {
    width: 75%;
  }
}
@media (max-width: 999px) {
  .b2bbanner .bg_border {
    display: none;
  }
}
.b2bbanner .banner_inner {
  padding: 0 7%;
  background-image: -webkit-linear-gradient(140deg, transparent 47%, #005658 47%);
  height: 425px;
  background-repeat: no-repeat;
}
@media (max-width: 1399px) {
  .b2bbanner .banner_inner {
    padding: 0 5%;
  }
}
@media (max-width: 1149px) {
  .b2bbanner .banner_inner {
    padding: 0 3%;
  }
}
@media (max-width: 768px) {
  .b2bbanner .banner_inner {
    background-image: -webkit-linear-gradient(#005658 37%, #009f51 5% 40%, transparent 0 100%);
  }
}
@media (max-width: 576px) {
  .b2bbanner .banner_inner {
    background-image: -webkit-linear-gradient(#005658 47%, #009f51 10% 50%, transparent 50% 100%);
    height: 325px;
  }
}
.b2bbanner .banner_inner .col-lg-6, .b2bbanner .banner_inner .col-md-5 {
  height: 90%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.b2bbanner .banner_inner .col-lg-6 h1, .b2bbanner .banner_inner .col-md-5 h1 {
  color: #fff;
  line-height: 82px;
  padding-top: 70px;
}
@media (max-width: 1450px) {
  .b2bbanner .banner_inner .col-lg-6 h1, .b2bbanner .banner_inner .col-md-5 h1 {
    padding-top: 50px;
  }
}
@media (max-width: 1200px) {
  .b2bbanner .banner_inner .col-lg-6 h1, .b2bbanner .banner_inner .col-md-5 h1 {
    padding-top: 60px;
  }
}
@media (max-width: 1099px) {
  .b2bbanner .banner_inner .col-lg-6 h1, .b2bbanner .banner_inner .col-md-5 h1 {
    font-size: 45px;
  }
}
@media (max-width: 999px) {
  .b2bbanner .banner_inner .col-lg-6 h1, .b2bbanner .banner_inner .col-md-5 h1 {
    margin: 7% 0;
    line-height: normal;
  }
}
@media (max-width: 768px) {
  .b2bbanner .banner_inner .col-lg-6 h1, .b2bbanner .banner_inner .col-md-5 h1 {
    padding-top: 0;
    margin-top: 15px;
    font-size: 35px;
  }
}
@media (max-width: 426px) {
  .b2bbanner .banner_inner .col-lg-6 h1, .b2bbanner .banner_inner .col-md-5 h1 {
    font-size: 36px;
  }
}
@media (max-width: 400px) {
  .b2bbanner .banner_inner .col-lg-6 h1, .b2bbanner .banner_inner .col-md-5 h1 {
    font-size: 33px;
  }
}
@media (max-width: 370px) {
  .b2bbanner .banner_inner .col-lg-6 h1, .b2bbanner .banner_inner .col-md-5 h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .b2bbanner .banner_inner .col-lg-6, .b2bbanner .banner_inner .col-md-5 {
    align-items: baseline;
  }
  .b2bbanner .banner_inner .col-lg-6 h1, .b2bbanner .banner_inner .col-md-5 h1 {
    line-height: 1.2;
  }
}
.b2bbanner .small h1 {
  font-size: 60px;
}
@media (max-width: 1320px) {
  .b2bbanner .small h1 {
    font-size: 55px;
  }
}
@media (max-width: 1220px) {
  .b2bbanner .small h1 {
    font-size: 50px;
    line-height: 1.2;
  }
}
@media (max-width: 999px) {
  .b2bbanner .small h1 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .b2bbanner .small h1 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .b2bbanner .small h1 {
    font-size: 30px;
  }
}

.callout.pull-bottom {
  position: relative;
  bottom: -75px;
  z-index: 99;
  margin-top: -65px;
}

.vh_count {
  padding: 40px 0;
}
.vh_count .component-content {
  padding: 0 7%;
}
.vh_count .count_box {
  text-align: center;
  padding: 15px 0;
}
.vh_count .count_box:after {
  content: "";
  height: 60px;
  width: 2px;
  background: #e3e5e5;
  position: absolute;
  right: 0;
  display: table-cell;
  top: 46px;
  transform: rotate(30deg);
}
.vh_count .count_box:last-child:after {
  display: none;
}
@media (max-width: 768px) {
  .vh_count .count_box::after {
    content: "";
    border-bottom: 2px solid #e3e5e5;
    background: none;
    height: 2px;
    width: 50%;
    position: absolute;
    transform: rotate(0);
    top: auto;
    right: 25%;
    bottom: 0;
  }
}
.vh_count .count_box p {
  font-family: Akk_pro_regular;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 20%;
  color: #003435;
}
.vh_count .count_box .tag_line {
  font-family: Akk_pro_light;
  font-size: 14px;
  padding: 15px 20%;
  line-height: 1.5;
  color: #003435;
}
.vh_count .count_box .cound_value {
  font-size: 62px;
  font-family: TiemposHeadline_Bold;
  font-weight: bold;
  color: #00804d;
}
@media (max-width: 999px) {
  .vh_count .count_box .cound_value {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .vh_count .count_box .cound_value {
    font-size: 62px;
  }
}
.vh_count .headline h4 {
  text-align: center;
  padding-bottom: 20px;
  line-height: 38px;
}

.b2cbanner .component-content {
  padding: 0;
  margin-bottom: 40px;
}
.b2cbanner .banner_bg {
  background-image: -webkit-linear-gradient(140deg, #005658 47%, transparent 47%);
  height: 425px;
}
@media (max-width: 768px) {
  .b2cbanner .banner_bg {
    background-position: bottom right;
    background-size: 150% 52%;
    height: 625px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 576px) {
  .b2cbanner .banner_bg {
    height: 575px;
  }
}
@media (max-width: 400px) {
  .b2cbanner .banner_bg {
    background-size: 150% 50%;
  }
}
@media (max-width: 350px) {
  .b2cbanner .banner_bg {
    background-size: 150% 48%;
  }
}
.b2cbanner .banner_inner {
  padding: 0 7%;
  background-position: right;
  height: 355px;
  margin: 35px 0;
  background-size: 650px;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .b2cbanner .banner_inner {
    background-size: 550px;
  }
}
@media (max-width: 1099px) {
  .b2cbanner .banner_inner {
    background-size: 500px;
    padding: 0 5%;
  }
}
@media (max-width: 999px) {
  .b2cbanner .banner_inner {
    background-size: 450px;
  }
}
@media (max-width: 768px) {
  .b2cbanner .banner_inner {
    background-position: right bottom;
    height: 555px;
  }
}
@media (max-width: 576px) {
  .b2cbanner .banner_inner {
    background-size: 97% 50%;
    height: 520px;
    background-origin: content-box;
  }
}
.b2cbanner .banner_inner .teaser_box {
  margin: 35px 0;
}
@media (max-width: 768px) {
  .b2cbanner .banner_inner .teaser_box {
    margin: 0;
  }
}
.b2cbanner .banner_inner .teaser_box .teaser_image img {
  width: 42px;
  height: 42px;
  object-fit: cover;
}
.b2cbanner .banner_inner .teaser_box .teaser_content p {
  font-size: 20px;
  font-family: Akk_pro_light;
  color: #003435;
  height: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 900px) {
  .b2cbanner .banner_inner .teaser_box .teaser_content h2 {
    font-size: 38px;
  }
}
@media (max-width: 1400px) {
  .b2cbanner.rhp h2 {
    font-size: 45px;
  }
}
@media (max-width: 1024px) {
  .b2cbanner.rhp h2 {
    font-size: 38px;
  }
}

.callout.pull-bottom {
  position: relative;
  bottom: -75px;
  z-index: 99;
  margin-top: -65px;
}

.tabs.vtabs {
  position: relative;
}
.tabs.vtabs .component-content {
  padding: 60px 0 50px 0 !important;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .tabs.vtabs .component-content {
    padding: 50px 30px !important;
  }
}
.tabs.vtabs.renters_page {
  padding: 0 0 0 75px !important;
}
.tabs.vtabs.reduced_inner_padding .tabs-inner .left_panel {
  padding: 20px 0;
}
.tabs.vtabs.reduced_inner_padding .tabs-container {
  padding: 10px 70px;
}
@media (max-width: 576px) {
  .tabs.vtabs.reduced_inner_padding .tabs-container {
    padding: 0 30px;
  }
}
.tabs.vtabs [role=tab]:focus {
  outline: none;
}
.tabs.vtabs .header-title {
  text-align: center;
  padding-bottom: 30px;
}
.tabs.vtabs .tabs-inner {
  display: flex;
  flex-direction: row;
}
@media (max-width: 576px) {
  .tabs.vtabs .tabs-inner {
    flex-direction: column;
  }
}
.tabs.vtabs .tabs-inner .left_panel {
  width: 30%;
  float: left;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media (max-width: 576px) {
  .tabs.vtabs .tabs-inner .left_panel {
    width: 100%;
    padding-right: 0;
  }
}
.tabs.vtabs .tabs-inner .tab-options {
  display: none;
}
@media (max-width: 576px) {
  .tabs.vtabs .tabs-inner .tab-options {
    width: 100%;
    display: block;
  }
}
.tabs.vtabs .tabs-inner .tab-options .select_heading {
  font-family: Akk_pro_Regular;
  padding: 15px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(0, 159, 81)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 11px;
  border: 1px solid #dfdfdf;
  color: #00804d;
  margin-bottom: 20px;
}
.tabs.vtabs .tabs-inner .tabs-heading {
  width: 100%;
  float: left;
}
@media (max-width: 576px) {
  .tabs.vtabs .tabs-inner .tabs-heading {
    width: 100%;
    display: none;
  }
}
.tabs.vtabs .tabs-inner .tabs-heading .component-content {
  padding: 0 !important;
}
.tabs.vtabs .tabs-inner .tabs-heading li {
  position: relative;
  cursor: pointer;
}
.tabs.vtabs .tabs-inner .tabs-heading li.active {
  border-bottom: 3px solid #009f51;
}
.tabs.vtabs .tabs-inner .tabs-heading li.active:after {
  content: "";
  border-bottom: 3px solid #009f51;
  position: absolute;
  width: 100%;
  height: 1px;
}
.tabs.vtabs .tabs-inner .tabs-heading li.active .field-heading {
  font-family: Akk_Pro_Bold;
  color: #00804d;
}
.tabs.vtabs .tabs-inner .tabs-heading li.active .field-heading:after {
  content: "";
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/arrow-green-right.png");
  width: 33px;
  height: 100%;
  position: absolute;
  right: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 40%;
}
.tabs.vtabs .tabs-inner .tabs-heading li:after {
  content: "";
  border-bottom: 1px solid #e3e5e5;
  position: absolute;
  width: 100%;
  height: 1px;
}
.tabs.vtabs .tabs-inner .tabs-heading li .field-heading {
  font-family: Akk_Pro_Light;
  padding: 20px;
  font-size: 16px;
  position: relative;
  padding-right: 55px;
  line-height: 1.2;
}
.tabs.vtabs .tabs-inner:before {
  content: "";
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/tab bg.png");
  position: absolute;
  width: 265%;
  height: 100%;
  z-index: -2;
  right: 0;
  background-size: cover;
  top: 0;
  right: -90px;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  .tabs.vtabs .tabs-inner:before {
    margin-right: 90px;
  }
}
@media (max-width: 576px) {
  .tabs.vtabs .tabs-inner:before {
    top: 100px;
    width: 100%;
    background-position: right;
    height: calc(100% - 100px);
    right: 0px;
  }
}
.tabs.vtabs .tabs-container {
  background-color: #fff;
  background-clip: padding-box;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  float: left;
  width: 70%;
  margin: auto 0 auto -1px;
  position: relative;
  min-height: 250px;
  padding: 65px 65px;
}
@media (max-width: 576px) {
  .tabs.vtabs .tabs-container {
    width: 100%;
    min-height: max-content;
    padding: 0 30px;
  }
}
.tabs.vtabs .tabs-container .rich-text {
  padding: 0px;
}
.tabs.vtabs .tabs-container .component-content {
  padding: 0 !important;
}
.tabs.vtabs .tab {
  display: none;
  padding: 0 10px;
}
.tabs.vtabs .tab:after {
  content: "";
  display: table;
  clear: both;
}
.tabs.vtabs .tab.active {
  display: block;
}
.tabs.vtabs .tab p:last-child {
  padding-bottom: 5px;
}

.directory_search .accordion.main {
  background: #f7f7f7;
  border-bottom: 4.4pt solid #009f51;
}
.directory_search .accordion.main .component-content {
  max-width: 1300px;
}
.directory_search .accordion.main .item:after {
  right: 100px;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/accodion_icon.png");
  width: 12px;
  height: 7px;
  top: 35px;
  z-index: 0;
}
@media (max-width: 576px) {
  .directory_search .accordion.main .item:after {
    top: 35px;
    right: 25px;
    width: 12px;
    height: 7px;
  }
}
.directory_search .accordion.main .toggle-header {
  background: #f7f7f7;
  border-top: none;
  border-bottom: 1px solid #e3e5e5;
  padding: 30px 75px;
  font-family: Akk_pro_regular;
}
.directory_search .accordion.main .toggle-content {
  padding: 20px 10%;
}

.accordion_title {
  text-align: center;
}
.accordion_title.left_aligned {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}
.accordion_title .component-content {
  padding-bottom: 0;
}
@media (max-width: 576px) {
  .accordion_title .component-content {
    padding-top: 20px;
  }
}

.accordion.main {
  margin: 0px 0 40px 0;
}
.accordion.main .collapse:not(.show) {
  display: none;
}
@media (max-width: 576px) {
  .accordion.main {
    margin-top: 20px;
  }
}
.accordion.main .component-content {
  max-width: 800px;
  margin: 0 auto;
}
.accordion.main .item {
  position: relative;
}
.accordion.main .item:after {
  content: "";
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/accordion_arrow_up.png");
  position: absolute;
  right: 10px;
  background-size: contain;
  width: 32px;
  height: 32px;
  top: 25px;
  transform: rotate(0deg);
  z-index: -1;
}
@media (max-width: 576px) {
  .accordion.main .item:after {
    width: 20px;
    height: 20px;
  }
}
.accordion.main .item.active:after {
  content: "";
  transform: rotate(180deg);
}
.accordion.main .item:first-child .toggle-header {
  border-top: none;
  padding-top: 25px;
}
.accordion.main .toggle-header {
  width: 100%;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #e3e5e5;
  font-family: Akk_pro_bold;
  font-size: 22px;
  color: #003435;
  padding: 30px 0;
}
@media (max-width: 576px) {
  .accordion.main .toggle-header {
    padding: 20px 30px 20px 0;
    font-size: 18px;
  }
}
.accordion.main .toggle-content {
  padding: 0 0 30px 0;
}
.accordion.main .toggle-content p {
  font-size: 18px;
  font-family: Akk_pro_light;
  color: #003435;
  padding-bottom: 25px;
}
.accordion.main .toggle-content p:last-child {
  padding-bottom: 0;
}
.accordion.main .toggle-content ul, .accordion.main .toggle-content ol {
  font-family: AKk_pro_light;
  font-size: 18px;
  color: #003435;
  list-style: disclosure-open;
  line-height: 1.5;
}
.accordion.main .toggle-content ul li, .accordion.main .toggle-content ol li {
  list-style: none;
}
.accordion.main .toggle-content ul li:last-child, .accordion.main .toggle-content ol li:last-child {
  border-bottom: none;
}
.accordion.main .toggle-content ul.have_bullet li, .accordion.main .toggle-content ol.have_bullet li {
  list-style: disc;
  margin-left: 20px;
}
.accordion.main .toggle-content ol {
  list-style: auto;
}
.accordion.main .toggle-content ol li {
  list-style: auto;
}
.accordion.main .toggle-content ol.have_bullet li {
  list-style: auto;
}
.accordion.main .toggle-content a {
  color: #00804d;
  text-decoration: none;
  border-bottom: 1px solid;
  position: relative;
  transition: border-bottom-color cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
}
.accordion.main .toggle-content a:hover, .accordion.main .toggle-content a:focus {
  border-bottom-color: transparent !important;
}
.accordion.main .toggle-content .pill-button a {
  color: #fff !important;
  background: #00804d;
  padding: 14px 50px;
  border-radius: 22.5px;
  border-bottom: 0;
  font-family: Akk_pro_light !important;
  font-size: 15px !important;
  display: flex;
  width: fit-content;
  line-height: 1.2;
  background: linear-gradient(to left, #00804d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.accordion.main .toggle-content .pill-button a:hover, .accordion.main .toggle-content .pill-button a:focus {
  background-position: left bottom;
  color: #fff;
}
.accordion.main .toggle-content .pill-button {
  margin: 25px 0;
}
.accordion.main .toggle-content form input[type=text] {
  border: 1px solid #e3e5e5;
  padding: 8px;
  width: 80%;
  font-family: Akk_pro_light;
  color: #003435;
  font-size: 13px;
}
@media (max-width: 999px) {
  .accordion.main .toggle-content form input[type=text] {
    width: 100%;
  }
}
.accordion.main .toggle-content form select {
  font-family: Akk_pro_light;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(0, 159, 81)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.accordion.main .toggle-content form input[type=submit] {
  cursor: pointer;
  font-family: Akk_Pro_Regular;
  font-size: 16px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 10px 22px;
  width: 15%;
  border-radius: 20px;
  border: none;
  margin-left: 15px;
  background: linear-gradient(to left, #00804d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.accordion.main .toggle-content form input[type=submit]:hover, .accordion.main .toggle-content form input[type=submit]:focus {
  background-position: left bottom;
  color: #fff;
}
@media (max-width: 999px) {
  .accordion.main .toggle-content form input[type=submit] {
    width: 50%;
    margin: 10px 25%;
  }
}
@media (max-width: 576px) {
  .accordion.main .toggle-content form input[type=submit] {
    width: 100%;
    margin: 10px 0;
  }
}
.accordion.main .toggle-content .desktop-location-filter {
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .accordion.main .toggle-content .desktop-location-filter {
    display: none;
  }
}
.accordion.main .toggle-content .desktop-location-filter .location {
  display: flex;
  flex-direction: column;
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  transition: max-height 0.5s ease 0.2s, opacity 0.5s ease 0s;
}
.accordion.main .toggle-content .desktop-location-filter .location .virginia-housing-map {
  width: 100%;
}
.accordion.main .toggle-content .desktop-location-filter .location .back-to-main-map {
  color: #00804d;
  text-decoration: underline;
  cursor: pointer;
}
.accordion.main .toggle-content .desktop-location-filter .location area {
  cursor: pointer;
}
.accordion.main .toggle-content .desktop-location-filter .shown {
  opacity: 1;
  max-height: 1200px;
  pointer-events: unset;
  transition: max-height 0.5s ease 0.8s, opacity 0.5s ease 1s;
}
@media (min-width: 577px) {
  .accordion.main .toggle-content .mobile-location-filter {
    display: none;
  }
}
.accordion.main .accordion-item {
  border-bottom: 1px solid #e3e5e5;
}
.accordion.main .accordion-item .accordion-header {
  background: #f7f7f7;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.accordion.main .accordion-item .accordion-header button {
  background: transparent;
  border: none;
  width: 100%;
  text-align: left;
}
.accordion.main .accordion-item .accordion-header:after {
  content: "";
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/accodion_icon.png");
  position: absolute;
  right: 100px;
  background-size: contain;
  width: 12px;
  height: 7px;
  top: 50px;
  transform: rotate(180deg);
}
@media (max-width: 576px) {
  .accordion.main .accordion-item .accordion-header:after {
    top: 35px;
    right: 25px;
  }
}
.accordion.main .accordion-item .accordion-header.collapsed:after {
  content: "";
  transform: rotate(0deg);
}
.accordion.main .accordion-item .accordion-header .title {
  font-family: Akk_pro_regular;
  font-size: 22px;
  color: #003435;
  padding: 30px 75px;
}
@media (max-width: 576px) {
  .accordion.main .accordion-item .accordion-header .title {
    padding: 30px 40px;
  }
}
.accordion.main .accordion-item .accordion-body,
.accordion.main .accordion-item .toggle-content {
  padding: 0 10% 20px 10%;
}
.accordion.main .accordion-item .accordion-body p,
.accordion.main .accordion-item .toggle-content p {
  font-size: 15px;
  font-family: Akk_pro_regular;
  color: #003435;
  padding-bottom: 5px;
}
.accordion.main .accordion-item .accordion-body form input[type=text],
.accordion.main .accordion-item .toggle-content form input[type=text] {
  border: 1px solid #e3e5e5;
  padding: 8px;
  width: 80%;
  font-family: Akk_pro_light;
  color: #003435;
  font-size: 13px;
}
@media (max-width: 999px) {
  .accordion.main .accordion-item .accordion-body form input[type=text],
.accordion.main .accordion-item .toggle-content form input[type=text] {
    width: 100%;
  }
}
.accordion.main .accordion-item .accordion-body form select,
.accordion.main .accordion-item .toggle-content form select {
  font-family: Akk_pro_light;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(0, 159, 81)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
.accordion.main .accordion-item .accordion-body form input[type=submit],
.accordion.main .accordion-item .toggle-content form input[type=submit] {
  font-family: Akk_Pro_Regular;
  font-size: 16px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 10px 5%;
  width: 15%;
  border-radius: 20px;
  border: none;
  margin-left: 15px;
}
@media (max-width: 999px) {
  .accordion.main .accordion-item .accordion-body form input[type=submit],
.accordion.main .accordion-item .toggle-content form input[type=submit] {
    width: 50%;
    margin: 10px 25%;
  }
}
@media (max-width: 576px) {
  .accordion.main .accordion-item .accordion-body form input[type=submit],
.accordion.main .accordion-item .toggle-content form input[type=submit] {
    width: 100%;
    margin: 10px 0;
  }
}

.hd_search_results {
  max-width: 1140px;
  margin: 40px auto;
}

.search_results {
  padding: 20px 0;
}
.search_results button {
  background: transparent;
  border: none;
  text-align: left;
}
.search_results.loading {
  width: 100%;
  height: 100%;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/loading.gif");
  background-repeat: no-repeat;
  background-position: center 100px;
  position: relative;
  background-size: 50px;
}
.search_results .table_component .results_count {
  font-family: Akk_pro_light;
  font-size: 18px;
  border-bottom: 2px solid #80808029;
  padding: 15px 0;
}
.search_results .table_component .dataTables_length {
  top: -40px !important;
}
.search_results .table_component .dataTables_info {
  order: -1;
}
.search_results .table_component .dataTables_paginate {
  top: 0 !important;
  width: 90% !important;
}
.search_results .table_component table thead {
  display: none;
}
.search_results .table_component table tbody td {
  padding: 0 !important;
}
.search_results .table_component table tbody td a,
.search_results .table_component table tbody td .title {
  width: 100%;
  display: block;
  padding: 20px 70px 20px 0;
  font-family: Akk_pro_bold;
  font-size: 18px;
  color: #282829;
  cursor: pointer;
}
.search_results .table_component table tbody td a:after,
.search_results .table_component table tbody td .title:after {
  content: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/arrow-green.png");
  position: absolute;
  right: 20px;
}

.search_results .table_component .dataTables_paginate {
  top: 0px !important;
}
.search_results .table_component table thead {
  display: none;
}
.search_results .directory_description {
  max-width: 1140px;
  margin: 0 auto;
}
.search_results .directory_description .top_header {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #80808029;
  padding: 15px 0;
}
.search_results .directory_description .top_header .back_to_results {
  float: left;
  width: 50%;
}
.search_results .directory_description .top_header .back_to_results:before {
  content: "<<";
  font-family: akk_pro_regular;
  color: #00804d;
}
.search_results .directory_description .top_header .print_results {
  width: 50%;
  position: relative;
}
.search_results .directory_description .top_header .print_results button {
  float: right;
}
.search_results .directory_description .top_header .print_results:after {
  content: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/print.png");
  position: absolute;
  right: 90px;
  top: 4px;
}
.search_results .directory_description .top_header .back_to_results button,
.search_results .directory_description .top_header .print_results button {
  font-family: Akk_Pro_Regular;
  font-size: 14px;
  color: #00804d;
  text-decoration: none;
  line-height: 1.5;
  background: transparent;
  border: none;
  cursor: pointer;
  border-bottom: 2px solid;
  padding: 0;
}
.search_results .directory_description .description_content {
  padding: 20px 0;
}
.search_results .directory_description .description_content h4 {
  font-size: 18px;
}
.search_results .directory_description .description_content .description {
  font-size: 14px;
  font-family: Akk_pro_Light;
  line-height: 1.5;
  padding: 10px 0;
  padding-right: 100px;
  color: #282829;
}
.search_results .directory_description .description_content .address,
.search_results .directory_description .description_content .contact_details,
.search_results .directory_description .description_content .inc_date,
.search_results .directory_description .description_content .st_wide,
.search_results .directory_description .description_content .lg_resource {
  font-family: Akk_pro_light;
  font-size: 14px;
  color: #282829;
  padding-bottom: 25px;
}
.search_results .directory_description .description_content .address b,
.search_results .directory_description .description_content .contact_details b,
.search_results .directory_description .description_content .inc_date b,
.search_results .directory_description .description_content .st_wide b,
.search_results .directory_description .description_content .lg_resource b {
  font-family: Akk_pro_Regular;
}
.search_results .directory_description .description_content .website_url {
  padding-bottom: 25px;
}
.search_results .directory_description .description_content .website_url a {
  font-family: Akk_pro_light;
  font-size: 14px;
  color: #00804d;
  text-decoration: none;
  line-height: 1.5;
  border-bottom: 2px solid;
  overflow-wrap: break-word;
}

.ajax_overlay {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
}
.ajax_overlay.loading {
  height: 100%;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/loading.gif");
  background-repeat: no-repeat;
  background-position: center 100px;
  background-size: 60px;
  display: block;
  z-index: 1;
}

.reo_form .component-content {
  padding: 0 7%;
}
@media (max-width: 768px) {
  .reo_form .component-content {
    padding: 0;
  }
}
.reo_form .email_pop_up {
  z-index: 1;
  background: #0000005c;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 50px;
}
.reo_form .email_pop_up .form_section {
  padding-left: 35px;
}
.reo_form .email_pop_up .inner_box {
  width: 500px;
  height: 500px;
  background: white;
  display: flex;
  margin: 0 auto;
  position: relative;
}
.reo_form .email_pop_up .inner_box .close {
  cursor: pointer;
  font-family: "Akk_Pro_Bold";
  font-size: 30px;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 0;
  width: 50px;
  padding: 5px 20px;
  height: 40px;
  z-index: 1;
}
.reo_form .form_section {
  background: #f8f8f8;
  padding: 35px;
  padding-left: 70px;
  border-bottom: 4px solid #007f4d;
}
@media (max-width: 576px) {
  .reo_form .form_section {
    padding-left: 35px;
    border-bottom: none;
  }
}
.reo_form .form_section.loading {
  width: 100%;
  height: 100%;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-size: 50px;
  z-index: 999;
}
.reo_form .form_section h6 {
  padding: 10px 0;
  line-height: 30px;
}
.reo_form .form_section form .submit_field {
  text-align: center;
}
.reo_form .form_section form .error_info {
  font-family: "Akk_Pro_Regular";
  font-size: 14px;
  color: red;
}
.reo_form .form_section form .select_field,
.reo_form .form_section form .input_field {
  padding: 5px 0;
}
.reo_form .form_section form .select_field .mid_value,
.reo_form .form_section form .input_field .mid_value {
  text-align: center;
  font-family: Akk_pro_Light;
  font-size: 13px;
  color: #003435;
  display: block;
  padding: 10px 0;
}
.reo_form .form_section form label {
  display: block;
  padding: 10px 0;
  font-family: Akk_pro_regular;
  font-size: 15px;
  color: #003435;
}
.reo_form .form_section form input[type=text],
.reo_form .form_section form textarea {
  border: 1px solid #e3e5e5;
  padding: 8px;
  width: 100%;
  font-family: Akk_pro_light;
  color: #003435;
  font-size: 13px;
}
@media (max-width: 999px) {
  .reo_form .form_section form input[type=text],
.reo_form .form_section form textarea {
    width: 100%;
  }
}
.reo_form .form_section form select {
  font-family: Akk_pro_light;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(0, 159, 81)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
}
.reo_form .form_section form input[type=submit] {
  font-family: Akk_Pro_Regular;
  font-size: 16px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 10px 70px;
  border-radius: 20px;
  border: none;
  margin: 10px 0;
  cursor: pointer;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.reo_form .form_section form input[type=submit]:hover, .reo_form .form_section form input[type=submit]:focus {
  background-position: left bottom;
  color: #fff;
}
@media (max-width: 576px) {
  .reo_form .form_section form input[type=submit] {
    text-align: center;
  }
}
.reo_form .form_section form .advanced_fields {
  display: none;
  transition: all 2s ease-in;
}
.reo_form .form_section form .advanced_fields.show_fields {
  display: block;
}
.reo_form .form_section form .field_link a {
  font-family: Akk_Pro_Light;
  font-size: 15px;
  line-height: 2.5;
  text-decoration: none;
  position: relative;
  color: #003435;
  cursor: pointer;
}
.reo_form .form_section form .field_link.view_all_prop {
  padding: 10px;
}
@media (max-width: 1299px) {
  .reo_form .form_section form .field_link.view_all_prop {
    min-width: 100%;
  }
}
@media (max-width: 576px) {
  .reo_form .form_section form .field_link.view_all_prop {
    padding: 10px 15px;
    text-align: center;
  }
}
.reo_form .form_section form .field_link.view_all_prop a {
  color: #00804d;
  border-bottom: 2px solid;
  cursor: pointer;
}
.reo_form .form_section form .field_link.advanced a:after {
  content: "";
  position: absolute;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Commonwealth_Pine_Triangle.png");
  width: 8px;
  height: 5px;
  top: 5px;
  right: -15px;
}
.reo_form .form_section form .field_link.advanced a.active {
  border-bottom: 2px solid;
  color: #00804d;
}
.reo_form .form_section form .field_link.advanced a.active:after {
  transform: rotate(180deg);
}
.reo_form .map_section {
  border-bottom: 4px solid #007f4d;
}
.reo_form .map_section #map {
  height: 100%;
}
@media (max-width: 768px) {
  .reo_form .map_section #map {
    height: 350px;
  }
}

.reo_search {
  margin-bottom: 80px;
}

.reo_search_results {
  margin-top: -40px;
}
.reo_search_results.table_component .component-content {
  margin-bottom: 0;
}
.reo_search_results.table_component .dataTables_length {
  top: -40px !important;
}
.reo_search_results.table_component .dataTables_info {
  order: -1;
}
.reo_search_results.table_component .dataTables_paginate {
  top: 0 !important;
  width: 95% !important;
}
.reo_search_results.table_component .table_assets {
  position: relative;
  bottom: -50px;
}
@media (max-width: 576px) {
  .reo_search_results.table_component .table_assets {
    bottom: 0px;
    flex-direction: column;
  }
}
.reo_search_results th:nth-child(1) {
  width: 40% !important;
}
.reo_search_results th:nth-child(2) {
  width: 25% !important;
}
.reo_search_results th:nth-child(3) {
  width: 35% !important;
}
.reo_search_results td {
  vertical-align: top;
  display: table-cell;
}
.reo_search_results .mls_info p {
  font-family: Akk_pro_light;
  font-size: 14px;
  line-height: 1.2;
  color: #003435;
}
.reo_search_results .realtor_info div:first-child {
  order: 0 !important;
}
.reo_search_results .realtor_info p {
  font-family: Akk_pro_light;
  font-size: 14px;
  color: #003435;
}
.reo_search_results .realtor_info p span {
  font-family: Akk_pro_Bold;
}
.reo_search_results .realtor_info .share_btn {
  width: 30px;
  height: 30px;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/share.png");
  display: block;
}
.reo_search_results .listing_info .info {
  text-align: left;
  margin: 0;
  padding: 0;
  flex-direction: column;
  align-items: flex-start;
}
.reo_search_results .listing_info .img_box {
  order: 0 !important;
  padding: 0;
}
.reo_search_results .listing_info .img_box img {
  width: 200px;
  height: 150px;
}
@media (max-width: 1199px) {
  .reo_search_results .listing_info .img_box img {
    width: 170px;
  }
}
@media (max-width: 999px) {
  .reo_search_results .listing_info .img_box img {
    width: 150px;
  }
}
.reo_search_results .listing_info .img_box img.noimage:after {
  content: " No Image ";
  display: block;
  font-size: 22px;
  font-style: normal;
  font-family: FontAwesome;
  color: #646464;
  position: absolute;
  top: 35%;
  left: -10px;
  width: 100%;
  text-align: center;
}
.reo_search_results .listing_info .img_box img.noimage:before {
  content: " ";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  height: calc(100% + 10px);
  width: 100%;
  background-color: #e6e6e6;
  border: 2px dotted #c8c8c8;
  border-radius: 5px;
}
.reo_search_results .listing_info h4 {
  margin: 0;
  font-size: 22px;
  text-align: left;
}
.reo_search_results .listing_info .bed_bath {
  display: flex;
  font-family: Akk_pro_light;
  font-size: 14px;
  color: #003435;
}
.reo_search_results .listing_info .bed_bath .bed {
  border-right: 2px solid;
}
.reo_search_results .listing_info .bed_bath .bath {
  padding-left: 5px;
}
.reo_search_results .listing_info .bed_bath .bed,
.reo_search_results .listing_info .bed_bath .bath {
  padding-right: 5px;
  order: 0 !important;
}
.reo_search_results .listing_info .address {
  text-transform: capitalize;
  padding-top: 20px;
  text-align: left;
}
.reo_search_results .listing_info .map {
  text-align: left;
}

.link-list .component-content {
  max-width: 1140px;
  margin: 0 auto;
}
.link-list.centered .component-content {
  padding: 40px 100px;
  max-width: 990px;
}
@media (max-width: 576px) {
  .link-list.centered .component-content {
    padding: 45px;
  }
}
.link-list ul {
  margin: 10px 0;
}
.link-list ul li:last-child {
  border-bottom: 1px solid #e3e5e5;
  padding-bottom: 20px;
}
.link-list .list-item .field-link {
  padding: 8px 0;
}
.link-list .list-item .field-link a {
  font-family: Akk_Pro_Light;
  font-size: 15px;
  color: #00804d;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 2px solid;
  position: relative;
}
.link-list .list-item .field-link a:after {
  content: "";
  width: 20px;
  height: 25px;
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: -2px;
}
.link-list .field-link {
  padding: 8px 0;
}
.link-list .field-link a {
  font-family: Akk_Pro_Light;
  font-size: 15px;
  color: #00804d;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 2px solid;
  position: relative;
  width: max-content;
}
.link-list .field-link a:after {
  content: "";
  width: 20px;
  height: 25px;
  display: inline-block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: -3px;
}
.link-list .pdf {
  margin-left: 35px;
}
.link-list .pdf a {
  font-size: 18px;
}
.link-list .pdf a:after {
  left: -35px;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/icons/icons.png");
  background-position-x: -210px;
  background-position-y: -168px;
  background-size: 242px 240px;
}
.link-list .doc {
  margin-left: 35px;
}
.link-list .doc a {
  font-size: 18px;
}
.link-list .doc a:after {
  left: -35px;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/icons/icons.png");
  background-position-x: -172px;
  background-position-y: -88px;
  background-size: 242px 240px;
}
.link-list .xls {
  margin-left: 35px;
}
.link-list .xls a {
  font-size: 18px;
}
.link-list .xls a:after {
  left: -35px;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/icons/icons.png");
  background-position-x: -8px;
  background-position-y: -207px;
  background-size: 242px 240px;
}
.link-list .video {
  margin-left: 35px;
}
.link-list .video a {
  font-size: 18px;
}
.link-list .video a:after {
  left: -35px;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/icons/icons.png");
  background-position-x: -170px;
  background-position-y: -128px;
  background-size: 245px 243px;
  width: 30px;
  height: 30px;
}
.link-list .download {
  margin-left: 35px;
}
.link-list .download a {
  font-size: 18px;
}
.link-list .download a:after {
  left: -35px;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/icons/icons.png");
  background-position-x: -133px;
  background-position-y: -45px;
  background-size: 243px 240px;
  width: 30px;
  height: 30px;
}

.body_log_mod .auto-0 {
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 999px) {
  .body_log_mod .auto-0 {
    margin-right: auto;
  }
}
.body_log_mod .login_module {
  max-width: 400px;
  margin: auto auto auto 0;
}
@media (max-width: 999px) {
  .body_log_mod .login_module {
    margin: auto;
  }
}
.body_log_mod .login_module .login_box {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 40px 20px;
  margin: -160px 20px 20px 20px;
  text-align: center;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 999px) {
  .body_log_mod .login_module .login_box {
    margin: auto;
  }
}
.body_log_mod .login_module h4 {
  font-size: 22px;
}
.body_log_mod .login_module p {
  font-family: Akk_pro_light;
  font-size: 14px;
  line-height: 1.2;
  color: #003435;
  padding: 10px 0;
}
.body_log_mod .login_module select {
  background: transparent;
  border: 1px solid #e3e5e5;
  padding: 8px;
  width: 85%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/select_dropdown.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
  font-family: Akk_pro_light;
  font-size: 13px;
}
.body_log_mod .login_module select option {
  font-family: Akk_pro_light;
  font-size: 15px;
  background: #fff;
  color: #003435;
  padding: 10px;
  height: 36px;
  margin: 10px;
}
.body_log_mod .login_module a {
  display: inline-block;
  margin: 30px 10px 10px 10px;
  font-size: 16px;
  font-family: Akk_Pro_Light;
  color: #00804d;
  text-decoration: none;
  border-bottom: 2px solid;
  position: relative;
  transition: border-bottom-color cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
}
.body_log_mod .login_module a:hover, .body_log_mod .login_module a:focus {
  border-bottom-color: transparent !important;
  text-decoration: none;
  color: #00804d;
}

.field-link a,
.field_link a {
  font-family: Akk_Pro_Light;
  font-size: 15px;
  color: #00804d;
  line-height: 2.5;
  text-decoration: none;
  border-bottom: 2px solid;
  position: relative;
  transition: border-bottom-color cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
}
.field-link a:hover, .field-link a:focus,
.field_link a:hover,
.field_link a:focus {
  border-bottom-color: transparent !important;
  text-decoration: none;
  color: #00804d;
}

.table_component .component-content {
  max-width: 1140px;
  margin: 40px auto;
  font-family: Akk_Pro_Light;
  font-size: 13px;
}
@media (max-width: 768px) {
  .table_component .component-content {
    overflow: scroll;
  }
}
.table_component.full_border table tbody tr td {
  border-left: 1px solid #80808029;
}
.table_component.full_border table tbody tr td:last-child {
  border-right: 1px solid #80808029;
}
.table_component.reduced_margin > .component-content {
  margin: 0;
}
.table_component .row {
  margin-left: 0;
  margin-right: 0;
}
.table_component .row .col-sm-12,
.table_component .row .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.table_component .table {
  position: relative;
}
.table_component .table .table_assets {
  display: flex;
  position: relative;
  padding: 5px 0;
  justify-content: flex-end;
}
.table_component .table .table_assets .reo_sort {
  padding: 0 10px 10px 10px;
}
.table_component select,
.table_component input {
  border: 1px solid #e3e5e5;
  width: 80%;
  margin-bottom: 10px;
  font-family: Akk_Pro_Light;
  font-size: 13px;
  padding: 5px 5px;
}
.table_component select {
  width: max-content;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 0;
}
.table_component .table_print {
  display: flex;
  padding: 0 10px 10px 10px;
  margin: auto 0;
}
.table_component .table_print a {
  color: #00804d;
  font-family: Akk_pro_regular;
  text-decoration: underline;
}
.table_component .table_print a img {
  height: 10px;
  padding: 0 5px;
}
@media (max-width: 576px) {
  .table_component .table_print {
    justify-content: center;
  }
}
.table_component .table_inner {
  width: 100%;
}
.table_component .table_inner .dataTables_wrapper {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .table_component .table_inner .dataTables_wrapper {
    overflow-x: scroll;
  }
}
.table_component .table_inner .dataTables_wrapper .row:first-child {
  order: 2;
}
.table_component .table_inner .dataTables_wrapper .row:first-child div:first-child {
  order: 1;
}
.table_component .table_inner .dataTables_wrapper .row:nth-child(2) {
  overflow-x: auto;
}
.table_component .table_inner .dataTables_wrapper .dataTables_length {
  text-align: right;
  top: -90px;
  position: relative;
  order: 1;
  z-index: 1;
}
@media (max-width: 768px) {
  .table_component .table_inner .dataTables_wrapper .dataTables_length {
    top: -40px;
  }
}
@media (max-width: 576px) {
  .table_component .table_inner .dataTables_wrapper .dataTables_length {
    position: initial;
    text-align: center;
  }
}
.table_component .table_inner .dataTables_filter {
  display: none;
}
.table_component .table_inner .dataTables_info {
  padding: 20px 0;
}
.table_component .table_inner .dataTables_info span {
  font-family: Akk_Pro_Bold;
}
@media (max-width: 576px) {
  .table_component .table_inner .dataTables_info {
    text-align: center;
    padding: 20px 0 10px;
  }
}
.table_component .table_inner .dataTables_paginate {
  text-align: center;
  padding: 10px 0;
  position: relative;
  top: -50px;
  width: 50%;
  align-self: center;
  z-index: 2;
}
.table_component .table_inner .dataTables_paginate .paginate_button {
  padding: 0 5px;
  cursor: pointer;
  border-bottom: none;
}
.table_component .table_inner .dataTables_paginate .disabled {
  opacity: 0;
  pointer-events: none;
}
.table_component .table_inner .dataTables_paginate .arrow_previous {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (max-width: 768px) {
  .table_component .table_inner .dataTables_paginate {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .table_component .table_inner .dataTables_paginate {
    padding-top: 15px;
    top: -5px;
    text-align: center;
    width: 100%;
  }
}
.table_component .table_inner .dataTables_length {
  padding-bottom: 10px;
}
.table_component .table_inner .select_dropdown {
  display: none;
  text-align: center;
  padding: 20px 0;
}
.table_component .table_inner .select_dropdown:before {
  content: "Sort by:";
  font-size: 13px;
  position: absolute;
  font-family: Akk_pro_regular;
  padding: 13px 20px;
}
.table_component .table_inner .select_dropdown select {
  font-family: Akk_pro_light;
  padding: 10px;
  padding-left: 70px;
  width: 90%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(0, 159, 81)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
}
@media (max-width: 576px) {
  .table_component .table_inner .select_dropdown {
    display: block;
  }
}
.table_component .table_inner a {
  color: #00804d;
  text-decoration: none;
  border-bottom: 1px solid;
  position: relative;
  transition: border-bottom-color cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
}
.table_component .table_inner a:hover, .table_component .table_inner a:focus {
  border-bottom-color: transparent !important;
}
.table_component .table_inner table {
  width: 100%;
}
.table_component .table_inner table thead {
  font-family: Akk_Pro_Regular;
  font-size: 13px;
  background: #f7f7f7;
}
.table_component .table_inner table thead th {
  padding: 15px;
  color: #003435;
  white-space: nowrap;
  border-right: 1px solid #fff;
}
.table_component .table_inner table thead th a {
  text-decoration: none;
  color: #003435;
}
.table_component .table_inner table thead .sorting {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.table_component .table_inner table thead .sorting:before, .table_component .table_inner table thead .sorting:after {
  font-family: "FontAwesome" !important;
  font-weight: 900;
  position: absolute;
  bottom: 1.1em;
  display: block;
  opacity: 0.3;
}
.table_component .table_inner table thead .sorting:before {
  font-size: 13px !important;
  right: 1em;
  content: "\f0de";
}
.table_component .table_inner table thead .sorting:after {
  font-size: 13px !important;
  right: 13px !important;
  content: "\f0dd";
}
.table_component .table_inner table thead .sorting_desc {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.table_component .table_inner table thead .sorting_desc:before {
  opacity: 0.3;
  right: 13px;
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 900;
  content: "\f0de";
  position: absolute;
}
.table_component .table_inner table thead .sorting_desc:after {
  opacity: 1;
  right: 13px;
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 900;
  content: "\f0dd";
  position: absolute;
}
.table_component .table_inner table thead .sorting_asc {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.table_component .table_inner table thead .sorting_asc:before {
  opacity: 1;
  right: 13px;
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 900;
  content: "\f0de";
  position: absolute;
}
.table_component .table_inner table thead .sorting_asc:after {
  opacity: 0.3;
  right: 13px;
  font-family: "FontAwesome";
  font-size: 13px;
  font-weight: 900;
  content: "\f0dd";
  position: absolute;
}
.table_component .table_inner table tbody tr.heading {
  font-family: Akk_Pro_Regular;
  font-size: 13px;
  background: #f7f7f7;
  border: none !important;
}
.table_component .table_inner table tbody td {
  padding: 30px 15px;
  font-size: 14px;
  font-family: Akk_Pro_Light;
  border-bottom: 1px solid #80808029;
  color: #003435;
  display: table-cell;
  vertical-align: top;
  line-height: 1.3;
}
.table_component .table_inner table tbody td h5,
.table_component .table_inner table tbody td h6,
.table_component .table_inner table tbody td b,
.table_component .table_inner table tbody td strong {
  font-family: Akk_Pro_Regular;
}
.table_component .table_inner table tbody td .table_link {
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Diamond.png");
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
}
.table_component .table_inner table tbody td .table_link:after {
  content: "\f00c";
  position: absolute;
  left: 10px;
  top: 10px;
  font-family: FontAwesome;
  color: #fff;
}
@media (max-width: 576px) {
  .table_component .table_inner table tbody td {
    min-width: 128px;
  }
}
.table_component .table_inner table tbody td a.table_link_text {
  color: #007f4d;
  text-decoration: none;
  border-bottom: 1px solid #007f4d;
  width: fit-content;
}
.table_component .table_inner table tbody td .medal_container {
  justify-content: center;
}
.table_component .table_inner table tbody td .medal_container .medal_bg {
  display: flex;
  align-items: center;
  background-color: #f8f8f8;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  text-align: center;
  justify-content: center;
}
.table_component .table_inner table tbody .center_items {
  text-align: center;
}
@media (max-width: 768px) {
  .table_component .table_inner {
    overflow-x: scroll;
  }
}
.table_component .no_pagination .dataTables_paginate {
  display: none;
}
.table_component .no_info .dataTables_info {
  display: none;
}
.table_component .no_filter .dataTables_filter {
  display: none;
}
.table_component .no_length .dataTables_length {
  display: none;
}
.table_component.with_headers .dataTables_info,
.table_component.with_headers .dataTables_paginate,
.table_component.with_headers .dataTables_length {
  display: block;
}
.table_component.manual_table {
  padding-left: 0;
  padding-right: 0;
}
.table_component.manual_table .table_inner {
  overflow-x: scroll;
}

.rich-text .table_inner .dataTables_paginate {
  top: -58px;
}
.rich-text .table_inner .dataTables_length {
  top: -100px;
}

.targeted-area-details {
  font-family: Akk_Pro_Light;
  font-size: 13px;
}
.targeted-area-details .component-content {
  padding: 0 7%;
}
@media (max-width: 576px) {
  .targeted-area-details .component-content {
    padding: 0;
  }
}
@media (max-width: 756px) {
  .targeted-area-details #FederalTargetAreas {
    padding: 0 20px;
    flex-direction: column;
  }
}
.targeted-area-details h6 {
  line-height: 1;
  padding: 12px 0;
}
.targeted-area-details .search-box {
  background: #f8f8f8;
  font-family: Akk_Pro_Regular;
  font-size: 13px;
  margin: 0;
  padding: 25px 0;
}
.targeted-area-details .search-box .search_notification {
  padding-top: 15px;
  color: red;
}
.targeted-area-details .search-box .form-input {
  text-align: right;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 10px;
}
.targeted-area-details .search-box input,
.targeted-area-details .search-box button {
  border: 1px solid #e3e5e5;
  font-family: Akk_Pro_Light;
  font-size: 13px;
  padding: 5px 5px;
}
.targeted-area-details .search-box button {
  cursor: pointer;
}
@media (max-width: 576px) {
  .targeted-area-details .search-box {
    padding: 10px 0;
  }
  .targeted-area-details .search-box .form-input {
    text-align: left;
    padding-bottom: 8px;
  }
  .targeted-area-details .search-box .form-input p {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
  }
}
.targeted-area-details .two-column-panel div {
  display: flex;
  flex-direction: row;
}
.targeted-area-details .two-column-panel div img {
  padding: 20px;
  max-width: 256px;
}
.targeted-area-details .two-column-panel div p {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 0;
}
@media (max-width: 768px) {
  .targeted-area-details .two-column-panel div img {
    padding: 10px;
  }
  .targeted-area-details .two-column-panel div p {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 576px) {
  .targeted-area-details .two-column-panel div {
    flex-direction: column;
    align-items: center;
  }
  .targeted-area-details .two-column-panel div img {
    padding: 20px;
  }
  .targeted-area-details .two-column-panel div p {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
}
.targeted-area-details .map-panel div:nth-child(odd) {
  background: #f1f0ec;
}
.targeted-area-details .map-panel div:nth-child(even) {
  background: #f8f8f8;
}
.targeted-area-details .area-details > div > p {
  padding: 5px;
  min-height: 2rem;
}
.targeted-area-details .area-details > div > p:first-child {
  background-color: #f1f0ec;
  text-align: right;
}
@media (max-width: 576px) {
  .targeted-area-details .area-details > div > p:first-child {
    text-align: left;
  }
}
.targeted-area-details .area-details > div > p:last-child {
  background-color: #f8f8f8;
  text-align: left;
}

.get_ft_areas .component-content {
  margin-bottom: 0px;
}
.get_ft_areas.table_component .dataTables_length {
  top: -40px !important;
}
.get_ft_areas.table_component .dataTables_info {
  order: -1;
}
.get_ft_areas.table_component .dataTables_paginate {
  top: 0 !important;
  width: 90% !important;
}
.get_ft_areas .table_inner table {
  table-layout: fixed;
}
.get_ft_areas .table_inner table thead th {
  white-space: pre-wrap;
}

.timeline {
  background-color: #f8f8f8;
}
.timeline .component-content {
  display: flex;
  flex-direction: row;
}
.timeline .component-content h3 {
  width: 40%;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .timeline .component-content h3 {
    padding-right: 20px;
  }
}
@media (max-width: 576px) {
  .timeline .component-content h3 {
    padding-right: 0;
    width: 100%;
  }
}
.timeline .component-content .timeline-board {
  display: flex;
  flex-direction: column;
  width: 60%;
}
@media (max-width: 576px) {
  .timeline .component-content .timeline-board {
    width: 100%;
  }
}
.timeline .component-content .timeline-board .timeline-cards {
  font-family: Akk_Pro_Light;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
.timeline .component-content .timeline-board .timeline-cards div {
  display: inline-flex;
  flex-direction: row;
}
.timeline .component-content .timeline-board .timeline-cards div .card {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 30px;
  width: 450px;
}
.timeline .component-content .timeline-board .timeline-cards div .card img {
  width: 0px;
}
.timeline .component-content .timeline-board .timeline-cards div .card.with_img {
  width: 550px;
}
.timeline .component-content .timeline-board .timeline-cards div .card.with_img .card-bottom {
  width: 260px !important;
}
.timeline .component-content .timeline-board .timeline-cards div .card.with_img img {
  width: 100px;
  object-fit: cover;
  padding-right: 5px;
  height: 100px;
}
.timeline .component-content .timeline-board .timeline-cards div .card.with_img .card-year:after {
  width: 235px;
  left: 290px;
}
.timeline .component-content .timeline-board .timeline-cards div .card.with_img .card-year:before {
  width: 235px;
}
.timeline .component-content .timeline-board .timeline-cards div .card.with_img .vertical {
  padding-left: 20px;
}
@media (max-width: 576px) {
  .timeline .component-content .timeline-board .timeline-cards div .card.with_img {
    width: 400px;
  }
  .timeline .component-content .timeline-board .timeline-cards div .card.with_img .card-year:after {
    left: 225px;
    width: 160px;
  }
  .timeline .component-content .timeline-board .timeline-cards div .card.with_img .card-year:before {
    width: 160px;
  }
}
.timeline .component-content .timeline-board .timeline-cards div .card .card-content {
  padding: 40px;
  height: 200px;
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.timeline .component-content .timeline-board .timeline-cards div .card .card-content .vertical-line {
  border-right: 1px solid #ccc;
  margin: 0 30px;
}
.timeline .component-content .timeline-board .timeline-cards div .card .card-content p {
  font-family: Akk_Pro_Light;
  font-size: 14px;
  font-weight: lighter;
}
@media (max-width: 576px) {
  .timeline .component-content .timeline-board .timeline-cards div .card .card-content p {
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  .timeline .component-content .timeline-board .timeline-cards div .card .card-content {
    padding: 25px;
    height: 160px;
  }
}
.timeline .component-content .timeline-board .timeline-cards div .card .vertical {
  flex-direction: column;
  text-align: left;
}
.timeline .component-content .timeline-board .timeline-cards div .card .vertical h6 {
  font-size: 18px;
}
@media (max-width: 576px) {
  .timeline .component-content .timeline-board .timeline-cards div .card .vertical h6 {
    font-size: 15px;
  }
}
.timeline .component-content .timeline-board .timeline-cards div .card .horizontal {
  flex-direction: row;
  justify-content: center;
}
.timeline .component-content .timeline-board .timeline-cards div .card .horizontal h4 {
  color: #007f4d;
  display: flex;
  flex-direction: column;
  font-family: Akk_Pro_Light;
  font-size: 13px;
  align-self: center;
  line-height: 1;
}
.timeline .component-content .timeline-board .timeline-cards div .card .horizontal h4 span {
  font-size: 36px;
  font-family: "Times New Roman", Times, serif;
  color: #000;
}
@media (max-width: 576px) {
  .timeline .component-content .timeline-board .timeline-cards div .card .horizontal h4 span {
    font-size: 26px;
  }
}
@media (max-width: 576px) {
  .timeline .component-content .timeline-board .timeline-cards div .card .horizontal h4 {
    font-size: 11px;
  }
}
.timeline .component-content .timeline-board .timeline-cards div .card .horizontal p {
  text-align: left;
}
.timeline .component-content .timeline-board .timeline-cards div .card .card-bottom {
  border-top: 3px solid #007f4d;
  width: 210px;
}
@media (max-width: 576px) {
  .timeline .component-content .timeline-board .timeline-cards div .card .card-bottom {
    width: 135px;
  }
}
.timeline .component-content .timeline-board .timeline-cards div .card .card-arrow {
  position: relative;
  width: 0;
  height: 0;
  border-left: 15px solid #007f4d;
  border-right: 15px solid #007f4d;
  border-top: 15px solid #fff;
  border-bottom: 15px solid #007f4d;
}
.timeline .component-content .timeline-board .timeline-cards div .card .card-arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -15px;
  top: -11px;
  border-left: 15px solid #f8f8f8;
  border-right: 15px solid #f8f8f8;
  border-top: 15px solid transparent;
  border-bottom: 15px solid #f8f8f8;
}
.timeline .component-content .timeline-board .timeline-cards div .card .card-year {
  font-family: Akk_Pro_Bold;
  font-size: 30px;
  justify-content: center;
  z-index: 1;
  width: 100%;
  position: relative;
  background-color: #f8f8f8;
}
.timeline .component-content .timeline-board .timeline-cards div .card .card-year:after {
  content: "";
  position: absolute;
  width: 185px;
  left: 235px;
  top: 13px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 576px) {
  .timeline .component-content .timeline-board .timeline-cards div .card .card-year:after {
    left: 175px;
    width: 110px;
  }
}
.timeline .component-content .timeline-board .timeline-cards div .card .card-year:before {
  content: "";
  position: absolute;
  width: 185px;
  left: -35px;
  top: 13px;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 576px) {
  .timeline .component-content .timeline-board .timeline-cards div .card .card-year:before {
    left: -15px;
    width: 110px;
  }
}
.timeline .component-content .timeline-board .timeline-cards div .card:first-child .card-year:before {
  display: none;
}
.timeline .component-content .timeline-board .timeline-cards div .card:last-child .card-year:after {
  display: none;
}
@media (max-width: 576px) {
  .timeline .component-content .timeline-board .timeline-cards div .card {
    padding: 15px;
    width: 300px;
  }
}
.timeline .component-content .timeline-board .timeline-slider input {
  width: 100%;
  -webkit-appearance: none;
  height: 6px;
  background: #d0e6d2;
  border-radius: 3px;
  outline: none;
}
.timeline .component-content .timeline-board .timeline-slider input::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px 2px #ddd;
}
.timeline .component-content .timeline-board .timeline-slider input::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border-color: #ccc;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 5px 2px #ddd;
}
.timeline .component-content .timeline-board .timeline-slider input::-ms-fill-upper, .timeline .component-content .timeline-board .timeline-slider input::-moz-range-track {
  color: #d0e6d2;
}
.timeline .component-content .timeline-board .timeline-slider input::-ms-fill-lower, .timeline .component-content .timeline-board .timeline-slider input::-moz-range-progress {
  color: #007f4d;
}
@media (max-width: 576px) {
  .timeline .component-content {
    flex-direction: column;
  }
}

.map_component .map_region {
  text-align: center;
}

#tvcMainCalculatorDivId input:focus {
  outline: dotted 1px #999;
}
#tvcMainCalculatorDivId radio:focus {
  outline: dotted 1px #999;
}
#tvcMainCalculatorDivId #tvcHF02 {
  margin: 20px auto 20px auto;
  background-color: #f8f8f8;
  border-bottom: 5px solid #007f4d;
  max-width: 1140px;
}
@media (max-width: 640px) {
  #tvcMainCalculatorDivId #tvcHF02 {
    margin: 20px 15px 20px 15px;
  }
}
#tvcMainCalculatorDivId #tvcHF02 .Title,
#tvcMainCalculatorDivId #tvcHF02 .Description {
  display: none;
}
#tvcMainCalculatorDivId #tvcHF02 .ErrorSummary {
  padding: 0 20px 20px 55px;
}
#tvcMainCalculatorDivId #tvcHF02 .ErrorSummary .tvcErrorInput {
  display: inline-block;
  padding-top: 10px;
  font-size: 14px;
  color: #007f4d;
}
#tvcMainCalculatorDivId #tvcHF02 .ErrorSummary .ErrorContainer {
  padding-top: 10px;
  font-size: 14px;
  color: #cc640f;
}
#tvcMainCalculatorDivId #tvcInnerCalculatorDivId {
  margin: 20px auto 20px auto;
  max-width: 1140px;
}
#tvcMainCalculatorDivId .InputContainer {
  padding: 10px 0 0 55px;
  margin: 0 0 20px 0;
  text-align: center;
}
@media (max-width: 500px) {
  #tvcMainCalculatorDivId .InputContainer {
    padding: 10px 25px 0 25px;
  }
}
#tvcMainCalculatorDivId .InputContainer .loanFormDetailsColCont {
  column-count: 2;
  column-gap: 80px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}
@media (max-width: 999px) {
  #tvcMainCalculatorDivId .InputContainer .loanFormDetailsColCont {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    text-align: center;
  }
}
#tvcMainCalculatorDivId .InputContainer .submit p label,
#tvcMainCalculatorDivId .InputContainer .loanTerm fieldset label,
#tvcMainCalculatorDivId .InputContainer .downPayment fieldset label {
  display: inline;
  clear: none;
  margin-right: 20px;
}
#tvcMainCalculatorDivId .InputContainer .loanTerm fieldset label,
#tvcMainCalculatorDivId .InputContainer .downPayment fieldset label {
  margin-right: 5px;
}
#tvcMainCalculatorDivId .InputContainer label {
  display: block;
  clear: both;
  padding-bottom: 10px;
  font-size: 16px;
  color: #003435;
  font-family: Akk_Pro_Light;
}
#tvcMainCalculatorDivId .InputContainer .homePrice {
  /** FF*/
  /* IE*/
}
#tvcMainCalculatorDivId .InputContainer .homePrice #tvcLOANAMOUNT {
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 500px) {
  #tvcMainCalculatorDivId .InputContainer .homePrice #tvcLOANAMOUNT {
    width: 100px;
  }
}
#tvcMainCalculatorDivId .InputContainer .homePrice .homePriceSlider {
  width: 300px;
  margin-top: 20px;
  -webkit-appearance: none;
  height: 5px;
  background: #007f4d;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}
@media (max-width: 1110px) {
  #tvcMainCalculatorDivId .InputContainer .homePrice .homePriceSlider {
    width: 260px;
  }
}
@media (max-width: 1060px) {
  #tvcMainCalculatorDivId .InputContainer .homePrice .homePriceSlider {
    width: 240px;
  }
}
@media (max-width: 640px) {
  #tvcMainCalculatorDivId .InputContainer .homePrice .homePriceSlider {
    width: 140px;
  }
}
#tvcMainCalculatorDivId .InputContainer .homePrice .homePriceSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: white;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid lightgray;
  filter: drop-shadow(2px 2px 2px lightgray);
}
#tvcMainCalculatorDivId .InputContainer .homePrice .homePriceSlider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: white;
  cursor: pointer;
  border-radius: 10px;
  border: 1px solid lightgray;
}
#tvcMainCalculatorDivId .InputContainer .homePrice .homePriceSlider::-moz-range-progress {
  background-color: #007f4d;
  height: 5px;
}
#tvcMainCalculatorDivId .InputContainer .homePrice .homePriceSlider::-moz-range-track {
  background-color: grey;
  height: 5px;
}
#tvcMainCalculatorDivId .InputContainer .homePrice .homePriceSlider::-ms-fill-lower {
  background-color: #007f4d;
}
#tvcMainCalculatorDivId .InputContainer .homePrice .homePriceSlider::-ms-fill-upper {
  background-color: grey;
}
#tvcMainCalculatorDivId .InputContainer .interestRate #tvcINTERESTRATE {
  width: 470px;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1110px) {
  #tvcMainCalculatorDivId .InputContainer .interestRate #tvcINTERESTRATE {
    width: 430px;
  }
}
@media (max-width: 1060px) {
  #tvcMainCalculatorDivId .InputContainer .interestRate #tvcINTERESTRATE {
    width: 410px;
  }
}
@media (max-width: 999px) {
  #tvcMainCalculatorDivId .InputContainer .interestRate #tvcINTERESTRATE {
    width: 290px;
  }
}
@media (max-width: 640px) {
  #tvcMainCalculatorDivId .InputContainer .interestRate #tvcINTERESTRATE {
    width: 255px;
  }
}
#tvcMainCalculatorDivId .InputContainer .downPayment {
  order: 4;
}
#tvcMainCalculatorDivId .InputContainer .downPayment .tvcLegendForRadioClass {
  display: none;
}
#tvcMainCalculatorDivId .InputContainer .downPayment .tvcPercentOrDollarInputClass {
  width: 290px;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1160px) {
  #tvcMainCalculatorDivId .InputContainer .downPayment .tvcPercentOrDollarInputClass {
    width: 180px;
  }
}
@media (max-width: 999px) {
  #tvcMainCalculatorDivId .InputContainer .downPayment .tvcPercentOrDollarInputClass {
    width: 290px;
  }
}
@media (max-width: 640px) {
  #tvcMainCalculatorDivId .InputContainer .downPayment .tvcPercentOrDollarInputClass {
    width: 100px;
  }
}
#tvcMainCalculatorDivId .InputContainer .downPayment .tvcFieldsetForRadioClass {
  display: inline;
}
#tvcMainCalculatorDivId .InputContainer .loanTerm {
  order: 5;
}
#tvcMainCalculatorDivId .InputContainer .loanTerm .tvcLegendForRadioClass {
  display: none;
}
#tvcMainCalculatorDivId .InputContainer .loanTerm .tvcMonthsOrYearsInputClass {
  width: 290px;
  margin-right: 20px;
  margin-bottom: 10px;
}
@media (max-width: 1160px) {
  #tvcMainCalculatorDivId .InputContainer .loanTerm .tvcMonthsOrYearsInputClass {
    width: 180px;
  }
}
@media (max-width: 999px) {
  #tvcMainCalculatorDivId .InputContainer .loanTerm .tvcMonthsOrYearsInputClass {
    width: 290px;
  }
}
@media (max-width: 640px) {
  #tvcMainCalculatorDivId .InputContainer .loanTerm .tvcMonthsOrYearsInputClass {
    width: 100px;
  }
}
#tvcMainCalculatorDivId .InputContainer .loanTerm .tvcFieldsetForRadioClass {
  display: inline;
}
#tvcMainCalculatorDivId .InputContainer .formLayout {
  padding: 5px;
  text-align: left;
}
@media (max-width: 999px) {
  #tvcMainCalculatorDivId .InputContainer .formLayout {
    float: none;
    width: 90%;
    margin: 5px 0;
  }
}
@media (max-width: 640px) {
  #tvcMainCalculatorDivId .InputContainer .formLayout {
    width: 100%;
  }
}
@media (max-width: 640px) {
  #tvcMainCalculatorDivId .InputContainer .submit {
    width: 100%;
    text-align: center;
  }
}
#tvcMainCalculatorDivId #Panel_Results {
  background-color: #f1f0ec;
  text-align: center;
  padding: 50px 0 20px 0px;
}
#tvcMainCalculatorDivId #Panel_Results .Summary {
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  #tvcMainCalculatorDivId #Panel_Results .Summary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#tvcMainCalculatorDivId #Panel_Results .Summary .answer {
  font-size: 24px;
  color: #003435;
}
#tvcMainCalculatorDivId #Panel_Results .Summary .Paysum {
  font-size: 16px;
  color: #003435;
  font-family: Akk_Pro_Light;
}
#tvcMainCalculatorDivId div.DetailContainer {
  margin: 10px auto 10px auto;
  padding-top: 30px;
  text-align: center;
  border-top: 1px #d7d7d7 solid;
  max-width: 900px;
  column-count: 2;
  column-gap: 80px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
}
@media (max-width: 640px) {
  #tvcMainCalculatorDivId div.DetailContainer {
    margin: 10px 5px 10px 5px;
  }
}
@media (max-width: 999px) {
  #tvcMainCalculatorDivId div.DetailContainer {
    column-count: 1;
    text-align: center;
    border-top: none;
    padding-top: 0px;
  }
}
@media (max-width: 999px) {
  #tvcMainCalculatorDivId div.DetailContainer div.detailsLayout:first-child {
    border-top: 1px #d7d7d7 solid;
    padding-top: 30px;
  }
}
#tvcMainCalculatorDivId div.DetailContainer div.detailsLayout {
  float: left;
  margin: 5px;
  padding: 5px;
  width: 410px;
  text-align: left;
}
@media (max-width: 999px) {
  #tvcMainCalculatorDivId div.DetailContainer div.detailsLayout {
    float: none;
    width: 90%;
    margin: 5px auto;
  }
}
#tvcMainCalculatorDivId div.DetailContainer div.detailsLayout ul.aspect li {
  display: flex;
}
#tvcMainCalculatorDivId div.DetailContainer div.detailsLayout ul.aspect li .what {
  padding-right: 0.33em;
  font-size: 18px;
  color: #003435;
  order: 1;
}
#tvcMainCalculatorDivId div.DetailContainer div.detailsLayout ul.aspect li .value {
  float: right;
  padding-left: 0.33em;
  font-size: 22px;
  color: #003435;
  order: 3;
  font-family: Akk_Pro_Light;
  font-size: 22px;
}
@media (max-width: 640px) {
  #tvcMainCalculatorDivId div.DetailContainer div.detailsLayout ul.aspect li .value {
    font-size: 16px;
  }
}
#tvcMainCalculatorDivId div.DetailContainer div.detailsLayout ul.aspect li::after {
  background-image: radial-gradient(circle, #d7d7d7 1px, transparent 1.5px);
  background-position: bottom;
  background-size: 1.25ex 1.5px;
  background-repeat: space no-repeat;
  content: "";
  flex-grow: 1;
  height: 1.25em;
  order: 2;
}
#tvcMainCalculatorDivId div.PaymentSchedule {
  margin: 10px auto 10px auto;
  padding-top: 10px;
  text-align: center;
  max-width: 900px;
  column-count: 1;
  column-gap: 80px;
  -moz-column-count: 1;
  -moz-column-gap: 20px;
  -webkit-column-count: 1;
  -webkit-column-gap: 20px;
}
#tvcMainCalculatorDivId div.PaymentSchedule .cAmortContainer:first-child {
  border-top: 1px #d7d7d7 solid;
  padding-top: 30px;
}
@media (max-width: 999px) {
  #tvcMainCalculatorDivId div.PaymentSchedule {
    column-count: 1;
    text-align: center;
  }
}
#tvcMainCalculatorDivId div.PaymentSchedule .cAmortContainer {
  margin-bottom: 30px;
}
#tvcMainCalculatorDivId div.PaymentSchedule .cAmortContainer,
#tvcMainCalculatorDivId div.PaymentSchedule .cTableWrapper,
#tvcMainCalculatorDivId div.PaymentSchedule .cAmortTable {
  width: 100%;
}
#tvcMainCalculatorDivId div.PaymentSchedule .cAmortTitleFont {
  font-weight: normal;
  padding: 5px 5px 10px 15px;
  font-size: 22px;
  color: #003435;
}
#tvcMainCalculatorDivId div.PaymentSchedule .cAmortTable th {
  font-family: Akk_Pro_Regular;
  font-size: 13px;
  background: #f7f7f7;
  padding: 15px;
  color: #003435;
}
@media (max-width: 500px) {
  #tvcMainCalculatorDivId div.PaymentSchedule .cAmortTable th {
    padding: 10px;
  }
}
@media (max-width: 540px) {
  #tvcMainCalculatorDivId div.PaymentSchedule .paymentSchedule .cAmortTable tr td:nth-child(2),
#tvcMainCalculatorDivId div.PaymentSchedule .paymentSchedule .cAmortTable tr th:nth-child(2) {
    display: none;
    width: 0px;
  }
}
#tvcMainCalculatorDivId div.PaymentSchedule .cAmortTable td {
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  font-family: Akk_Pro_Light;
  border-bottom: 1px solid #80808029;
  color: #003435;
}
@media (max-width: 610px) {
  #tvcMainCalculatorDivId div.PaymentSchedule .cAmortTable td {
    font-size: 12px;
  }
}
@media (max-width: 540px) {
  #tvcMainCalculatorDivId div.PaymentSchedule .cAmortTable td {
    font-size: 10px;
  }
}
@media (max-width: 500px) {
  #tvcMainCalculatorDivId div.PaymentSchedule .cAmortTable td {
    padding: 3px 3px 3px 10px;
    font-size: 8px;
  }
}
#tvcMainCalculatorDivId div.PaymentSchedule .cAmortHeader td {
  border-top: #dedfef 1px solid;
  font-weight: bold;
  background-color: #eeeeee;
}
#tvcMainCalculatorDivId div.PaymentSchedule .cAmortLineE td {
  background-color: #F7F7F8;
}
#tvcMainCalculatorDivId div.PaymentSchedule .cAmortLineTotals td {
  font-weight: bold;
}
#tvcMainCalculatorDivId div.PaymentSchedule .tvcCenterClass {
  padding: 10px 5px 10px 15px;
  font-family: Akk_Pro_Light;
  color: #003435;
}
#tvcMainCalculatorDivId .Footnote {
  padding: 0 0 0 175px;
  font-family: "Akk_Pro_Regular";
  color: #003435;
}
@media (max-width: 990px) {
  #tvcMainCalculatorDivId .Footnote {
    padding: 0 0 0 125px;
  }
}
@media (max-width: 800px) {
  #tvcMainCalculatorDivId .Footnote {
    padding: 0 0 0 75px;
  }
}
@media (max-width: 640px) {
  #tvcMainCalculatorDivId .Footnote {
    padding: 0 0 0 25px;
  }
}
#tvcMainCalculatorDivId .Footnote p.header {
  padding-top: 30px;
}
#tvcMainCalculatorDivId .Footnote p.presentedBy {
  padding-top: 30px;
}
#tvcMainCalculatorDivId .Footnote .header a {
  font-size: 22px;
  text-decoration: none;
  color: #003435;
}
#tvcMainCalculatorDivId .Footnote .copy,
#tvcMainCalculatorDivId .Footnote p.presentedBy a,
#tvcMainCalculatorDivId .Footnote #DIVCalculatorTips {
  font-size: 14px;
  color: #003435;
  max-width: 675px;
}
#tvcMainCalculatorDivId .DetailTable {
  margin: auto;
}
#tvcMainCalculatorDivId #calculator input[type=text] {
  border: 1px solid #e3e5e5;
  padding: 8px;
  height: 44px;
  font-family: Akk_pro_light;
  color: #003435;
  font-size: 13px;
}
@media (max-width: 999px) {
  #tvcMainCalculatorDivId #calculator input[type=text] {
    width: 100%;
  }
}
#tvcMainCalculatorDivId #calculator input[type=submit] {
  font-family: Akk_Pro_Regular;
  font-size: 16px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 10px 5%;
  width: 190px;
  border-radius: 20px;
  border: none;
  margin: 10px 30px 10px 0;
  cursor: pointer;
  background: linear-gradient(to left, #00804d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
#tvcMainCalculatorDivId #calculator input[type=submit]:hover, #tvcMainCalculatorDivId #calculator input[type=submit]:focus {
  background-position: left bottom;
  color: #fff;
}
@media (max-width: 999px) {
  #tvcMainCalculatorDivId #calculator input[type=submit] {
    margin: 10px 30px 10px 0;
  }
}
@media (max-width: 640px) {
  #tvcMainCalculatorDivId #calculator input[type=submit] {
    width: 270px;
    display: block;
    clear: both;
  }
}
@media (max-width: 576px) {
  #tvcMainCalculatorDivId #calculator input[type=submit] {
    margin: 10px 30px 10px 0;
  }
}
#tvcMainCalculatorDivId #calculator label {
  font-weight: bold;
}
#tvcMainCalculatorDivId #calculator input[type=checkbox]:checked,
#tvcMainCalculatorDivId #calculator input[type=radio]:checked {
  filter: hue-rotate(240deg);
}
#tvcMainCalculatorDivId .nothing-force {
  font: bold;
}

.menu_popup_container {
  padding-left: 0;
  padding-right: 0;
}

.menu_popup {
  border-bottom: 1px solid #e3e5e5;
  padding: 0;
}
.menu_popup .row {
  display: flex;
  flex-direction: row;
  background-color: #f8f8f8;
  font-family: Akk_Pro_Regular;
  font-size: 13px;
  color: #003435;
  margin-left: 0;
  margin-right: 0;
}
.menu_popup .row .rich-text {
  margin: 0;
}
.menu_popup .row .rich-text .component-content {
  padding: 15px 0;
}
.menu_popup .row .rich-text .component-content p {
  font-family: Akk_Pro_Bold;
  font-size: 13px;
  padding: 0 30px 0 70px;
  border-right: 1px solid #dfdfdf;
}
@media (max-width: 768px) {
  .menu_popup .row .rich-text .component-content p {
    border: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .menu_popup .row .rich-text .component-content {
    padding: 0 15px;
  }
}
.menu_popup .row .nav_item {
  padding: 0 15px;
}
.menu_popup .row .nav_item .row {
  margin: 0;
}
.menu_popup .row .nav_item a {
  text-decoration: none;
  color: #003435;
  line-height: 1.5;
  position: relative;
  border-bottom: none;
}
.menu_popup .row .nav_item a:after {
  content: "";
  position: absolute;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Commonwealth_Pine_Triangle.png");
  width: 8px;
  height: 5px;
  top: 5px;
  right: -15px;
}
.menu_popup .row .nav_item.active a {
  border-bottom: 2px solid;
  color: #00804d;
}
.menu_popup .row .nav_item .no-subnav a:after, .menu_popup .row .nav_item.no-subnav a:after {
  display: none;
}
.menu_popup .row .nav_item.active-top-level {
  font-weight: bold;
}
.menu_popup .row .nav_item.active-top-level a {
  font-family: Akk_Pro_Bold;
}
.menu_popup .row .nav_item .level0 {
  padding: 0 15px;
  position: relative;
}
.menu_popup .row .nav_item .level0.active a {
  border-bottom: 2px solid;
  color: #00804d;
}
.menu_popup .row .nav_item .level0 > .navigation-title {
  cursor: pointer;
}
.menu_popup .row .nav_item .level0.no-subitems a:after {
  display: none;
}
.menu_popup .row .nav_item .level0 .clearfix {
  display: none;
  position: absolute;
  padding: 10px;
  left: 0;
  right: 0;
}
.menu_popup .row .nav_item .level0 .clearfix a {
  z-index: 1;
}
.menu_popup .row .nav_item .level0 .clearfix a:after {
  display: none;
}
.menu_popup .row .nav_item .level0:hover a {
  color: #00804d;
  border-bottom: 2px solid;
  font-weight: 400;
}
.menu_popup .row .nav_item .level0:hover a:after {
  transform: rotate(180deg);
}
.menu_popup .row .nav_item .level0:hover .clearfix {
  display: block;
  width: max-content;
}
.menu_popup .row .nav_item .level0 .level1 {
  padding: 5px 0;
}
.menu_popup .row .nav_item .level0 .level1 a {
  margin-top: 80px;
  border: 0;
  color: #003435;
}
.menu_popup .row .nav_item .level0 .level1 a:hover {
  color: #00804d;
  font-weight: 400;
  border-bottom: 1px solid #00804d;
}
.menu_popup .row .nav_item .level0 .level1.active a {
  color: #00804d;
  border-bottom: 1px solid #00804d;
}
@media (min-width: 768px) {
  .menu_popup .row .nav_item .level0 {
    padding: 15px 0;
  }
  .menu_popup .row .nav_item .level0 .clearfix {
    top: 50px;
    z-index: 2;
  }
  .menu_popup .row .nav_item .level0:hover + .bg-active {
    z-index: 1;
    background-color: #fff;
    position: absolute;
    left: -15px;
    right: 0;
    top: 50px;
    height: 208px;
    width: calc(100% + 30px);
  }
  .menu_popup .row .nav_item .no-subnav:hover + .bg-active,
.menu_popup .row .nav_item .no-subitems:hover + .bg-active {
    display: none;
  }
}
@media (max-width: 768px) {
  .menu_popup .row {
    flex-direction: column;
  }
  .menu_popup .row .nav_item {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu_popup .row .nav_item p {
    margin: 0;
  }
  .menu_popup .row .nav_item .level0 .clearfix {
    display: block;
    position: relative;
    border: 0;
    padding-bottom: 0;
    max-height: 0;
    padding: 0 10px;
    opacity: 0;
    transition: max-height 1s ease 0.25s, opacity 0.5s ease 0s, padding 1s;
  }
  .menu_popup .row .nav_item .expanded .clearfix {
    max-height: max-content;
    padding: 10px 10px 0 10px;
    opacity: 1;
    transition: max-height 1s ease 0s, opacity 0.5s ease 0.5s, padding 1s;
  }
}

.news .component-content {
  padding: 40px 7%;
}
.news.with_testimonial {
  padding-top: 65px;
  padding-bottom: 65px;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Video_diagonal.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news.with_testimonial .component-content {
  padding: 0 7%;
}
.news.with_top_margin {
  margin-top: 70px;
}
.news .testimonial_slider {
  border-bottom: 1px solid #80808029;
  padding: 20px 0;
}
.news .testimonial_slider img {
  width: 50px;
  padding-bottom: 20px;
}
.news .testimonial_slider .carousel-indicators {
  left: 45%;
}
.news .testimonial_slider .carousel-inner {
  padding: 20px;
}
.news .testimonial_slider .content_box p {
  display: block;
  font-family: TiemposHeadline_light;
  font-size: 26px;
  line-height: 1.5;
}
.news .testimonial_slider .authour_panel .authour_name {
  font-family: akk_pro_light;
  font-size: 14px;
  color: #003435;
  line-height: 1.2;
  padding-bottom: 20px;
}
.news .testimonial_slider .authour_panel .authour_name p:before {
  content: "- ";
}
.news .testimonial_slider .authour_panel .authour_name span {
  font-style: italic;
}
.news .testimonial_slider .authour_panel .authour_name span:before {
  content: ",";
}
.news .testimonial_box {
  text-align: center;
  padding: 5% 0;
}
.news .testimonial_box .content_box p {
  margin: 20px 40px;
  font-family: TiemposHeadline_light;
  line-height: 1.5;
}
.news .testimonial_box .authour_panel {
  display: inline-block;
}
.news .testimonial_box .authour_panel .authour_box {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-position: center center;
  margin: 0 auto;
  background-size: cover;
}
.news .testimonial_box .authour_panel .authour_name {
  font-family: akk_pro_light;
  font-size: 14px;
  color: #003435;
  padding: 15px 20%;
  line-height: 1.2;
}
.news .testimonial_box .authour_panel .authour_name span {
  font-style: italic;
}
.news .news_box {
  padding-bottom: 40px;
}
@media (max-width: 576px) {
  .news .news_box {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    border-bottom: 1px solid #80808029;
    height: 200px;
  }
  .news .news_box:last-child {
    border-bottom: none;
  }
  .news .news_box .left_panel {
    width: 40%;
  }
  .news .news_box .right_panel {
    width: 60%;
  }
}
.news .headline h6 {
  font-size: 32px;
  padding-bottom: 15px;
}
.news .headline .terinary_link {
  font-family: Akk_Pro_Regular;
  font-size: 14px;
  color: #00804d;
  border-bottom: 2px solid;
  margin: 25px 0;
  text-decoration: none;
  transition: border-bottom-color cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
}
.news .headline .terinary_link:hover, .news .headline .terinary_link:focus {
  border-bottom-color: transparent !important;
}
.news .img_box {
  height: 270px;
  background-position: center center;
  border-bottom: 5px solid #009f51;
  background-size: cover;
}
@media (max-width: 576px) {
  .news .img_box {
    background-size: contain;
    background-repeat: no-repeat;
    border-bottom: none;
    height: 150px;
  }
}
.news .category {
  padding: 20px 0;
}
@media (max-width: 576px) {
  .news .category {
    padding: 10px 0;
  }
}
.news .category a, .news .category span {
  font-family: Akk_Pro_Light;
  text-decoration: none;
  font-size: 13px;
  color: #00804d;
}
.news .content_box h6 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.news .content_box h6 a {
  line-height: 1.5;
  color: #003435;
  text-decoration: none;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.news .content_box p {
  font-family: Akk_Pro_Light;
  font-size: 22px;
  line-height: 1.45;
  overflow: hidden;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  color: #003435;
}
@media (max-width: 576px) {
  .news .content_box p {
    display: none;
  }
}
.news .date {
  font-family: Akk_Pro_Light;
  font-size: 13px;
  line-height: 1.5;
  padding: 15px 0;
  color: #003435;
}

.component.container .news .component-content {
  padding: 0 7%;
}
.component.container .news.with_testimonial {
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Video_diagonal.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 0;
}

.news, .press_releases {
  padding-top: 60px;
}

.NewsFilter {
  text-align: center;
  border-bottom: 3px solid #e3e5e5;
}
.NewsFilter .component-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 30px;
}
@media (max-width: 576px) {
  .NewsFilter .component-content {
    padding: 0;
  }
}
.NewsFilter .component-content p {
  font-family: Akk_pro_light;
  font-size: 20px;
  line-height: 1.2;
  color: #003435;
}
.NewsFilter .mobFilterOptions {
  display: flex;
  justify-content: center;
}
.NewsFilter .mobFilterOptions p {
  font-family: "Akk_Pro_Regular" !important;
  color: #007f4d !important;
  font-size: 13px !important;
  text-decoration: none;
  border-bottom: 2px solid;
  position: relative;
  transition: border-bottom-color cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
  margin: 15px;
  cursor: pointer;
}
.NewsFilter .mobFilterOptions p:first-child:after {
  border-right: 1px solid #e5e5e5;
  content: "";
  right: -15px;
  position: relative;
}
.NewsFilter .filter_options {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.NewsFilter .filter_options.d-none {
  right: -100vh;
}
.NewsFilter .filter_options.d-none .close {
  display: none;
}
@media (max-width: 576px) {
  .NewsFilter .filter_options {
    justify-content: unset;
    flex-direction: column-reverse;
    position: fixed;
    width: 100%;
    background: #003435;
    top: 0;
    z-index: 999;
    right: 0;
    padding: 20px;
    animation: slide 1s;
    overflow-y: scroll;
    max-height: 100%;
  }
}
@keyframes slide {
  from {
    right: -100vh;
  }
  to {
    right: 0;
  }
}
.NewsFilter .filter_options .close {
  position: fixed;
  right: 0;
  top: 0;
  font-size: 30px;
  padding: 10px 20px;
  color: #fff;
  font-family: "Akk_Pro_Light";
  z-index: 99;
}
.NewsFilter .filter_options .refine {
  position: relative;
  padding-right: 30px;
}
@media (max-width: 576px) {
  .NewsFilter .filter_options .refine {
    border-top: 1px solid #007f4d;
  }
}
.NewsFilter .filter_options .refine .refine_cat_options {
  display: none;
}
.NewsFilter .filter_options .date_options {
  display: none;
}
.NewsFilter .filter_options .date {
  position: relative;
}
.NewsFilter .filter_options .date .label p {
  padding: 15px 0;
  font-family: "Akk_Pro_Light";
  font-size: 16px !important;
  cursor: pointer;
  position: relative;
  color: #fff !important;
}
.NewsFilter .filter_options .date .date_options {
  display: flex;
  position: absolute;
  border: 1px solid #e3e5e5;
  top: 34px;
  left: 15px;
  padding: 15px;
  background: #fff;
  text-align: left;
  font-family: "Akk_Pro_Light";
  font-size: 13px;
  color: #003435;
  width: 280px;
  height: 380px;
  z-index: 999;
}
@media (max-width: 576px) {
  .NewsFilter .filter_options .date .date_options {
    z-index: 99;
    top: 83px;
    height: max-content;
  }
}
.NewsFilter .filter_options .date .date_options input[type=radio] {
  filter: hue-rotate(240deg);
}
.NewsFilter .filter_options .date .date_options .submit_form {
  display: flex;
  justify-content: center;
}
.NewsFilter .filter_options .date .date_options .submit_form input[type=submit] {
  font-family: Akk_Pro_Regular;
  font-size: 16px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 10px 50px;
  border-radius: 20px;
  border: none;
  margin-left: 15px;
  cursor: pointer;
}
.NewsFilter .filter_options .date .date_options .clear_form {
  padding: 15px;
  text-align: center;
}
.NewsFilter .filter_options .date .date_options .clear_form input[type=reset] {
  background: none;
  border: none;
  border-bottom: solid 2px;
  padding: 0;
  color: #007f4d;
  cursor: pointer;
}
.NewsFilter .filter_options .date .date_options .date_range {
  display: none;
}
.NewsFilter .filter_options .date .date_options .date_range .datepicker,
.NewsFilter .filter_options .date .date_options .date_single .datepicker {
  width: 260px;
  height: 260px;
}
.NewsFilter .filter_options .date .date_options .date_range .datepicker table,
.NewsFilter .filter_options .date .date_options .date_single .datepicker table {
  font-family: "Akk_Pro_Light";
}
.NewsFilter .filter_options .date .date_options .date_range .datepicker table .datepickerGoPrev a span,
.NewsFilter .filter_options .date .date_options .date_range .datepicker table .datepickerGoNext a span,
.NewsFilter .filter_options .date .date_options .date_single .datepicker table .datepickerGoPrev a span,
.NewsFilter .filter_options .date .date_options .date_single .datepicker table .datepickerGoNext a span {
  color: #007f4d;
}
.NewsFilter .filter_options .date .date_options .date_range .datepicker table .datepickerMonth,
.NewsFilter .filter_options .date .date_options .date_single .datepicker table .datepickerMonth {
  font-family: "Akk_Pro_Regular";
  font-size: 18px;
  color: #003435;
}
.NewsFilter .filter_options .date .date_options .date_range .datepicker table tr:first-child th,
.NewsFilter .filter_options .date .date_options .date_single .datepicker table tr:first-child th {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.NewsFilter .filter_options .date .date_options .date_range .datepicker table .datepickerDoW th span,
.NewsFilter .filter_options .date .date_options .date_single .datepicker table .datepickerDoW th span {
  color: #003435;
  position: relative;
  left: 10px;
  font-size: 14px;
  font-family: "Akk_Pro_Regular";
}
.NewsFilter .filter_options .date .date_options .date_range .datepicker table td,
.NewsFilter .filter_options .date .date_options .date_single .datepicker table td {
  padding: 5px;
}
.NewsFilter .filter_options .date .date_options .date_range .datepicker table td.datepickerSelected,
.NewsFilter .filter_options .date .date_options .date_single .datepicker table td.datepickerSelected {
  background: #009f51;
}
.NewsFilter .filter_options .date .date_options .date_range .datepicker table td a,
.NewsFilter .filter_options .date .date_options .date_single .datepicker table td a {
  color: #000;
}
.NewsFilter .filter_options .date .date_options .date_range .datepicker table td.datepickerNotInMonth a,
.NewsFilter .filter_options .date .date_options .date_single .datepicker table td.datepickerNotInMonth a {
  color: #fff;
}
.NewsFilter .filter_options .date .date_options .date_range .datepicker .datepickerContainer,
.NewsFilter .filter_options .date .date_options .date_single .datepicker .datepickerContainer {
  background: #fff;
}
.NewsFilter .filter_options .refine_search_label,
.NewsFilter .filter_options .date_label {
  width: 225px;
  border: 1px solid #e3e5e5;
  padding: 10px;
  font-family: "Akk_Pro_Light";
  font-size: 13px;
  cursor: pointer;
  position: relative;
  height: 35px;
  z-index: 99;
  background: #fff;
}
.NewsFilter .filter_options .refine_search_label:focus,
.NewsFilter .filter_options .date_label:focus {
  border-color: #009f51;
}
.NewsFilter .filter_options .refine_search_label:after,
.NewsFilter .filter_options .date_label:after {
  content: "";
  position: absolute;
  background-image: url(../../../../../../Project/VHComTenant/VirginiaHousingSite/Commonwealth_Pine_Triangle.png);
  width: 8px;
  height: 5px;
  top: 13px;
  right: 10px;
  transform: rotate(0deg);
}
.NewsFilter .filter_options .refine_search_label.active,
.NewsFilter .filter_options .date_label.active {
  border-bottom: 0px;
}
.NewsFilter .filter_options .refine_search_label.active:after,
.NewsFilter .filter_options .date_label.active:after {
  transform: rotate(180deg);
}
.NewsFilter .filter_options .refine_search_label label,
.NewsFilter .filter_options .date_label label {
  cursor: pointer;
  position: relative;
  float: left;
}
@media (max-width: 576px) {
  .NewsFilter .filter_options .refine_search_label {
    border: 0px;
    margin: 10px 0;
    color: #fff;
    background: transparent;
    width: 100%;
  }
  .NewsFilter .filter_options .refine_search_label:after {
    display: none !important;
  }
  .NewsFilter .filter_options .date_label {
    margin-bottom: 20px;
  }
}
.NewsFilter .filter_options .refine_cat_options {
  display: flex;
  position: absolute;
  border: 1px solid #e3e5e5;
  top: 34px;
  left: 15px;
  padding: 15px;
  background: #fff;
  min-width: 650px;
  text-align: left;
  font-family: "Akk_Pro_Light";
  font-size: 13px;
  color: #003435;
  z-index: 1;
  justify-content: space-evenly;
}
@media (max-width: 576px) {
  .NewsFilter .filter_options .refine_cat_options {
    position: relative;
    background: transparent;
    color: #fff;
    border: none;
    min-width: auto;
    padding-bottom: 50px;
    top: 0px;
  }
}
.NewsFilter .filter_options #refine_from span {
  font-style: italic;
}
.NewsFilter .filter_options #refine_from input[type=checkbox] {
  filter: hue-rotate(240deg);
}
.NewsFilter .filter_options #refine_from input[type=checkbox]:focus {
  color: #009f51;
}
.NewsFilter .filter_options #refine_from .submit_form {
  display: flex;
  justify-content: center;
}
.NewsFilter .filter_options #refine_from .submit_form input[type=submit] {
  font-family: Akk_Pro_Regular;
  font-size: 16px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 10px 50px;
  border-radius: 20px;
  border: none;
  margin-left: 15px;
  cursor: pointer;
}
.NewsFilter .filter_options #refine_from .audience .listing {
  padding: 10px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  border-right: 1px solid #e3e5e5;
}
@media (max-width: 576px) {
  .NewsFilter .filter_options #refine_from .audience .listing {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    border-right: 0px;
  }
}
.NewsFilter .filter_options #refine_from .audience .listing ul.subitems {
  margin: 5px 15px;
}
.NewsFilter .filter_options #refine_from .audience .listing ul.subitems li {
  padding: 2px 0;
}
.NewsFilter .filter_options #refine_from .audience .listing label:focus {
  color: red;
}
.NewsFilter .filter_options #refine_from .topic .topics {
  padding: 10px 0;
}
.NewsFilter .filter_options #refine_from .topic .topics li {
  padding: 2px 0;
}

.resulted_articles .component-content {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px !important;
}

.procurement_template .rich-text {
  padding: 0;
}
.procurement_template .rich-text .component-content {
  max-width: 1200px;
  margin: 0 auto;
}
.procurement_template form .input_box {
  position: relative;
}
.procurement_template form .input_box:before {
  content: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Search_box_icon.png");
  position: absolute;
  top: 40px;
  left: 40px;
}
.procurement_template form .input_box .text_field {
  border: 1px solid #e3e5e5;
  height: 65px;
  width: 80%;
  margin: 20px;
  font-family: Akk_Pro_Light;
  font-size: 15px;
  padding: 20px 50px;
}
.procurement_template form .input_box .reset_field {
  position: absolute;
  left: 20px;
  width: 48px;
  top: 20px;
  height: 65px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.procurement_template .procurement_tab .component-content {
  margin: 0 auto;
  max-width: 1140px;
}
.procurement_template .procurement_tab .tabs-heading {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e3e5e5;
}
.procurement_template .procurement_tab .tabs-heading li {
  font-family: Akk_pro_regular;
  font-size: 18px;
  width: 20%;
  padding: 10px 0;
  cursor: pointer;
  color: #003435;
  text-align: center;
}
@media (max-width: 768px) {
  .procurement_template .procurement_tab .tabs-heading li {
    width: 50%;
  }
}
.procurement_template .procurement_tab .tabs-heading li.active {
  color: #00804d;
  border-bottom: 2px solid #00804d;
}
.procurement_template .procurement_tab .tabs-heading li:hover, .procurement_template .procurement_tab .tabs-heading li:focus {
  color: #00804d;
}
.procurement_template .procurement_tab .tabs-container .tab {
  display: none;
}
.procurement_template .procurement_tab .tabs-container .tab .table_component {
  padding: 0;
}
.procurement_template .procurement_tab .tabs-container .tab .table_component table thead th {
  padding: 0 15px;
}
.procurement_template .procurement_tab .tabs-container .tab .table_component table thead th a {
  display: block;
  padding: 13px;
}
.procurement_template .procurement_tab .tabs-container .tab .table_component table .status_box {
  background: #edece8;
  padding: 30px 15px;
  border-radius: 100px;
  width: 75px;
  height: 75px;
  text-align: center;
}
.procurement_template .procurement_tab .tabs-container .tab .table_component table td a {
  font-family: Akk_Pro_Light;
  font-size: 15px;
  color: #00804d;
  line-height: 2.5;
  text-decoration: none;
  border-bottom: 2px solid;
  position: relative;
  transition: border-bottom-color cubic-bezier(0.18, 0.89, 0.32, 1.28) 1s;
}
.procurement_template .procurement_tab .tabs-container .tab .table_component table td a:hover, .procurement_template .procurement_tab .tabs-container .tab .table_component table td a:focus {
  border-bottom-color: transparent !important;
  text-decoration: none;
  color: #00804d;
}
.procurement_template .procurement_tab .tabs-container .tab.active {
  display: block;
  overflow: hidden;
  font-family: Akk_pro_regular;
  margin: 20px 0;
}
.procurement_template .procurement_tab .tabs-container .tab.active .column-splitter {
  border-bottom: 1px solid #e3e5e5;
  padding: 10px 0;
}
.procurement_template .procurement_tab .tabs-container .tab.active .column-splitter .accordion {
  margin: 20px 0;
}

.paging_listbox {
  text-align: center;
  padding: 20px 0;
  font-family: "Akk_Pro_Light";
}
.paging_listbox select {
  padding: 5px;
}
.paging_listbox span {
  padding-right: 5px;
}
.paging_listbox a {
  padding: 0 10px;
  cursor: pointer;
}
.paging_listbox #previous img {
  transform: rotate(180deg);
}

.FeaturedNewsArticle .component-content {
  max-width: 1140px;
  margin: 0 auto;
}
.FeaturedNewsArticle .left_panel {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.FeaturedNewsArticle .left_panel .tag_name {
  font-family: Akk_pro_light;
  font-size: 13px;
  color: #00804d;
  padding-bottom: 20px;
}
.FeaturedNewsArticle .left_panel h3 a {
  color: #003435;
  line-height: 1.2;
}
.FeaturedNewsArticle .left_panel .description {
  font-family: Akk_pro_light;
  font-size: 20px;
  color: #003435;
  padding: 10px 0;
}
.FeaturedNewsArticle .left_panel .date {
  font-family: Akk_pro_light;
  font-size: 13px;
  color: #003435;
  padding: 5px 0;
}
.FeaturedNewsArticle .right_panel {
  padding: 50px 0;
}
.FeaturedNewsArticle .right_panel .img_box img {
  border-bottom: 5px solid #009f51;
  width: 100%;
}
.FeaturedNewsArticle .side-by-side {
  display: flex;
  flex-direction: row;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0 20%;
}
@media (max-width: 999px) {
  .FeaturedNewsArticle .side-by-side {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .FeaturedNewsArticle .side-by-side {
    margin: 0;
  }
}
.FeaturedNewsArticle .side-by-side .left_panel {
  padding: 30px;
}
.FeaturedNewsArticle .side-by-side .right_panel {
  padding: 0;
}
.FeaturedNewsArticle .side-by-side .right_panel .img_box {
  min-width: 400px;
  height: 100%;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/featured_article.png");
  background-size: cover;
}
@media (max-width: 999px) {
  .FeaturedNewsArticle .side-by-side .right_panel .img_box {
    min-width: 100%;
    height: 250px;
  }
}
.FeaturedNewsArticle .side-by-side h4 {
  font-size: 26px;
}
.FeaturedNewsArticle .side-by-side p {
  font-family: Akk_Pro_Light;
  font-size: 16px;
  line-height: 1.5;
}
.FeaturedNewsArticle .side-by-side .article-btn {
  background: #007f4d;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 15px 50px;
  border-radius: 22.5px;
  line-height: 1;
  font-family: Akk_Pro_Regular;
  display: inline-block;
  margin: 20px 0;
  width: fit-content;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.FeaturedNewsArticle .side-by-side .article-btn:hover, .FeaturedNewsArticle .side-by-side .article-btn:focus {
  background-position: left bottom;
  color: #fff;
}

.AboutPageNews .component-content {
  max-width: unset;
}

.FederalRecaptureTax .component-content {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .FederalRecaptureTax .component-content {
    padding: 0;
  }
}
.FederalRecaptureTax h6 {
  line-height: 1;
  padding: 12px 0;
}
.FederalRecaptureTax .submit_error {
  max-width: 450px;
  margin: 10px auto;
  padding: 10px;
  font-family: "Akk_Pro_Bold";
  font-size: 13px;
  color: #003435;
  border: 2px solid red;
}
.FederalRecaptureTax .search-box {
  background: #f8f8f8;
  font-family: Akk_Pro_Regular;
  font-size: 13px;
  margin: 0;
  padding: 25px 0;
}
.FederalRecaptureTax .search-box .search_notification {
  padding-top: 15px;
  color: red;
}
.FederalRecaptureTax .search-box .form-input {
  text-align: left;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 10px;
}
.FederalRecaptureTax .search-box input,
.FederalRecaptureTax .search-box button,
.FederalRecaptureTax .search-box select {
  border: 1px solid #e3e5e5;
  font-family: Akk_Pro_Light;
  font-size: 13px;
  padding: 5px 5px;
}
.FederalRecaptureTax .search-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(0, 159, 81)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
}
.FederalRecaptureTax .search-box button {
  font-family: Akk_Pro_Regular;
  font-size: 15px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 15px 70px;
  border-radius: 22.5px;
  border: none;
  margin: 15px 0;
  cursor: pointer;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.FederalRecaptureTax .search-box button:hover, .FederalRecaptureTax .search-box button:focus {
  background-position: left bottom;
  color: #fff;
}
.FederalRecaptureTax .search-box input[type=text] {
  min-width: 250px;
}
.FederalRecaptureTax .search-box button {
  cursor: pointer;
  min-width: 150px;
}
@media (max-width: 576px) {
  .FederalRecaptureTax .search-box {
    padding: 10px 0;
  }
  .FederalRecaptureTax .search-box .form-input {
    text-align: left;
    padding-bottom: 8px;
  }
  .FederalRecaptureTax .search-box .form-input p,
.FederalRecaptureTax .search-box .form-input .field-link {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
  }
}
.FederalRecaptureTax .FRT_search_results .tabled_result .table_headline {
  font-family: Akk_pro_light;
  font-size: 14px;
  padding: 15px;
  color: #003435;
}
.FederalRecaptureTax .FRT_search_results .tabled_result .table_component {
  padding: 0;
  margin: 0;
}
.FederalRecaptureTax .FRT_search_results .tabled_result .table_component .dataTables_length,
.FederalRecaptureTax .FRT_search_results .tabled_result .table_component .dataTables_info,
.FederalRecaptureTax .FRT_search_results .tabled_result .table_component .dataTables_paginate {
  display: none;
}
.FederalRecaptureTax .FRT_search_results .tabled_result .table_component .row {
  margin: 0;
  padding: 0;
}
.FederalRecaptureTax .FRT_search_results .tabled_result table {
  max-width: 500px;
  min-width: auto;
}
.FederalRecaptureTax .FRT_search_results .tabled_result table td,
.FederalRecaptureTax .FRT_search_results .tabled_result table th {
  width: 50%;
  text-align: center;
}
.FederalRecaptureTax .FRT_search_results .description {
  font-family: Akk_pro_light;
  font-size: 18px;
  color: #003435;
  display: block;
  line-height: 1.2;
}
.FederalRecaptureTax .FRT_search_results #lineChart {
  margin: 20px 0;
}
.FederalRecaptureTax .FRT_search_results .chart_legends {
  font-family: Akk_pro_light;
  padding: 10px;
  font-size: 14px;
  color: #003435;
}
.FederalRecaptureTax .FRT_search_results .chart_legends .bIncome,
.FederalRecaptureTax .FRT_search_results .chart_legends .rIncome {
  padding: 5px 0;
  position: relative;
  padding-left: 30px;
}
.FederalRecaptureTax .FRT_search_results .chart_legends .bIncome:after,
.FederalRecaptureTax .FRT_search_results .chart_legends .rIncome:after {
  content: "";
  width: 25px;
  position: absolute;
  height: 3px;
  background: #e5e5e5;
  left: 0;
  bottom: 10px;
}
.FederalRecaptureTax .FRT_search_results .chart_legends .bIncome:after {
  background: #418cf0;
}
.FederalRecaptureTax .FRT_search_results .chart_legends .rIncome:after {
  background: #fcb441;
}

.faq_tab {
  margin-bottom: 25px;
}
.faq_tab .component-content {
  margin: 0 auto;
  max-width: 920px;
}
.faq_tab.no_tab_heading .tabs-heading {
  display: none;
}
.faq_tab .tabs-heading {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e3e5e5;
}
.faq_tab .tabs-heading li {
  font-family: Akk_pro_regular;
  font-size: 18px;
  width: 24%;
  padding: 10px 0;
  cursor: pointer;
  color: #003435;
  text-align: center;
}
@media (max-width: 768px) {
  .faq_tab .tabs-heading li {
    width: 50%;
  }
}
.faq_tab .tabs-heading li.active {
  color: #00804d;
  border-bottom: 2px solid #00804d;
}
.faq_tab .tabs-heading li:hover, .faq_tab .tabs-heading li:focus {
  color: #00804d;
}
.faq_tab .tabs-container .tab {
  display: none;
}
.faq_tab .tabs-container .tab.active {
  display: block;
  overflow: hidden;
  font-family: Akk_pro_regular;
}
.faq_tab .tabs-container .tab.active .rich-text {
  font-family: Akk_pro_regular;
  padding-left: 20px;
}
.faq_tab .tabs-container .tab.active .column-splitter {
  border-bottom: 1px solid #e3e5e5;
  padding: 10px 0;
}
.faq_tab .tabs-container .tab.active .column-splitter:last-child {
  border: none;
}
.faq_tab .tabs-container .tab.active .column-splitter .accordion {
  margin: 20px 0;
}
.faq_tab .tabs-container .accordion .item {
  font-family: Akk_pro_Regular;
  padding: 5px 0;
  color: #003435;
  font-size: 14px;
  position: relative;
  transition: all 0.5s;
}
.faq_tab .tabs-container .accordion .item .toggle-header {
  cursor: pointer;
  padding-right: 20px;
  line-height: 1.2;
}
.faq_tab .tabs-container .accordion .item .toggle-header:focus {
  color: #00804d;
}
.faq_tab .tabs-container .accordion .item .toggle-header:after {
  content: "";
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/accodion_icon.png");
  position: absolute;
  background-size: contain;
  width: 12px;
  height: 7px;
  top: 10px;
  right: 0px;
  transform: rotate(0deg);
  cursor: pointer;
}
.faq_tab .tabs-container .accordion .item.active .toggle-header:after {
  transform: rotate(180deg);
}
.faq_tab .tabs-container .accordion .item .toggle-content {
  padding: 10px 0;
}
@media (max-width: 576px) {
  .faq_tab .tabs-container .accordion .rich-text .component-content {
    padding: 0;
  }
}

.faq-header .component-content {
  max-width: 980px;
  margin: 0 auto;
}

.quicklinks {
  background: #f8f8f8;
  min-height: 500px;
  padding-top: 100px;
  margin: 0 auto;
  padding-bottom: 230px;
}
.quicklinks .wrap_quicklinks {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 0;
}
.quicklinks.with_green {
  background: #00804d;
  height: max-content;
  padding: 70px;
}
@media (max-width: 768px) {
  .quicklinks.with_green {
    padding: 70px !important;
    margin-bottom: 0px !important;
  }
}
.quicklinks.with_green .heading h3 {
  color: #fff;
}
.quicklinks.with_green .links h6 {
  color: #fff;
}
.quicklinks.with_green .links h6:before {
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/quick link white triangle.png");
}
.quicklinks.with_green .field-link a {
  color: #fff;
  font-family: Akk_pro_regular;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .quicklinks.with_green {
    padding: 70px 40px;
  }
}
.quicklinks.mid_page {
  min-height: unset;
}
@media (max-width: 999px) {
  .quicklinks {
    padding: 0 30px;
    padding-top: 100px;
    padding-bottom: 230px;
  }
}
@media (max-width: 768px) {
  .quicklinks {
    height: max-content;
    padding-bottom: 320px !important;
    margin-bottom: -320px !important;
    padding-top: 20px;
  }
  .quicklinks .col-4 {
    flex: 100%;
    max-width: 100%;
  }
}
.quicklinks.pull-bottom {
  margin-bottom: -100px;
  min-height: 400px;
  padding-bottom: 0;
}
.quicklinks .heading .component-content {
  padding: 0 !important;
}
@media (max-width: 1199px) {
  .quicklinks .heading h3 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .quicklinks .heading h3 {
    font-size: 30px;
  }
}
.quicklinks .links {
  position: relative;
  left: 25px;
  padding: 0 5px;
}
@media (max-width: 768px) {
  .quicklinks .links {
    left: 0;
    padding: 10px 0 !important;
  }
}
@media (max-width: 576px) {
  .quicklinks .links {
    left: 0px;
  }
}
.quicklinks .links .row {
  margin: 0;
}
.quicklinks .links h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25ch;
}
.quicklinks .links h6:first-letter {
  text-transform: capitalize;
}
.quicklinks .links h6:before {
  content: "";
  position: absolute;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/quick link triangle.png");
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  left: -20px;
  top: 10px;
}
@media (max-width: 768px) {
  .quicklinks .links h6:before {
    display: none;
  }
}
.quicklinks .links .link-list {
  padding: 0 !important;
  padding-right: 10px !important;
}
.quicklinks .links .link-list .component-content {
  padding: 0 !important;
}
.quicklinks .links ul {
  margin: 0;
}
.quicklinks .links ul li a {
  margin: 0;
}
.quicklinks .links ul li:last-child {
  padding-bottom: 0;
  border: none;
}

footer #footer {
  padding: 0;
}
footer #footer .row:first-child {
  margin: 0;
}
footer #footer .footer_component {
  padding: 0;
}
footer .site_footer {
  background-color: #003335;
  min-height: 600px;
  padding: 150px 0 70px 0;
  position: relative;
}
footer .site_footer.no_stripe:after {
  display: none;
}
@media (max-width: 576px) {
  footer .site_footer {
    padding: 150px 0 0;
  }
}
footer .site_footer .footer_cols {
  padding: 0 7%;
  width: 100%;
}
footer .site_footer .footer_cols .col1 {
  font-size: 14px;
}
@media (max-width: 600px) {
  footer .site_footer .footer_cols .col1 {
    flex: 1 100%;
    text-align: center;
  }
}
footer .site_footer .footer_cols .col1 li,
footer .site_footer .footer_cols .col1 .list_item {
  padding-bottom: 10px;
}
@media (max-width: 600px) {
  footer .site_footer .footer_cols .col1 li,
footer .site_footer .footer_cols .col1 .list_item {
    text-align: center;
  }
}
@media (max-width: 576px) {
  footer .site_footer .footer_cols .col1 {
    padding-bottom: 30px;
  }
  footer .site_footer .footer_cols .col1:after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0;
    height: 1px;
    width: 80%;
    border-bottom: 1px solid #005658;
  }
}
footer .site_footer .footer_cols .col1 .translate a {
  color: rgba(238, 236, 232, 0.85);
}
footer .site_footer .footer_cols .col2 {
  font-size: 16px;
  padding-right: 28px;
}
footer .site_footer .footer_cols .col2 li,
footer .site_footer .footer_cols .col2 .list_item {
  padding-bottom: 15px;
}
footer .site_footer .footer_cols .col3 {
  font-size: 16px;
}
footer .site_footer .footer_cols .col3 li,
footer .site_footer .footer_cols .col3 .list_item {
  padding-bottom: 15px;
}
footer .site_footer .footer_cols .col4 {
  font-size: 16px;
}
footer .site_footer .footer_cols .col4 li,
footer .site_footer .footer_cols .col4 .list_item {
  padding-bottom: 15px;
}
footer .site_footer .footer_cols .col5 {
  font-size: 16px;
  padding-right: 5px;
}
footer .site_footer .footer_cols .col5 li,
footer .site_footer .footer_cols .col5 .list_item {
  padding-bottom: 15px;
}
footer .site_footer .footer_cols h4 {
  font-size: 22px;
  letter-spacing: normal;
  text-align: left;
  color: rgba(255, 255, 255, 0.85);
}
footer .site_footer .footer_cols p {
  font-family: Akk_Pro_Light;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: rgba(238, 236, 232, 0.85);
}
footer .site_footer .footer_cols ul li,
footer .site_footer .footer_cols ul .list_item,
footer .site_footer .footer_cols .main_list li,
footer .site_footer .footer_cols .main_list .list_item {
  font-family: Akk_Pro_Light;
  letter-spacing: normal;
  text-align: left;
  color: rgba(238, 236, 232, 0.85);
}
footer .site_footer .footer_cols ul li a,
footer .site_footer .footer_cols ul .list_item a,
footer .site_footer .footer_cols .main_list li a,
footer .site_footer .footer_cols .main_list .list_item a {
  font-family: Akk_Pro_Light;
  letter-spacing: normal;
  text-align: left;
  color: rgba(238, 236, 232, 0.85);
  text-decoration: none;
  line-height: 1.2;
  padding-bottom: 2px;
  position: relative;
}
footer .site_footer .footer_cols ul li a:focus:after,
footer .site_footer .footer_cols ul .list_item a:focus:after,
footer .site_footer .footer_cols .main_list li a:focus:after,
footer .site_footer .footer_cols .main_list .list_item a:focus:after {
  width: 100%;
}
footer .site_footer .footer_cols ul li a:after,
footer .site_footer .footer_cols ul .list_item a:after,
footer .site_footer .footer_cols .main_list li a:after,
footer .site_footer .footer_cols .main_list .list_item a:after {
  content: "";
  border-bottom: 2px solid;
  height: 2px;
  display: inline-block;
  position: absolute;
  left: 0;
  width: 0%;
  bottom: 0;
  transition: width 1s;
  padding-bottom: 5px;
}
footer .site_footer .footer_cols .social_icons li,
footer .site_footer .footer_cols .social_icons .list_item {
  display: inline-block;
  font-size: 20px;
  padding-right: 15px;
}
footer .site_footer .footer_cols .social_icons .fa {
  font-weight: 400 !important;
  font-family: FontAwesome;
}
footer .site_footer .footer_cols .mobile {
  padding: 30px 7%;
}
footer .site_footer .footer_cols .mobile ul {
  padding-bottom: 25px;
}
footer .site_footer .footer_cols .mobile .social p {
  text-align: center;
  font-size: 14px;
}
footer .site_footer .footer_cols .mobile .social ul {
  text-align: center;
}
footer .site_footer .footer_cols .mobile .social ul li {
  font-size: 27px;
}
footer .site_footer .footer_cols .mobile .social:before {
  content: "";
  position: absolute;
  left: 10%;
  height: 1px;
  width: 80%;
  border-bottom: 1px solid #005658;
}
footer .site_footer .footer_cols .mobile .translate a {
  color: rgba(238, 236, 232, 0.85);
}
footer .copyright {
  background: #002d2f;
  padding: 25px 3%;
  color: rgba(238, 236, 232, 0.6);
  font-size: 13px;
  line-height: 1.2;
}
@media (max-width: 576px) {
  footer .copyright {
    text-align: center;
    padding: 25px 12%;
  }
}
footer .copyright img {
  float: right;
}
@media (max-width: 576px) {
  footer .copyright img {
    float: inherit;
    margin: 20px 0;
  }
}
footer .cookies {
  background: #555;
  color: #fff;
  padding: 25px 3%;
  font-size: 13px;
  line-height: 1.2;
}
@media (max-width: 576px) {
  footer .cookies {
    text-align: center;
    padding: 25px 12%;
  }
}
footer .cookies a {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 22.5px;
  font-size: 15px;
  text-align: right;
  padding: 15px 60px;
}
footer .cookies .vertical-center {
  align-self: center;
}
@media (max-width: 576px) {
  footer .cookies .vertical-center {
    padding: 30px 0;
  }
}

.housing-directory {
  padding: 50px 100px;
}
.housing-directory .horizontal-line {
  border-bottom: 1px solid #dadada;
  height: 1.5em;
  margin-bottom: 1.5em;
}
.housing-directory a {
  font-family: Akk_pro_regular;
  color: #00804d;
  text-decoration: underline;
}
.housing-directory .closed {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  transition: max-height 1s ease 0.025s, opacity 0.5s ease 0s;
}
.housing-directory .open {
  opacity: 1;
  max-height: 2000px;
  transition: max-height 1s ease 0s, opacity 0.5s ease 0.25s;
}
.housing-directory .intro-header {
  padding: 30px 60px;
  max-width: 70%;
  display: flex;
  flex-direction: column;
}
.housing-directory .intro-header p {
  font-size: 20px;
  font-family: Akk_pro_light;
  color: #003435;
}
.housing-directory .intro-header a {
  font-size: 14px;
  text-decoration: none;
  margin: 10px 0;
  display: flex;
}
.housing-directory .intro-header a img {
  width: 20px;
  padding-right: 5px;
}
.housing-directory .intro-header a p {
  color: #00804d;
  font-size: 14px;
  font-family: Akk_Pro_Regular;
  overflow-wrap: break-word;
  width: fit-content;
  line-height: 1.5;
  border-bottom: 2px solid;
}
.housing-directory .intro-header span {
  font-size: 13px;
  font-family: Akk_pro_light;
  color: #003435;
}
.housing-directory .intro-header span a {
  font-size: 13px;
  display: unset;
}
@media (max-width: 768px) {
  .housing-directory .intro-header {
    padding: 30px 0;
    max-width: 100%;
  }
}
.housing-directory .search-panel {
  background-color: #f8f8f8;
  padding: 30px 60px;
}
.housing-directory .search-panel h6 {
  position: relative;
  padding-top: 20px;
}
.housing-directory .search-panel h6:after {
  content: "";
  position: absolute;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Commonwealth_Pine_Triangle.png");
  transform: scale(2);
  width: 8px;
  height: 5px;
  top: 21px;
  right: 10px;
}
@media (max-width: 1199px) {
  .housing-directory .search-panel h6:after {
    right: 0;
  }
}
@media (max-width: 768px) {
  .housing-directory .search-panel h6:after {
    top: 16px;
  }
}
@media (max-width: 576px) {
  .housing-directory .search-panel h6:after {
    transform: scale(1.5);
    top: 13px;
  }
}
@media (max-width: 768px) {
  .housing-directory .search-panel h6 {
    padding-top: 0;
  }
}
.housing-directory .search-panel .active:after {
  transform: rotate(180deg) scale(2);
}
@media (max-width: 576px) {
  .housing-directory .search-panel .active:after {
    transform: rotate(180deg) scale(1.5);
  }
}
.housing-directory .search-panel .form-block {
  padding: 10px 40px;
  display: flex;
  flex-direction: column;
}
.housing-directory .search-panel .form-block * {
  margin-bottom: 10px;
}
.housing-directory .search-panel .form-block span {
  font-family: Akk_Pro_Light;
  font-size: 15px;
}
.housing-directory .search-panel .form-block div {
  display: flex;
  flex-direction: row;
}
@media (max-width: 576px) {
  .housing-directory .search-panel .form-block div {
    flex-direction: column;
  }
}
.housing-directory .search-panel .form-block input,
.housing-directory .search-panel .form-block select {
  border: 1px solid #e3e5e5;
  padding: 12px;
  font-family: Akk_pro_light;
  color: #003435;
  font-size: 13px;
  flex-grow: 1;
}
.housing-directory .search-panel .form-block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(0, 159, 81)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}
.housing-directory .search-panel .form-block button {
  font-family: Akk_Pro_Regular;
  font-size: 15px;
  color: #fff;
  background-color: #007f4d;
  border-radius: 22.5px;
  border: none;
  cursor: pointer;
  padding: 15px 50px;
  margin-left: 10px;
}
.housing-directory .search-panel .form-block .desktop-location-filter {
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .housing-directory .search-panel .form-block .desktop-location-filter {
    display: none;
  }
}
.housing-directory .search-panel .form-block .desktop-location-filter .location {
  display: flex;
  flex-direction: column;
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  transition: max-height 0.5s ease 0.2s, opacity 0.5s ease 0s;
}
.housing-directory .search-panel .form-block .desktop-location-filter .location .virginia-housing-map {
  width: 100%;
}
.housing-directory .search-panel .form-block .desktop-location-filter .location .back-to-main-map {
  color: #00804d;
  text-decoration: underline;
  cursor: pointer;
}
.housing-directory .search-panel .form-block .desktop-location-filter .location area {
  cursor: pointer;
}
.housing-directory .search-panel .form-block .desktop-location-filter .shown {
  opacity: 1;
  max-height: 2500px;
  pointer-events: unset;
  transition: max-height 0.5s ease 0.8s, opacity 0.5s ease 1s;
}
@media (min-width: 577px) {
  .housing-directory .search-panel .form-block .mobile-location-filter {
    display: none;
  }
}
@media (max-width: 576px) {
  .housing-directory .search-panel .form-block {
    padding: 10px 0;
  }
}
@media (max-width: 768px) {
  .housing-directory .search-panel {
    padding: 30px 30px;
  }
}
.housing-directory .table_component {
  padding: 0;
}
.housing-directory .table_component thead {
  display: none;
}
.housing-directory .table_component tbody span {
  font-family: Akk_Pro_Bold;
}
.housing-directory .table_component tbody td:last-child {
  width: 30px;
  min-width: 30px;
}
.housing-directory .directory-link {
  cursor: pointer;
}
.housing-directory .results-panel {
  padding: 30px 60px;
}
.housing-directory .results-panel .result-list,
.housing-directory .results-panel .details-panel {
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  transition: max-height 0.001s ease 0.5s, opacity 0.5s ease 0s;
}
.housing-directory .results-panel .result-list .link-header,
.housing-directory .results-panel .details-panel .link-header {
  display: flex;
  justify-content: space-between;
}
.housing-directory .results-panel .result-list .link-header a,
.housing-directory .results-panel .result-list .link-header .directory-return,
.housing-directory .results-panel .details-panel .link-header a,
.housing-directory .results-panel .details-panel .link-header .directory-return {
  cursor: pointer;
  font-family: Akk_pro_regular;
  color: #00804d;
  font-size: 13px;
  text-decoration: none;
  line-height: 1.5;
  display: flex;
}
.housing-directory .results-panel .result-list .link-header a img,
.housing-directory .results-panel .result-list .link-header .directory-return img,
.housing-directory .results-panel .details-panel .link-header a img,
.housing-directory .results-panel .details-panel .link-header .directory-return img {
  height: fit-content;
  align-self: center;
  margin-right: 5px;
}
.housing-directory .results-panel .result-list .link-header a p,
.housing-directory .results-panel .result-list .link-header .directory-return p,
.housing-directory .results-panel .details-panel .link-header a p,
.housing-directory .results-panel .details-panel .link-header .directory-return p {
  border-bottom: 2px solid;
  overflow-wrap: break-word;
  width: fit-content;
  margin: 10px 0;
}
@media (min-width: 576px) {
  .housing-directory .results-panel .result-list .horizontal-line,
.housing-directory .results-panel .details-panel .horizontal-line {
    display: none;
  }
}
.housing-directory .results-panel .result-list .content-block,
.housing-directory .results-panel .details-panel .content-block {
  display: flex;
  flex-direction: row;
  font-family: Akk_Pro_Light;
  font-size: 14px;
}
.housing-directory .results-panel .result-list .content-block h4,
.housing-directory .results-panel .details-panel .content-block h4 {
  font-size: 16px;
}
.housing-directory .results-panel .result-list .content-block p,
.housing-directory .results-panel .details-panel .content-block p {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.housing-directory .results-panel .result-list .content-block b,
.housing-directory .results-panel .details-panel .content-block b {
  font-family: Akk_Pro_Bold;
}
.housing-directory .results-panel .result-list .content-block .description-block,
.housing-directory .results-panel .details-panel .content-block .description-block {
  flex-grow: 1;
  margin-right: 100px;
}
@media (max-width: 576px) {
  .housing-directory .results-panel .result-list .content-block .description-block,
.housing-directory .results-panel .details-panel .content-block .description-block {
    margin: 0;
  }
}
.housing-directory .results-panel .result-list .content-block .details-block,
.housing-directory .results-panel .details-panel .content-block .details-block {
  min-width: 25%;
}
@media (max-width: 576px) {
  .housing-directory .results-panel .result-list .content-block,
.housing-directory .results-panel .details-panel .content-block {
    flex-direction: column;
  }
}
.housing-directory .results-panel .shown {
  opacity: 1;
  max-height: 2000px;
  pointer-events: unset;
  transition: max-height 0.001s ease 0.5s, opacity 0.5s ease 0.5s;
}
@media (max-width: 768px) {
  .housing-directory .results-panel {
    padding: 30px 0;
  }
}
@media (max-width: 798px) {
  .housing-directory {
    padding: 30px 0;
  }
}

.bio-back-link .component-content {
  margin: 0 auto;
  max-width: 1140px;
}

.component.bio {
  margin: 0 auto;
}

.leadership .center {
  text-align: center;
}
.leadership .center h2 {
  width: 100%;
  padding: 30px 0;
}
.leadership .component-content {
  display: flex;
  flex-direction: row;
  margin: 0 15%;
}
@media (max-width: 999px) {
  .leadership .component-content {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .leadership .component-content {
    margin: 0 6%;
  }
}
@media (max-width: 576px) {
  .leadership .component-content {
    margin: 0;
  }
}
.leadership .component-content .left_panel {
  align-self: center;
}
.leadership .component-content .left_panel .img_box {
  position: relative;
  width: 300px;
  height: 300px;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/leadership.png");
  background-size: cover;
}
@media (max-width: 768px) {
  .leadership .component-content .left_panel .img_box {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 576px) {
  .leadership .component-content .left_panel .img_box {
    width: 200px;
    height: 200px;
  }
}
.leadership .component-content .left_panel .img_box::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -15px;
  width: 320px;
  height: 157px;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/stripes.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 768px) {
  .leadership .component-content .left_panel .img_box::after {
    width: 420px;
    height: 199px;
  }
}
@media (max-width: 576px) {
  .leadership .component-content .left_panel .img_box::after {
    width: 215px;
    height: 105px;
    left: -15px;
    bottom: -10px;
  }
}
.leadership .component-content .left_panel .img_wrapper {
  position: relative;
}
.leadership .component-content .left_panel .img_wrapper img {
  width: 300px;
  height: 300px;
}
@media (max-width: 768px) {
  .leadership .component-content .left_panel .img_wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 576px) {
  .leadership .component-content .left_panel .img_wrapper img {
    width: 200px;
    height: 200px;
  }
}
.leadership .component-content .left_panel .img_wrapper::after {
  content: "";
  position: absolute;
  left: -20px;
  bottom: -15px;
  width: 320px;
  height: 157px;
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/stripes.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media (max-width: 768px) {
  .leadership .component-content .left_panel .img_wrapper::after {
    width: 420px;
    height: 199px;
  }
}
@media (max-width: 576px) {
  .leadership .component-content .left_panel .img_wrapper::after {
    width: 215px;
    height: 105px;
    left: -15px;
    bottom: -10px;
  }
}
.leadership .component-content .right_panel {
  display: flex;
  flex-direction: column;
  font-family: Akk_Pro_Light;
  justify-content: center;
  padding: 60px 60px 0 60px;
}
.leadership .component-content .right_panel .field-personname {
  line-height: 1;
  margin-bottom: 5px;
}
@media (max-width: 1100px) {
  .leadership .component-content .right_panel {
    padding: 60px 30px 0 40px;
  }
}
@media (max-width: 768px) {
  .leadership .component-content .right_panel {
    padding: 60px 20px;
  }
}
@media (max-width: 576px) {
  .leadership .component-content .right_panel {
    padding: 50px 0 20px;
  }
}
.leadership .component-content .right_panel span {
  font-size: 14px;
  padding-bottom: 20px;
}
.leadership .component-content .right_panel p {
  font-size: 18px;
  padding-bottom: 20px;
}
@media (max-width: 576px) {
  .leadership .component-content .right_panel p {
    font-size: 15px;
  }
}
.leadership .component-content .right_panel .mobile-highlight {
  font-size: 18px;
}
.leadership .component-content .right_panel a {
  color: #007f4d;
  text-decoration: none;
  border-bottom: 1px solid #007f4d;
  font-family: Akk_Pro_Regular;
  width: fit-content;
  font-size: 14px;
}
.leadership .component-content .right_panel .emphasis-btn {
  background: #007f4d;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 15px 50px;
  border-radius: 22.5px;
  line-height: 1;
  border-bottom: 0;
  font-family: Akk_Pro_Regular;
  display: inline-block;
  margin: 20px 0;
  width: fit-content;
  margin-right: 20px;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.leadership .component-content .right_panel .emphasis-btn:hover, .leadership .component-content .right_panel .emphasis-btn:focus {
  background-position: left bottom;
  color: #fff;
}
@media (max-width: 576px) {
  .leadership .component-content .right_panel .emphasis-btn {
    padding: 15px 30px;
  }
}
.leadership.bio_overview {
  margin-left: 12%;
  max-width: 88%;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .leadership.bio_overview {
    max-width: 76%;
  }
}
@media (max-width: 576px) {
  .leadership.bio_overview {
    max-width: 100%;
    margin-left: 0;
  }
}
.leadership.bio_overview .left_panel .img_wrapper {
  position: relative;
}
.leadership.bio_overview .left_panel .img_wrapper img {
  width: 400px !important;
  height: 400px !important;
}
@media (max-width: 990px) {
  .leadership.bio_overview .left_panel .img_wrapper img {
    height: 300px !important;
    width: 300px !important;
  }
}
.leadership.bio_overview .left_panel .img_wrapper::after {
  width: 421px !important;
  height: 201px !important;
}
@media (max-width: 990px) {
  .leadership.bio_overview .left_panel .img_wrapper::after {
    width: 320px !important;
    height: 157px !important;
  }
}
@media (max-width: 576px) {
  .leadership.bio_overview .left_panel .img_wrapper::after {
    width: 314px !important;
  }
}
.leadership.bio_overview .right_panel h3,
.leadership.bio_overview .right_panel span {
  color: #003435;
}
@media (max-width: 768px) {
  .leadership.bio_overview .right_panel h3,
.leadership.bio_overview .right_panel span,
.leadership.bio_overview .right_panel .field-description,
.leadership.bio_overview .right_panel .links {
    text-align: center;
  }
}
.leadership.bio_overview .right_panel .field-description {
  font-family: "Akk_Pro_Light";
  color: #003435;
}
.leadership.bio_overview .right_panel .links {
  margin: 10px 0;
}
.leadership.bio_overview .right_panel .links a.field-promolink {
  font-family: Akk_Pro_Light;
  font-size: 15px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 15px 35px;
  border-radius: 22.5px;
}
.leadership .wide {
  margin: 0;
}
@media (min-width: 1000px) {
  .leadership .wide .left_panel {
    align-self: unset;
  }
}
@media (min-width: 1000px) {
  .leadership .wide .right_panel {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.leadershipTeam {
  max-width: 1140px;
  margin: 0 auto;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 40px;
  padding: 20px 0;
}
.leadershipTeam.noborder {
  margin-bottom: 0px;
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .leadershipTeam {
    padding: 20px 15px;
  }
}
@media (max-width: 576px) {
  .leadershipTeam {
    padding: 20px;
  }
}
.leadershipTeam .header {
  padding: 25px 0;
}
.leadershipTeam .header .col-md-5, .leadershipTeam .header .col-md-7 {
  margin: auto;
}
.leadershipTeam .header h3 {
  line-height: 1.2;
}
.leadershipTeam .header p {
  font-family: "Akk_Pro_Light";
  font-size: 18px;
  line-height: 1.2;
  color: #003435;
}
.leadershipTeam .header .links {
  display: flex;
}
.leadershipTeam .header .links .field-link {
  padding-right: 30px;
}
.leadershipTeam .team .member {
  min-height: max-content;
  padding: 15px;
}
@media (max-width: 768px) {
  .leadershipTeam .team .member {
    width: 50%;
  }
}
.leadershipTeam .team .member .img_box {
  height: 208px;
  overflow: hidden;
  text-align: center;
  margin: 5px 0;
}
@media (max-width: 576px) {
  .leadershipTeam .team .member .img_box {
    height: 150px;
  }
}
.leadershipTeam .team .member .img_box img {
  width: 100%;
  height: 208px;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 576px) {
  .leadershipTeam .team .member .img_box img {
    width: 150px;
  }
}
.leadershipTeam .team .member.no_bio_pic {
  margin-bottom: 50px;
}
.leadershipTeam .team .member.no_bio_pic .img_box {
  display: none;
}
.leadershipTeam .team .member .name,
.leadershipTeam .team .member .designation {
  font-family: "Akk_Pro_Light";
  text-align: center;
  display: block;
  padding: 3px 0;
}
.leadershipTeam .team .member .name {
  font-size: 18px;
  color: #00804d;
  text-decoration: none;
}
.leadershipTeam .team .member .designation {
  font-size: 14px;
  color: #003435;
}

.divider .component-content {
  max-width: 800px;
  margin: 0 auto;
}
.divider .component-content hr {
  background: #e5e5e5;
  height: 1px;
  border: none;
}

.RealEstateAgent {
  padding: 0;
}
.RealEstateAgent .component-content {
  max-width: 1140px;
  margin: 0 auto;
}
.RealEstateAgent .search-box {
  background: #f8f8f8;
  font-family: Akk_Pro_Regular;
  font-size: 13px;
  padding: 50px;
  border-bottom: 4px solid #009f51;
  margin: 40px 0;
}
@media (max-width: 576px) {
  .RealEstateAgent .search-box {
    padding: 20px;
  }
  .RealEstateAgent .search-box #RealEstateAgent {
    padding: 0;
  }
  .RealEstateAgent .search-box #RealEstateAgent .col-md-12 {
    margin: 0;
  }
  .RealEstateAgent .search-box #RealEstateAgent .col-md-12 .col-md-6 {
    padding: 0;
  }
}
.RealEstateAgent .search-box .heading {
  font-size: 20px;
  padding: 10px 15px;
  color: #003435;
}
.RealEstateAgent .search-box label {
  display: block;
  padding: 10px 0;
  font-family: Akk_pro_regular;
  font-size: 15px;
  color: #003435;
}
.RealEstateAgent .search-box input[type=text] {
  border: 1px solid #e3e5e5;
  padding: 8px;
  width: 100%;
  font-family: Akk_pro_light;
  color: #003435;
  font-size: 13px;
}
@media (max-width: 576px) {
  .RealEstateAgent .search-box .submit_field {
    text-align: center;
  }
}
.RealEstateAgent .search-box select {
  font-family: Akk_pro_light;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(0, 159, 81)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
}
.RealEstateAgent .search-box input[type=submit] {
  font-family: Akk_Pro_Regular;
  font-size: 16px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 10px 70px;
  border-radius: 20px;
  border: none;
  margin: 15px 0;
  cursor: pointer;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.RealEstateAgent .search-box input[type=submit]:hover, .RealEstateAgent .search-box input[type=submit]:focus {
  background-position: left bottom;
  color: #fff;
}
.RealEstateAgent .RealEstateAgent_results.table_component {
  padding: 0;
}
.RealEstateAgent .RealEstateAgent_results.table_component .dataTables_length {
  top: -40px !important;
}
.RealEstateAgent .RealEstateAgent_results.table_component .dataTables_info {
  order: -1;
}
.RealEstateAgent .RealEstateAgent_results.table_component .dataTables_paginate {
  top: 0 !important;
  width: 75% !important;
  margin: 0 auto;
}
.RealEstateAgent .RealEstateAgent_results.table_component .table_assets {
  position: relative;
  bottom: -50px;
}
.RealEstateAgent .RealEstateAgent_results.table_component table thead th {
  width: 22% !important;
  border-right: 1px solid #fff;
}
.RealEstateAgent .RealEstateAgent_results.table_component table thead th:last-child {
  width: 12% !important;
}
.RealEstateAgent .RealEstateAgent_results.table_component table .AgentName {
  color: #003435;
}
.RealEstateAgent .RealEstateAgent_results.table_component table .AgentName h4 {
  font-size: 14px;
}
.RealEstateAgent .RealEstateAgent_results.table_component table .AgentName .phone,
.RealEstateAgent .RealEstateAgent_results.table_component table .AgentName .designation,
.RealEstateAgent .RealEstateAgent_results.table_component table .AgentName .email {
  font-family: "Akk_Pro_Light";
  font-size: 14px;
  line-height: 1.5;
}
.RealEstateAgent .RealEstateAgent_results.table_component table .Agency {
  color: #003435;
}
.RealEstateAgent .RealEstateAgent_results.table_component table .Agency h4 {
  font-size: 14px;
}
.RealEstateAgent .RealEstateAgent_results.table_component table .city,
.RealEstateAgent .RealEstateAgent_results.table_component table .association,
.RealEstateAgent .RealEstateAgent_results.table_component table .language {
  font-family: "Akk_Pro_Light";
  font-size: 14px;
  line-height: 1.5;
}

.faq_without_heading {
  max-width: 1140px;
  margin: 0 auto;
  font-family: Akk_pro_regular;
}
.faq_without_heading .rich-text {
  font-family: Akk_pro_regular;
}
.faq_without_heading .column-splitter {
  display: flex;
}
.faq_without_heading .column-splitter .col-6 {
  margin: auto;
}
@media (max-width: 576px) {
  .faq_without_heading .column-splitter .col-6 {
    flex-direction: column;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.faq_without_heading .accordion .item {
  font-family: Akk_pro_Regular;
  padding: 5px 0;
  color: #003435;
  font-size: 14px;
  position: relative;
  transition: all 0.5s;
}
.faq_without_heading .accordion .item .toggle-header {
  cursor: pointer;
  padding-right: 20px;
  line-height: 1.2;
}
.faq_without_heading .accordion .item .toggle-header:focus {
  color: #00804d;
}
.faq_without_heading .accordion .item .toggle-header:after {
  content: "";
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/accodion_icon.png");
  position: absolute;
  background-size: contain;
  width: 12px;
  height: 7px;
  top: 10px;
  right: 0px;
  transform: rotate(0deg);
  cursor: pointer;
}
.faq_without_heading .accordion .item.active .toggle-header:after {
  transform: rotate(180deg);
}
.faq_without_heading .accordion .item .toggle-content {
  padding: 10px 0;
}
@media (max-width: 576px) {
  .faq_without_heading .accordion .rich-text .component-content {
    padding: 0;
  }
}

.rental-properties .component-content {
  text-align: center;
  background-color: #f8f8f8;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.rental-properties .component-content h3 {
  padding: 5px 0;
}
@media (max-width: 576px) {
  .rental-properties .component-content h3 {
    padding-bottom: 15px;
  }
}
.rental-properties .component-content .load-more-reo-btn {
  background: #007f4d;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  padding: 15px 50px;
  border-radius: 22.5px;
  font-family: Akk_Pro_Regular;
  line-height: 1;
  display: inline-block;
  margin: 20px 0;
  width: fit-content;
  opacity: 1;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.rental-properties .component-content .load-more-reo-btn:hover, .rental-properties .component-content .load-more-reo-btn:focus {
  background-position: left bottom;
  color: #fff;
}
@media (max-width: 576px) {
  .rental-properties .component-content .load-more-reo-btn {
    margin: 20px 50px;
    padding: 15px 30px;
    font-size: 14px;
  }
}
.rental-properties .component-content .hidden {
  opacity: 0;
}
.rental-properties .component-content .lazy-loading-reo {
  display: none;
  padding: 20px;
  opacity: 0;
  width: 75px;
  transition: opacity 0.5s ease;
}
.rental-properties .component-content .shown {
  opacity: 1;
}
.rental-properties .component-content .listings {
  background-color: #fff;
  padding: 20px;
  font-family: Akk_Pro_Light;
  font-size: 14px;
  width: 70%;
}
@media (max-width: 999px) {
  .rental-properties .component-content .listings {
    width: 90%;
  }
}
.rental-properties .component-content .listings ul li {
  display: flex;
  flex-direction: row;
  text-align: left;
}
@media (max-width: 576px) {
  .rental-properties .component-content .listings ul li {
    flex-direction: column;
    border-bottom: 2px solid #f8f8f8;
    margin-bottom: 10px;
  }
  .rental-properties .component-content .listings ul li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
  }
}
.rental-properties .component-content .listings ul li .cell-listings {
  display: flex;
  flex-direction: row;
  padding: 10px;
  width: 50%;
}
@media (max-width: 576px) {
  .rental-properties .component-content .listings ul li .cell-listings {
    flex-direction: column;
    width: 100%;
  }
}
.rental-properties .component-content .listings ul li .cell-listings img {
  width: 200px;
}
@media (max-width: 768px) {
  .rental-properties .component-content .listings ul li .cell-listings img {
    width: 160px;
  }
}
@media (max-width: 576px) {
  .rental-properties .component-content .listings ul li .cell-listings img {
    width: 100%;
  }
}
.rental-properties .component-content .listings ul li .cell-listings a {
  font-family: Akk_Pro_Light;
  font-size: 14x;
  color: #00804d;
  line-height: 1.5;
  text-decoration: none;
  border-bottom: 2px solid;
}
.rental-properties .component-content .listings ul li .cell-listings span {
  font-family: Akk_Pro_Bold;
}
.rental-properties .component-content .listings ul li .cell-listings .description {
  padding-left: 20px;
}
@media (max-width: 576px) {
  .rental-properties .component-content .listings ul li .cell-listings .description {
    padding-left: 0;
    padding-top: 20px;
  }
}
.rental-properties .component-content .listings ul li .cell-listings .realtor-data {
  flex-grow: 1;
}
.rental-properties .component-content .listings ul li .cell-listings .share-btn {
  height: fit-content;
  border-bottom: 0;
}
.rental-properties .component-content .listings ul li .cell-listings .share-btn img {
  width: 30px;
}
.rental-properties .component-content .listings ul li:first-child {
  font-family: Akk_Pro_Regular;
  background-color: #f8f8f8;
}
@media (max-width: 576px) {
  .rental-properties .component-content .listings ul li:first-child {
    display: none;
  }
}

.bio_page .bio {
  margin-bottom: 50px;
  border-bottom: 1px solid #ccc;
}
.bio_page .news {
  padding: 0 7%;
}
.bio_page .news h6 {
  padding: 0 15px;
}
.bio_page .field-link {
  padding: 20px 7% 30px 7%;
  margin: 0;
  font-size: 12px;
}
.bio_page .field-link a {
  color: #007f4d;
  text-decoration: none;
  border-bottom: 1px solid #007f4d;
  font-family: Akk_Pro_Regular;
  width: fit-content;
  position: relative;
  line-height: 1.5;
  font-size: 12px;
}
.bio_page .field-link a::after {
  content: "";
  background-image: url("../../../../../../Themes/VHComTenant/VirginiaHousingSite/VirginiaHousingSite/images/arrow-left.png");
  position: absolute;
  left: -15px;
  top: 4px;
  height: 7px;
  width: 10px;
}

.events_filter_form {
  text-align: center;
}
.events_filter_form.hide {
  display: none;
}
.events_filter_form div.datepicker {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 196px;
  height: 147px;
  position: absolute;
  cursor: default;
  top: 0;
  left: 0;
  display: none;
}
.events_filter_form .datepickerContainer {
  background: #121212;
  position: absolute;
  top: 10px;
  left: 10px;
}
.events_filter_form .datepickerBorderT {
  position: absolute;
  left: 10px;
  top: 0;
  right: 10px;
  height: 10px;
  background: url(../images/datepicker_t.png);
}
.events_filter_form .datepickerBorderB {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  height: 10px;
  background: url(../images/datepicker_b.png);
}
.events_filter_form .datepickerBorderL {
  position: absolute;
  left: 0;
  bottom: 10px;
  top: 10px;
  width: 10px;
  background: url(../images/datepicker_l.png);
}
.events_filter_form .datepickerBorderR {
  position: absolute;
  right: 0;
  bottom: 10px;
  top: 10px;
  width: 10px;
  background: url(../images/datepicker_r.png);
}
.events_filter_form .datepickerBorderTL {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../images/datepicker_tl.png);
}
.events_filter_form .datepickerBorderTR {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../images/datepicker_tr.png);
}
.events_filter_form .datepickerBorderBL {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(../images/datepicker_bl.png);
}
.events_filter_form .datepickerBorderBR {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(../images/datepicker_br.png);
}
.events_filter_form .datepickerHidden {
  display: none;
}
.events_filter_form div.datepicker table {
  border-collapse: collapse;
}
.events_filter_form div.datepicker a {
  color: #eee;
  text-decoration: none;
  cursor: default;
  outline: none;
}
.events_filter_form div.datepicker table td {
  text-align: right;
  padding: 0;
  margin: 0;
}
.events_filter_form div.datepicker th {
  text-align: center;
  color: #999;
  font-weight: normal;
}
.events_filter_form div.datepicker tbody th {
  text-align: left;
}
.events_filter_form div.datepicker tbody a {
  display: block;
}
.events_filter_form .datepickerDays a {
  width: 20px;
  line-height: 16px;
  height: 16px;
  padding-right: 2px;
}
.events_filter_form .datepickerYears a,
.events_filter_form .datepickerMonths a {
  width: 44px;
  line-height: 36px;
  height: 36px;
  text-align: center;
}
.events_filter_form td.datepickerNotInMonth a {
  color: #666;
}
.events_filter_form tbody.datepickerDays td.datepickerSelected {
  background: #136A9F;
}
.events_filter_form tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
  background: #17384d;
}
.events_filter_form tbody.datepickerYears td.datepickerSelected,
.events_filter_form tbody.datepickerMonths td.datepickerSelected {
  background: #17384d;
}
.events_filter_form div.datepicker a:hover,
.events_filter_form div.datepicker a:hover {
  color: #88c5eb;
}
.events_filter_form div.datepicker td.datepickerNotInMonth a:hover {
  color: #999;
}
.events_filter_form div.datepicker tbody th {
  text-align: left;
}
.events_filter_form .datepickerSpace div {
  width: 20px;
}
.events_filter_form .datepickerGoNext a,
.events_filter_form .datepickerGoPrev a,
.events_filter_form .datepickerMonth a {
  text-align: center;
  height: 20px;
  line-height: 20px;
}
.events_filter_form .datepickerGoNext a {
  float: right;
  width: 20px;
}
.events_filter_form .datepickerGoPrev a {
  float: left;
  width: 20px;
}
.events_filter_form table.datepickerViewDays tbody.datepickerMonths,
.events_filter_form table.datepickerViewDays tbody.datepickerYears {
  display: none;
}
.events_filter_form table.datepickerViewMonths tbody.datepickerDays,
.events_filter_form table.datepickerViewMonths tbody.datepickerYears,
.events_filter_form table.datepickerViewMonths tr.datepickerDoW {
  display: none;
}
.events_filter_form table.datepickerViewYears tbody.datepickerDays,
.events_filter_form table.datepickerViewYears tbody.datepickerMonths,
.events_filter_form table.datepickerViewYears tr.datepickerDoW {
  display: none;
}
.events_filter_form td.datepickerDisabled a,
.events_filter_form td.datepickerDisabled.datepickerNotInMonth a {
  color: #333;
}
.events_filter_form td.datepickerDisabled a:hover {
  color: #333;
}
.events_filter_form td.datepickerSpecial a {
  background: #700;
}
.events_filter_form td.datepickerSpecial.datepickerSelected a {
  background: #a00;
}
.events_filter_form input:focus {
  outline: dotted 1px #999;
}
.events_filter_form radio:focus {
  outline: dotted 1px #999;
}
.events_filter_form #events_filter_form {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .events_filter_form #events_filter_form {
    flex-direction: column;
  }
}
.events_filter_form #events_filter_form .refine {
  position: relative;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .events_filter_form #events_filter_form .refine {
    padding-right: 0;
  }
}
.events_filter_form #events_filter_form .refine .filter_topic_label,
.events_filter_form #events_filter_form .refine .filter_format_label,
.events_filter_form #events_filter_form .refine .filter_date_label {
  width: 236px;
  border: 1px solid #e3e5e5;
  padding: 14px 10px 10px 10px;
  font-family: "Akk_Pro_Light";
  font-size: 13px;
  cursor: pointer;
  position: relative;
  height: 42px;
  z-index: 99;
  background: #fff;
}
@media (max-width: 1180px) {
  .events_filter_form #events_filter_form .refine .filter_topic_label,
.events_filter_form #events_filter_form .refine .filter_format_label,
.events_filter_form #events_filter_form .refine .filter_date_label {
    width: 200px;
  }
}
@media (max-width: 1080px) {
  .events_filter_form #events_filter_form .refine .filter_topic_label,
.events_filter_form #events_filter_form .refine .filter_format_label,
.events_filter_form #events_filter_form .refine .filter_date_label {
    width: 170px;
  }
}
@media (max-width: 999px) {
  .events_filter_form #events_filter_form .refine .filter_topic_label,
.events_filter_form #events_filter_form .refine .filter_format_label,
.events_filter_form #events_filter_form .refine .filter_date_label {
    width: 140px;
  }
}
@media (max-width: 820px) {
  .events_filter_form #events_filter_form .refine .filter_topic_label,
.events_filter_form #events_filter_form .refine .filter_format_label,
.events_filter_form #events_filter_form .refine .filter_date_label {
    width: 120px;
  }
}
@media (max-width: 768px) {
  .events_filter_form #events_filter_form .refine .filter_topic_label,
.events_filter_form #events_filter_form .refine .filter_format_label,
.events_filter_form #events_filter_form .refine .filter_date_label {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .events_filter_form #events_filter_form .refine .filter_topic_label,
.events_filter_form #events_filter_form .refine .filter_format_label,
.events_filter_form #events_filter_form .refine .filter_date_label {
    width: 100%;
  }
}
@media (max-width: 426px) {
  .events_filter_form #events_filter_form .refine .filter_topic_label,
.events_filter_form #events_filter_form .refine .filter_format_label,
.events_filter_form #events_filter_form .refine .filter_date_label {
    width: 100%;
  }
}
.events_filter_form #events_filter_form .refine .filter_topic_label label,
.events_filter_form #events_filter_form .refine .filter_format_label label,
.events_filter_form #events_filter_form .refine .filter_date_label label {
  cursor: pointer;
  position: relative;
  float: left;
}
.events_filter_form #events_filter_form .refine .filter_topic_label:focus,
.events_filter_form #events_filter_form .refine .filter_format_label:focus,
.events_filter_form #events_filter_form .refine .filter_date_label:focus {
  border-color: #009f51;
}
.events_filter_form #events_filter_form .refine .filter_topic_label:after,
.events_filter_form #events_filter_form .refine .filter_format_label:after,
.events_filter_form #events_filter_form .refine .filter_date_label:after {
  content: "";
  position: absolute;
  background-image: url(../../../../../../Project/VHComTenant/VirginiaHousingSite/Commonwealth_Pine_Triangle.png);
  width: 8px;
  height: 5px;
  top: 17px;
  right: 10px;
  transform: rotate(0deg);
}
.events_filter_form #events_filter_form .refine .filter_topic_label.active,
.events_filter_form #events_filter_form .refine .filter_format_label.active,
.events_filter_form #events_filter_form .refine .filter_date_label.active {
  border-bottom: 0px;
}
.events_filter_form #events_filter_form .refine .filter_topic_label.active:after,
.events_filter_form #events_filter_form .refine .filter_format_label.active:after,
.events_filter_form #events_filter_form .refine .filter_date_label.active:after {
  transform: rotate(180deg);
}
.events_filter_form #events_filter_form .refine .filter_topic_options,
.events_filter_form #events_filter_form .refine .filter_format_options,
.events_filter_form #events_filter_form .refine .filter_date_options {
  display: flex;
  position: absolute;
  border: 1px solid #e3e5e5;
  top: 41px;
  left: 15px;
  padding: 15px;
  background: #fff;
  min-width: 236px;
  text-align: left;
  font-family: "Akk_Pro_Light";
  font-size: 13px;
  color: #003435;
  z-index: 100;
  justify-content: space-evenly;
}
.events_filter_form #events_filter_form .refine .filter_date_options {
  min-width: 320px;
}
.events_filter_form #events_filter_form .refine .filter_date_options input[type=radio] {
  filter: hue-rotate(240deg);
}
.events_filter_form #events_filter_form .refine .filter_date_options div.radio {
  margin-left: 13px;
}
.events_filter_form #events_filter_form .refine .filter_date_options .submit_form {
  display: flex;
  justify-content: center;
}
.events_filter_form #events_filter_form .refine .filter_date_options .submit_form input[type=submit] {
  font-family: Akk_Pro_Regular;
  font-size: 16px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 10px 50px;
  border-radius: 20px;
  border: none;
  margin-left: 15px;
  cursor: pointer;
}
.events_filter_form #events_filter_form .refine .filter_date_options .clear_form {
  padding: 15px;
  text-align: center;
}
.events_filter_form #events_filter_form .refine .filter_date_options .clear_form input[type=reset] {
  background: none;
  border: none;
  border-bottom: solid 2px;
  padding: 0;
  color: #007f4d;
  cursor: pointer;
}
.events_filter_form #events_filter_form .refine .datepicker {
  width: 260px;
  height: 260px;
  font-family: "Akk_Pro_Light";
}
.events_filter_form #events_filter_form .refine .datepicker table {
  font-family: "Akk_Pro_Light";
}
.events_filter_form #events_filter_form .refine .datepicker table tr:first-child th {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.events_filter_form #events_filter_form .refine .datepicker table td {
  padding: 5px;
}
.events_filter_form #events_filter_form .refine .datepicker table td a {
  color: #000;
}
.events_filter_form #events_filter_form .refine .datepicker table .datepickerGoNext a span,
.events_filter_form #events_filter_form .refine .datepicker table .datepickerGoPrev a span {
  color: #007f4d;
}
.events_filter_form #events_filter_form .refine .datepicker table .datepickerMonth {
  font-family: "Akk_Pro_Regular";
  font-size: 18px;
  color: #003435;
}
.events_filter_form #events_filter_form .refine .datepicker table .datepickerDoW th span {
  color: #003435;
  position: relative;
  left: 10px;
  font-size: 14px;
  font-family: "Akk_Pro_Regular";
}
.events_filter_form #events_filter_form .refine .listing label {
  display: flex;
}
.events_filter_form #events_filter_form .refine .listing li {
  padding: 2px 0;
}
.events_filter_form #events_filter_form .refine .listing li input {
  margin-right: 15px;
  filter: hue-rotate(240deg);
  top: -4px;
  position: relative;
}
.events_filter_form #events_filter_form .select_field {
  position: relative;
  width: 240px;
  display: inline-block;
  padding: 5px 30px 5px 0;
  margin-right: 35px;
}
@media (max-width: 760px) {
  .events_filter_form #events_filter_form .select_field {
    width: 100%;
  }
}
@media (max-width: 999px) {
  .events_filter_form #events_filter_form .select_field {
    padding: 5px 0 5px 0;
    width: auto;
  }
}
@media (max-width: 768px) {
  .events_filter_form #events_filter_form .select_field {
    margin-right: 0px;
  }
}
.events_filter_form #events_filter_form .select_field.format {
  margin-right: 0px;
}
.events_filter_form #events_filter_form .select_field .mid_value {
  text-align: center;
  font-family: Akk_pro_Light;
  font-size: 13px;
  color: #003435;
  display: block;
  padding: 10px 0;
}
.events_filter_form #events_filter_form input[type=text] {
  border: 1px solid #e3e5e5;
  padding: 8px;
  width: 236px;
  font-family: Akk_pro_light;
  color: #003435;
  font-size: 13px;
  height: 42px;
}
@media (max-width: 999px) {
  .events_filter_form #events_filter_form input[type=text] {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .events_filter_form #events_filter_form input[type=text] {
    width: 100%;
    float: left;
  }
}
@media (max-width: 576px) {
  .events_filter_form #events_filter_form input[type=text] {
    width: 100%;
  }
}
@media (max-width: 426px) {
  .events_filter_form #events_filter_form input[type=text] {
    width: 100%;
  }
}
.events_filter_form #events_filter_form input[type=text]:focus {
  border-color: #009f51;
}
.events_filter_form #events_filter_form select {
  font-family: Akk_pro_light;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(0, 159, 81)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
}
.events_filter_form #events_filter_form input[type=submit] {
  font-family: Akk_Pro_Regular;
  font-size: 16px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 10px 70px;
  border-radius: 20px;
  border: none;
  margin: 10px 0;
  cursor: pointer;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.events_filter_form #events_filter_form input[type=submit]:hover, .events_filter_form #events_filter_form input[type=submit]:focus {
  background-position: left bottom;
  color: #fff;
}
.events_filter_form #events_filter_form .field_link a {
  font-family: Akk_Pro_Light;
  font-size: 15px;
  line-height: 2.5;
  text-decoration: none;
  position: relative;
  color: #003435;
}
.events_filter_form #events_filter_form .field_link.view_all_prop {
  padding: 10px;
}
@media (max-width: 1199px) {
  .events_filter_form #events_filter_form .field_link.view_all_prop {
    min-width: 100%;
  }
}
@media (max-width: 576px) {
  .events_filter_form #events_filter_form .field_link.view_all_prop {
    padding: 10px 20px;
  }
}
.events_filter_form #events_filter_form .field_link.view_all_prop a {
  color: #00804d;
  border-bottom: 2px solid;
  cursor: pointer;
}
.events_filter_form #events_filter_form .topics {
  max-width: 100%;
}
.events_filter_form #events_filter_form .datepickerContainer {
  background: #fff;
}
.events_filter_form .ErrorSummary {
  display: none;
  padding: 0 20px 20px 55px;
}
.events_filter_form .ErrorSummary .ErrorContainer {
  padding-top: 10px;
  font-size: 14px;
  color: #cc640f;
}
.events_filter_form .ErrorSummary .ErrorTable li {
  font-size: 14px;
  padding-top: 10px;
}
.events_filter_form .ErrorSummary .ErrorTable li span {
  color: #cc640f;
}
.events_filter_form .component-content {
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: 3px solid #e3e5e5;
  padding: 50px 30px 10px 30px;
}
@media (max-width: 576px) {
  .events_filter_form .component-content {
    padding: 50px 0 10px 0;
  }
}
.events_filter_form .component-content p {
  font-family: Akk_pro_light;
  font-size: 20px;
  line-height: 1.2;
  color: #003435;
}

.Featured_audience {
  background: linear-gradient(#f7f7f7 40%, #fff 60%);
}
.Featured_audience .top_section {
  max-width: 1140px;
  margin: auto;
}
.Featured_audience .top_section .top_image_section {
  display: flex;
  min-height: 350px;
}
@media (max-width: 768px) {
  .Featured_audience .top_section .top_image_section {
    flex-direction: column;
  }
}
.Featured_audience .top_section .top_image_section .left_panel,
.Featured_audience .top_section .top_image_section .right_panel {
  flex: 0 0 50%;
}
.Featured_audience .top_section .top_image_section .left_panel {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.Featured_audience .top_section .top_image_section .left_panel img {
  width: 330px;
  height: 230px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .Featured_audience .top_section .top_image_section .left_panel img {
    width: 230px;
    height: 130px;
  }
}
.Featured_audience .top_section .top_image_section .right_panel {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .Featured_audience .top_section .top_image_section .right_panel {
    justify-content: center;
    padding: 20px 0;
  }
}
.Featured_audience .top_section .top_image_section .right_panel img {
  width: 400px;
  height: 220px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .Featured_audience .top_section .top_image_section .right_panel img {
    width: 300px;
    height: 170px;
  }
}
.Featured_audience .top_section .heading {
  position: relative;
}
.Featured_audience .top_section .heading h1 {
  line-height: 1.2;
  padding: 70px 100px;
  position: absolute;
  top: 125px;
  font-size: 100px;
  color: #fff;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .Featured_audience .top_section .heading h1 {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .Featured_audience .top_section .heading h1 {
    padding: 20px 0;
    font-size: 48px;
  }
}
@media (max-width: 576px) {
  .Featured_audience .top_section .heading h1 {
    position: relative;
    top: 0;
    color: #003435;
    font-size: 32px;
  }
}
.Featured_audience .top_section .heading .mhimage img {
  width: 100%;
}
@media (max-width: 999px) {
  .Featured_audience .top_section .heading .mhimage img {
    height: 50%;
  }
}
@media (max-width: 468px) {
  .Featured_audience .top_section .heading .mhimage img {
    display: none;
  }
}
.Featured_audience .top_section .bottom_image_section {
  display: flex;
  justify-content: center;
  min-height: 300px;
  align-items: center;
}
.Featured_audience .top_section .bottom_image_section .img_wrapper .field-image img {
  width: 360px;
  height: 260px;
  object-fit: cover;
}
.Featured_audience .middle_section {
  text-align: center;
  padding: 25px 0;
  margin: 0 23%;
}
@media (max-width: 576px) {
  .Featured_audience .middle_section {
    margin: 0;
  }
}
.Featured_audience .middle_section .title {
  font-family: "Akk_Pro_Bold";
  font-size: 32px;
  color: #003435;
  padding: 10px 0;
  margin: 0 15%;
  line-height: 40px;
}
.Featured_audience .middle_section .description {
  font-family: "Akk_Pro_Light";
  font-size: 20px;
  line-height: 1.2;
  color: #003435;
  padding: 10px 0;
}
.Featured_audience .middle_section .field-cta {
  margin: 15px 0;
}
.Featured_audience .middle_section .field-cta a {
  font-family: "Akk_Pro_Light";
  font-size: 15px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 15px 70px;
  border-radius: 22.5px;
  border: none;
  cursor: pointer;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.Featured_audience .middle_section .field-cta a:hover, .Featured_audience .middle_section .field-cta a:focus {
  background-position: left bottom;
  color: #fff;
}
@media (max-width: 576px) {
  .Featured_audience .middle_section .field-cta a {
    padding: 15px 30px;
  }
}
.Featured_audience .listing_section {
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
}
@media (max-width: 576px) {
  .Featured_audience .listing_section {
    padding: 25px 0;
  }
}
.Featured_audience .listing_section .heading {
  font-family: "Akk_Pro_Bold";
  font-size: 32px;
  line-height: 40px;
  color: #003435;
  padding-bottom: 10px;
}
.Featured_audience .listing_section .listing_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  padding: 10px 0;
}
.Featured_audience .listing_section .listing_item h2 span a {
  text-decoration: none;
  color: #003435;
}
@media (max-width: 1100px) {
  .Featured_audience .listing_section .listing_item h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .Featured_audience .listing_section .listing_item h2 span {
    position: relative;
  }
  .Featured_audience .listing_section .listing_item h2 span:after {
    content: "";
    background-image: url(../../../../../../Project/VHComTenant/VirginiaHousingSite/accodion_icon.png);
    position: absolute;
    right: -25px;
    background-size: contain;
    width: 12px;
    height: 7px;
    top: 33px;
    transform: rotate(0deg);
  }
}
@media (max-width: 426px) {
  .Featured_audience .listing_section .listing_item h2 {
    font-size: 30px;
  }
  .Featured_audience .listing_section .listing_item h2 span:after {
    top: 40%;
  }
}
.Featured_audience .listing_section .listing_item.expand h2 {
  color: #007f4d;
}
.Featured_audience .listing_section .listing_item.expand h2 span:after {
  transform: rotate(180deg);
}
.Featured_audience .listing_section .listing_item.expand h2 span a {
  color: #007f4d;
}
.Featured_audience .listing_section .listing_item.expand .listing_details {
  display: block;
}
.Featured_audience .listing_section .listing_item .listing_details {
  position: relative;
  display: none;
}
.Featured_audience .listing_section .listing_item .listing_details .description {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .Featured_audience .listing_section .listing_item .listing_details .description {
    width: 90%;
    padding: 15px 0;
  }
}
.Featured_audience .listing_section .listing_item .listing_details .description p {
  font-family: "Akk_Pro_Light";
  font-size: 18px;
}
.Featured_audience .listing_section .listing_item .listing_details .description .read_more {
  padding: 10px 0;
  position: relative;
}
.Featured_audience .listing_section .listing_item .listing_details .description .read_more a:after {
  content: "";
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/arrow-green.png");
  position: absolute;
  width: 50px;
  height: 25px;
  background-repeat: no-repeat;
  left: 45%;
}
.Featured_audience .listing_section .listing_item .listing_details .wimage img {
  width: 265px;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 999px) {
  .Featured_audience .listing_section .listing_item .listing_details .wimage img {
    width: 320px;
    height: 220px;
  }
}
@media (max-width: 400px) {
  .Featured_audience .listing_section .listing_item .listing_details .wimage img {
    width: 280px;
    height: 180px;
  }
}
.Featured_audience .listing_section .listing_item .listing_details .vimage img {
  width: 235px;
  height: 275px;
  object-fit: cover;
}
@media (max-width: 999px) {
  .Featured_audience .listing_section .listing_item .listing_details .vimage img {
    margin-top: 10px;
    width: 320px;
    height: 220px;
  }
}
@media (max-width: 400px) {
  .Featured_audience .listing_section .listing_item .listing_details .vimage img {
    width: 280px;
    height: 180px;
  }
}
.Featured_audience .listing_section .listing_item .listing_details .left_panel {
  position: absolute;
  left: 0;
}
.Featured_audience .listing_section .listing_item .listing_details .left_panel.odd {
  top: -150px;
}
.Featured_audience .listing_section .listing_item .listing_details .left_panel.odd.last {
  top: -100px !important;
}
@media (max-width: 999px) {
  .Featured_audience .listing_section .listing_item .listing_details .left_panel.odd.last {
    top: 0px !important;
  }
}
.Featured_audience .listing_section .listing_item .listing_details .left_panel.even {
  top: -100px;
}
.Featured_audience .listing_section .listing_item .listing_details .left_panel.even.last {
  top: -100px !important;
}
@media (max-width: 999px) {
  .Featured_audience .listing_section .listing_item .listing_details .left_panel.even.last {
    top: 0px !important;
  }
}
@media (max-width: 999px) {
  .Featured_audience .listing_section .listing_item .listing_details .left_panel {
    position: relative;
    top: 0 !important;
  }
}
.Featured_audience .listing_section .listing_item .listing_details .right_panel {
  position: absolute;
  right: 0;
}
.Featured_audience .listing_section .listing_item .listing_details .right_panel.odd {
  top: -150px;
}
.Featured_audience .listing_section .listing_item .listing_details .right_panel.odd.last {
  top: -100px !important;
}
@media (max-width: 999px) {
  .Featured_audience .listing_section .listing_item .listing_details .right_panel.odd.last {
    top: 0px !important;
  }
}
.Featured_audience .listing_section .listing_item .listing_details .right_panel.even {
  top: -100px;
}
.Featured_audience .listing_section .listing_item .listing_details .right_panel.even.last {
  top: -100px !important;
}
@media (max-width: 999px) {
  .Featured_audience .listing_section .listing_item .listing_details .right_panel.even.last {
    top: 0px !important;
  }
}
@media (max-width: 999px) {
  .Featured_audience .listing_section .listing_item .listing_details .right_panel {
    display: none;
  }
}
.Featured_audience .listing_section .listing_item .listing_details .left_panel.t100,
.Featured_audience .listing_section .listing_item .listing_details .right_panel.t100 {
  top: -100px;
}
.Featured_audience .listing_section .listing_item .listing_details .left_panel.t150,
.Featured_audience .listing_section .listing_item .listing_details .right_panel.t150 {
  top: -150px;
}
.Featured_audience .listing_section .listing_item .listing_details .left_panel.t200,
.Featured_audience .listing_section .listing_item .listing_details .right_panel.t200 {
  top: -200px;
}
.Featured_audience .listing_section .listing_item .listing_details .left_panel.t250,
.Featured_audience .listing_section .listing_item .listing_details .right_panel.t250 {
  top: -250px;
}

.Featured_perspectives {
  background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Testimonial bg stripe.png");
  background-size: 150%;
  background-repeat: no-repeat;
  background-position: right;
  z-index: 1;
  margin-bottom: 10px;
  min-height: 500px;
}
@media (max-width: 576px) {
  .Featured_perspectives {
    background-position: center;
    background-size: cover;
  }
}
.Featured_perspectives .component-content {
  max-width: 1140px;
  margin: 0 auto;
}
.Featured_perspectives .component-content .left_panel h3 {
  line-height: 1.2;
  padding: 100px 0 20px;
}
@media (max-width: 576px) {
  .Featured_perspectives .component-content .left_panel h3 {
    padding: 20px 0;
  }
}
.Featured_perspectives .component-content .left_panel .field-cta {
  margin: 15px 0;
}
.Featured_perspectives .component-content .left_panel .field-cta a {
  font-family: "Akk_Pro_Light";
  font-size: 15px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 15px 70px;
  border-radius: 22.5px;
  border: none;
  cursor: pointer;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.Featured_perspectives .component-content .left_panel .field-cta a:hover, .Featured_perspectives .component-content .left_panel .field-cta a:focus {
  background-position: left bottom;
  color: #fff;
}
@media (max-width: 576px) {
  .Featured_perspectives .component-content .left_panel .field-cta a {
    padding: 15px 30px;
  }
}
.Featured_perspectives .component-content .right_panel {
  padding-top: 100px;
}
.Featured_perspectives .component-content .right_panel a {
  text-decoration: none;
}
.Featured_perspectives .component-content .right_panel a .perspective_box {
  border-bottom: 1px solid #e5e5e5;
}
.Featured_perspectives .component-content .right_panel a:nth-child(3) .perspective_box {
  border-bottom: 0px;
}
@media (max-width: 576px) {
  .Featured_perspectives .component-content .right_panel {
    padding-top: 20px;
  }
}
.Featured_perspectives .component-content .right_panel .field-cta {
  margin: 15px 0;
  text-align: center;
}
.Featured_perspectives .component-content .right_panel .field-cta a {
  font-family: "Akk_Pro_Light";
  font-size: 15px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 15px 70px;
  border-radius: 22.5px;
  border: none;
  cursor: pointer;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.Featured_perspectives .component-content .right_panel .field-cta a:hover, .Featured_perspectives .component-content .right_panel .field-cta a:focus {
  background-position: left bottom;
  color: #fff;
}
@media (max-width: 576px) {
  .Featured_perspectives .component-content .right_panel .field-cta a {
    padding: 15px 30px;
  }
}
.Featured_perspectives .component-content .right_panel .perspective_box {
  display: flex;
  padding: 15px 0 15px 15px;
}
@media (max-width: 576px) {
  .Featured_perspectives .component-content .right_panel .perspective_box {
    flex-direction: row-reverse;
  }
}
.Featured_perspectives .component-content .right_panel .perspective_box .image_wrapper img {
  width: 200px;
  height: 125px;
  object-fit: cover;
}
@media (max-width: 576px) {
  .Featured_perspectives .component-content .right_panel .perspective_box .image_wrapper img {
    width: 105px;
    height: 105px;
  }
}
.Featured_perspectives .component-content .right_panel .perspective_box .content {
  padding: 0 15px;
}
.Featured_perspectives .component-content .right_panel .perspective_box .content .tag {
  font-family: "Akk_Pro_Light";
  font-size: 13px;
  color: #00804d;
  padding: 20px 0;
}
@media (max-width: 576px) {
  .Featured_perspectives .component-content .right_panel .perspective_box .content .tag {
    padding: 10px 0;
  }
}
.Featured_perspectives .component-content .right_panel .perspective_box .content .description {
  font-family: "Akk_Pro_Regular";
  font-size: 22px;
  color: #003435;
}

@media print {
  table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    opacity: 0;
  }
  table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
    opacity: 0;
  }
  table thead {
    font-family: Akk_Pro_Regular;
    font-size: 12px;
    background-color: #f7f7f7 !important;
    -webkit-print-color-adjust: exact;
  }
  table thead .sorting_asc:after, table thead .sorting_asc:before {
    font-size: 1px;
  }
  table thead th {
    padding: 15px;
    color: #003435;
  }
  table thead th a {
    text-decoration: none;
    color: #003435;
  }
  table thead th:after {
    font-size: 1px;
  }
  table thead th:before {
    font-size: 1px;
  }
  table tbody td {
    padding: 15px;
    font-size: 14px;
    font-family: Akk_Pro_Light;
    border-bottom: 1px solid #80808029;
    color: #003435;
  }
  table tbody td h5,
table tbody td h6,
table tbody td b,
table tbody td strong {
    font-family: Akk_Pro_Regular;
  }
  table tbody td a.table_link {
    background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Diamond.png");
    width: 35px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
    position: relative;
  }
  table tbody td a.table_link:after {
    content: "\f00c";
    position: absolute;
    left: 10px;
    top: 10px;
    font-family: FontAwesome;
    color: #fff;
  }
  table tbody .mls_info p {
    font-family: Akk_pro_light;
    font-size: 14px;
    line-height: 1.2;
    color: #003435;
  }
  table tbody .realtor_info div:first-child {
    order: 0 !important;
  }
  table tbody .realtor_info p {
    font-family: Akk_pro_light;
    font-size: 14px;
    color: #003435;
  }
  table tbody .realtor_info p span {
    font-family: Akk_pro_Bold;
  }
  table tbody .realtor_info .share_btn {
    width: 30px;
    height: 30px;
    background-image: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/share.png");
  }
  table tbody .listing_info {
    text-align: left !important;
  }
  table tbody .listing_info .info {
    text-align: left;
    margin: 0;
  }
  table tbody .listing_info .img_box {
    display: none !important;
    order: 0 !important;
    padding: 0;
  }
  table tbody .listing_info .img_box img {
    width: 100px;
    height: 100px;
  }
  table tbody .listing_info h4 {
    margin: 0;
    font-size: 22px !important;
    text-align: left;
  }
  table tbody .listing_info .bed_bath {
    display: flex;
    font-family: Akk_pro_light;
    font-size: 14px;
    color: #003435;
  }
  table tbody .listing_info .bed_bath .bed {
    border-right: 2px solid;
  }
  table tbody .listing_info .bed_bath .bath {
    padding-left: 5px;
  }
  table tbody .listing_info .bed_bath .bed,
table tbody .listing_info .bed_bath .bath {
    padding-right: 5px;
    order: 0 !important;
  }
  table tbody .listing_info .address {
    text-transform: capitalize;
    padding-top: 20px;
    text-align: left;
  }
  table tbody .listing_info .map {
    text-align: left;
  }
}
.results-tab .component-content {
  font-family: Akk_Pro_Light;
  font-size: 18px;
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .results-tab .component-content {
    padding: 0 7%;
  }
}
.results-tab .component-content p {
  font-size: 13px;
}
.results-tab .component-content p span {
  font-family: Akk_Pro_Bold;
}
.results-tab .component-content .footer_note {
  font-style: italic;
}
.results-tab .tab-group {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.results-tab .tab-group a {
  text-align: center;
  padding: 20px 50px;
  text-decoration: none;
  color: #003435;
  border-bottom: 2px solid #ddd;
}
@media (max-width: 576px) {
  .results-tab .tab-group a {
    font-size: 14px;
    padding: 20px 20px;
  }
}
.results-tab .tab-group .active {
  color: #007f4d;
  border-bottom: 2px solid #007f4d;
}
.results-tab .tab-group .tab-space {
  flex-grow: 1;
  border-bottom: 2px solid #ddd;
}
.results-tab .tab-results {
  display: none;
}
.results-tab .tab-results table tr {
  display: flex;
  flex-direction: row;
}
.results-tab .tab-results table td {
  padding: 20px 15px !important;
}
@media (max-width: 576px) {
  .results-tab .tab-results table td {
    min-width: unset !important;
  }
}
.results-tab .tab-results table h4 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .results-tab .tab-results table h4 {
    font-size: 17px;
  }
}
.results-tab .tab-results table a {
  color: #007f4d;
  text-decoration: none;
  border-bottom: 1px solid #007f4d;
}
.results-tab .tab-results table .result-title {
  width: 400px;
}
@media (max-width: 768px) {
  .results-tab .tab-results table .result-title {
    width: 300px;
  }
}
@media (max-width: 576px) {
  .results-tab .tab-results table .result-title {
    border-bottom: 0;
    padding: 20px 15px 0 15px !important;
    width: 100%;
  }
}
.results-tab .tab-results table .result-description {
  flex-grow: 1;
}
.results-tab .tab-results table .no-img {
  display: none;
}
@media (max-width: 576px) {
  .results-tab .tab-results table .sm-column {
    flex-direction: column;
  }
}
.results-tab .tab-results .dataTables_length,
.results-tab .tab-results .dataTables_info {
  display: none;
}
.results-tab .tab-active {
  display: block;
}
.results-tab .tab-1 thead {
  display: none;
}

.search-website .component-content {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 1240px) {
  .search-website .component-content {
    padding: 0 7%;
  }
}
.search-website h1 {
  line-height: 1;
  padding: 5px 0;
}
.search-website form .input_wrapper {
  display: inline;
  position: relative;
}
.search-website form .input_wrapper input[type=text] {
  border: 1px solid #e3e5e5;
  height: 65px;
  width: 100%;
  font-family: Akk_Pro_Light;
  font-size: 18px;
  padding: 10px 10px;
  padding-left: 60px;
  margin: 30px 0;
}
.search-website form .input_wrapper input[type=reset] {
  position: absolute;
  top: -8px;
  left: 20px;
  width: 30px;
  height: 30px;
  background: url("../../../../../../Project/VHComTenant/VirginiaHousingSite/Search_box_icon.png");
  background-repeat: round;
  border: none;
  cursor: pointer;
}

@media (max-width: 999px) {
  .lenderResults table {
    overflow-x: scroll;
    display: block;
    box-sizing: content-box;
  }
}
@media (max-width: 999px) {
  .lenderResults table thead th:last-child {
    white-space: unset;
  }
}
.lenderResults table tbody tr td {
  min-width: 240px;
}
@media (max-width: 1110px) {
  .lenderResults table tbody tr td {
    min-width: 200px;
  }
}
@media (max-width: 999px) {
  .lenderResults table tbody tr td {
    min-width: 180px;
  }
}
.lenderResults table tbody tr td:first-child {
  min-width: unset;
}
.lenderResults table tbody tr td:last-child {
  position: relative;
  text-align: center;
  min-width: unset;
}
.lenderResults table tbody tr td:last-child .table_link {
  margin-left: -17.5px;
}
.lenderResults table a.map-link {
  text-decoration: none;
  border-bottom: 1px solid #007f4d;
  font-family: Akk_Pro_Regular;
  line-height: 2;
  color: #007f4d;
}
.lenderResults table .medal-info {
  padding-left: 10px;
  position: relative;
}
.lenderResults table .medal-info-popup {
  display: none;
  position: absolute;
  background-color: #fff;
  width: 250px;
  height: 150px;
  top: 45px;
  padding: 25px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  font-family: Akk_Pro_Light;
}
.lenderResults table .medal-info-popup-show {
  display: block;
}

.cookies-warning-container {
  position: unset;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  overflow: hidden;
  z-index: 3;
  bottom: -70px;
  width: 100%;
  max-width: 1500px;
  max-height: 120px;
  background-color: #28282a;
  padding: 20px;
}
@media (max-width: 999px) {
  .cookies-warning-container {
    bottom: 0;
  }
}
.cookies-warning-container .btn_ctn {
  padding-right: 100px;
  padding-left: 50px;
}
@media (max-width: 999px) {
  .cookies-warning-container .btn_ctn {
    padding-right: 0px;
    padding-left: 25px;
  }
}
.cookies-warning-container .btn_ctn .accept_btn {
  padding: 10px 65px;
  border: 1.5px solid #9ca4ab;
  border-radius: 22.5px;
  font-size: 15px;
  background: #28282a;
  color: #ebe9e3;
}
@media (max-width: 500px) {
  .cookies-warning-container .btn_ctn .accept_btn {
    padding: 10px 40px;
  }
}
.cookies-warning-container .info-text {
  font-family: "Inv Maison Neue", "Maison Neue", -apple-system, BlinkMacSystemFont, "Open Sans", open-sans, sans-serif;
  font-size: 12px;
  color: #9ca4ab;
  line-height: 17px;
  text-align: left;
}
@media (max-width: 999px) {
  .cookies-warning-container .info-text {
    font-size: 8px;
    line-height: 10px;
  }
}
@media (max-width: 500px) {
  .cookies-warning-container .info-text {
    font-size: 5px;
  }
}

.cookies-footer {
  position: relative;
}

.IncomeLimits .component-content {
  max-width: 1140px;
  margin: 0 auto;
}
@media (max-width: 576px) {
  .IncomeLimits .component-content {
    padding: 0;
  }
}
.IncomeLimits h6 {
  line-height: 1;
  padding: 12px 0;
}
.IncomeLimits .search-box {
  background: #f8f8f8;
  font-family: Akk_Pro_Regular;
  font-size: 13px;
  margin: 15px 0;
  padding: 25px 0;
}
.IncomeLimits .search-box .search_notification {
  padding-top: 15px;
  color: red;
}
.IncomeLimits .search-box .form-input {
  text-align: left;
  align-items: center;
  margin-bottom: 10px;
  padding: 0 10px;
}
.IncomeLimits .search-box input,
.IncomeLimits .search-box button,
.IncomeLimits .search-box select {
  border: 1px solid #e3e5e5;
  font-family: Akk_Pro_Light;
  font-size: 13px;
  padding: 5px 5px;
}
.IncomeLimits .search-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(0, 159, 81)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  min-width: 150px;
}
.IncomeLimits .search-box button {
  font-family: Akk_Pro_Regular;
  font-size: 15px;
  background: #007f4d;
  color: #fff;
  text-decoration: none;
  padding: 15px 70px;
  border-radius: 22.5px;
  border: none;
  margin: 15px 0;
  cursor: pointer;
  background: linear-gradient(to left, #007f4d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.IncomeLimits .search-box button:hover, .IncomeLimits .search-box button:focus {
  background-position: left bottom;
  color: #fff;
}
.IncomeLimits .search-box input[type=text] {
  min-width: 250px;
}
.IncomeLimits .search-box button {
  cursor: pointer;
  min-width: 150px;
}
@media (max-width: 576px) {
  .IncomeLimits .search-box {
    padding: 10px 0;
  }
  .IncomeLimits .search-box .form-input {
    text-align: left;
    padding-bottom: 8px;
  }
  .IncomeLimits .search-box .form-input p,
.IncomeLimits .search-box .form-input .field-link {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
  }
}
.IncomeLimits .incomelimits_search_results .content {
  font-size: 14px;
  line-height: 1.5;
  font-family: Akk_pro_light;
  padding: 15px 0;
}
.IncomeLimits .incomelimits_search_results .content .col-6 {
  padding: 0px;
}
@media (max-width: 768px) {
  .IncomeLimits .incomelimits_search_results .tabled_result .income_table_result .table_component .table_inner .dataTables_wrapper {
    overflow-x: scroll;
  }
}

.overlay-wrapper {
  width: 100%;
}
.overlay-wrapper .overlay {
  opacity: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222A;
  z-index: 104;
}
.overlay-wrapper .overlay > .component-content {
  padding: 50px;
  margin: 10% 15%;
  background-color: #fff;
  height: 100%;
}
@media (max-width: 576px) {
  .overlay-wrapper .overlay > .component-content {
    padding: 15px;
  }
}
.overlay-wrapper .overlay > .component-content .overlay-inner {
  overflow-y: scroll;
  height: 85%;
}
.overlay-wrapper .overlay > .component-content .overlay-inner .row {
  margin: 0;
}
.overlay-wrapper .overlay > .component-content .overlay-close, .overlay-wrapper .overlay > .component-content .overlay-accept, .overlay-wrapper .overlay > .component-content .overlay-nope {
  display: inline-block;
  width: 152px;
  margin-top: 40px;
}
.overlay-wrapper .overlay > .component-content .overlay-close:before, .overlay-wrapper .overlay > .component-content .overlay-accept:before, .overlay-wrapper .overlay > .component-content .overlay-nope:before {
  margin-top: 10px;
  padding: 14px 50px;
  border-radius: 22.5px;
  border-bottom: 0;
  font-family: Akk_pro_light !important;
  font-size: 15px !important;
  line-height: 1.2;
  cursor: pointer;
}
@media (max-width: 576px) {
  .overlay-wrapper .overlay > .component-content .overlay-close:before, .overlay-wrapper .overlay > .component-content .overlay-accept:before, .overlay-wrapper .overlay > .component-content .overlay-nope:before {
    padding: 5px 30px;
  }
}
@media (max-width: 576px) {
  .overlay-wrapper .overlay > .component-content .overlay-close, .overlay-wrapper .overlay > .component-content .overlay-accept, .overlay-wrapper .overlay > .component-content .overlay-nope {
    margin-top: 20px;
    width: max-content;
    margin-right: 5px;
  }
}
.overlay-wrapper .overlay > .component-content .overlay-close.hide, .overlay-wrapper .overlay > .component-content .overlay-accept.hide {
  display: none;
}
.overlay-wrapper .overlay > .component-content .overlay-close:before, .overlay-wrapper .overlay > .component-content .overlay-accept:before {
  content: "Accept";
  color: #fff !important;
  background: #00804d;
  background: linear-gradient(to left, #00804d 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.overlay-wrapper .overlay > .component-content .overlay-close:before:hover, .overlay-wrapper .overlay > .component-content .overlay-close:before:focus, .overlay-wrapper .overlay > .component-content .overlay-accept:before:hover, .overlay-wrapper .overlay > .component-content .overlay-accept:before:focus {
  background-position: left bottom;
  color: #fff;
}
.overlay-wrapper .overlay > .component-content .overlay-nope {
  margin-left: 20px;
}
@media (max-width: 768px) {
  .overlay-wrapper .overlay > .component-content .overlay-nope {
    margin-left: 0px;
  }
}
.overlay-wrapper .overlay > .component-content .overlay-nope:before {
  content: "Decline";
  color: #00804d !important;
  background: #fff;
  border-color: #00804d;
  border: 1px solid;
  background: linear-gradient(to left, #fff 50%, #00663E 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease;
}
.overlay-wrapper .overlay > .component-content .overlay-nope:before:hover, .overlay-wrapper .overlay > .component-content .overlay-nope:before:focus {
  background-position: left bottom;
  color: #fff;
}

#disclopener {
  display: none;
}

.CaseStudies {
  max-width: 990px;
  margin: 0 auto;
  border-top: 2px solid #e5e5e5;
  margin-bottom: 40px;
  padding: 60px 0 20px 0px;
  text-align: left;
}
.CaseStudies .row.studies {
  margin: 0;
}
.CaseStudies .row.studies .CaseStudy {
  width: 267px;
  min-height: 270px;
  margin-left: 44px;
}
.CaseStudies .row.studies .CaseStudy > a {
  text-decoration: none;
}
@media (min-width: 611px) and (max-width: 1200px) {
  .CaseStudies .row.studies .CaseStudy:first-child {
    margin-left: 0px;
  }
  .CaseStudies .row.studies .CaseStudy:nth-child(4) {
    margin-left: 0px;
  }
}
@media (min-width: 611px) and (max-width: 936px) {
  .CaseStudies .row.studies .CaseStudy:first-child {
    margin-left: 0px;
  }
  .CaseStudies .row.studies .CaseStudy:nth-child(3) {
    margin-left: 0px;
  }
  .CaseStudies .row.studies .CaseStudy:nth-child(4) {
    margin-left: 44px;
  }
}
@media (max-width: 610px) {
  .CaseStudies .row.studies .CaseStudy {
    margin-left: auto;
    margin-right: auto;
  }
}
.CaseStudies .row.studies .CaseStudy .img_box {
  width: 267px;
  height: 197px;
}
.CaseStudies .row.studies .CaseStudy .title {
  font-family: Akk_Pro_Regular;
  font-size: 18px;
  line-height: 20px;
  color: #003435;
  margin-top: 25px;
}
.CaseStudies .row.studies .CaseStudy .cta {
  font-size: 14px;
  line-height: 22px;
  color: #00804d;
  float: left;
  margin-top: 15px;
}

#mm_widget .ms-rtestate-field {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 10px;
}
#mm_widget .ms-rtestate-field input,
#mm_widget .ms-rtestate-field select {
  border: 1px solid #e3e5e5;
  padding: 12px;
  font-family: Akk_pro_light;
  color: #003435;
  font-size: 13px;
  flex-grow: 1;
}
#mm_widget .ms-rtestate-field select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='rgb(0, 159, 81)' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
}

.hcvaadmins .hcv-desktop-location-filter {
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  .hcvaadmins .hcv-desktop-location-filter {
    display: none;
  }
}
.hcvaadmins .hcv-desktop-location-filter .location {
  display: flex;
  flex-direction: column;
  opacity: 0;
  max-height: 0;
  pointer-events: none;
  transition: max-height 0.5s ease 0.2s, opacity 0.5s ease 0s;
}
.hcvaadmins .hcv-desktop-location-filter .location .virginia-housing-map {
  width: 100%;
}
.hcvaadmins .hcv-desktop-location-filter .location .back-to-main-map {
  color: #00804d;
  text-decoration: underline;
  cursor: pointer;
}
.hcvaadmins .hcv-desktop-location-filter .location area {
  cursor: pointer;
}
.hcvaadmins .hcv-desktop-location-filter .shown {
  opacity: 1;
  max-height: 1200px;
  pointer-events: unset;
  transition: max-height 0.5s ease 0.8s, opacity 0.5s ease 1s;
}
.hcvaadmins .mobile-location-filter {
  padding-top: 20px;
}
.hcvaadmins .mobile-location-filter select {
  font-family: Akk_pro_light;
  padding: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 5px;
  border: 1px solid #dfdfdf;
  margin-bottom: 15px;
}
@media (min-width: 577px) {
  .hcvaadmins .mobile-location-filter {
    display: none;
  }
}

#hcvAgencyDetailsResults {
  margin-top: 0px;
  display: none;
}
#hcvAgencyDetailsResults div.hcvAgencyDetails {
  padding: 10px;
}
#hcvAgencyDetailsResults div.hcvAgencyDetails div {
  padding-bottom: 5px;
}
#hcvAgencyDetailsResults div.hcvAgencyDetails .hcvAgencyDetailsName {
  font-size: 16px;
  font-family: "Akk_Pro_Bold";
}
#hcvAgencyDetailsResults label.label {
  width: 100px;
  font-family: "Akk_Pro_Bold";
  display: inline-block;
}

/*# sourceMappingURL=main.css.map */
