.hide-disclosures {
    .disclosure, .disclaimer {
        display: block;
    }
}
.ftr-logo {
    max-width: 300px !important;
    height: auto !important;
}

 /*
==============================================
COMMUNITY CALLOUTS
==============================================
*/

.callout-heading-wrapper{
	height:120px !important;
}
.callouts-community .callout-item .callout-heading-wrapper .callout-heading,
.callouts-community .callout-item .callout-heading-wrapper .callout-heading {
  color: inherit;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
}
.callouts-community .callout-item:hover .callout-heading {
  color: #002949;
}
.callouts-community .callout-item, 
.callouts-community.callouts-version-1.callouts-mobile-slider .callout-slide {
  background: #e8edf2;
}
.callouts-community .callout-item .callout-heading-wrapper, 
.callouts-community .callout-item .callout-heading-wrapper {
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.callouts-container{
		grid-gap: inherit !important;
	}
}

.contact-widget-section {
  display: none !important;
}
