@charset "utf-8";
/* CSS Document */

section.thought-leadership {
	max-width:754px;
	margin:auto;
}

h1.standard {
	margin-top: -0.3em;
    margin-bottom: 25px;
    color: #05222E;
    font-size: 3.1rem;
    line-height: 1.05;
    font-family: 'AddingtonCF-Regular', Georgia;
    font-weight: 400;
    width: 100%;
    padding: 3px 0 0 0;
    letter-spacing: 1.5px;
}

@media only screen and (max-width: 639px)
{
	h1.standard {
	font-size: 2.75rem;
	}
	
	section.thought-leadership {    
		padding: 1.75em 0;
	}
	
	ul.blue-left-bar {
	border-left: 8px solid #0B75E0;
	margin-top: 8px;}
	
}

ul.blue-left-bar {
border-left: 10px solid #0B75E0;
margin-top: 15px;}

ul.blue-left-bar li {
    padding-left: 20px;
    font-size: 18px;
    color: #05222E;
    line-height: 1.6;
    letter-spacing: .5px;
}

ul.blue-left-bar li::before {
    content: "•";
    font-size: 2em;
    padding-right: 15px;
    line-height: 1em;
}

ul.blue-left-bar li {
    list-style: none!important;
    line-height: 1.6;
    margin: 0!important;
}


hr.blue-short {
	border-bottom: solid 1px #0B75E0;
	width:8%;
	
}

h3.greycliff-bold {
    color: #05222e;
    font-family: "GreycliffCF-Bold";
    font-size: 22px;
    font-weight: 800;
    line-height: 28px;
    padding: 1.5em 0;
    width: 60%;
	margin:auto;
}


@media only screen and (max-width: 400px) {
	h3.greycliff-bold {
	width: 100%;
}
}

h3.greycliff {
    padding-top: 2em;
    color: #05222e;
    font-family: "GreycliffCF-Bold";
    font-size: 22px;
    font-weight: normal;    
	line-height: 28px;
}

h3.greycliff-blue {
    margin-top: 1.5ex;
    color: #0B75E0;
    font-family: "GreycliffCF-Bold";
    font-size: 28px;
    font-weight: 800;
    line-height: 28px;
}