/*
Theme Name:         HealthcareStart.org Theme
Author:             Visia Marketing
License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.fc-wrapper .fc-section.fc-section-dark .g-section-title {
 color: #60FACD;
}

.fc-wrapper .fc-section ul li {
 /*margin-bottom: 28px;*/
}

/* Testing */

.accordion-fix {
	padding: 1rem 1.5rem 4rem !important;
}

.accordion-fix .accordion .accordion-topic {
	padding: 24px 30px 24px 0;
}

.accordion-fix .accordion .accordion-topic h4 {
	font-size: 20px;
}

.accordion-fix .accordion .accordion-response {
    padding: 10px 30px 22px 0;
}

.fc-section-cards .card-grid .card-cell svg {
    max-height: 270px;
}

.fc-section-columns .card-grid .card-cell img {
    max-height: 270px;
	max-width: 90%;
}