/* global styles */
#agent-rating * {
	position: relative;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#agent-rating *::before,
#agent-rating *::after {
	box-sizing: border-box;
}

#agent-rating *:focus {
	outline: none;
}

#agent-rating p {
	color: #1d1d1b;
}

/* grid */
#agent-rating .grid {
	display: block;
}

#agent-rating .grid__element--row {
	display: block;
	margin-bottom: 30px;
	clear: both;
}

#agent-rating .grid__element--row:last-child {
	margin-bottom: 0;
}

#agent-rating .grid__element--row .col--2 {
	margin-bottom: 20px;
}

@media (min-width: 1024px) {

	#agent-rating .grid__element--row .col--2 {
		width: calc(80% - 20px);
		float: left;
	}

	#agent-rating .grid__element--row .col--1 {
		width: 20%;
		float: right;
	}
}

@media (min-width: 768px) {

	#agent-rating .grid__element--col .comment__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -20px;
	}

	#agent-rating .grid__element--col .comment__element {
		padding: 0 20px;
		width: 33.3334%;
	}
}

/* form global*/
#agent-rating .form--rating {
	display: block;
	margin: 0;
	padding: 0;
}

#agent-rating .form--rating fieldset {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
}

#agent-rating .rating__list,
#agent-rating .criteria__list,
#agent-rating .criteria-item__list,
#agent-rating .rating-stars__list,
#agent-rating .rating-values__list,
#agent-rating .comment__list,
#agent-rating .pagination__list,
#agent-rating .statistic__list,
#agent-rating .preview__list {
	display: block;
	margin: 0;
	padding: 0 !important;
	list-style: none !important;
}

/*#agent-rating .rating__list li,*/
#agent-rating .criteria__list li,
#agent-rating .criteria-item__list li,
#agent-rating .rating-stars__list li,
#agent-rating .rating-values__list li,
/*#agent-rating .comment__list li,*/
#agent-rating .pagination__list li,
#agent-rating .statistic__list li,
#agent-rating .preview__list li {
	padding-left: 0 !important;
}

#agent-rating .rating__list li p,
#agent-rating .criteria__list li p,
#agent-rating .criteria-item__list li p,
#agent-rating .rating-stars__list li p,
#agent-rating .rating-values__list li p,
#agent-rating .comment__list li p,
#agent-rating .pagination__list li p,
#agent-rating .statistic__list li p,
#agent-rating .preview__list li p {
	margin-left: 0 !important;
}

#agent-rating .rating__list li::before,
#agent-rating .criteria__list li::before,
#agent-rating .criteria-item__list li::before,
#agent-rating .rating-stars__list li::before,
#agent-rating .rating-values__list li::before,
#agent-rating .comment__list li::before,
#agent-rating .pagination__list li::before,
#agent-rating .statistic__list li::before,
#agent-rating .preview__list li::before {
	display: block !important;
	top: 0 !important;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	color: transparent; !important;
	font-size: 0 !important;
	content: '' !important;
	padding: 0;
	list-style: none;
}

#agent-rating .powermail_fieldset {
	margin: 0 0 20px;
	padding: 10px;
}

#agent-rating .powermail_fieldwrap {
	margin: 0 0 0.5em 0;
}

#agent-rating .powermail_field {
	padding: 5px;
}

#agent-rating .powermail_label {
	margin-bottom: 5px;
}

#agent-rating .powermail_field .rating-stars__list {
	margin-top: 0;
}

/* criteria */
#agent-rating .criteria-item__element {
	position: relative;
	padding-bottom: 20px;
}

#agent-rating .criteria--description {
	margin: 0;
	font-size: 14px;
}

#agent-rating .powermail_field.criteria-item__inner {
	position: relative;
	left: -40px;
	padding: 0;
	float: right;
	background: transparent;
	border: none;
}

@media (min-width: 1024px) {

	#agent-rating .criteria-item__list {
		display: table;
		width: 100%;
	}

	#agent-rating .criteria-item__element {
		display: table-cell;
	}

	#agent-rating .criteria-item__element:first-child {
		width: 35%;
	}

	#agent-rating .criteria-item__element:last-child {
		width: 65%;
	}
}

/* stars */
#agent-rating .rating-stars__list {
	display: table;
	margin-top: 10px;
}

#agent-rating .rating-stars__element {
	display: table-cell;
	position: relative;
	padding: 2px;
	width: 24px;
	height: auto;
}

#agent-rating .rating-stars__element img {
	width: 20px;
	height: 17px;
}

#agent-rating .comment--user .rating-stars__element {
	width: 15px;
	padding: 1px;
}

#agent-rating .comment--user .rating-stars__element img {
	width: 14px;
	height: 14px;
}

#agent-rating .rating-stars__element img:nth-child(2) {
	display: none;
}

#agent-rating .rating-stars__element.rating-stars__element--fixed img:nth-child(1),
#agent-rating .rating-stars__element.rating-stars__element--active img:nth-child(1) {
	display: none;
}

#agent-rating .rating-stars__element.rating-stars__element--fixed img:nth-child(2),
#agent-rating .rating-stars__element.rating-stars__element--active img:nth-child(2) {
	display: table-cell;
}

/* value */
#agent-rating .rating-values__list {
	display: table;
	position: relative;
	top: -2px;
	width: 100%;
}

#agent-rating .rating-values__element {
	display: none;
}

#agent-rating .rating-values__element.rating-values__element--fixed,
#agent-rating .rating-values__element.rating-values__element--active {
	display: table-cell;
}

/* alerts */
#agent-rating .alert {
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	border-radius: 1px;
}

#agent-rating .alert--note .alert__inner {
	background: rgb(250, 188, 5);
}

#agent-rating .alert--fail .alert__inner {
	background: rgb(234, 66, 53);
}

#agent-rating .alert--success .alert__inner {
	background: rgb(106, 191, 107);
}

#agent-rating .alert--fail .alert__inner p,
#agent-rating .alert--success .alert__inner p {
	color: #fff;
}

#agent-rating .alert__inner {
	display: inline-block;
	padding: 5px 10px;
}

/* form fields */
#agent-rating .rating__element--fields .rating__inner {
	display: table;
	width: 100%;
}

#agent-rating .rating__element {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}

#agent-rating .rating__element:first-child {
	margin-top: 0;
}

#agent-rating .rating__element sup {
	line-height: 0;
}

#agent-rating .rating__element--select .rating__inner {
	position: relative;
	display: block;
	padding: 0 8px 8px 8px;
	font-size: 12px;
	background: transparent;
	border-color: #004088;
	border-style: solid;
	border-width: 0 1px 1px;
}

#agent-rating .rating__element--select .rating__inner::after {
	position: absolute;
    right: 14px;
    bottom: 8px;
    width: 14px;
    height: 14px;
	font-size: 14px;
	font-style: normal;
    font-weight: 400;
    line-height: 1;
    background-image: url("../images/angle-down.svg");
    background-size: 14px 14px;
	content: "";
	z-index: 0;
}

#agent-rating .rating__element--submit {
	cursor: pointer;
}

#agent-rating .rating__element--submit input {
	width: 100%;
	color: white;
	background: #004088;
}

#agent-rating .rating__element--required p {
	font-size: 10px;
	font-style: italic;
}

#agent-rating .rating__element--submit:focus .form__field--submit,
#agent-rating .rating__element--submit:hover .form__field--submit {
	background: #f88432;
	border-color: #f88432;
}

#agent-rating .form__label {
	display: block;
	top: -8px;
	margin: 0;
	color: #004088;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
}

#agent-rating .form__label--title {
	display: table-cell;
	width: 25%;
	font-size: 16px;
	vertical-align: top;
}

#agent-rating .form__field--input,
#agent-rating .form__field--select,
#agent-rating .form__field--textarea,
#agent-rating .form__field--submit {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-progress-appearance: unset;
}

#agent-rating .form__field--input,
#agent-rating .form__field--textarea {
	display: table-cell;
	width: 100%;
	padding: 10px;
	font-size: 12px;
	background: rgba(0, 0, 0, .1);
	border: 2px solid #ffffff;
	border-radius: 1px;
}

#agent-rating .form__field--select {
	display: block;
	width: 100%;
	height: 18px;
	color: #004088;
	font-size: 16px;
	background: transparent;
	font-weight: bold;
	border-color: #6e92bb;
	border-radius: 5px;
	border-style: solid;
	border-width: 0 0 1px;
	line-height: 18px;
	text-align: center;
	text-align-last: center;
	outline: none;
}

#agent-rating select option {
	color: black;
}

#agent-rating select::-ms-expand {
	display: none;
}

#agent-rating select:focus::-ms-value {
	background-color: transparent;
}

#agent-rating .form__field--textarea::-webkit-input-placeholder,
#agent-rating .form__field--textarea:-moz-placeholder {
	line-height: 0;
}

#agent-rating .form__field--submit {
	display: flow-root;
	margin-top: 20px;
	padding: 12px 20px;
	color: #ffffff;
	font-size: 16px;
	background: white;
	border: 1px solid #004088;
	border-radius: 1px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	cursor: pointer;
}

@media (min-width: 768px) {

	#agent-rating .grid__element--row .rating__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: 0 -20px;
	}

	#agent-rating .rating__element {
		width: 33.3334%;
		margin-top: 0;
		padding: 0 20px !important;
	}

	#agent-rating .form__field--submit {
		margin-top: 0;
	}
}

/* placeholder */
/* Chrome/Opera/Safari */
#agent-rating::-webkit-input-placeholder {
	padding: 10px 10px 10px 0;
	color: #1d1d1b;
	font-size: 12px;
	line-height: 0;
	text-align: left;
	white-space: pre-wrap;
}

/* Firefox 19+ */
#agent-rating::-moz-placeholder {
	padding: 10px;
	color: #1d1d1b;
	font-size: 12px;
	text-align: left;
	white-space: pre-wrap;
}

/* IE 10+ */
#agent-rating:-ms-input-placeholder {
	padding: 10px;
	color: #1d1d1b;
	font-size: 12px;
	text-align: left;
	white-space: pre-wrap;
}

/* Firefox 18- */
#agent-rating:-moz-placeholder {
	padding: 10px;
	color: #1d1d1b;
	font-size: 12px;
	text-align: left;
	white-space: pre-wrap;
}

#agent-rating textarea::-webkit-input-placeholder {
	 line-height: 0;
 }

#agent-rating textarea::-moz-placeholder {
	 line-height: 1.59;
 }

#agent-rating textarea::-moz-placeholder {
	line-height: 1.59;
}

/* comment */
#agent-rating .comment {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

#agent-rating .comment .comment__inner {
	overflow: hidden;
}

#agent-rating .comment .comment--user {
	display: table;
	margin-bottom: 20px;
}

#agent-rating .comment--user,
#agent-rating .comment--description {
	display: block;
}

#agent-rating .description__inner {
	display: block;
	padding: 0 0 10px;
}

#agent-rating .description__inner strong {
	color: #004088 !important;
}

#agent-rating .user__inner {
	display: table-cell;
	width: 85%;
	padding: 0 0 0 20px;
	vertical-align: top;
}

#agent-rating .user__image {
	display: table-cell;
}

#agent-rating .user__image--link {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px solid #9ab2cf;
	border-radius: 50%;
	overflow: hidden;
}

#agent-rating .user__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#agent-rating .user__name * {
	color: #004088;
	font-size: 14px;
}

#agent-rating .user__date * {
	color: #1d1d1b;
	font-size: 12px;
}

#agent-rating .comment--description .description__inner * {
	display: flow-root;
	color: #1d1d1b;
    line-height: 1.39;
}

#agent-rating .comment--description .description__inner p:last-child {
	margin-bottom: 0;
}

#agent-rating .comment--description strong {
	margin-bottom: 10px;
	font-size: 16px;
}

#agent-rating .comment--description p {
	margin-bottom: 10px;
	font-size: 14px;
}

#agent-rating .comment__element {
	display: block;
}

#agent-rating .comment__element:last-child {
	margin-bottom: 0;
}

#agent-rating .comment__element .comment {
	padding-bottom: 20px;
}

/* safari */
@media all and (min--moz-device-pixel-ratio:0) and (min-resolution: 3e1dpcm) {

	#agent-rating .comment__element {
		margin-bottom: 20px;
	}

	#agent-rating .comment__element .comment {
		padding-bottom: 0;
	}
}

/* pagination */
#agent-rating .pagination__list {
	display: table;
	margin: 0 auto;
}

#agent-rating .pagination__element {
	display: table-cell;
	cursor: pointer;
}

#agent-rating .pagination__element .pagination--inner {
	display: flow-root;
	margin: 10px;
	padding: 2px 10px;
	background: transparent;
	border-radius: 1px;
	overflow: hidden;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

#agent-rating .pagination__element.pagination__element--active .pagination--inner {
	background: #004088;
}

#agent-rating .pagination--link {
	color: #1d1d1b;
	text-decoration: none;
}

#agent-rating .pagination__element.pagination__element--active .pagination--link {
	color: #ffffff;
}

#agent-rating .pagination__element:focus .pagination--inner,
#agent-rating .pagination__element:hover .pagination--inner {
	background: #2d616e;
}

#agent-rating .pagination__element:focus .pagination--link,
#agent-rating .pagination__element:hover .pagination--link {
	color: #ffffff;
}

/* statistics */
#agent-rating .statistics {
	display: block;
}

#agent-rating .statistic__headline {
	display: block;
	padding: 10px;
	color: #ffffff;
	background: #f88432;
	border-radius: 1px;
	overflow: hidden;
}

#agent-rating .preview__headline {
	display: block;
	color: #004088;
	overflow: hidden;
}

#agent-rating .statistic__list {
	padding: 10px 0;
}

#agent-rating .statistic__element {
	margin-bottom: 10px;
}

#agent-rating .statistic__element:last-child {
	margin-bottom: 0;
}

#agent-rating .statistic__inner {
	display: table;
	width: 100%;
	margin: 10px 0;
}

#agent-rating .statistic--criteria,
#agent-rating .statistic--stars {
	display: table-cell;
}

#agent-rating .statistic--criteria {
	width: 45%;
}

#agent-rating .statistic--criteria p {
	font-size: 14px;
}

#agent-rating .statistic--stars {
	position: relative;
	top: 2px;
	width: 55%;
}

/* preview */
#agent-rating .rating__preview {
	display: block;
	margin: 0;
	padding: 0;
}

#agent-rating .preview__slider {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition :all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition:all 0.5s ease-out;
}

#agent-rating .preview__slider input {
	display: none;
}

#agent-rating .preview__slides {
	position: relative;
}

#agent-rating .preview__slides .preview__list {
	width: 300%;
	-webkit-transition: all 800ms cubic-bezier(0.770,0.000,0.175,1.000);
	-moz-transition: all 800ms cubic-bezier(0.770,0.000,0.175,1.000);
	-ms-transition: all 800ms cubic-bezier(0.770,0.000,0.175,1.000);
	-o-transition :all 800ms cubic-bezier(0.770,0.000,0.175,1.000);
	transition: all 800ms cubic-bezier(0.770,0.000,0.175,1.000);
	-webkit-transition-timing-function: cubic-bezier(0.770,0.000,0.175,1.000);
	-moz-transition-timing-function: cubic-bezier(0.770,0.000,0.175,1.000);
	-ms-transition-timing-function: cubic-bezier(0.770,0.000,0.175,1.000);
	-o-transition-timing-function: cubic-bezier(0.770,0.000,0.175,1.000);
	transition-timing-function: cubic-bezier(0.770,0.000,0.175,1.000);
}

#agent-rating .preview__slides .preview__element {
	width: 33.333%;
	float: left;
}

#agent-rating .preview__slides--inner {
	width: 100%;
	overflow: hidden;
}

#agent-rating .preview__element {
	display: block
}

#agent-rating .preview__command {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

#agent-rating .preview__command label {
	display: none;
	-webkit-transition: opacity 0.2s ease-out;
	-moz-transition: opacity 0.2s ease-out;
	-o-transition: opacity 0.2s ease-out;
	transition: opacity 0.2s ease-out;
	cursor: pointer;
}

#agent-rating #slide1:checked ~ .preview__command label:nth-child(2),
#agent-rating #slide1:checked ~ .preview__command label:nth-child(3),
#agent-rating #slide2:checked ~ .preview__command label:nth-child(1),
#agent-rating #slide2:checked ~ .preview__command label:nth-child(3),
#agent-rating #slide3:checked ~ .preview__command label:nth-child(1),
#agent-rating #slide3:checked ~ .preview__command label:nth-child(2) {
	display: block;
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	background: transparent;
	border: 2px solid #004088;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 2;
}

#agent-rating #slide1:checked ~ .preview__command label:nth-child(2)::before,
#agent-rating #slide1:checked ~ .preview__command label:nth-child(3)::before,
#agent-rating #slide2:checked ~ .preview__command label:nth-child(1)::before,
#agent-rating #slide2:checked ~ .preview__command label:nth-child(3)::before,
#agent-rating #slide3:checked ~ .preview__command label:nth-child(1)::before,
#agent-rating #slide3:checked ~ .preview__command label:nth-child(2)::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%);
	z-index: 3;
}

#agent-rating #slide1:checked ~ .preview__command label:nth-child(2),
#agent-rating #slide2:checked ~ .preview__command label:nth-child(3),
#agent-rating #slide3:checked ~ .preview__command label:nth-child(1) {
	right: 0;
}

#agent-rating #slide1:checked ~ .preview__command label:nth-child(2)::before,
#agent-rating #slide2:checked ~ .preview__command label:nth-child(3)::before,
#agent-rating #slide3:checked ~ .preview__command label:nth-child(1)::before {
	left: 55%;
	background: url("../images/caret-right-solid.svg");
	background-size: 20px 20px;
	content: '';
}

#agent-rating #slide1:checked ~ .preview__command label:nth-child(3),
#agent-rating #slide2:checked ~ .preview__command label:nth-child(1),
#agent-rating #slide3:checked ~ .preview__command label:nth-child(2) {
	left: 0;
}

#agent-rating #slide1:checked ~ .preview__command label:nth-child(3)::before,
#agent-rating #slide2:checked ~ .preview__command label:nth-child(1)::before,
#agent-rating #slide3:checked ~ .preview__command label:nth-child(2)::before {
	left: 45%;
	background: url("../images/caret-left-solid.svg");
	background-size: 20px 20px;
	content: '';
}

#agent-rating #slide1:checked ~ .preview__command label:nth-child(2):focus,
#agent-rating #slide1:checked ~ .preview__command label:nth-child(3):focus,
#agent-rating #slide2:checked ~ .preview__command label:nth-child(1):focus,
#agent-rating #slide2:checked ~ .preview__command label:nth-child(3):focus,
#agent-rating #slide3:checked ~ .preview__command label:nth-child(1):focus,
#agent-rating #slide3:checked ~ .preview__command label:nth-child(2):focus,
#agent-rating #slide1:checked ~ .preview__command label:nth-child(2):hover,
#agent-rating #slide1:checked ~ .preview__command label:nth-child(3):hover,
#agent-rating #slide2:checked ~ .preview__command label:nth-child(1):hover,
#agent-rating #slide2:checked ~ .preview__command label:nth-child(3):hover,
#agent-rating #slide3:checked ~ .preview__command label:nth-child(1):hover,
#agent-rating #slide3:checked ~ .preview__command label:nth-child(2):hover {
	border-color: #f88432;
}

@media (min-width: 768px) {

	#agent-rating #slide1:checked ~ .preview__command label:nth-child(3),
	#agent-rating #slide2:checked ~ .preview__command label:nth-child(1),
	#agent-rating #slide3:checked ~ .preview__command label:nth-child(2) {
		left: -20px;
	}

	#agent-rating #slide1:checked ~ .preview__command label:nth-child(2),
	#agent-rating #slide2:checked ~ .preview__command label:nth-child(3),
	#agent-rating #slide3:checked ~ .preview__command label:nth-child(1) {
		right: -20px;
	}
}

@media (min-width: 1024px) {

	#agent-rating #slide1:checked ~ .preview__command label:nth-child(3),
	#agent-rating #slide2:checked ~ .preview__command label:nth-child(1),
	#agent-rating #slide3:checked ~ .preview__command label:nth-child(2) {
		left: -40px;
	}

	#agent-rating #slide1:checked ~ .preview__command label:nth-child(2),
	#agent-rating #slide2:checked ~ .preview__command label:nth-child(3),
	#agent-rating #slide3:checked ~ .preview__command label:nth-child(1) {
		right: -40px;
	}
}

#agent-rating #slide1:checked ~ .preview__slides .preview__list {
	margin-left: 0
}

#agent-rating #slide2:checked ~ .preview__slides .preview__list {
	margin-left: -100%;
}

#agent-rating #slide3:checked ~ .preview__slides .preview__list {
	margin-left: -200%;
}

#agent-rating .preview {
	display: block;
}

#agent-rating .preview__headline p {
	font-size: 14px;
	z-index: 1;
}

#agent-rating .preview__image {
	display: inline-block;
	margin: 0 20px 20px 0;
	padding: 0;
	float: left;
}

#agent-rating .preview__image--link {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #9ab2cf;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
}

#agent-rating .preview__image--link img {
	width: 100%;
	height: auto;
}

#agent-rating .preview__comment .comment--description {
	width: 100%;
	overflow: hidden;
}

#agent-rating .preview__comment .description__inner,
#agent-rating .preview__comment .comment--image {
	padding: 20px 40px;
}

@media (min-width: 768px) {

	#agent-rating .preview__comment .description__inner,
	#agent-rating .preview__comment .comment--image {
		padding: 0;
	}

	#agent-rating .preview .preview__inner {
		display: table;
	}

	#agent-rating .preview .preview__headline {
		display: table-cell;
		width: 30%;
		vertical-align: top;
	}

	#agent-rating .preview .preview__comment {
		display: table-cell;
		width: 70%;
	}
}

@media (min-width: 1024px) {

	#agent-rating .preview__comment .comment--description {
		display: table;
	}

	#agent-rating .preview__comment .description__inner,
	#agent-rating .preview__comment .comment--image {
		display: table-cell;
		vertical-align: top;
	}

	#agent-rating .preview__comment .description__inner {
		width: 75%;
	}

	#agent-rating .preview__comment .comment--image {
		width: 25%;
	}
}

#agent-rating .link_button a {
	margin: 60px auto;
	padding: 8px 15px 8px 52px;
}

/* seal */
#agent-rating .seal__inner {
	position: relative;
    width: 200px;
    height: 200px;
}

#agent-rating .seal--background {
	position: relative;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
}

#agent-rating .seal--description {
	position: absolute;
	top: 63%;
	left: 52%;
	text-align: center;
	-webkit-transform: translate(-50%, -50%) rotate(-4.5deg);
	-ms-transform: translate(-50%, -50%) rotate(-4.5deg);
	transform: translate(-50%, -50%) rotate(-4.5deg);
}

#agent-rating .seal--stars .rating-stars__list {
	margin: 0 auto;
}

#agent-rating .seal--average p {
	color: #004088;
}

#agent-rating .seal--stars .rating-stars__list {
	margin: 0 auto;
}

#agent-rating .seal--stars  .rating-stars__element img {
    width: 17px;
}

#agent-rating .seal--average p {
	color: #004088;
	font-size: 16px;
    font-weight: 700;
	line-height: 0.39;
}

/* buttons */
#agent-rating .button {
	display: inline-block;
	position: relative;
	margin: 20px 0 0;
	padding: 10px 20px;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
	line-height: inherit;
	background: #004088;
	border: 1px solid #004088;
	border-radius: 1px;
	box-shadow: none;
	text-decoration: none;
	text-shadow: none;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	cursor: pointer;
}

#agent-rating .button span {
	color: #ffffff;
}

#agent-rating .button--show-more {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    color: inherit;
    background: transparent;
    border-width: 2px;
    border-radius: 50%;
}

#agent-rating .button--show-more span {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}

#agent-rating .button--show-more img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
}

#agent-rating .button:focus,
#agent-rating .button:hover {
	background: #f88432;
	border-color: #f88432;
}

#agent-rating .button--show-more:focus,
#agent-rating .button--show-more:hover {
    background: transparent;
}