label.IATS_PaymentLabelOnLeft {
    width: 250px;
}

button.IATS_Action {
    font-size: 1.2em;
    padding: 0.2em 0.7em 0.2em;
    background-color: #e74c3c;
    color: white;
}

.sidr-toggler .fa {
	font-size: 26px;
	color: white;
}
.home-title {
  	font-size: 20px;
  	line-height: 25px;
  	color: white;
  	text-align: center;
}
p.home-program {
  	text-align: center;
  	font-size: 13px;
  	line-height: 20px;
  	color: white;
  	 
}


.ultimatum-menu .nav-holder .ultimatum-menu-nav.navigation .nav-search .nav-search-form {
	opacity: .6;
	background-color: black;
	border-radius: 6px;
	height: 34px;
  	color: black;
  	border-color: #000;
}

img#logo {
  	width: 80%;
  	margin-bottom: 10px;
  	display: block;
  	margin-left: auto;
    margin-right: auto;
}  

.button-group {
  	margin-bottom: 10px;
  	width: 210px;
   	height: auto;
  	border-radius: 6px;
  	display: block;
  	margin-left: auto;
    margin-right: auto;
} 

#home-tagline {
  	width: 210px;
	font-size: 12px; 
	line-height: 14px; 
	text-align: justify; 
	color: #083f88;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#title-logo {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; 
	font-size:30px;
  	font-weight: 200;
  	line-height: 30px;
	float:right;
  	color: #083f88;
  	
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: auto;
}

.entry-tax-post.to.slider {
  	display: none;
}

@media only screen and (max-width: 500px) {
	#logo-container {display: none !important;}
	.button-group { width: 70%; margin-top: 20px;}
     
}

@media print { 
	a  {font-size: 15px;}
  .nav-holder {display: none;}
}