.content-container ul li a p:nth-child(2) {
    padding: 0 35px 10px 35px;
}

#header-atom section .menu-container #menu-left ul li a{
	width: 250px;
}

#staff-listing-show-alpha .left h2{
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 16px;
}

#agent-show-juliet .container .image {
	background-size: contain;
	background-repeat: no-repeat;
}

#home-twitter {
	margin: 20px;
}


#home-twitter iframe {
	height: 350px !important;
}

@media only print, only screen and (min-width : 640px) {
	/* Tablet */

	#staff-listing-show-alpha .left h2{
		padding-top: 10px;
		font-size: 21px;
		padding-bottom: 0;
	}

	#home-twitter {
		margin: 24px;
	}

	#home-twitter iframe {
		height: 500px !important;
	}
}


@media only print, only screen and (min-width : 980px) {
	/* Desktop */

	#header-atom section .menu-container #menu-left ul li a{
		width: 300px;
	}

	#staff-listing-show-alpha .left h2{
		padding-top: 8px;
		font-size: 23px;
	}

	#home-twitter {
		margin: 50px;
	}

	#home-twitter iframe {
		height: 600px !important;
	}
}


/*** CUSTOM STYLES ***/

.item-form-alpha form label[for=contact-office_id] {
    display: none;
}