/* UCN Cares CSS */

/***************** GENERAL STYLING *****************/

html,
body {
	height: 100%;
	width: 100%;

	font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
	color: #288FCE;
}

::-moz-selection { background: #98C250; }
::selection { background: #98C250; }

div {
	box-sizing: border-box;
}

a {
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
	color: #98C250;
	text-decoration: none !important;
}

a:hover,
a:focus {
	color: #288FCE !important;
}

hr {
	max-width: 100px;
	margin: 25px auto 0;
	border-width: 1px;
	border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
	border-color: white;
}

h1 {
	font-size: 8em;
}

h2 {
	font-size: 4em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
}

p {
	font-size: 1.1em;
	line-height: 1.5;
	margin-top: 20px;
	margin-bottom: 20px;
}

strong {
	font-family: 'Montserrat', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 900;
}

.mobile-invisible {
	display: initial;
}

@media (max-width: 768px) { /* for mobile/medium sized things */
	.mobile-invisible {
		display: none;
	}
}

@media (min-width: 767px) {
	section {
  		padding: 100px 0;
	}
	
	.counter-value {
		font-size: 2.2em !important;
	}
}

.container {
	padding: 0 20px;
}

@media (max-width: 768px) {
	.container {
		padding: 0 40px;
	}
}

section {
	padding: 100px 0;
}

.btn-outline {
	background-color: #288FCE;
	color: white;
	border-color: white;
	border: 1px solid;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
	color: #FFF !important;
	background-color: #98C250;
}

.btn {
	font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 6px;
	border-radius: 300px;
	text-align: center;
}

.btn-xl {
	padding: 20px 45px;
	font-size: 18px;
}

@media (max-width: 767px) {
	.btn-xl {
		padding: 12px 24px;
		font-size: 11px;
	}
}

img .img-fit {
	width: 100%;
    height: auto;
    max-width: 100%;
}

.green-icon {
	color: #98C250 !important;
}

/***************** SECTION STYLING *****************/

header {
	padding: 160px 0;
	/*background-image: url("../img/hero-image.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: bottom;*/
}

header strong {
	color: #98C250;
}

.header-logo {
	padding-bottom: 80px;
}

.header-content {
	padding: 80px 0;
}

@media (max-width: 768px) {
	.header-content {
		padding: 30px 0 10px 0;
	}
}

@media (max-width: 768px) {
	header h1 {
   		font-size: 4em;
	}
	header-content {
		max-width: 100%;
	}
}

section.survey {
	background-color: #98C250;
/*
	background-image: url("../img/UCN-Background-Lights_noStar.png");
	background-position: right 12px bottom -360px;
	background-repeat: no-repeat;
*/
	color: #FFF;
}

section.survey strong {
	color: #288FCE;
}

@media (max-width: 768px) {
	section.survey h2 {
		font-size: 2em;
	}
	section.survey .container {
		max-width: 100%;
	}
}

section.survey h3 {
	color: #98C250;
}

section.numbers {
	background-color: #288FCE;color: #fff;
}

section.numbers h2 {
	color: #98C250;
}

section.numbers .highlight {
	color: #98C250;
}

section.plan {
	background-image: url("../img/HeartBackground.png");
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-position: right 12px bottom 0;
	color: #288FCE;
}
section.plan h2, h4 {
	color: #288FCE;
}

@media (max-width: 1424px) {
	section.plan {
		background: none;
	}
}

section.plan strong {
	font-family: inherit;
	font-weight: 700;
	color: #98C250;
}

.cta {
	font-family: 'Montserrat', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 2em;
	color: #98C250;
}

.product {
	margin: 12px 0 24px 0;
}

.product-logo img {
	width: 75%;
    height: auto;
    max-width: 100%;
	margin: 0 auto;
	display: block;
}

section.win {
	background-color: #288FCE;
	color: #FFF;
}

section.win h1 {
	color: #fff;
}
section.win h4 {
	color: #98C250;
}

@media (max-width: 768px) {
	section.win h1 {
		font-size: 5em;
	}
}

section.on-site {
	background-image: url("../img/UCN-on-site-BG.png");
	background-size: cover;
	max-width: 100%;
}

@media (max-width: 768px) {
	section.on-site h1 {
		font-size: 5em;
	}
}

footer {
	background-color: #288FCE;
	padding: 25px 0;
	text-align: center;
}

footer p {
	font-size: 12px;
	margin: 0;
	color: #98C250;
}

footer strong {
	font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif'; 
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
	font-size: 12px;
	color: #FFF;
}

footer ul li a:hover {
	color: #288FCE !important;
}

footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active,
footer ul li a.active {
	text-decoration: none;
}