﻿.ia-element-trustedchoice .ia-element-overlay{
	opacity: 0.5;
}
.ia-element-trustedchoice .ia-element-container{
	padding:5.65em 15px;
}
.ia-element-trustedchoice .ia-responsive-col{
	padding:0px;
}
.ia-element-trustedchoice .ia-element-title{
	color:#ffffff;
	font-size:2.2em;
}
.ia-element-trustedchoice .ia-element-subtitle{
	color:#ffffff;
	font-size:3.2em;
	font-weight:bold;
}
.ia-element-trustedchoice .media {
    display: flex;
    flex: 1;
}
.ia-element-trustedchoice .ia-responsive-col .media:before, .ia-element-trustedchoice .ia-responsive-col .media:after {
    content: '';
    flex: 1;
    margin: 0;
    background: #EE7412;
    border: none;
    height: 2px;
    margin-top: 48px;
}
.ia-element-trustedchoice .ia-responsive-col:first-child .media:before {
    background: transparent;
}
.ia-element-trustedchoice .ia-responsive-col:last-child .media:after {
    background: transparent;
}
.ia-element-trustedchoice .media h3{
	color:#ffffff;
	font-size:20px;
	text-decoration:none;
}
.ia-element-trustedchoice .media-object{
	border:1px solid #ffffff;
	border-radius:50%;
}
.ia-element-trustedchoice .media-object.highlight:hover{
	background-color:#EE7412!Important;
	border:2px solid #EE7412;
	transform: scale(1.15);
}
.ia-modal-trustedchoice .modal-body{
	padding:25px 40px;
}
.ia-modal-trustedchoice .panel-copy p{
	font-size:1.2em;
	margin-bottom:20px;
}
.ia-buttons-trustedchoice .media{
	padding-bottom: 10px;
	margin:0px -15px;
	text-align:center;
	background-color:#1b285b;
	transition: all .3s ease-in-out;
}
.ia-buttons-trustedchoice .media:hover{
	margin-top:-10px;
	padding-bottom:20px;
	background-color:#0072c6;
	transition: all .3s ease-in-out;	
}

.ia-buttons-trustedchoice .media a{
	text-decoration:none!Important;
}
.ia-buttons-trustedchoice .media h3{
	margin-bottom: 0px;
	color:#ffffff;
	font-size:1.4em;
}
.ia-buttons-trustedchoice .media a p{
	font-size: 1.6em; color: #ee7412;
}
@media all and (max-width:992px){
	.ia-element-trustedchoice{
		margin:0px -15px;
	}
	.ia-element-trustedchoice .ia-element-container {
		padding: 3em 10px;
		/*margin:0px -15px;*/
	}
	.ia-buttons-trustedchoice .ia-responsive-col{
		margin-top:0px;
		margin-bottom:0px;
	}
	.ia-buttons-trustedchoice .ia-responsive-col:nth-child(1){
		margin-top:10px;
	}	
	.ia-element-trustedchoice .ia-element-title{
		color:#ffffff;
		text-align:Center;
		font-size:1.8em;
	}
	.ia-element-trustedchoice .ia-element-subtitle{
		color:#ffffff;
		text-align:center;
		font-size:2.8em;
		font-weight:bold;
	}
	.ia-element-trustedchoice .media h3{
		color:#ffffff;
		font-size:16px;
		text-decoration:none;
	}
}
@media all and (max-width:768px){
	.ia-element-trustedchoice .ia-element-container {
		padding: 3em 10px;
		margin:0px -15px;
	}
	.ia-element-trustedchoice .ia-element-title{
		color:#ffffff;
		text-align:Center;
		font-size:1.5em;
	}
	.ia-element-trustedchoice .ia-element-subtitle{
		color:#ffffff;
		text-align:center;
		font-size:2.5em;
		font-weight:bold;
	}
	.ia-element-trustedchoice .media.media-md .media-object {
		width: 90px !important;
	}
	.ia-element-trustedchoice .media-object.highlight:hover{
		border:1px solid #EE7412;
		transform: scale(1.1);
	}
	.ia-element-trustedchoice .ia-responsive-col .media:before, .ia-element-trustedchoice .ia-responsive-col .media:after {
		margin-top: 46px;
	}
	.ia-element-trustedchoice .media h3{
		font-size:17px;
	}
}
/*
@media (pointer: coarse) and (hover: none) {
  .ia-element-trustedchoice{
    background: url('/PublishingImages/SitePages/tc/TC-hero-bg.jpg') black no-repeat center center scroll;
  }
  .ia-element-trustedchoice video {
    display: none;
  }
}
*/