body {
	position: relative;
	/* background: #f7f7f7 url(../img/background-light.png); */
	padding-top: 83px;
	font-family: 'Open Sans', sans-serif;
	color: #5a5b5d;
}


p {
	font-weight: 400;
}

a {
	color: #e42729;
}

a:hover {
	color: #ed1c24;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}

h3 {
	color:#7c1518;
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

ul.centered-bullets {
	list-style-type: none;
	margin: 0;
	padding: 0
}

ul.centered-bullets li::before {
	font-family: FontAwesome;
	content: "\f004";
	font-size: 14px;
	margin-right: 5px;
}


/* NAVBAR / HEADER  */

.navbar-default {
	/* background: #5a5a5d url(../img/background-light-grey.png); */
	background: #ffffff;
    border: none;
}

.header-logo {
	width: 265px;
	-webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
}

.header-freephone {
	text-align: right;
	color: #fff;
	margin: 0;
}

.header-freephone-bold {
	font-size: 30px;
	font-weight: 700;
}

.navbar-nav {

    margin: 0;
    color: #fff;
    text-transform: uppercase;
}

.navbar-nav > li > a {
	padding:12px 15px;
    color: #5a5b5d;
    font-size: 16px;
    display: block;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: #e42729;
    color: #ffffff;

}

.navbar-nav > li > a:hover, .navbar-default .navbar-nav>li>a:hover {
    background-color: #e42729 !important;
    color: #ffffff;
    display: block;
}


.copd-banner {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #0072bc;
	margin-bottom: -20px;
	color: #fff;
	font-weight: 700;
	font-size: 15px;
	border-top: 2px solid #fff;
}

.copd-banner a {
	color: #fff;
	text-decoration: underline;
}

.copd-banner a:hover {
	color: #fff;
	text-decoration: underline;
}

.container.no-gutters, .container-fluid.no-gutters {
	padding-right: 0;
	padding-left: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}



/* Text Styling */

.intro {
	font-size: 19px;
}

.intro-second {
	font-size: 16px;
}

.main-headings {
	font-size: 30px;
	margin-top: 0;
}

.sub-intro {
	font-size: 17px;
}




/* HOME */

.home {
	background: #fff url(../img/expect-background.jpg) no-repeat center top;
	background-size:cover;
	/*height:100vh;*/

}

.video-heading {
	text-align: center;
	font-weight: 600;
	color: #ffffff;
	background-color: #ed1c24;
	margin-top: 33px;
	padding: 20px;
}

.desktop-video {
	display: none;
}

.mobile-video {
	display: block;
}

#tablet-video-wrapper {
    margin-top: -35px;
    position: relative;
	margin-bottom: 40px;
}



#tablet {
	/*position: absolute;*/
	top: 0;
	width: 90%;
	margin-left: 5%;
}

#interested {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
	margin-top: 46%;
}



#interested-inner {
    margin: 0 auto;
    width: 200px;
}

#video {
	position: absolute;
	top: 0;
	width: 100%;
	padding: 2% 26% 5% 26%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#expertise .button {
	width:44%;
	float:left;
	position: relative;
}
#expertise .button a, #expertise .button a:link {
	color:#ffffff;
}
#expertise .button.first {
	margin-left:8%;
}
#expertise .button.second {
	margin-left:-4%;
}
#expertise .button.third {
	margin-left:8%;
	margin-top:-4%;
}
#expertise .button.fourth {
	margin-left:-4%;
	margin-top:-4%;
}
#expertise .button.first:after {
	background-color:#86b970;
}
#expertise .button.second:after {
	background-color:rgba(17, 101, 47, 0.5);
}
#expertise .button.third:after {
	background-color:rgba(0, 159, 227, 0.5);
}
#expertise .button.fourth:after {
	background-color:rgba(113, 113, 113, 0.5);
}
#expertise .button  div {
	font-size:20px;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	padding-top: 0;
	margin-top: 0;
}





/* Values */

.blob-wrap {
	display: table;
}

.blob {
	display:table-cell;
	height: 200px;
	padding: 20px;
	vertical-align: middle;
	border-radius:20px;
	color: #ffffff;

}
.blobfirst {
	background-color: #e42729;
}
.blobsecond {
	background-color: #7c1518;
}
.blobthird {
	background-color: #717171;
}
.blob.blobfourth {
	background-color: #0072bc;
}



/* WHAT SECTION */




.what {
    margin-top: 275px;
    padding-top: 100px;
}

.what-icons {
	padding-top: 20px;
	padding-bottom: 20px;
}

.annotation-text {
	font-size: 16px;
}






/* WHY SECTION */


.why {
	padding-top: 100px;
}

.mobile-circles .button {
    width:60%;
    min-width: 260px;
    margin: auto;
    position: relative;
}
.button:after {
    content: "";
    display: block;
    width: 100%;
    height:0;
    padding-bottom: 100%;
    background: #e42729;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.mobile-circles .button:after {
	width: 80%;
	margin: 10%;
}


.button div {
    color: white;
    float: left;
    font-size: 16px;
    font-weight: 700;
    margin-top: -0.5em;
    padding-top: 20%;
    text-align: center;
    width: 100%;
}



.why-annotation {
	font-size: 30px;
	margin-top: 30px;
}

.small-click {
	bottom: 15px;
    display: block;
    font-size: 14px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
}

.why-icons {
	padding-left:9%;

}


.button:hover:after {
	background: #5a5b5d !important;
}

.inline {
	display: none;
}

.why-center {
	font-size: 28px;
	font-weight: 700;
	color: #56b9e1;
	padding-top: 20%;
}

.clickfor {
	font-size: 16px;
	font-weight: 700;
	color: #5a5b5d;
}

.stuff {
	height: 400px;
}

.why-intro p {
	font-size: 16px;
}

.mobile-circles {
	margin-top: 5px;
	margin-bottom: 5px;
}

.mobile-circles .button:after {
	border-radius: 20%;
}


/* HOW SECTION */


.how {
	padding-top: 100px;
}

.how-icons p {
	margin-top: 20px;
	margin-bottom: 40px;
}


.how-icon-boxes {
	height: 250px;
	position: relative;
}

.how-icon-boxes a {
	position: absolute;
	bottom: 0;
	left:0;
    right:0;
    margin-left:20%;
    margin-right:20%;
}

.features h4 {
	font-weight: 700;
	color: #56b9e1;
	margin-top: 0;
}



.features p {
    color: #56b9e1;
    font-size: 26px;
    font-weight: 700;
    margin-top: 25px;
}

.features {
	margin: 10px 0;
}


/* SERVICES */

#services h2 {
	text-align: center;
}
#services a {
	color: #ffffff;
}
#services a:hover {
	color: #c7c7c9;
	text-decoration: none;
}
#services .button {
	width:98%;
	margin: 8% 1% 1% 1%;
	float:left;
	position: relative;
}
#services .button:after {
	border-radius:10%;
}
#services .button.first:after {
	background-color:#86b970;
}
#services .button.second:after {
	background-color:rgba(17, 101, 47, 0.5);
}
#services .button.third:after {
	background-color:#5BB8DF;
}
#services .button.fourth:after {
	background-color:rgba(113, 113, 113, 0.5);
}
#services .button  div {
	font-size:16px;
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%,-50%);
	padding-top: 0;
	margin-top: 0;
}

/*Delete this if defintely not needed*/
/*#services img.arrow {
	width: 50%;
	margin: auto;
	display: block;
}
#services img.arrow.second {
	margin-top:-10px;
}*/

.services-symbol {
	width: 70%;
	display:block;
	margin: auto;
}

.services-bubbles .read-more {
	padding:10px;
	background-color: #717171;
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius:10px;
}
.service-info-box p, .service-info-box ul li {
	text-align: left;
	margin: 10px;
}

.service-info-box h3 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 18px;
	margin-top: 20px;
}
.service-info-box img {
	max-height: 80px;
	margin: auto;
}

.services-subhead {
	/* min-height: 75px; */
}

/* anchor links for service bubbles */

#diabetes-experts {
	position: absolute;
	top: -106px;
}

#health-experts {
	position: absolute;
	top: -106px;
}

#digital-health-experts {
	position: absolute;
	top: -106px;
}

#care-experts {
	position: absolute;
	top: -106px;
}








/* RESULTS SECTION */


.results-wrap p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.results-row {
	font-size: 18px;
}

.results-sub-subhead {
	font-size: 21px;
}

#diabetes-pop-up ul, #healthy-lifestyle-pop-up ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

#diabetes-pop-up ul li::before, #healthy-lifestyle-pop-up ul li::before {
	font-family: FontAwesome;
	content: "\f111";
	font-size: 10px;
	margin-right: 5px;
}

#diabetes-pop-up h4, #healthy-lifestyle-pop-up h4, #digital-care-pop-up h4, #primary-care-pop-up h4 {
	color:#e42729;
	font-weight: bold;
}



/********** ABOUT SECTION ***********/

/**Refreshingly different **/

.button div img.img-responsive {
	max-width:100px;
	margin:auto;
    margin-bottom: 0px;
	margin-top:-20px;
}




/* WHAT SECTION */

#what {
	padding-top: 100px;
}

.what-they-say-speech-bubble {
	background-color: white;
	padding: 30px;
}

/* WHO SECTION */

#who {
	padding-top: 0px;
}

#who .panel-default {
	border: none;
}

#who .panel-default>.panel-heading {
	background-color: #5a5b5d;
	color: #ffffff;
	text-align: center;
	border: none;
	border-radius: 5px;
	padding:20px;
}

#who .panel-default>.panel-heading .panel-title {
	font-size:20px;
}

.who-are-we-tab {
	background-color: #5a5b5d;
	color: #ffffff;
	text-align: center;
	border: none;
	border-radius: 5px;
	padding: 20px;
}

.who-are-we-tab h3 {
	margin-top: 0;
	margin-bottom: 0;
}

.who-are-we-tab a {
	color:#ffffff;
}

/* COMMISSIONERS */

.governance-icons {
	width:100%;
	text-align: center;
	font-size: 90px;
}

.governance-icons i {
	margin: 10px;
	color: #009fe3;
}

.commissioners-section ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.commissioners-section ul li::before {
	font-family: FontAwesome;
	content: "\f004";
	font-size: 14px;
	margin-right: 5px;
}

.commissioners-section .commissioners-intro p {
	color: #ffffff;
	font-size: 16px;
}

.commissioners-section p, .commissioners-section ul, .commissioners-section li {
	color:#000000;
}




/* CONTACT SECTION */


.contact {
	padding-top: 100px;
}

#map {
	width: 100%;
	height: 300px;
	margin-top: 40px;
}

.contact a {
	color: #7c1518 ;
}

.contact a:hover {
	color: #7c1518;
}



p.speech
{
	position: relative;
	width: 100%;
	height: 150px;
	text-align: center;
	background-color: #e42729;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 15px;
	font-weight: 700;
	margin: 20px 0 50px 0;
}

p.speech:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	top: 140px;
	border: 25px solid;
	border-color: #e42729 transparent transparent #e42729;

}



/* News */

.hentry .description p {
	font-size: 12px;
}

.hentry small {
	font-size: 10px;
}

.news-sidebar h3 {
	color:#ffffff;
	font-size: 20px;
}

/* News Pages */

.sidebar {
	background: #f2f2f2 url(../img/background-dark.png);
	padding: 20px;
}

.sidebar h3 {
	font-size: 20px;
}



/* INLINE */

.inline h3 {
	color: #e42729;
	font-weight: 700;
}



/* FOOTER    */

.footer {
	background: #5a5a5d url(../img/background-grey.png);
	padding: 20px 0;
	color: #fff;
}

.footer a {
	color: #fff;
}






/* GENERAL HACKS  */

.relative {
	position: relative;
}

.red {
	color: #e42729;
}

.blue {
	color: #56b9e1;
}

.light-grey-background {
	background: #f2f2f2;
}

.medium-grey-background {
	background: #dedede;
}

.dark-background {
	/* background: #f2f2f2 url(../img/background-dark.png); */
	background: #c1c1c1;
}

.cloud-background {
	background: #56b9e1 url(../img/expect-background.jpg) center top no-repeat;
	background-size: cover;
}

.blue-background {
	background: #0072bc;
}

.space-top40 {
	margin-top: 40px;
}

.space-top80 {
	margin-top: 80px;
}

.space-top20 {
	margin-top: 20px;
}

.space40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.space20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.img-padding {
	padding:20px;
}


.no-padding {
	padding: 0;
}


.vanilla-form a {
    color: #fff;
    text-decoration: none;
}





.refs a {
	word-wrap: break-word;
	overflow-wrap: break-word;
}





@media(min-width:767px) {

}



@media(max-width:767px){
	body {
		padding-top: 140px;
	}
	.mobile-image {
		margin-bottom: 25px;
	}
	.main-logo {
	margin: 15px;
	}

	.navbar-default .navbar-toggle .icon-bar {
    background-color: #5a5b5d;
	}

	button.navbar-toggle {
		margin:25px;
	}

	.endpage-box {
		display: none !important;
	}

	.blue-arrow {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.blob-wrap {
		display: block;
	}
	.blob {
		display:block;
		width:90%;
		margin: 5%;
		height: auto;
		padding: 20px;
		vertical-align: middle;
		border-radius:20px;
		color: #ffffff;
	}

	.mobile-circles .button:after {
		width: 100%;
		margin: 0;
	}

	.what-they-say-speech-bubble {
		background-color: rgba(255, 255, 255, 0.8);
		padding: 30px;
	}

}
@media(min-width:768px){

	body {
		padding-top: 115px;
	}

	.navbar-nav > li > a {
	padding:6px 6px;
	font-size: 12px;
	}
	.header-logo {
	width: 240px;
	}
	.main-headings {
	font-size: 40px;
	}
	.intro {
	font-size: 18px;
	}

	.intro-second {
		font-size: 15px;
	}
	.navbar-nav > li {
   border-left: 1px solid #5a5b5d;

	}

	.navbar-nav > li.first {
	   border-left: 0;

	}
	.navbar-nav {
    float: right;
    margin-top:40px;
	}

	.desktop-video {
		display: block;
	}

	.mobile-video {
		display: none;
	}

	.video-box {
		margin-top: 20px;
	}

	#expertise .button {
		width:22%;
		float:left;
		position: relative;
	}
	#expertise .button.first {
		margin-left: 12%;
	}
	#expertise .button.second {
		margin-left: -4%;
		margin-right: -4%;
	}
	#expertise .button.third {
		margin: 0;
		margin-top: 0;
	}
	#expertise .button.fourth {
		margin-left: -4%;
		margin-top: 0;
	}
	.what {
	padding-top: 150px;
	margin-top: 0;
	}
	.why {
	padding-top: 150px;
	margin-top: 0;
	}
	.how {
	padding-top: 150px;
	margin-top: 0;
	}
	#what {
	padding-top:0;
	margin-top: 0;
	}
	.patient {
	padding-top: 150px;
	margin-top: 0;
	}
	.results {
	padding-top: 150px;
	margin-top: 0;
	}
	.contact {
	padding-top: 150px;
	margin-top: 0;
	}
	.header-logo {
	width:190px;
	}
	.header-freephone p {
		margin: 0;
	}
	.navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }

    .header-logo-padding {
	    padding-right:10px;
    }

    .mobile-circles .button {
	    width:100%;
    }

    .button div {
    font-size: 16px;
	}

	#tablet-video-wrapper {
	    margin-top: 55px;
	    position: relative;
	}

	.inline {
		width:500px;
	}

	/* anchor links for service bubbles */

	#health-experts {
		position: absolute;
		top: -160px;
	}

	#diabetes-experts {
		position: absolute;
		top: -160px;
	}

	#digital-health-experts {
		position: absolute;
		top: -160px;
	}

	#care-experts {
		position: absolute;
		top: -160px;
	}

}
@media(min-width:900px){

	/*
	.video-box h2, .video-box img {
		display: block;
	}
	#video {
		position: absolute;
		top:25%;
		height: 50%;
		left:25%;
		width:50%;
		max-width: 817px;
		max-height: 478px;
	}
	*/
}

@media(min-width:992px){
	.navbar-nav > li > a {
		padding:12px 15px;
	}
	.header-logo {
		width: 250px;
	}

	.navbar-nav > li > a {
		font-size: 14px;
	}


	.header-logo-padding {
	    padding-right:50px;
	    padding-top: 10px;
    }
    .video-box {
		margin-top: 0px;
	}

	.main-headings {
		font-size: 50px;
	}

	body {
		padding-top: 140px;
	}

	#tablet-video-wrapper {
		position: relative;
		/*height: 725px;*/
	}

	#interested-inner {
		width:300px;
		margin: 0 auto;
	}

	.button div {
		padding-top: 30%;
	}
	.mobile-circles .button {
    	width:90%;
    }

    .mobile-circles .button:after {
		width: 100%;
		margin: 0;
	}
}
@media(min-width:1200px){
	.video-box {
	background-image: url(/img/video-bknd-pattern.png);
	background-repeat: repeat-x;
	background-size: 100% 100%;
	overflow-x: hidden;
	padding-top: 0px;
	}
	.video-box h2 {
	top: 60px;
	}
	.expertise {
	padding-top: 0px;
	padding-top: 0px;
	}
	.why {
	padding-top: 150px;
	margin-top: 100px;
	}
	.how {
	padding-top: 150px;
	margin-top: 100px;
	}

	.patient {
	padding-top: 150px;
	margin-top: 100px;
	}
	.results {
	padding-top: 150px;
	margin-top: 100px;
	}
	.contact {
	padding-top: 0px;
	margin-top: 0px;
	}
	.main-headings {
	font-size: 60px;
	}
	.intro {
	font-size: 22px;
	}
	.intro-second {
		font-size: 16px;
	}
	.annotation-text {
	font-size: 18px;
	}
	.button div {
    padding-top:30%;
    font-size: 34px;
	}
	.button div img.img-responsive {
	max-width:100px;
	margin:auto;
    margin-bottom: -40px;
	margin-top:-20px;
	}
	.features p {
	font-size: 36px;
	}
	#services .button  div {
		font-size:20px;
	}
}

@media(min-width:1650px){
}

@media(max-width:450px){
	body {
	padding-top: 190px;
	}
}

@media(max-width:399px){
	img.main-logo {
		max-width:200px;
		margin: 8px;
		margin-bottom: 15px;
	}
	#expertise .button {
	width: 80%;
	}
	#expertise .button.first {
	margin-left:10%;
	}
	#expertise .button.second {
		margin-left:10%;
		margin-top: -4%;
	}
	#expertise .button.third {
		margin-left:10%;
		margin-top: -4%;
	}
	#expertise .button.fourth {
		margin-left:10%;
		margin-top: -4%;
	}
}

@media(max-width:350px){
	body {
	padding-top: 260px;
	}
}