.your-agent-resume p.map {
	margin-left: -3px;
}

.your-agent p.map {
	margin-left: -3px;
}

#agentOfficeSearchForm .add-on {
	background-position: 0 -200px !important;
}

li.contactResult img {
	width: 143px;
}

.contact-search-results li {
	overflow: hidden;
}
.flex-center{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.margenPodemosLlamarte{
	margin-top: 30px;
}
.tfnoFN{
	color: #000000;
	font-family: "Open Sans";
	font-size: 20px;
}
.tfnoFN > span{
	color: #007DC3;
}
.regal .tfnoFN > span{
	color: #812733;
}
.liberty .tfnoFN > span{
	color: #20252B;
	font-weight: bold;
	white-space: nowrap;
}
.gdpr-element-title:after {
	content: '+';
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	color: #ccc;
	margin-left: 5px;
}

.gdpr-element-title.collapsed:after {
	content: '-';
}

.gdpr-list__collapsable {
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 20px;
	background: #FAFAFA;
	font-size: 14px;
}

.gdpr-list__collapsable h3 {
	color: #007dc3;
	font-size: 14px;
	margin-top: 0 !important;
}

.gdpr-list__collapsable .gdpr-element {
	padding: 5px;
}

.gdpr-list__collapsable .gdpr-element-title {
	color: #007dc3;
}

.gdpr-collapse-link {
	font-size: 20px;
	font-weight: 600;
	line-height: 19px;
	color: #ccc;
	cursor: pointer;
}

.gdpr-text {
	margin: 10px 10px 20px;
}

.gdpr-text ul {
	list-style: disc inside;
	margin-bottom: 10px;
}

.accordion-toggle {
	cursor: pointer;
}

.accordion-content {
	display: none;
}

.accordion-content.default {
	display: block;
}

.gdpr-list__collapsable.clr_14028 h3,
.gdpr-list__collapsable.clr_14028 .gdpr-element-title { 
                color: #812733 }
                
.gdpr-list__collapsable.clr_9072435  h3,
.gdpr-list__collapsable.clr_9072435  .gdpr-element-title { 
                color: #812733 }

.gdpr-list__collapsable.clr_13959 h3,
.gdpr-list__collapsable.clr_13959 .gdpr-element-title { 
                color: #007dc3 }
                
.gdpr-list__collapsable.clr_13875 h3,
.gdpr-list__collapsable.clr_13875 .gdpr-element-title { 
                color: #00669F } 
                
.liberty .gdpr-list__collapsable.clr_13875 h3, .liberty .gdpr-list__collapsable.clr_13875 .gdpr-element-title {
    color: #20252B
}                
                
.msg-warning{
  display: none;
  flex-flow: column;
  font-size: 13px;
  background-color: #F9EDD9;
  padding: 15px 10px;
  width: 100%;
  margin: 0 auto;
  margin: 30px 0 0 0;
}
.regal .msg-warning{
	background: #F9E9E1;
}
.liberty .msg-warning{
	background: #FCFCFC;
}
.msg-warning .war{
   font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
}
.msg-warning .warTitle{
	color: #FF5A01;
	font-size: 14px;
	font-weight: bold;
	margin-top: 17px;
	display: unset;
	margin-right: -22px;
}

.regal .msg-warning .warTitle{
	color: #812733;	
}

.liberty .msg-warning .warTitle{
	color: #E75A01;	
}

.msg-warning .warText{
	font-size: 15px;
	margin-bottom: 15px;
	margin-right: -22px;
}
.msg-warning .war .icon{
	font-size:22px;
	margin-right: 10px;
	color: #812733;
}
.regal .msg-warning .war .icon{
	color: #921d2b;
}
.liberty .msg-warning .war .icon{
	color: #E75A01;
}
.msg-warning .desc{
   	font-size: 14px!important;
    padding: 0!important;
    margin: 0 0 0 30px!important;
}
.msg-warning .code{
	color: #315084;
}

.regal .msg-warning .code{
	color: #812733;
}

.primary-slab-exception{
  	color: #333333;
    height: 100px;
    padding-top: 40px;
    background: #FAFAFA;
  }
  .primary-slab-exception .icon-cancel{
  	font-size: 24px;
  	color: #007DC3;
  }
   .primary-slab-exception a:focus{
  	outline:none !important;
  }
  .regal .primary-slab-exception .icon-cancel{color: #812733;}
  .liberty .primary-slab-exception .icon-cancel{color:  #244C7F;}
  .hide_for_mobile{
  	display:block;
  }
  
@media only screen and (max-width: 767px) {
	.liberty .tfnoFN {
		font-size: 18px;
		font-weight: bold;
	}
	.msg-warning .warTitle{
		margin-right: -26px;
	}
	.msg-warning .warText{
		margin-right: -22px;
	}
}