/* General */
body {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #191919;
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}

h1 {
	font-size: 3.25rem;
	font-weight: 300;
}

h2 {
	color: #006ba6;
	font-size: 2.15rem;
	font-weight: 400;
}

h3 {
	color: #006ba6;
	font-size: 1.75rem;
	font-weight: 400;
	margin-top: 2rem;
}

h4 {
	color: #333;
}

h5 {
	color: #29abe2;
	font-size: 1rem;
	text-transform: uppercase;
}

p:last-child {
	margin-bottom: 0;
}

a {
	text-decoration: underline;
	color: #006ba6;
}

a:hover, a:focus {
	text-decoration: none;
}

ul {
	margin-bottom: 0;
}

li::marker {
	color: #29abe2;
}

.content-list li {
	margin-bottom: 0.75rem;
}

hr {
	margin-top: 3rem;
	margin-bottom: 3rem;
	background-color: #d0cfcf;
}

.quote {
	color: #006ba6;
	font-size: 1.75rem;
	line-height: 1.25;
}

/* Colours */
.blue {
	color: #006ba6;
}

.orange {
	color: #f58546;
}

.light-blue {
	color: #29abe2;
}

.pink {
	color: #f05566;
}

.light-grey {
	color: #818285;
}

.dark-grey {
	color: #333;
}

/* Buttons */
.btn {
	color: #fff;
	text-decoration: none;
	border: none;
}

.btn:hover, .btn:focus {
	opacity: 0.9;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, :not(.btn-check)+.btn:active {
    background-color: #f05566;
}

/* Navbar */
.navbar {
	border-top: #006ba6 20px solid;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.nav-item {
	margin-left: 1.5rem;
}

.nav-item a {
	text-decoration: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #006ba6;
}

.dropdown-toggle::after {
	color: #191919;
}

.dropdown-item.active, .dropdown-item:active {
	background: none;
}

/* Hero Banners */
.hero-banner {
	padding: 3rem 2rem;
	margin-bottom: 2rem;
	min-height: 310px;
        background-size: cover!important;
}

.hero-banner h1 {
	color: #fff;
	font-size: 2.5rem;
}

.hero-banner.home {
	background: url(../images/290506.jpg) right 0 no-repeat;
	margin-bottom: 3rem;
	min-height: 500px;
}

.hero-banner.home h1 {
	font-size: 3.25rem;
}

.hero-banner.about-forced-cough-vocalization {
	background: url(../images/290506.jpg) right 0 no-repeat;
}

.hero-banner.our-fcv-technology {
	background: url(../images/290532.jpg) right 0 no-repeat;
}

.hero-banner.my-advocate {
	background: url(../images/290530.jpg) right 0 no-repeat;
}

.hero-banner.fcv-sentinel {
	background: url(../images/290529.jpg) right 0 no-repeat;
}

.hero-banner.biometrics-soundpass {
	background: url(../images/290528.jpg) right 0 no-repeat;
}

.hero-banner.audible-health-dx {
	background: url(../images/290527.jpg) right 0 no-repeat;
}

.hero-banner.optimal-solutions {
	background: url(../images/290531.jpg) right 0 no-repeat;
}

.hero-banner.about-us {
	background: url(../images/290526.jpg) right 0 no-repeat;
}

.hero-banner.product-page-testhub {
	background: url(../images/305835.jpg) right 0 no-repeat;
}

/* Breadcrumb */
.breadcrumb {
	margin-bottom: 2rem;
}

.breadcrumb-item {
	color: #818285;
}

.breadcrumb-item.active {
	color: #006ba6;
	font-weight: 500;
}

.breadcrumb-item a, .breadcrumb-item a:hover {
	color: #818285;
}

/* Call To Action Block */
.cta-block {
	background-color: #f0f9ff;
	margin-top: 3rem;
	margin-bottom: 3rem;
	padding: 4rem 6rem;
	text-align: center;
}

.cta-block h3 {
	font-size: 3.25rem;
	font-weight: 300;
        margin-top: 0;
}

.cta-block p {
	font-size: 1.75rem;
}

.cta-block a {
	font-size: 1.25rem;
}

/* Accordions */
.accordion-item {
	border: none;
}

.accordion-button {
	border-top: #d0cfcf 2px solid;
	font-size: inherit;
	background: none;
	outline: 0!important;
}

.accordion-item:first-of-type .accordion-button {
	background: none;
	box-shadow: none;
	border-top: none;
}

.accordion-button:not(.collapsed), .accordion-button:focus {
	background: none;
	color: inherit;
	box-shadow: none;
	border-color: #d0cfcf;
}

/* Footer */
footer {
	border-top: #666 2px solid;
	margin-top: 1rem;
}

footer a {
	color: #818285;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}
