.trust-indicators-mark {
    margin: 0 0 1em 0;
    max-width: 200px;
}

.trust-indicators-title {
    line-height: 1.2;
    top: 0;
    width: 95%;
    padding-bottom: .1rem;
    display: block;
}
.trust-indicators-mark.learn-more .trust-indicators-title {
	font-size: 1.2rem;
    border-bottom: 1px solid #ddd;
}
.trust-indicators-title {
    display: inline-block;
    text-transform: uppercase;
	width: auto;
    margin: 0;
    position: relative;
}
.trust-indicators-learn-more {
    font-size: .65rem;
    margin: 0;
    line-height: 1.4;
}
.trust-indicators-modal-content {
    width: 60%;
    margin: 0 auto;
    background-color: white;
    position: relative;
    top: 15%;
    padding:40px 0;
}

.trust-indicators-modal-content li {
	list-style-type: none;
}
.trust-indicators-modal-content li.disabled {
	color: #CCC;
}
.trust-indicators-modal-content li.enabled:before,
.trust-indicators-modal-content li.disabled:before {
	font: normal 16px/1 'dashicons';
	position: relative;
	left: -10px;
}
.trust-indicators-modal-content li.enabled:before {
	content: "\f147";
}
.trust-indicators-modal-content li.disabled:before {
	content: "\f153";
}
.trust-indicators-modal-content article {
	padding: 1em .5em;
}


.trust-indicators-overlay {
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,.75);
}

.trust-indicators-modal-wrapper {
    position: absolute;
    width: 90%;
    max-width: 800px;
    max-height: 90%;
    overflow: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 2em;
    text-align: left;
}

.trust-indicators-close {
    position: absolute;
    top: 0;
    right: .5em;
    font-family: sans-serif;
    text-transform: lowercase;
    font-size: 2em;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
}

.trust-indicators-close:hover {
    cursor:pointer;
    opacity:.8;
}
@media only screen and (max-width: 768px) {
    .trust-indicators-modal-content {
        width:90%;
    }
}
