*:not(.simple-form) .carReport-form-secondary .switch-block {
	padding: 25px 10px 0 15px;
	background-color: rgba(0,97,49,0.76);
	text-align: left;
	border-radius: 5px;
	margin-bottom: 33px;
}




*:not(.simple-form) .carReport-form-secondary .switch-block label {
	font-weight: 700;
	font-size: 19px;
	color: #fff;
	margin-bottom: 15px;
	display: block;
    padding: 0 7px;
    font-family: "Montserrat", "Roboto", sans-serif;
}

*:not(.simple-form) .carReport-form-secondary .switch-block label sup {
	color: #ffb400;
	top: 4px;
    left: 4px;
}

*:not(.simple-form) .carReport-form-secondary .switch-block label sup span {
	text-align: center;
	border: 1px solid;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	font-size: 11px;
	line-height: 10px;
	width: 12px;
	height: 12px;
	color: #ffb400;
}

*:not(.simple-form) .carReport-form-secondary .switch-block input[type=text] {
	box-shadow: none;
	font-size: 16px;
	color: #bbb;
	margin: 0; 
	width: 100%;
	max-width: 100%;
	font-family: "Montserrat", "Roboto", sans-serif;
}

*:not(.simple-form) .carReport-form-secondary .switch-block .btn {
	box-shadow: none;
	font-weight: 700;
	width: 100%;
	max-width: 100% !important;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}

*:not(.simple-form) .carReport-form-secondary .switch-block .btn:hover {
	opacity: 0.8;
}

*:not(.simple-form) .carReport-form-secondary .switch-block .switch-btn {
	color: #ffb400;
	font-size: 14px;
	font-weight: 200;
}

*:not(.simple-form) .carReport-form-secondary .switch-holder{
	height: auto !important;
}

*:not(.simple-form) .carReport-form-secondary .form-control {
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	height: 60px;
}

*:not(.simple-form) .carReport-form-secondary select.form-control {
	width: 100%;
	margin-right: 11px;
	padding: 14px 15px;
	color: #bbb;
	font-family: "Montserrat", "Roboto", sans-serif;
}

*:not(.simple-form) .carReport-form-secondary #regoblock input[type=text] {
	width: 100%;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #bbb; }
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
color: #bbb; }
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
color: #bbb; }
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #bbb; }
input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
color: #bbb; }

select {
	color: #bbb !important;
}


*:not(.simple-form) .carReport-form-secondary .switch-block .form-group {
	margin: 0 0 9px; 
}

*:not(.simple-form) .carReport-form-secondary .switch-block .form-group label {
	margin-bottom: 4px;
}



.tabs-wrapper {
	background-color: #fbfbfb;
	border-radius: 5px;
	box-shadow: 0 0 0 7px rgba(77,77,77,.47);
	padding: 13px 15px 20px;
}

.tabs-wrapper h3 {
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	font-weight: 700;
	color: #4d4d4d;
	margin: 0 0 16px;
	font-family: "Montserrat", "Roboto", sans-serif;
}

.tabs-wrapper .nav-tabs {
	border: 1px solid #d4d3d7;
	border-radius: 5px;
	margin-bottom: 7px;
	display: table;
	width: 100%;
	overflow: hidden; 
}

.tabs-wrapper .nav-tabs>li {
	border-left: 1px solid #d4d3d7;
	display: table-cell;
	float: none;
	vertical-align: middle;
	width: 50%;
	margin: 0; 
}

.tabs-wrapper .nav-tabs>li:first-child {
	border-left: 0;
}

.tabs-wrapper .nav-tabs > li > a {
	background-color: #eeeeee;
	margin: 0; 
	font-size: 14px;
	border: 0;
	border-radius: 0;
	padding: 18px 5px;
	margin: 0; 
	overflow: hidden; 
	font-weight: 400;
	font-family: "Montserrat", "Roboto", sans-serif;
}

.tabs-wrapper .nav-tabs > li:first-child > a {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.tabs-wrapper .nav-tabs > li:last-child > a {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.carReport-form .nav-tabs > li > a:before {
	bottom: 0;
}

.carReport-form .nav-tabs > li.active > a:before {
	display: block;
}

.tabs-wrapper input[type=text] {
	box-shadow: none;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
	font-family: "Montserrat", "Roboto", sans-serif;
	color: #bbb;
}

.tabs-wrapper .form-group {
	margin-bottom: 0;
}

.tabs-wrapper .btn-block {
	box-shadow: none;
	text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
	font-weight: 700;
	margin: 0; 
}

.tabs-wrapper span {
	color: #009258;
	font-size: 16px;
}

.tabs-wrapper .switch-block .row {
	margin: 0; 
}

.tabs-wrapper select.form-control {
	height: 60px;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding: 14px 15px;
	color: #bbb;
	margin-bottom: 3px;
	font-family: "Montserrat", "Roboto", sans-serif;
}

.carReport-form label.control-label {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #4d4d4d;
	letter-spacing: 0;
	margin-bottom: 13px;
}

aside .form-horizontal>.row>.form-group {
	margin-left: 0; 
	margin-right: 0; 
}

form.carReport-form {
	margin-top: 33px; 
	padding: 0 5px;
	margin-bottom: 0;
}

#block-views-blogs-resent h2.block-title {
	display: none;
}

#block-views-blogs-resent .tab-content {
	padding: 29px 18px 1px;
	background-color: #fff;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

aside .tab-content img {
	width: 93px;
	margin-right: 20px;
	float: left;
	height: auto;
}

aside .tab-content .views-row {
	overflow: hidden;
    line-height: 14px;
    margin-bottom: 31px;
}

aside .tab-content .views-row a {
	font-size: 14px;
}

aside .tab-content .views-row span {
	font-size: 12px;
}

aside .nav-tabs > li {
	margin-bottom: 0;
	width: 50%;
}

aside .nav-tabs {
	margin: 0;
	border: 0;
	overflow-y: hidden;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

aside .nav-tabs > li > a {
	border: 0;
	border-radius: 0;
	margin: 0 0 5px;
	background-color: #fff;
	position: relative;
	display: block;
	padding: 18px 5px;
	text-align: center;
	font-size: 15px;
	font-weight: 700;
	color: #4d4d4d;
}

aside .nav-tabs > li > a:hover, 
aside .nav-tabs > li.active > a:focus, 
aside .nav-tabs > li.active > a:hover {
	border: 0;
	background-color: #fff;
}


aside .nav-tabs > li > a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	height: 5px;
	background-color: #ffb700;
	display: none;
}

aside .nav-tabs > li.active > a {
	background-color: #fff;
	border: 0;
	color: #4d4d4d;
}

aside .nav-tabs > li.active > a:before, 
aside .nav-tabs > li > a:hover:before {
	display: block;
}

aside .view-all-tags.view-display-id-block .view-content {
	margin-left: 0;
}

.secondaryForm.simple-form {
	background: url(../images/lower_section.jpg) no-repeat center center transparent;
    background-size: cover;
}

#form-bottom .secondaryForm.simple-form {
	background: none;	
}

aside > div {
	margin-bottom: 40px;
}

aside .contextual-links-region>h3 {
	font-size: 14px;
	color: #a1a1a1;
	font-weight: 400;
	margin: 0 0 8px; 
}

@media (min-width: 1024px) {
	aside > div {
		margin-left: 24px;
	}
}

.navbar-nav {
	margin-right: -15px !important;
}

.view-latest-media-blog.view-display-id-block_5 {
	margin-left: 0; 
}

.popover-content {
	min-width: 270px;
	/*color: #000000;*/
	font-size: 15px;
}


@media (min-width: 768px) {
	*:not(.simple-form) .carReport-form-secondary #regoblock > .form-group:nth-child(3) {
		width: calc(100% - 333px);
	}
	*:not(.simple-form) .carReport-form-secondary #vinblock > .form-group:nth-child(2) {
		width: calc(100% - 203px);
	}
	*:not(.simple-form) .carReport-form-secondary .switch-block .btn {
		width: 193px;
		float: right;
	}
	*:not(.simple-form) .carReport-form-secondary select.form-control {
		width: 115px;
		float: left;
	}
	.carReport-form-secondary input[type="text"] {
		max-width: 100%;
	}
	.carReport-form-secondary .label-br .control-label {
		margin-bottom: 52px !important;
	}
}

@media (min-width: 992px) and (max-width: 1018px) {
	.container {
	    width: 100%;
	}
	.navbar-nav {
		margin-right: 0 !important;
	}
}

@media (min-width: 768px) {
	.logo {
	    width: 239px !important;
	    margin-top: 40px;
	    height: 52px;
	}
}

@media (max-width: 768px) {
	.logo  {
	    margin-top: 19px !important;
	    margin-left: 64px;
	}
	
	.navbar-header {
    width: 100%;
    padding-bottom: 20px;
}
}


.cross-site-nav:before {
    content: 'Other Equifax sites' !important;
}
