@charset "UTF-8";
/* CSS Document */

BODY.embed .single-tout-wrapper {
	padding: 0;
}

BODY.embed .single-tout-wrapper > DIV {
	max-width: 1200px;
	margin: auto;
	position: relative;
}

@media (max-width: 767px){
	.btn.orange {
		color: #2070ba;
		padding: 0 0 5px 0;
		text-decoration: none;
		background-color: transparent;
		border-bottom: 2px solid #2070ba;
		text-transform: uppercase;
		font-family: "Univers LT W01_67 Bold_1476016";
		line-height: 1.1em;
		display: inline-block;
	}
	.btn.orange:hover {
		text-decoration: none;
		color: #939598;
		border-color: #939598;
		background-color: transparent;
	}
}

.embed-responsive-16by9, .embed-responsive-16by10{
	background-position: center;
	background-size: cover;
	width:100%;
	
}

.multiple-card-excerpt{
	max-height: 250px !important;
	padding-bottom: 0 !important;
}
.inline-card-excerpt{
	padding-bottom: 2em !important;
}
.multiple-card-embed-image{
	height: 210px !important;	
}

.mce-i-embed_sideByside:before, 
.mce-i-embed_stacked:before,
.mce-i-embed_refresh:before,
.mce-i-embed_inline:before{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'dashicons';
    vertical-align: top;
}

.mce-i-embed_sideByside:before{
	content: "\f135";
}

.mce-i-embed_stacked:before {
	content: "\f134";
}

.mce-i-embed_refresh:before{
	content: "\f531";
}

.mce-i-embed_inline:before{
	content: "\f535";
}

.fb-item{
	border: thin solid #EEE;
	background: #fff;
	/*border-bottom: 10px solid #EEE;*/
	padding-top: 0.5em;
	margin-bottom: 0.5em;
	-webkit-box-shadow: 2px 2px 2px 0px rgba(170,170,170,1);
	-moz-box-shadow: 2px 2px 2px 0px rgba(170,170,170,1);
	box-shadow: 2px 2px 2px 0px rgba(170,170,170,1);
}

.fb-item .msg-image{
	margin: 0 !important;
}

.fb-item .profile-image{
	width: 100%;
	height: 100%;
	margin-top: 0px;
}

.fb-item .profile-row{
	 font-size: 0;
}

.fb-item .profile-row .profile-img-div{
	font-size: 16px;
	padding-right: 0;
	float: none;
    display: inline-block;
	
}

.fb-item .profile-row .profile-desc{
	font-size: 16px;
	 float: none;
    display: inline-block;
	 vertical-align: top;
}

.fb-item p a{
	color: #000;
}

.fb-item p a:hover{
	text-decoration: none;
}