.widget.homepageherocontainer { 
  height:unset!important;
  padding-bottom: 36px;
}

.homepage .widget.homepageherocontainer .field--item:nth-child(2n+2) {
    background-color: unset!important;
    display: unset!important;
    width: unset!important;
}

.jumbotron-focalpoint
{
  min-height: 625px!important;
  max-height: 625px!important;
}

.focalpoint {
    height: 625px!important;
}
.homepage.main-container {
  background-color: #E9EBF0;
}

#home-tabs.secondary {
    margin-top: 40px;
}


#home-tabs.secondary .nav-tabs  {
  margin-bottom:0!important
}

#home-tabs.secondary .tab-content  {
  background-color: #FFF!important;
}

#home-tabs.secondary .tab-content::before{
    content: "";
    border: 2px solid blue !important;
    border-bottom: 0px !important;
    border-image: linear-gradient(to bottom, var(--ffx-hometabs-active-color, #000000), #ffffff0a) 1 !important;
    border-top: 0 !important;
    height: 10px;
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
}

#home-tabs.secondary .nav-tabs .nav-item,
#home-tabs.secondary .accordion-button {
  background-color: #FFF!important;
  padding: 0px!important;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 12px!important;
  border-top-right-radius: 12px!important;
  /* -webkit-box-shadow: 0 2px 13px 0 rgba(0, 54, 103, 0.25);
  box-shadow: 0 2px 13px 0 rgba(0, 54, 103, 0.25);  */
}



#home-tabs.secondary .nav-tabs .nav-item .nav-link {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-right-radius: 12px !important;
  border-top-left-radius: 12px !important;
  padding: 8px!important;
  border-bottom: 2px solid var(--ffx-hometabs-active-color)!important;
  -webkit-box-shadow: 0 2px 13px 0 rgba(0, 54, 103, 0.25);
  box-shadow: 0 2px 13px 0 rgba(0, 54, 103, 0.25);
  /* Bootstrap's base .nav-link rule transitions border-color over 150ms;
     js/ffx_cd_hometabs_theme_sync.js reads this element's computed border
     color the instant it becomes active, so leaving border-color in the
     transition list means that read can catch a mid-fade value instead of
     the final one. Dropping it here makes the change (and the read)
     immediate. */
  transition-property: color, background-color !important;
}

#home-tabs.secondary .nav-tabs .nav-item .nav-link.active {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-box-shadow:unset;
    box-shadow: unset;
    height: 100%;
    border: 2px solid !important;
    border-bottom: 0px !important;
    border-radius: 12px;
}

#home-tabs.secondary .nav-tabs .nav-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#home-tabs.secondary .nav-tabs .nav-link > .icon i {
    font-size: 1.5em !important;
    weight: 600;
}

#home-tabs.secondary .nav-tabs .nav-link > .title,
#home-tabs.secondary .accordion-button > .title {
  color: var(--navyBlue);
  font-size: 1em;
  padding:0 12px!important;
}

#home-tabs.secondary .accordion-button > .title {
  font-size: auto;
}

#home-tabs.secondary .nav-tabs .nav-link.active .arrow-wrap {
    display: none;
}

#home-tabs.secondary .nav-tabs .nav-link > .icon {
    margin-top: 0px;
    background-color: unset !important;
    width: 40px;
    height: 40px;
    border:2px solid #CCC;

}


#home-tabs.secondary .nav-tabs > .nav-item.theme-blue .nav-link.active, 
#home-tabs.secondary .nav-tabs > .nav-item.theme-blue .nav-link > .icon,
#home-tabs.secondary .theme-blue .accordion-button > .icon {
  border-color: var(--themeBlue)!important;
}
#home-tabs.secondary .nav-tabs > .nav-item.theme-gray-lt .nav-link.active, 
#home-tabs.secondary .nav-tabs > .nav-item.theme-gray-lt .nav-link > .icon,
#home-tabs.secondary .theme-gray-lt .accordion-button > .icon  {
  border-color: var(--themeGray)!important;
}
#home-tabs.secondary .nav-tabs > .nav-item.theme-gray .nav-link.active, 
#home-tabs.secondary .nav-tabs > .nav-item.theme-gray .nav-link > .icon,
#home-tabs.secondary .theme-gray .accordion-button > .icon  {
  border-color: var(--themeGray)!important;
}
#home-tabs.secondary .nav-tabs > .nav-item.theme-green .nav-link.active, 
#home-tabs.secondary .nav-tabs > .nav-item.theme-green .nav-link > .icon,
#home-tabs.secondary .theme-green .accordion-button > .icon  {
  border-color: var(--themeGreen)!important;
}
#home-tabs.secondary .nav-tabs > .nav-item.theme-tan .nav-link.active, 
#home-tabs.secondary .nav-tabs > .nav-item.theme-tan .nav-link > .icon,
#home-tabs.secondary .theme-tan .accordion-button > .icon  {
  border-color: var(--themeTan)!important;
}
#home-tabs.secondary .nav-tabs > .nav-item.theme-blue-dk .nav-link.active, 
#home-tabs.secondary .nav-tabs > .nav-item.theme-blue-dk .nav-link > .icon,
#home-tabs.secondary .theme-blue-dk .accordion-button > .icon  {
  border-color: var(--themeBlueDk)!important;
}
#home-tabs.secondary .nav-tabs > .nav-item.theme-red .nav-link.active, 
#home-tabs.secondary .nav-tabs > .nav-item.theme-red .nav-link > .icon,
#home-tabs.secondary .theme-red .accordion-button > .icon  {
  border-color: var(--themeRed)!important;
}

#home-tabs.secondary .nav-tabs > .nav-item.theme-blue .nav-link > .icon i,
#home-tabs.secondary .theme-blue .accordion-button > .icon i {
  color: var(--themeBlue);
}#home-tabs.secondary .nav-tabs > .nav-item.theme-gray-lt .nav-link > .icon i,
#home-tabs.secondary .theme-gray-lt .accordion-button > .icon i {
  color: var(--themeGray);
}#home-tabs.secondary .nav-tabs > .nav-item.theme-gray .nav-link > .icon i,
#home-tabs.secondary .theme-gray .accordion-button > .icon i {
  color: var(--themeGray);
}#home-tabs.secondary .nav-tabs > .nav-item.theme-green .nav-link > .icon i,
#home-tabs.secondary .theme-green .accordion-button > .icon i {
  color: var(--themeGreen);
}#home-tabs.secondary .nav-tabs > .nav-item.theme-tan .nav-link > .icon i,
#home-tabs.secondary .theme-tan .accordion-button > .icon i {
  color: var(--themeTan);
}#home-tabs.secondary .nav-tabs > .nav-item.theme-blue-dk .nav-link > .icon i,
#home-tabs.secondary .theme-blue-dk .accordion-button > .icon i {
  color: var(--themeBlueDk);
}#home-tabs.secondary .nav-tabs > .nav-item.theme-red .nav-link > .icon i,
#home-tabs.secondary .theme-red .accordion-button > .icon i {
  color: var(--themeRed);
}

#home-tabs.secondary .nav-tabs .nav-link > .icon::after {
    display: none;
}

#header-search.header-hidden {
    transform: translateY(-120%)!important;
    margin-bottom: -120%!important;
}

.homepageherocontainer .widget-contentsectionwithlinks .contentcolumntext h2 {
	font-size: 1.7em;
    font-weight: 700;
}
.homepageherocontainer .widget-contentsectionwithlinks .contentcolumntext p {
    font-size: 1.2em;
}

.homepageherocontainer .widget-contentsectionwithlinks .imagecolumn {
	width: 25%;
}
.homepageherocontainer .widget-contentsectionwithlinks .contentcolumn {
	width: 75%;
    max-width: 600px;
}

.homepageherocontainer .widget-contentsectionwithlinks .backgroundimagebox {
    background-color: var(--themeBlue);
    background-size: auto;
}

.homepageherocontainer .widget-contentsectionwithlinks .contentcolumnbutton .fullwidth {
	
    width: fit-content;
}