h1, h2, h3{
}

h1 {
    color :#003d79;
    color :#333;
    font-size: 34px;
    font-weight: bold;
    margin-top:40px;
    margin-bottom:40px;
    padding:0;
}

h2{
	position: relative;
	color: white;
	padding: 12px 0em 12px 12px;
	background-color: #0067b8;
	color: #334;
	background-color: #f0f0f0;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
    font-weight: normal;
    margin:28px 0 15px 0px;
    font-size: 20px;
}
h2::after {
	position: absolute;
	top: 50%;
	left: 4px;
	transform: translateY(-50%);
	content: '';
	width: 4px;
	height: 25px;
	background-color: white;
}

h2.aaa{
    color :#003d79;
    color :#333;
    border-bottom: 3px solid #003d79;
    padding:1px 0 3px 0px;
    margin:40px 0 15px 3px;
    font-size: 23px;
    font-weight: bold;
    position: relative;
}

h2.aaa:before  {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 220px;
  height: inherit;
  border-bottom: 0px solid #408d99;
}

h3{
    color :#003d79;
    color :#333;
    border-bottom: 2px solid #003d79;
    padding:1px 0 3px 0px;
    margin:40px 0 15px 3px;
    font-size: 23px;
    font-weight: bold;
}

h4{
	position: relative;
    color :#222;
	padding: 15px 0em 9px 18px;
    margin:0px;
    font-size: 20px;
    font-weight: bold;
}

h4::after {
	position: absolute;
	top: 55%;
	left: 3px;
	transform: translateY(-50%);
	content: '';
	width: 3px;
	height: 30px;
	background-color: #1F296A;
}

/*-- Small devices --*/
@media (max-width: 640px) {
    h1{
        font-size: 20px;
        margin-top:0px;
        margin-bottom:20px;
    }
    h2{
        font-size: 17px;
    }
	h2::after {
		height: 25px;
	}
	h2{
		padding: 8px 0em 5px 4px;
		border-radius: 2px;
	    margin:18px 0 15px 0px;
	}
	h2::after {
		left: 0px;
		content: '';
		width: 0px;
	}
    h3{
        font-size: 16px;
        margin:20px 0 7px 3px;
    }
    h4{
        font-size: 15px;
    }
	h4::after {
		height: 18px;
	}
    h5 {
        font-size: 14px;
    }    
}
