body {
    font-family: "Noto Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
	  margin: 0; /* Removes default body margin to prevent unwanted spacing */
  padding: 0; /* Removes default body padding */
}
a {
    color: #151618;
    text-decoration: none;
}
a:hover {
    color: #333399;
/*
    transition: 
	text-decoration-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms; */
    font-family: 'Noto Sans', Helvetica, Arial, sans-serif;
    line-height: 1.5;
    text-decoration: underline;

}
header{
	  width: 100%;
	background: #1A2133;
	display: inline-block;
    padding: 15px 15px 15px 15px;
}

/*
a {
	text-decoration: underline;
	color: #1A2133;
}
a:link {
	text-decoration: underline;
	color: #1A2133;
}
a:visited {
	color: #3B4F6B;
}
a:hover {
	color: #3B4F6B;
	
}
*/
div {
    margin: 2px 0 1px 0;
}
.container {
    padding: 0 20px;
    margin: 0 auto;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
    padding: 0 20px;
    border-bottom: 1px solid #E9E9E9;
    display: flex;
}
.row:before, .row:after {
    display: table;
    content: " "
}
.row:after {
    clear: both
}
.row:before, .row:after {
    display: table;
    content: " "
}
.row:after {
    clear: both
}
.col1 {
    width: 44px;
    display: block;
}
.col2 {
    margin-top: 12px;
    display: block;
}
