/* Lightbox */

#colorbox,
#cboxOverlay,
#cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999999;
	overflow: hidden;
	outline: none;
	border: none;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: relative;
	overflow: hidden;
	outline: none;
	border: none;
}
#cboxLoadedContent {
	overflow: auto;
	outline: none;
	border: none;
}
#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#cboxOverlay {
	background: #000;
}
#cboxLoadedContent {
	margin: 0;
}
#cboxTitle,
#cboxCurrent {
	display: none;
}
#cboxClose {
	width: 30px;
	height: 30px;
	padding: 0;
	text-indent: -999em;
	background: url(../img/x.svg) center center no-repeat;
	background-size: 10px auto;
	opacity: 0.3;
	border: none;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-webkit-appearance: none;
}
#cboxClose:hover {
	opacity: 1;
}

#exitOverlay, #exitOverlayTrial {display: none; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); cursor: default; overflow: hidden; position: fixed; top: 0; left: 0; z-index: 99999;}

.lbox {
	display: none;
	width: 840px;
	margin: 0 auto;
	padding: 20px;
	z-index: 99999;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%); z-index: 999999;
}
.lbox.exit {
	padding-top: 72px;
}
.lbox-exit {
	padding: 60px 40px 40px 40px;
	font-family: 'Open Sans', sans-serif;
	text-align: center;
	background: #FFF;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.lbox-exit:before {
	display: block;
	content: "";
	width: 106px;
	height: 94px;
	background: url(../img/exit_alert.svg) 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: calc(50% - 53px);
	top: -52px;
}
.le-title1 {
	color: #091D36;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
}
.le-title1 strong {
	font-size: 36px;
	line-height: 30px;
}
.le-title2 {
	margin-top: 25px;
	color: #091D36;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}
.le-title2 .number {
	display: inline-block;
	min-width: 24px;
	padding: 0 2px;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	background: #EF092F;
	vertical-align: top;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.le-report {
	height: 290px;
	margin: 20px auto 0 auto;
}
.le-report img {
	display: block;
	margin: 0 auto;
}
.le-title3 {
	margin-top: 15px;
	color: #091D36;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
}
.le-btn {
	margin-top: 25px;
	text-align: center;
}
.exit-lightbox #cboxClose {
	top: 72px;
	right: 20px;
}



/* Data Breach Upsell */

.data-breach-upsell {
	width: 900px;
	padding-top: 72px;
}
.db-container {
	padding: 60px 40px 40px 40px;
	background: #FFF;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.db-container:before {
	display: block;
	content: "";
	width: 106px;
	height: 94px;
	background: url(../img/exit_alert.svg) 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	left: calc(50% - 53px);
	top: -52px;
}
.db-h1,
.db-h2,
.db-h3,
.db-h4 {
	margin: 0 0 10px 0;
	color: #091D36;
	font-weight: 700;
	letter-spacing: 0;
	text-align: center;
	text-transform: uppercase;
}
.db-h1 {
	margin-bottom: 10px;
	color: #091D36;
	font-size: 36px;
	line-height: 38px;
}
.db-h2 {
	margin-bottom: 20px;
	color: #475668;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-transform: none;
}
.db-h3 {
	margin: 20px 0;
	font-size: 24px;
	line-height: 28px;
}
.db-h4 {
	margin: 20px 0;
	color: #23A400;
	font-size: 20px;
	line-height: 22px;
}
.db-separator {
	display: block;
	max-width: 60%;
	height: 1px;
	margin: 25px auto;
	background: #CCC;
}
.db-report {
	margin: 40px -40px 25px -40px;
	padding: 0 40px;
	background: #F5F5F5;
}
.db-report .db-h3 {
	margin-bottom: 25px;
	text-align: left;
}
.db-report-inn {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	color: #091D36;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	position: relative;
	z-index: 0;
}
.db-report .image {
	flex: 0 0 266px;
	height: 290px;
	margin: -20px 30px 0 -13px;
	position: relative;
}
.db-report .image img {
	display: block;
	margin: 0 auto;
}
.db-report .image .name {
	width: 100%;
	padding: 0 30px;
	color: #0364A9;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 0;
}
.db-report .image .age,
.db-report .image .location {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 64px;
	min-height: 52px;
	color: #475668;
	font-size: 11px;
	font-weight: 400;
	line-height: 14px;
	text-align: center;
	position: absolute;
	top: 46px;
}
.db-report .image .age {
	left: 23px;
}
.db-report .image .location {
	right: 23px;
}
.db-report ul {
	margin: 0;
}
.db-report li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 10px 0;
	list-style-type: none;
}
.db-report li:last-child {
	margin-bottom: 0;
}
.db-report .icn {
	flex: 0 0 32px;
	margin: 0 15px 0 0;
	position: relative;
}
.db-report .txt {
	flex: 0 1 auto;
}
.db-report .count {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: -3px 0 0 0;
	color: #FFF;
	font-size: 9px;
	line-height: 16px;
	text-align: center;
	background: #EF092F;
	vertical-align: top;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.db-report .list {
	padding: 30px 0;
	text-transform: uppercase;
}
.db-report .lists {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
}
.db-report .lists ul {
	margin-right: 50px;
}
.db-report .lists ul:last-child {
	margin-right: 0;
}
.db-action {
	margin-top: 25px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.db-action.flex {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin-left: -5px;
	margin-right: -5px;
}
.db-action.flex .db-no,
.db-action.flex .db-yes {
	padding: 0 5px;
}
.db-btn {
	display: block;
	padding: 17px;
	color: #FFF;
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #EF092F;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.db-btn:hover {
	background-color: #FF002A;
}
.db-btn:after {
	display: inline-block;
	content: "";
	width: 20px;
	height: 26px;
	margin: 6px 0 0 15px;
	background: url(../img/db_btn.svg) 0 0 no-repeat;
	background-size: 100% auto;
	vertical-align: top;
}

.db-scale {
	display: block;
	width: 100%;
	height: 30px;
	border: 1px solid #000;
	position: relative;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: rgba(15,152,0,1);
	background: -moz-linear-gradient(left, rgba(15,152,0,1) 0%, rgba(20,201,0,1) 25%, rgba(255,230,0,1) 47%, rgba(255,132,0,1) 75%, rgba(255,0,0,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(15,152,0,1)), color-stop(25%, rgba(20,201,0,1)), color-stop(47%, rgba(255,230,0,1)), color-stop(75%, rgba(255,132,0,1)), color-stop(100%, rgba(255,0,0,1)));
	background: -webkit-linear-gradient(left, rgba(15,152,0,1) 0%, rgba(20,201,0,1) 25%, rgba(255,230,0,1) 47%, rgba(255,132,0,1) 75%, rgba(255,0,0,1) 100%);
	background: -o-linear-gradient(left, rgba(15,152,0,1) 0%, rgba(20,201,0,1) 25%, rgba(255,230,0,1) 47%, rgba(255,132,0,1) 75%, rgba(255,0,0,1) 100%);
	background: -ms-linear-gradient(left, rgba(15,152,0,1) 0%, rgba(20,201,0,1) 25%, rgba(255,230,0,1) 47%, rgba(255,132,0,1) 75%, rgba(255,0,0,1) 100%);
	background: linear-gradient(to right, rgba(15,152,0,1) 0%, rgba(20,201,0,1) 25%, rgba(255,230,0,1) 47%, rgba(255,132,0,1) 75%, rgba(255,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f9800', endColorstr='#ff0000', GradientType=1 );
}
.db-scale-arw {
	display: block;
	width: 14px;
	height: 30px;
	margin-left: -7px;
	background: url(../img/scan_scale_arw.svg) 0 bottom no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -11px;
	left: 0;
}
.db-scale-value {
	margin-top: 5px;
	color: #777;
	font-size: 14px;
	line-height: 16px;
}
.db-scale-value ul {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: space-between;
	margin: 0;
}
.db-scale-value li {
	margin: 0;
	list-style-type: none;
}

.db-meaning {
	margin: 25px 0;
	color: #475668;
	font-size: 13px;
	line-height: 18px;
}
.db-meaning ul {
	margin: 0;
}
.db-meaning li {
	margin: 10px 0 0 0;
	padding-left: 30px;
	list-style-type: none;
	position: relative;
}
.db-meaning li:first-child {
	margin-top: 0;
}
.db-meaning strong {
	color: #091D36;
}
.db-meaning i {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 1px;
	left: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.score-bg-low {
	background-color: #1CAA00;
}
.score-bg-medium {
	background-color: #FF7E00;
}
.score-bg-high {
	background-color: #EA0000;
}

.score-text-low {
	color: #1CAA00;
}
.score-text-medium {
	color: #FF7E00;
}
.score-text-high {
	color: #EA0000;
}



.additional-data-search {
	width: 900px;
}
.ad-container {
	padding: 40px;
	background: #FFF;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.ad-search {
	margin: 30px -40px;
	padding: 30px 40px;
	background: #F5F5F5;
}
.ad-title {
	margin: 30px 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}
.ad-form .row {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #999;
}
.ad-form .row:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.ad-form .item {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.ad-form .item:after {
	flex: 0 1 25%;
	content: "";
}
.ad-form .label {
	flex: 0 1 25%;
}
.ad-form .input {
	flex: 0 1 50%;
}
.ad-form .form-label {
	display: block;
	margin: 0;
	padding-right: 15px;
	color: #233B4D;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	text-align: right;
}
.ad-form .form-label img {
	display: inline-block;
	margin: 1px 5px 0 0;
	vertical-align: top;
}
.ad-form .form-control {
	height: 60px;
	border-width: 3px;
	border-color: #0077CC;
}
.ad-form .form-control,
.ad-form .form-btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ad-form .form-btn {
	padding: 18px;
}
.ad-form .note {
	margin: 10px 0 0 25%;
	font-size: 13px;
	line-height: 18px;
}
.ad-form .note2 {
	margin: 0 -40px -20px -40px;
	padding: 5px 40px;
	color: #091D36;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	background: #E5F2FF;
}
.ad-form .req:not(.form-control) {
	margin: 0 0 auto 5px;
	font-size: 15px;
	font-weight: 700;
	line-height: 12px;
}



.ad2-ttl1 {
	color: #0364A9;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}
.ad2-ttl2 {
	margin: 10px 0;
	color: #0364A9;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	text-transform: uppercase;
}
.ad2-ttl3 {
	margin: 10px 0;
	color: #091D36;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: center;
}
.ad2-ttl4 {
	margin: 30px 0;
	color: #091D36;
	font-size: 18px;
	font-weight: 600;
	line-height: 22px;
	text-align: center;
}
.ad2-ttl4 strong {
	display: inline-block;
	border-bottom: 1px solid #000;
	vertical-align: top;
}
.ad2-ttl5 {
	margin: 30px 0;
	color: #091D36;
	font-size: 30px;
	font-weight: 700;
	line-height: 34px;
	text-align: center;
}
.ad2-ttl6 {
	margin: 30px 0;
	color: #091D36;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	text-align: center;
}
.ad2-ttl7 {
	margin: 40px 0;
	color: #091D36;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	text-align: center;
}
.ad2-steps {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin: 10px 0 20px 0;
	color: #999;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
}
.ad2-steps .step.passed {
	color: #168500;
}
.ad2-steps .step.current {
	color: #168500;
	font-weight: 700;
}
.ad2-steps .arw {
	flex: 0 0 10px;
	height: 7px;
	margin: 0 15px;
	background: url(../img/step_arw.svg) 0 0 no-repeat;
	background-size: 100% auto;
}

.ad-form.f2 {
	max-width: 480px;
	margin-right: auto;
	margin-left: auto;
}
.ad-form.f2 .row {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	margin: 0 -5px 25px -5px;
	padding-bottom: 0;
	border-bottom: none;
}
.ad-form.f2 .row:last-child {
	margin-bottom: 0;
}
.ad-form.f2 .item {
	flex: 0 1 100%;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: flex-start;
	padding: 0 5px;
}
.ad-form.f2 .item.btns {
	flex-direction: row;
}
.ad-form.f2 .item.btns a.btn.gray,
.ad-form.f2 .item.btns .form-btn.gray {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	font-size: 18px;
	line-height: 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.ad-form.f2 .item:after {
	display: none;
}
.ad-form.f2 .form-label {
	margin-bottom: 5px;
	padding-right: 0;
	text-align: left;
}



.ad-form.inline {
	margin: -30px -40px 30px -40px;
	padding: 20px 40px;
	background: #EFF7FF;
	border-top: 1px solid #0364A9;
	border-bottom: 1px solid #0364A9;
}
.ad-form.inline .row {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	justify-content: center;
	margin: 0 -10px 20px -10px;
	padding-bottom: 0;
	border-bottom: none;
}
.ad-form.inline .item {
	flex: 0 1 100%;
	padding: 0 10px;
}
.ad-form.inline .item:after {
	display: none;
}
.ad-form.inline .label {
	flex: 0 1 30%;
}
.ad-form.inline .input {
	flex: 0 1 70%;
}



.loading-summary {
	width: 680px;
}
.ls-container {
	padding: 40px 20px 20px 20px;
	background: #FFF;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,124,212,1);
	-moz-box-shadow: 0 0 20px 0 rgba(0,124,212,1);
	box-shadow: 0 0 20px 0 rgba(0,124,212,1);
}
.ls-ttl {
	color: #091D36;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
}
.ls-spinner {
	margin: 20px 0;
	width: 100%;
	height: 120px;
	background: url(../img/scan_spinner.svg) center center no-repeat;
	background-size: auto 100%;
}
.loading-summary-lightbox #cboxClose {
	display: none;
}



.initial-load {
	width: 680px;
}
.il-container {
	padding: 40px;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	background: #FFF;
	position: relative;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,124,212,1);
	-moz-box-shadow: 0 0 20px 0 rgba(0,124,212,1);
	box-shadow: 0 0 20px 0 rgba(0,124,212,1);
}
.il-header {
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
}
.il-icn {
	width: 64px;
	height: 64px;
	margin: 0 auto 30px auto;
	background: url(../img/shield.svg) center center no-repeat;
	background-size: 100% auto;
}
.il-icn2 {
	flex: 0 0 56px;
	height: 64px;
	margin-right: 20px;
	background: url(../img/shield2.svg) center center no-repeat;
	background-size: 100% auto;
}
.il-ttl {
	color: #0364A9;
	font-size: 30px;
	font-weight: 800;
	line-height: 34px;
	text-transform: uppercase;
	border-bottom: 2px solid #0077CC;
}
.il-msg,
.il-txt {
	margin-top: 20px;
}
.il-btn {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
.il-btn .btn {
	margin: 5px;
}
.initial-load-lightbox #cboxClose {
	display: none;
}



/* Exit Trial */

.exit-trial-lightbox #cboxClose {
	display: none;
}
.exit-trial {
	width: 640px;
}
.et-container {
	padding: 40px;
	color: #091D36;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	background: #FFF;
	position: relative;
	-webkit-box-shadow: 0 0 20px 0 rgba(0,124,212,1);
	-moz-box-shadow: 0 0 20px 0 rgba(0,124,212,1);
	box-shadow: 0 0 20px 0 rgba(0,124,212,1);
}
.et-ttl1 {
	color: #168500;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}
.et-ttl2 {
	padding: 25px 40px;
	color: #FFF;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	font-weight: 700;
	background: #EF092F;
}
body .et-ttl2 {
	margin: -40px -40px 30px -40px;
}
.et-ttl2 strong {
	font-size: 28px;
	line-height: 30px;
}
.et-ttl3 {
	margin-top: 15px;
	font-size: 16px;
	line-height: 24px;
}
.et-ttl3 span {
	white-space: nowrap;
}
.et-ttl3 .num {
	font-size: 24px;
	line-height: 24px;
}
.et-ttl4 {
	margin-top: 15px;
	font-weight: 700;
}
.et-ttl4 strong {
	color: #EF092F;
	font-size: 22px;
	line-height: 24px;
	text-decoration: underline;
}
.et-ttl5 {
	margin-top: 15px;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}
.et-ttl5.smaller {
	font-size: 22px;
}
.et-ttl5 strong {
	color: #168500;
	font-size: 28px;
	line-height: 30px;
}
.et-alerts {
	width: 96px;
	height: 120px;
	margin: 20px auto;
	background: url(../img/et_icn_report.png) 0 0 no-repeat;
	background-size: 100% auto;
	position: relative;
}
.et-alerts .num {
	display: block;
	width: 32px;
	height: 32px;
	color: #FFF;
	font-size: 15px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	background: #EF092F;
	position: absolute;
	top: -10px;
	right: -10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.et-btns {
	margin-top: 20px;
}
.et-btns .row {
	margin-top: 10px;
}
.et-btns a.no {
	color: #777;
	font-size: 15px;
	line-height: 18px;
}
.et-list {
	margin-top: 15px;
	font-size: 14px;
	line-height: 16px;
}
.et-list ul {
	display: inline-block;
	margin: 0;
	text-align: left;
	vertical-align: top;
}
.et-list li {
	display: block;
	margin: 5px 0;
	padding-left: 20px;
	list-style-type: none;
	background: url(../img/checkmark_green.svg) 0 1px no-repeat;
	background-size: 12px auto;
}

/** Added By Hovsoyan */
.section-xs .row {
	margin-top: 10px;
}
/** End Added By Hovsoyan */


.info-collection {
	max-width: 600px;
}
.info-collection .ad-form.f2 {
	max-width: 360px;
}



/* Responsive */

@media only screen and (max-width: 1023px) {
	.lbox {
		width: 768px;
	}
	.ad2-ttl2 {
		font-size: 30px;
		line-height: 34px;
	}
}

@media only screen and (max-width: 767px) {
	.lbox {
		width: 640px;
	}
	.lbox.exit {
		padding-top: 44px;
	}
	.lbox-exit {
		padding: 35px 30px 30px 30px;
	}
	.lbox-exit:before {
		width: 53px;
		height: 47px;
		top: -24px;
		left: calc(50% - 26px);
	}
	.le-title1 {
		font-size: 18px;
		line-height: 24px;
	}
	.le-title1 strong {
		font-size: 24px;
		line-height: 24px;
	}
	.le-title1 br,
	.le-title2 br {
		display: none;
	}
	.le-title2,
	.le-title3 {
		font-size: 14px;
		line-height: 20px;
	}
	.le-title2 {
		margin-top: 15px;
	}
	.le-title2 .number {
		min-width: 20px;
	}
	.le-report {
		width: 174px;
		height: 190px;
	}
	.exit-lightbox #cboxClose {
		top: 44px;
	}
	.ad-container {
		padding: 25px 20px 20px 20px;
	}
	.db-h1 {
		font-size: 24px;
		line-height: 26px;
	}
	.db-h2 {
		font-size: 14px;
		line-height: 18px;
	}
	.ad-search {
		margin: 20px -20px;
		padding: 20px;
	}
	.ad-title {
		margin: 20px 0;
		font-size: 14px;
		line-height: 18px;
	}
	.ad-form .item {
		flex-direction: column;
		align-items: stretch;
		position: relative;
	}
	.ad-form .label {
		flex: 0 1 auto;
		margin-bottom: 6px;
	}
	.ad-form .form-label {
		padding: 0;
		font-size: 13px;
		line-height: 16px;
		text-align: left;
	}
	.ad-form .form-label img {
		margin-top: 0;
	}
	.ad-form .req {
		margin: 0;
		position: absolute;
		top: 3px;
		right: 0;
	}
	.ad-form.inline {
		margin: -20px -20px 20px -20px;
		padding: 20px;
	}
	.ad-form.inline .row {
		flex-direction: column;
		margin: 0 0 20px 0;
	}
	.ad-form.inline .item {
		margin-bottom: 15px;
		padding: 0;
	}
	.ad-form.inline .item:last-child {
		margin-bottom: 0;
	}
	.ad-form .note {
		margin-left: 0;
	}
	.ad-form .note2 {
		margin: 0 -20px -20px -20px;
		padding: 5px 20px;
	}
	.ls-container {
		padding-top: 30px;
	}
	.il-container {
		padding: 30px;
		font-size: 15px;
		line-height: 20px;
	}
	.il-icn {
		margin-bottom: 20px;
	}
	.il-msg,
	.il-txt {
		margin-top: 15px;
	}
	.il-msg br {
		display: none;
	}
	.il-btn {
		margin: 20px -20px 0 -20px;
	}
	.il-icn2 {
		flex-basis: 42px;
		height: 48px;
		margin-right: 15px;
	}
	.il-ttl {
		font-size: 24px;
		line-height: 28px;
	}
	.ad2-ttl1 {
		font-size: 12px;
		line-height: 14px;
	}
	.ad2-ttl2 {
		font-size: 18px;
		line-height: 20px;
	}
	.ad2-ttl3 {
		font-size: 13px;
		line-height: 16px;
	}
	.ad2-ttl3 br {
		display: none;
	}
	.ad2-ttl4 {
		font-size: 12px;
		line-height: 14px;
	}
	.ad2-ttl4 {
		margin: 15px 0;
	}
	.ad2-ttl5 {
		margin: 20px 0;
		font-size: 24px;
		line-height: 30px;
	}
	.ad2-ttl6 {
		margin: 20px 0;
		font-size: 16px;
		line-height: 22px;
	}
	.ad2-ttl7 {
		margin: 25px 0;
	}
	.ad2-steps {
		font-size: 10px;
		line-height: 10px;
	}
	.ad-form.f2 .row {
		margin-bottom: 15px;
	}
	.ad-form.f2 .row.flex {
		flex-wrap: wrap;
	}
	.ad-form.f2 .row.flex .item {
		margin-bottom: 15px;
	}
	.ad-form.f2 .row.flex .item:last-child {
		margin-bottom: 0;
	}
	.ad-form.f2 .form-label {
		margin-bottom: 0;
	}
	.db-action {
		margin-top: 15px;
	}
	/* Exit Trial */
	.et-container {
		padding: 30px;
		font-size: 15px;
		line-height: 20px;
	}
	.et-ttl1 {
		font-size: 20px;
		line-height: 24px;
	}
	body .et-ttl2 {
		margin: -30px -30px 20px -30px;
		padding: 15px 20px;
	}
	.et-ttl4 strong {
		font-size: 18px;
		line-height: 20px;
	}
	.et-ttl3 {
		font-size: 13px;
		line-height: 18px;
	}
	.et-ttl3 .num {
		font-size: 18px;
		line-height: 18px;
	}
	.et-ttl2,
	.et-ttl5,
	.et-ttl5.smaller {
		font-size: 16px;
		line-height: 22px;
		letter-spacing: 0;
	}
	.et-ttl2 strong,
	.et-ttl5 strong {
		font-size: 22px;
		line-height: 24px;
	}
	.info-collection .ad-container {
		padding: 30px;
	}
	/** Added By Hovsoyan */
	.rl-scale .rl-scale-arw.very_high {margin-left: 90px;}
	.rl-scale .rl-scale-arw.high {margin-left: -155px;}
	.rl-scale .rl-scale-arw.medium {margin-left: -400px;}
	/** End Added By Hovsoyan */
}

@media only screen and (max-width: 639px) {
	.lbox {
		width: 560px;
	}
	/** Added By Hovsoyan */
	.rl-scale .rl-scale-arw.very_high {margin-left: 70px;}
	.rl-scale .rl-scale-arw.high {margin-left: -130px;}
	.rl-scale .rl-scale-arw.medium {margin-left: -340px;}
	/** End Added By Hovsoyan */
}

@media only screen and (max-width: 559px) {
	.lbox {
		width: 480px;
	}
	/** Added By Hovsoyan */
	.rl-scale .rl-scale-arw.very_high {margin-left: 55px;}
	.rl-scale .rl-scale-arw.high {margin-left: -115px;}
	.rl-scale .rl-scale-arw.medium {margin-left: -280px;}
	/** End Added By Hovsoyan */
}

@media only screen and (max-width: 479px) {
	.lbox {
		width: 414px;
		padding: 10px;
	}
	#cboxClose {
		top: 10px;
		right: 10px;
	}
	.lbox-exit {
		padding: 30px 20px 20px 20px;
	}
	.le-title1 {
		font-size: 16px;
		line-height: 22px;
	}
	.le-title1 strong {
		font-size: 22px;
		line-height: 22px;
	}
	.le-title2,
	.le-title3 {
		margin-top: 10px;
		font-size: 13px;
		line-height: 20px;
	}
	.le-report {
		margin-top: 15px;
	}
	.le-btn {
		margin-top: 15px;
	}
	.exit-lightbox #cboxClose {
		top: 44px;
		right: 10px;
	}
	.db-action a.btn.big {
		display: block;
		padding: 16px 20px;
	}
	.ls-container {
		-webkit-box-shadow: 0 0 10px 0 rgba(0,124,212,1);
		-moz-box-shadow: 0 0 10px 0 rgba(0,124,212,1);
		box-shadow: 0 0 10px 0 rgba(0,124,212,1);
	}
	.db-action.flex {
		flex-direction: column;
		align-items: stretch;
		margin-left: 0;
		margin-right: 0;
	}
	.db-action.flex .db-no,
	.db-action.flex .db-yes {
		padding: 0;
	}
	.db-action.flex .db-no {
		order: 1;
		margin-top: 10px;
	}
	.et-ttl5 br {
		display: none;
	}
	.ad-form.f2 .form-control {
		height: 50px;
	}
	.ad-form.f2 .item.btns {
		flex-direction: column;
	}
	.ad-form.f2 .item.btns a.btn.gray,
	.ad-form.f2 .item.btns .form-btn.gray {
		order: 1;
		min-width: 120px;
		margin: 10px auto 0 auto;
		padding: 15px;
	}
	/** Added By Hovsoyan */
	.rl-scale .rl-scale-arw.very_high {margin-left: 45px;}
	.rl-scale .rl-scale-arw.high {margin-left: -25px;}
	.rl-scale .rl-scale-arw.medium {margin-left: -100px;}
	/** End Added By Hovsoyan */
}

@media only screen and (max-width: 413px) {
	.lbox {
		width: 375px;
	}
	/** Added By Hovsoyan */
	.rl-scale .rl-scale-arw.very_high {margin-left: 35px;}
	.rl-scale .rl-scale-arw.high {margin-left: -25px;}
	.rl-scale .rl-scale-arw.medium {margin-left: -90px;}
	/** End Added By Hovsoyan */
}

@media only screen and (max-width: 374px) {
	.lbox {
		width: 360px;
	}
	.et-ttl2 br {
		display: none;
	}
}

@media only screen and (max-width: 359px) {
	.lbox {
		width: 320px;
	}
	.db-action a.btn.big {
		font-size: 20px;
	}
	.ad2-ttl2 {
		font-size: 20px;
		line-height: 22px;
	}
}



/* Lightbox V2 */


.lbox2-link {
	cursor: pointer;
}
.lbox2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 20px;
	background: rgba(35,59,77,0.8);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999; /* Hovsoyan */
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	box-sizing: border-box;
	transition: all 0.3s ease;
}
.lbox2.show {
	visibility: visible;
	opacity: 1;
}
.lbox2 .lbox2-body {
	width: 100%;
	max-width: 900px;
	margin: auto;
	padding: 60px;
	background: #FFF;
	position: relative;
	z-index: 2;
}
.lbox2-close {
	display: block;
	width: 40px;
	height: 40px;
	font-size: 0;
	cursor: pointer;
	text-decoration: none;
	text-indent: -999em;
	background: url(../img/x.svg) center center no-repeat;
	background-size: 16px auto;
	position: absolute;
	top: 0;
	right: 0;
}
.lbox2-close:hover,
.lbox2-close:focus {
	opacity: 0.5;
}
.lbox2-hide {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.lbox2 {
		padding: 10px;
	}
	.lbox2 .lbox-body2 {
		padding: 30px;
	}
	.lbox-close {
		width: 30px;
		height: 30px;
		background-size: 10px auto;
	}
}



/* Nohit */

.nh-lightbox {
	width: 100%;
	max-width: 900px;
	padding-top: 25px;
	position: relative;
	z-index: 2;
}
.nhl-head {
	padding: 50px 50px 20px 50px; /* Hovsoyan */
	background: #FFF;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	position: relative;
}
.nhl-head:before {
	display: block;
	content: "";
	width: 56px;
	height: 50px;
	background: url(../img/nhl_alert.svg) 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -25px;
	left: calc(50% - 28px);
}
.nhl-t1 {
	color: #233B4D;
	font-size: 20px;
	font-weight: 700;
	line-height: 28px;
	text-align: center;
}
.nhl-body {
	padding: 50px;
	background: #EBF7FF;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.nh-lightbox .lbox2-close {
	top: 25px;
}

@media only screen and (max-width: 1023px) {
	.nhl-t1 br {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.nh-lightbox {
		padding-top: 18px;
	}
	.nhl-head,
	.nhl-body {
		padding: 30px;
	}
	.nhl-t1 {
		font-size: 16px;
		line-height: 22px;
	}
	.nhl-head:before {
		width: 40px;
		height: 36px;
		top: -18px;
		left: calc(50% - 20px);
	}
}
