.container{
	display: block;
    padding-left: 0;
    padding-right: 0;
}
a,
a.nav-link{
 	color: #0157B1;
 	text-decoration: none;
 }
section{
 padding-top: 50px;
 margin-top: 20px;

}
h1,
h2{
	padding: 15px 0;
}
h1{
	font-size: 2.4em;
}
h2{
	font-size: 1.8em;
}
.standard-blue-back{
	background-color: #003F88;
	color: #fff;
}
.dark-blue-back{
	background-color: #001B3B;
	color: #fff;
}

.white-back{
	background-color: #fff;
	color: #001B3B;
}

a.new-tab-link{
   background-image: url("./images/Open-New-Window.svg");
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 18px;
     padding-right: 30px !important;
    color: #003F88;
  }
a.blue-link {
    background-image: url(./images/Right-Blue-Arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px;
    padding-right: 30px !important;
    color: #003F88;
}
.goto-link-white{
	background-image: url(./images/Arrow-White-long.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 25px;
    color: #fff;
}
.goto-link-blue{
	background-image: url(./images/Arrows-Blue-Long.svg);
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 20px;
    padding-right: 35px;
    color: #001B3B;
}
.col-3-list,
.col-2-list{
	list-style: none;
	margin:0;
	display: flow-root;
    padding-left: 0;
}
.col-3-list li,
.col-2-list li{
	float: left;
}
.col-3-list li{
	width: 33%;
	padding:0;
	margin-bottom: 10px;
}
.col-3-list li:nth-of-type(3n+1){
	padding-right: 10px;
}
.col-3-list li:nth-of-type(3n+2){
	padding: 0 10px;
}
.col-3-list li:nth-of-type(3n){
	padding-left: 10px;
}
.col-2-list li{
	width: 50%;
	padding:0;
	margin-bottom: 10px;
}
.col-2-list li:nth-of-type(2n+1){
	padding-right: 10px;
}

.col-2-list li:nth-of-type(2n){
	padding-left:10px;
}
.navbar {
	padding-right: 0;
    padding-left: 0;
    border-bottom: solid 2px #eee;
}

li a{
	display: flex;
	align-items: center;
}
.light-blue-back-list li a{
	background-color: #EBF6FF;
	border:solid 1px #2196F3;
	border-radius: 5px;
	padding: 15px;
	font-size: 14px;
}
.grey-back-list li a{
	background-color: #EEEEEE;
	border:none;
	border-radius: 3px;
	padding: 15px;
	font-size: 14px;
}
.col-3-list li a{
	min-height: 72px;
}
#back-to-main{
	height: 60px;
    padding: 10px;
}
#back-to-main a{
	text-align: right;
	text-decoration: none;
}
#back-to-main a img{
	width: 150px;
    float: left;
}
#back-to-main a span{
	display: block;
    padding: 10px 50px;
    font-size: 14px;
}
#main{
	border-radius: 10px;
	padding:50px;
}
footer{
	 border-top: solid 2px #eee;
	 padding-top: 10px;
}
footer a,
footer p{
	font-size: 10px;
}
.float-left a{
	margin-right: 10px;
}
footer.container{
  margin-top: 50px;
	padding-left: 0;
	padding-right: 0;
	display: flex;
	padding-bottom: 50px;
}
.social-contact-img a{
	width: 15px;
    padding-left: 5px;
}
.social-contact-img a img{
	width: 14px;
	position: relative;
    top: -10px;
}
.text-right{
	text-align: right;
}
@media screen and (max-width: 768px){
.container{
    padding-left: 10px;
    padding-right: 10px;
}
.col-2-list li,
.col-3-list li{
	width: 100%;
	padding:0 !important;
}
h1{
	font-size: 1.5em;
}
h2{
	font-size: 1.2em;
}
p{
	font-size: 1em;
}
section{
 padding-top: 20px;
}
#main {
    padding: 30px;
    width: 96%;
}
#back-to-main a{
	display: flex;
}
#back-to-main a span{
	display: none;
}
footer.container{
	flex-direction: column;
}
footer div{
	width: 100% !important;
	text-align: center !important;
}
.social-contact-img a img{
    top: -20px;
}

	}


body, .light-blue-back-list li a, .grey-back-list li a {
	font-size:1.2rem;
}
