.modal-dialog.frame {
  width: 32%;
}
  
.modal-dialog.frame iframe.box-iframe {
  height: 280px !important;
}
  
.contacts_container_custom {	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.contacts_container_custom .wrapper_bg {
	background-color: rgba(33,33,33,.8);
	padding: 30px;
}

.contacts_container_custom a{
	text-decoration: none;
}

.contacts_container_custom .back_link a {
	display: inline;
	font-size: 16px;
	color: #CCC;
}

.contacts_container_custom .back_link a div  {
	display: inline;
	font-size: 16px;
}


.contacts_container_custom .contact_inst_tile {
	background-color: #FFF;
	opacity: 1;
	margin: 15px auto;
	height: 320px;
	color: #999;
}

.contacts_container_custom a.telephone-number {
    color: #999 !important;
}

.contacts_container_custom .contact_inst_tile {
	font-size: 14px;
	padding: 5% 10%;
	word-wrap: break-word;
}

.contacts_container_custom .inst_contact_number {
	display: inline;
	padding-left: 10px;
}

.contacts_container_custom .inst_contact_icon {
	display: inline;
	font-size: 20px;
}

.contacts_container_custom .inst_contact_email{
	display: inline;
	padding-left: 10px;
}

.contacts_container_custom .text_box {
	display: inline;
	padding-left: 0;
}

.contacts_container_custom .text_box a {
	color: #00965E;
}

.contacts_container_custom .text_box a:hover {
	color: #93BD0E;
}

.contacts_container_custom .contact_inst_tile .tile_title {
	text-transform: uppercase;
	font-size: 18px;
	color: #5F5F5F;
	padding-bottom: 10px;
	font-weight: bold;
	padding-left: 0;
}

.contacts_container_custom .cont_caption {
	padding-left: 0;
	margin-top: -5px;
	font-size: 12px;
}

.contacts_container_custom .contact_inst_tile .inst_contact_email a {
	color: #00965E;
}

.contacts_container_custom .contact_inst_tile .inst_contact_email a:hover {
	color: #93BD0E;
}

.contacts_container_custom .contact_inst_tile .more_info {
	position: absolute;
	bottom: 25px;
	right: 50px;
}

.contacts_container_custom .contact_inst_tile .more_info a {
	color: #00965E;
}

.contacts_container_custom .contact_inst_tile .more_info a:hover {
	color: #93BD0E;
}

.contacts_container_custom .contact_inst_tile .more_info a div{
	display: inline;
}

.contacts_container_custom .contact_inst_tile .strong{
	font-weight: bold;
}

.contacts_container_custom .back_link a {
	color: #CCC;
}

.contacts_container_custom .back_link a:hover {
	color: #FFF;
}

/************************ Mobile Style ************************/

@media (max-width: 991px) {
	.contacts_container_custom .contact_inst_tile {
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.contacts_container_custom .contact_inst_tile .more_info {
		position: relative;
		margin-top: 40px;
		text-align: right;
		right: 0;
	}
}