			.box-commitment{
				display: inline-block;
				border-radius: 5px;					
				background-color: #FFFFFF;
				box-shadow: 3px 3px 5px -3px #2b2b2b;
				border: 1px solid transparent;
				width: 90%;
				margin: 10px 5px;
				padding: 20px 30px;				
			}
			
			.box-commitment p{
				line-height: 2em;
				min-height: 6em;
			}
			
			.box-commitment a{
				cursor: pointer;
				text-decoration: none;
				color: #025192;
				font-weight: bold;
			}
			
			.box-commitment a:hover{
				text-decoration: none;
				color: #ff8700;
				font-weight: bold;
			}
			
			@media only screen and (min-width:1401px){	
				.box-commitment p{
					line-height: 2em;
					min-height: 8em;
				}
				
				.box-commitment:hover{
					border: 1px solid #025192;
				}						
			}
	
			@media only screen and (min-width:1201px) and (max-width:1400px){	
				.box-commitment p{
					line-height: 2em;
					min-height: 10em;
				}						
			
				.box-commitment:hover{
					border: 1px solid #025192;
				}				
			}
			
			@media only screen and (min-width:1001px) and (max-width:1200px){	
				.box-commitment p{
					line-height: 2em;
					min-height: 10em;
				}
									
				.box-commitment:hover{
					border: 1px solid #025192;
				}				
			}
			
			@media only screen and (min-width: 801px) and (max-width:1000px){					
				.box-commitment p{
					line-height: 2em;
					min-height: 4em;
				}						
			}
			
			@media only screen and (min-width: 501px) and (max-width:800px){	
				.box-commitment p{
					line-height: 2em;
					min-height: 4em;
				}
						
			}
			
			@media only screen and (max-width:500px){		
				.box-commitment p{
					line-height: 2em;
					min-height: 4em;
				}
			}