@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap');

body {
	font-family: 'Noto Sans', sans-serif;
}


.process-vertical .process-step::after {
    width: 2px;
    display: block;
    background-color: black;
    position: absolute;
    content: '';
    height: calc(100% - 80px);
    top: 50px;
    left: 40px;
}


.sort-source.sort-source-style-3 > li.active > a {
    border-bottom-color: none !important;
    color: #0088CC !important;
    border-radius: 35px;
}

.awardslines {
	border-top:  2px solid gray;
	border-bottom:  2px solid gray;
	border-radius: 0px !important;
}

.call-to-action {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 30px 0px;
    clear: both;
}

.form-control {
    border-color: rgba(0, 0, 0, 1);
    border-radius: 0px;
}


html.sticky-header-active #header .header-body {
    border-bottom-color: rgba(234, 234, 234, 0);
    box-shadow: 0 0 0px rgba(234, 234, 234, 0);
}


#footer a:not(.btn):not(.no-footer-css) {
    color: white;
}

#footer .footer-copyright p {
    color: white;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -.0em;
    border: none;
}

.impact {
		    font-family: 'Oswald', sans-serif !important;
}

.slidesubhead {
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.2em;
	color: black;
	padding-top: 30px;
}



@media screen and (min-width: 200px) {
  .outline {
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
	font-size: 40px;
	margin-bottom: 50px;
	font-weight: bold;
	line-height: 1.1em;
}
}




@media screen and (min-width: 400px) {
  .outline {
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
	font-size: 50px;
	margin-bottom: 50px;
	font-weight: bold;
	line-height: 1.1em;
}
}


@media screen and (min-width: 900px) {
  .outline {
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
	font-size: 60px;
	margin-bottom: 50px;
	font-weight: bold;
	line-height: 1.1em;
}
}

@media screen and (min-width: 1200px) {
  .outline {
	-webkit-text-fill-color: white;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
	font-size: 80px;
	margin-bottom: 50px;
	font-weight: bold;
	line-height: 1.1em;
}
}
