/* payment page CSS (#make-a-payment) */

#make-a-payment {
}
#make-a-payment .container {
	width: 1090px;
	max-width: 100%;
}
#make-a-payment .container .inner:before {

	/*
	    content: "";
	    display: block;
	    position: absolute;
	    right: -24px;
	    top: -152px;
	    width: 284px;
	    height: 246px;
	    background-image: url(../images/mike-payment.png);
	    */
}
#make-a-payment .container .left,
#make-a-payment .container .right {
	float: left;
}
#make-a-payment .container .left {
	width: 81%;
	padding-right: 30px;
	border-right: 1px solid #b7b7b7;
	padding-bottom: 25px;
	margin-bottom: 15px;
}
#make-a-payment .container .right {
	width: 19%;
	padding-left: 20px;
	padding-top: 30px;
}
#make-a-payment .container .right h3 {
	font-size: 35px;
	line-height: 39px;
	color: #e92127;
	font-family: 'nunito_sansblack';
	margin: 0 0 10px 0;
}
#make-a-payment .container .right p {
	font-size: 16px;
	line-height: 19px;
	margin: 0;
}
#make-a-payment .container .right .default a {
	display: block;
	margin: 35px 0 0 0;
	width: 200px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	color: white;
	font-size: 21.75px;
	background-color: #43bccd;
	font-family: 'nunito_sansbold';
	max-width: 100%;
}
#make-a-payment .container .right > div {
	margin-right: -20px;
}
#make-a-payment .container .right > div >div {
	display: none;
}
#make-a-payment .container .right .location-row  .table .tr > div:nth-child(1) {
	width: 54%;
	display: inline-block;
	vertical-align: top;
	font-size: 10.9px;
	line-height: 17.25px;
	color: #070000;
}
#make-a-payment .container .right .location-row  .table .tr {
	font-size: 0;
	line-height: 1;
}
#make-a-payment .container .right .location-row  .table {
	font-size: 0;
}
#make-a-payment .container .right .manager {
	font-size: 0;
}
#make-a-payment .container .right .manager .image {
	display: inline-block;
	vertical-align: middle;
}
#make-a-payment .container .right .manager .content {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 70px);
	padding-left: 20px;
}
#make-a-payment .container .right .manager .content p:nth-child(1) {
	font-size: 14.6px;
	line-height: 15.29px;
	color: #43bccd;
	font-family: 'nunito_sansblack';
	margin: 0;
}
#make-a-payment .container .right .manager .content p:nth-child(2) {
	font-size: 9.8px;
	color: #191b1b;
	margin: 0;
}
#make-a-payment .container .right .location-row:not(:last-child) .row-content:after {
	content: "";
	display: block;
	width: 215px;
	max-width: 100%;
	background-color: #b7b7b7;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: -5px;
}
#make-a-payment .container .right .location-row  .table .tr > div:nth-child(2) {
	width: 36%;
	display: inline-block;
	vertical-align: top;
	font-size: 10.9px;
	line-height: 17.25px;
	color: #070000;
	text-align: left;
}
#make-a-payment .container .right .location-row .row-content.links a {
	display: inline-block;
	font-size: 15px;
	line-height: 30px;
	text-decoration: underline;
}
#make-a-payment .container .right .location-row  .row-content .phone {
	content: "";
	background-image: url(../images/icon-phone.png);
	padding-left: 35px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 5px;
	font-size: 12.6px;
	line-height: 17.6px;
}
#make-a-payment .container .right .location-row .row-content .address {
	content: "";
	background-image: url(../images/icon-blue-location.png);
	padding-left: 35px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding-top: 5px;
	font-size: 12.6px;
	line-height: 17.6px;
}
#make-a-payment .container .right .location-row .title {
	font-size: 21.6px;
	color: #ee4354;
	margin-bottom: 5px;
	font-family: 'nunito_sansblack';
}
#make-a-payment .container .right .location-row  .row-content,
#make-a-payment .container .right .location-row  .row-content a {
	font-size: 12.6px;
	line-height: 27.5px;
	color: #191b1b;
}
#make-a-payment .container .inner {
	color: white;
	background-color: #e92127;
	position: relative;
	padding: 45px 120px 55px 120px;
	top: 0;
	margin-bottom: 0;
}
#make-a-payment .container h1 {
	font-size: 73px;
	font-family: 'nunito_sansextrabold';
	text-align: center;
	margin: 0 0 10px 0;
}
#make-a-payment .container h2 {
	margin: 0 0 45px 0;
	font-size: 29px;
	color: white;
	text-align: center;
	font-family: 'pacificoregular';
}
#make-a-payment .container label {
	font-size: 25px;
	text-align: center;
	display: block;
	margin: 0;
	font-family: 'nunito_sanssemibold';
	color: white;
}
#make-a-payment .container select {
	width: 100%;
	height: 75px;
	background-color: #ffffff;
	padding: 0 40px;
	font-size: 26px;
	color: #aaaaaa;
	font-family: 'nunito_sansregular';
	background-image: url(../images/red-arrow.png);
	border: 0;
	background-position: calc(100% - 30px) 50%;
	background-repeat: no-repeat;
	margin-top: 15px;
}
#make-a-payment .container select::-ms-expand {
	display: none;
}
#make-a-payment .container select {
	-webkit-appearance: none;
	appearance: none;
}
#make-a-payment  .easy-as {
	text-align: center;
}
#make-a-payment  .easy-as .title {
	font-size: 34.6px;
	color: #e92127;
	margin: 20px 0 35px 0;
	position: relative;
	font-family: 'pacificoregular';
}
#make-a-payment  .easy-as .title:before {
	content: "";
	width: calc(100% - 100px);
	position: absolute;
	left: 50px;
	top: 50%;
	margin-top: -1px;
	height: 2px;
	background-color: #d4d4d4;
	z-index: 1;
}
#make-a-payment  .easy-as .title span {
	background-color: white;
	display: inline-block;
	position: relative;
	padding: 0 33px;
	z-index: 2;
}
#make-a-payment  .easy-as ul {
	font-size: 0;
	padding: 0;
	margin: 0;
}
#make-a-payment  .easy-as  ul li {
	padding: 0 75px 0 0;
	margin: 0;
	text-align: left;
}
#make-a-payment  .easy-as  ul li:last-child {
	padding-right: 0;
}
#make-a-payment  .easy-as  li img {
	margin: 0;
	vertical-align: middle;
	display: inline-block;
	margin-right: 15px;
}
#make-a-payment  .easy-as  li p {
	margin: 0;
	vertical-align: middle;
	display: inline-block;
	font-size: 22.28px;
	line-height: 21px;
	color: #42413f;
	font-family: 'nunito_sanssemibold';
}

@media screen and (max-width:1200px) {
  #make-a-payment .easy-as li p {
  		font-size: 20px;
  		line-height: 19px;
  	}
  #make-a-payment .easy-as ul li {
  		padding: 0 30px 0 0;
  	}
  #make-a-payment .container .left {
  		width: 79%;
  	}
}

@media screen and (max-width:991px) {
  #make-a-payment .easy-as ul li {
  		padding: 0 20px 0 0;
  	}
  #make-a-payment .easy-as li p {
  		font-size: 14px;
  		line-height: 14px;
  	}
  #make-a-payment .easy-as li img {
  		margin: 0;
  		margin-right: 5px;
  		height: 30px;
  	}
  #make-a-payment .container .right {
  		width: 35%;
  	}
  #make-a-payment .container .left {
  		width: 65%;
  	}
  #make-a-payment .container .inner {
  		padding: 45px 60px 55px 60px;
  	}
  #make-a-payment .container label {
  		font-size: 21.6px;
  	}
  #make-a-payment .container h1 {
  		font-size: 67px;
  	}
}

@media screen and (max-width:767px) {
  #make-a-payment .container .right>div.default {
  		text-align: center;
  	}
  #make-a-payment .container .right>div.default a {
  		margin-left: auto;
  		margin-right: auto
  	}
  #make-a-payment .container .right .location-row:not(:last-child) .row-content:after {
  		width: 100%;
  		max-width: 100%;
  		margin-left: 0;
  	}
  #make-a-payment .container .right>div {
  		margin-right: 0;
  	}
  #make-a-payment .container .right {
  		width: 100%;
  		float: none;
  		padding: 30px 0 0 0;
  	}
  #make-a-payment .container .left {
  		width: 100%;
  		float: none;
  		padding: 0;
  		border: 0;
  	}
  #make-a-payment .easy-as .title:before {
  		content: "";
  		width: calc(100% - 40px);
  		position: absolute;
  		left: 20px;
  		top: 50%;
  		margin-top: -1px;
  		height: 2px;
  		background-color: #d4d4d4;
  		z-index: 1;
  	}
  #make-a-payment .easy-as .title span {
  		padding: 0 5px;
  	}
  #make-a-payment .easy-as .title {
  		font-size: 24px;
  	}
  #make-a-payment .container select {
  		width: 100%;
  		height: 60px;
  		padding: 0px 20px;
  		font-size: 18px;
  		background-position: calc(100% - 15px) 50%;
  		margin-top: 10px;
  	}
  #make-a-payment .container label {
  		font-size: 16px;
  	}
  #make-a-payment .container h2 {
  		margin: 0 0 30px 0;
  		font-size: 20px;
  	}
  #make-a-payment .container h1 {
  		font-size: 46px;
  	}
  #make-a-payment .container .inner {
  		padding: 25px 30px 30px 30px;
  	}
}

@media screen and (max-width:480px) {
  #make-a-payment .easy-as li img {
  		margin: 0;
  		margin-right: 15px;
  		height: 40px;
  	}
  #make-a-payment .easy-as li p {
  		font-size: 20px;
  		line-height: 19px;
  	}
  #make-a-payment .easy-as ul li {
  		padding: 0;
  		width: 100%;
  		display: block;
  		margin-bottom: 30px;
  	}
  #make-a-payment .container select {
  		width: 100%;
  		height: 50px;
  		padding: 0px 15px;
  		font-size: 16px;
  		background-position: calc(100% - 15px) 50%;
  		margin-top: 10px;
  	}
  #make-a-payment .container label {
  		font-size: 14px;
  	}
  #make-a-payment .container h2 {
  		margin: 0px 0 15px 0;
  		font-size: 15px;
  	}
  #make-a-payment .container h1 {
  		font-size: 30px;
  	}
  #make-a-payment .container .inner {
  		padding: 20px 15px 15px 15px;
  	}
}
