body {
	color: #1A1A1A;
	font-family: "Quicksand", sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
}

.banner {}

.head-title {
	margin-bottom: 0;
	padding-bottom: 2rem;
	font-size: 3rem;
	font-weight: 600;
	color: #1071B8;
	line-height: 1.1;
	border-bottom: 5px solid #1071B8;
}

.head-title span {
	font-size: 1.8rem;
	color: #1A1A1A;
}

.logo {
	width: 180px;
}

.wrap {
	background-image: url('../img/summit-bg.png');
	background-repeat: no-repeat;
	background-position: right bottom;
}

.h2 { font-size: 2.8rem; font-weight: 700; line-height: 1;}

h3 {
	font-weight: 700;
	font-size: 2.6rem;
}

h3 span { color: #1071B8; }

h4 {
	font-weight: 600;
	color: #1071B8;
}

.bg-blue { background-color: #255EB6; }
.bg-lgrey {background-color: #D2D2D2; }

.brd-bottom { border-bottom: 10px solid #1071B8; }

.bullet-text {
	font-size: 1.8rem;
	font-weight: 600;
	color: #1071B8;
}

.category {
	display: inline-block;
	padding: .15rem 2rem;
	border-radius: 1.5rem;
	font-size: 1.4rem;
	font-weight: 700;
}

.category-light {
	background-color: white;
	color: #255EB6;
}

.category-blue {
	background-color: #255EB6;
	color: white;
}


@media (min-width: 992px) {
	.columns-two {
		column-count: 2;
		column-gap: 3rem;
	}
}

.cta {
	position: relative;
	height: 340px;
	border-radius: 2.5rem;
}
.cta a { color: white; text-decoration: none;}
.cta a:hover { color: white; text-decoration: underline;}
.cta-img img {
	height: 72px; width: 72px;
}
.cta-title {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.1;
}

.intro-section {
	background-image: url('/img/summit-bg-alt.png'); background-repeat: no-repeat; background-position: -220px center; background-size: contain;
}


.section-icon {
	width: 100px;
}

.quote {
	background-color: #255EB6;
	color: white;
	font-size: 1.3rem;
	font-weight: 500;
}

.strapline {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.1;
}

.txt-blue { color: #1071B8; }
.txt-blue-alt { color: #255EB6; }

@media (min-width: 576px) {
	.logo { width: 200px;}
	.head-title {font-size: 3.6rem;}
	.head-title span { font-size: 2rem; }
	.cta { border-radius: 3rem; }
}

@media (min-width: 768px) {
	.head-title {display: inline-block; font-size: 4rem;}
	.head-title span { font-size: 2.4rem; }
	.cta { border-radius: 3.5rem; }
}

@media (min-width: 992px) {
	.head-title {font-size: 4.3rem;}
	.head-title span { font-size: 2.8rem; }
	h3 { font-size: 2.8rem; }
	.h2 { font-size: 3.2rem; }
}

@media (min-width: 1200px) {
	.h2 { font-size: 3.4rem; }
}
@media (min-width: 1400px) {
	
}