.sn-footer-r1 {
    height: 130px;
    background-color: #efefef;
    box-shadow: none;
    padding-right: 0px;
}
.sn-footer-r2 {
    height: 50px;
    background-color: #efefef;
    background-image: -webkit-linear-gradient(90deg,#cfcfcf 0%,#efefef 100%);
    padding-left: 0px;
}
.sn-footer-c1r1 {
	padding-top: 30px;
}
.sn-footer-c1r2 {
	max-height: 50px;
	position: relative;
}
.sn-footer-c1p1 {
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	height: 40px;
	width: 50%;
	margin: 0px;
	float: right;
} 
.sn-footer-c1a1,
.sn-footer-c1a2 {
	color: #135b9e;
	text-decoration: none;
	font-size: 20px;
	/*transition: all .5s ease;*/
}
.sn-footer-c1a1:focus,
.sn-footer-c1a1:hover,
.sn-footer-c1a2:focus,
.sn-footer-c1a2:hover {
	text-decoration: none;
	color: #004778;
  text-shadow: 0px 1px 0px #135b9e;
}
.sn-footer-c1a3 {
	width: 40px;
	height: 40px;
	background-color: #135b9e;
	border-radius: 20px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 600;
	font-size: 30px;
	color: #eee;
	text-align: center;
	left: 50%;
	margin-left: -20px !important;  /* 50% of your logo width */
	position: absolute;
  margin-top: 0px;
}
.sn-footer-c1a3:focus,
.sn-footer-c1a3:hover {
  background-color: #fff;
  color: #135b9e;
  text-decoration: none;
 }
.sn-footer-c2r1 {
	padding-top: 16px;
}
.sn-footer-c2p1 {
	text-align: center;
	font-size: 15px;
	color: #135b9e;
	letter-spacing: 0.01vw;
}
.go-top {
  position: fixed;
  height: 0px;
  width: 0px;
  border-radius: 25px;
  bottom: 0em;
  right: 0em;
  text-decoration: none;
  color: white;
  background-color: rgba(2, 119, 189, 0);
  font-size: 12px;
  padding: 15px 12px 10px 13px;
  display: none;
  margin: 0;
}
@media (min-width: 481px) {
  .sn-footer-r1 {
    padding-right: 50px;
  }
  .sn-footer-r2 {
  	padding-right: 50px;
  }
  .sn-footer-c1p1 {
  	width: 150px;
  	text-align: right;
  }
  .sn-footer-c1a3 {
	 left: 100%;
	 margin-left: -55px !important;  /* 50% of your logo width */
  }
  .sn-footer-c2p1 {
	text-align: right;
  }
}
@media (min-width: 768px) {
  .sn-footer-c1p1 {
  	width: 160px;
  	text-align: right;
  }
  .sn-footer-c1a3 {
	  left: 100%;
	  margin-left: -55px !important;  /* 50% of your logo width */
    margin-top: 10px;
  }
  .sn-footer-c2p1 {
	text-align: left;
  }
}
@media (min-width: 992px) {
  .sn-footer-r1 {
    padding-right: 0px;
  } 
  .sn-footer-r2 {
  	padding-left: 0px;
  	padding-right: 0px;
  }
  .go-top {
    height: 50px;
    width: 50px;
    bottom: 2em;
    right: 2em;
  }
  .go-top:hover {
    background-color: rgba(2, 119, 189, 1);
    color: white;
    text-decoration: none;
  }
  .back-to-top-icon {
	height: 15px;
	width: 25px;
  }
}
