html, body {
	background-color: #212121;
	line-height: 1.9;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
}
@media(max-width:543px) {
	body {
		min-width: 320px;
	}
}

/* HEADER */
header {
	background: #fff;
	background-image: url('https://classactionsettlementhouse.com/themes/rainlab-vanilla/assets/img/city-scape.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
}
header .opacity-shield {
	padding: 130px 0;
	background: rgba(0,0,0,0.65);
}
header.header-subpage {
	padding: 60px 0;
}

/* NAVIGATION */
.navbar {
	border-radius: 0;
	background: #2f8dd8;
	color: #fff;
	padding: .5rem .5rem;
	min-height: 40px;
	overflow: hidden;
}
.navbar-brand {
	font-weight: 900;
	font-size: 1.5em;

	text-indent: 150%;
	overflow: hidden;
	background-image: url('https://classactionsettlementhouse.com/themes/rainlab-vanilla/assets/img/logo.svg');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% auto;

	width: 375px;
	height: 70px;
	line-height: 300% !important;
}
.navbar-toggler {
	position: relative;
	right: -5px;
	font-size: 16px;
	font-weight: 600;
}
.collapse .bg-inverse, .collapse .bg-inverse, .collapsing .bg-inverse {
	background-color: #212121 !important;
}
.hidden-nav {
	text-align: left;
	padding: 0;
	margin: 0;
}
.hidden-nav li {
	display: inline;
	padding: 0 30px 0 0;
	line-height: 37px;
}
.navbar-nav .nav-link {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 105%;
	line-height: 40px;
}
.nav.navbar-nav {
	display: block !important;
	/*min-width: 401px;*/
	min-height: 40px;
}
a.nav-link, .navbar-light .navbar-nav .nav-link {
	color: #fff;
}
.adj-scroll-to {
	position:relative;
	top:40px;
}

/* TEXT */
a, a:visited {
	color: #4499dc;
	cursor: pointer !important;
}
a:focus, a:hover {
	color: #2580c8;
	cursor: pointer !important;
}
h1, h2, h3, h4, h5 {
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 900;
	text-transform: capitalize;
	letter-spacing: 0;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 small{
	font-size: 90%;
}
.red-type {
	color: #dd4c39;
}
.default-type {
	color: #313131;
}
.case-info-block {
	font-size: 22px;
	font-weight: 700;
}
p.lead {
	margin-bottom: 20px;
	line-height: 150%;
}
.no-margin {
	margin: 0 !important;
}
.lh37px {
	line-height: 37px;
}
.fw500 {
	font-weight: 700;
	font-size: 110%;
}
.active-tag {
	color: #27ae60;
}
.active-tag-red {
	color: #dd4c39;
}
.case-list-separator {
	margin: 25px 0 30px;
}
.disclaimer {
	font-style: italic;
	font-size: 80%;
	margin-top: 25px;
	margin-bottom: 0;
}
.disclaimer a, .disclaimer a:visited {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.disclaimer a:hover, .disclaimer a:focus {
	color: #000;
	text-decoration: underline;
	cursor: pointer;
}
.mb15 {
	margin-bottom: 15px;
}
.spacing15 {
	height: 10px;
	margin: 0;
}
.settlement-detail-title {
	margin-top: -5px;
	font-size: 100%;
	margin-bottom: 0;
	font-weight: 300;
}
.paddingleft15 {
	padding-left: 15px;
	color: #4499dc;
}
.no-margin-md-up {
	margin: 0 !important;
}

/* BUTTONS */
a.btn-primary, a.btn-primary:visited, .btn-primary {
	color: #fff;
	text-align: center;
	width: 100%;
	/*background-color: #dd4c39;*/
	/*border: 1px solid #c23421;*/
	background-color: #2ecc71;
	border: 1px solid #27ae60;
	border-radius: 2px;
	font-weight: 800;
	cursor: pointer !important;
}
.btn-primary:disabled, .btn-primary:hover:disabled, .btn-primary:focus:disabled {
	border: 1px solid #d8d8d8;
	background-color: #f1f1f1;
	opacity: 1;
	color: #d8d8d8;
}
a.btn-primary:hover, a.btn-primary:focus, .btn-primary:hover, .btn-primary:focus {
	color: #fff;
	text-align: center;
	width: 100%;
	background-color: #2580c8;
	border: 1px solid #2580c8;
	border-radius: 2px;
	font-weight: 800;
	cursor: pointer !important;
}
.btn-primary-cta, .btn-primary-cta:visited, .btn-primary-cta:hover, .btn-primary-cta:focus {
	width: auto !important;
	padding-left: 50px;
	padding-right: 50px;
	display: table;
	text-align:center;
	margin: 0 auto 10px;
}
a.btn-secondary, a.btn-secondary:visited {
	color: #000;
	text-align: center;
	width: 100%;
	background-color: #f1f1f1;
	border: 1px solid #777777;
	border-radius: 2px;
	font-weight: 700;
	cursor: pointer !important;
}
a.btn-secondary:hover, a.btn-secondary:focus {
	color: #fff;
	text-align: center;
	width: 100%;
	background-color: #777777;
	border: 1px solid #777777;
	border-radius: 2px;
	font-weight: 700;
	cursor: pointer !important;
}
.submit-claim-padding {
	margin-top: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.navbar-light .navbar-brand {
	color: #fff;
}
a.btn-50, a.btn-50:visited {
	width: 48% !important;
}
a.btn-50:hover, a.btn-50:focus {
	width: 48% !important;
}
/* ADDED 2/28/17 btn-success match btn-primary color */
.btn-success, .btn-success:visited {
	background-color: #2ecc71;
	border: 1px solid #27ae60;
	font-weight: 600;
}
.btn-success:hover, .btn-success:focus {
	background-color: #27ae60;
	border: 1px solid #27ae60;
}
/* end added */

/* ACCORD */
.accordion-toggle {cursor: pointer; color:#4499dc; margin: 0; padding-left: 15px; font-size: 18px;font-weight: 600;}
.accordion-toggle:hover, .accordion-toggle:focus {cursor: pointer; color:#2580c8; text-decoration: underline;}
.accordion-content {display: none;}
hr.accordion-rule { margin: 15px 0; border-color:#d8d8d8;border-width:1px;}
.accordion-content.default {display: block;}
.accordion-content p { margin: 5px 0 10px 0; padding: 0 15px; }
.accordion-content p:last-child { margin: 5px 0 0 0; }
.accordion-content table { margin-left: 10px; }
.accordion-container { margin-bottom: 15px; }
.accordion-plus { margin-right: 15px; text-transform: lowercase; font-weight:500; font-size: 100%; }

/* COUNTDOWN */
#countdown p {
  display: inline-block;
  color: #dd4c39;
  margin: 0 !important;
}

/* FORM */
.contact-form-label {
	position: relative;
	bottom: -30px;
	left: 10px;
	z-index: 999;
	opacity: 0.8;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: 800;
}
.required-star {
	position: relative;
	float: right;
	right: 10px;
	bottom: -35px;
	color: #e74c3c;
	z-index: 999;
	font-size: 12px;
	font-weight: bold;
}
.input-group {
	width: 100% !important;
}
.input-group .form-control {
	border-radius: 2px !important;
	border: 2px solid #d8d8d8;
	background-color: #f1f1f1;
	width: 100%;
	padding-top: 35px;
	padding-bottom: 10px;
	-webkit-appearance: none !important;
}

/* SECTIONS */
section {
	background: #fff;
	padding: 60px 0;
}
section.gray-with-pad {
	background: #ECF0F1;
}
section.case-header {
	background: #f1f1f1;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	padding: 0;
	color: #fff;
}
.opacity-shield {
	overflow: auto;
	width: 100%;
	padding: 60px 0;
	background: rgba(0,0,0,0.60);
}
section.case-page-top {
	padding: 60px 0 0 0;
}
section.case-page-details {
	padding: 40px 0;
	background: #f1f1f1;
}
section.case-page-bottom {
	padding: 60px 0;
}
#case-submission {
	padding: 60px 0;
}
#request-info {
	display: none;
	background: #f1f1f1;
	/*border-top: 1px solid #d8d8d8;*/
}
#case-submission .highlight-me, #request-info .highlight-me {
	border: 1px solid white;
	padding: 30px 15px 35px;
	overflow: auto;
	background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #313131;
	border: 1px solid white;
}
.bx-wrapper {
	/*border: 0 solid !important;*/
	border: 1px solid #d6d6d6;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	margin: 0 auto !important;
	background: transparent;
}
.bx-viewport, .bxslider, .clone {
	background: transparent;
}
.spacing {
	height: 15px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

/* FOOTER */
footer {
	background: #212121;
	color: #fff !important;
	padding: 0;
	border-top: 1px solid #000;

	background-image: url('https://classactionsettlementhouse.com/themes/rainlab-vanilla/assets/img/lin.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
footer .opacity-shield  {
	background: rgba(0,0,0,0.55);
}
ul.footer-navi {
	list-style: none;
	padding: 0;
}
ul.footer-navi li {
	display: inline;
	padding-right: 30px;
}
footer a:hover, footer a:focus {
	text-decoration: none;
}
.footer-logo {
	max-width: 70px;
	margin: 0 auto 10px;
}
.copyright a, footer {
	color: #535150;
}
.copyright {
	font-size: 90%;
	margin-top: 15px;
	margin-bottom: 0;
	color: #fff;
	opacity: .5;
	font-weight: 800;
}
.footer-nav-left {
	float: left;
	width: 50%;
	height: auto;
	border-right: 1px solid #434343;
	padding-right: 10px;
	padding-top: 2px;
}
.footer-nav-right {
	float: right;
	width: 50%;
	height: auto;
	border-left: 1px solid #434343;
	padding-left: 11px;
	padding-top: 2px;
}
.footer-nav-left span, .footer-nav-right span {
	display: block;
	font-size: 100%;
	line-height: 180%;
}
@media (max-width: 1199px) {
	section.case-page-details a.btn-primary, section.case-page-details a.btn-primary:visited, section.case-page-details .btn-primary
	section.case-page-bottom a.btn-primary, section.case-page-bottom a.btn-primary:visited, section.case-page-bottom .btn-primary {
		width: auto;
		padding-left:30px;
		padding-right:30px;
	}
	#open-case-inforeq-1, #open-case-inforeq-2, #open-case-inforeq-3 {
		width: auto !important;
	}
	.hidden-lg { display: none; }
	.submit-claim-padding {
		margin-top: 10px;
		margin-bottom: 20px;
	}
	section.case-page-details a.btn-primary,
	section.case-page-details a.btn-primary:visited,
	section.case-page-details .btn-primary{
		width: 45% !important;
	}
	#open-case-submission-2,
	#open-case-inforeq-2 {
		width: 45% !important;
	}
}
@media (max-width: 991px) {
	.case-list-separator {
		margin: 20px 0 35px;
	}
	.lh37px {
		line-height: 1.3;
	}
	section.case-page-details a.btn-primary, section.case-page-details a.btn-primary:visited, section.case-page-details .btn-primary {
		width: auto;
		padding-left:30px;
		padding-right:30px;
	}
	a.btn-50, a.btn-50:visited {
		width: 100% !important;
	}
	a.btn-50:hover, a.btn-50:focus {
		width: 100% !important;
	}
	a.btn-50:nth-of-type(2) {
		margin-top: 10px;
	}
	.navbar-toggleable-xs.collapse {
		display:none !important;
	}
	.navbar-toggleable-xs.collapse.in {
		display: block !important;
	}
	.navbar-nav {
		width: 100% !important;
	}
	.navbar-nav .nav-link {
		padding-top: 0;
		padding-right: 5px;
		padding-bottom: 0;
		padding-left: 5px;
		font-size: 100%;
		line-height: 40px;
		display: inline-block !important;
	}
	#navbar-header {
		width: 100%;
	}
	hr.sidebar-separator {
		margin: 10px 0 20px !important;
		border-top: 2px solid rgba(0, 0, 0, .1);
	}
	.hidden-lg { display: inline; }
	section.case-page-details a.btn-primary,
	section.case-page-details a.btn-primary:visited,
	section.case-page-details .btn-primary{
		width: 65% !important;
	}
	#open-case-submission-2,
	#open-case-inforeq-2 {
		width: 65% !important;
	}
}
@media (max-width: 767px) {
	#case-submission, #request-info {
		background: #f9f9f9;
		padding: 60px 0;
	}
	#case-submission .highlight-me, #request-info .highlight-me {
		border: 0;
		padding: 0 0;
		overflow: auto;
		background: #f9f9f9;
	}
	.case-page-details .settlement-detail-title, .case-page-details span.case-info-block {
		font-size: 110%;
		width: auto;
		float: left;
	}
	.case-page-details .settlement-detail-title:after {
		content: ':\00a0\00a0';
	}
	.case-page-details span.case-info-block {
		padding-top: 5px;
	}
	.no-top-margin-768 {
		margin-top: 0;
	}
	section.case-page-details {
		padding: 35px 0 40px;
	}
	a.btn-50, a.btn-50:visited {
		width: 48% !important;
	}
	a.btn-50:hover, a.btn-50:focus {
		width: 48% !important;
	}
	a.btn-50:nth-of-type(2) {
		margin-top: 0;
	}
	.opacity-shield h2 {
		font-size: 150%;
	}
	header .opacity-shield {
		padding: 75px 0;
	}
	section {
		padding: 50px 0;
	}
	section.gray-with-pad {
		padding: 60px 0;
	}
	.opacity-shield {
		padding: 60px 0;
	}
	section.case-page-top {
		padding: 60px 0 50px;
	}
	section.case-page-bottom {
		padding: 50px 0 60px;
	}
	#case-submission, #request-info {
		padding: 50px 0 60px;
	}
	.case-list-separator {
		margin: 35px 0 50px;
		border-top: 2px solid rgba(0, 0, 0, .1);
	}
	h4.accordion-toggle, h4.paddingleft15 {
		font-size: 110%;
	}
	.accordion-content p {
		font-size: 14px;
	}
	html, body {
		line-height: 1.6;
		font-size: 15px;
		font-weight: 400;
		letter-spacing: 0;
	}
	.adj-scroll-to {
		position:relative;
		top:20px;
	}
	.no-margin-md-up {
		margin: 1rem;
	}
	.case-page-details .settlement-detail-title, .case-page-details span.case-info-block {
		line-height: 150%;
	}
	.settlement-detail-title {
		margin-top: 0;
		margin-bottom: 0;
	}
	.case-page-details span.case-info-block {
		padding-top: 0;
	}
	.case-info-block {
		font-size: 100%;
	}
	.v-border-right {
		margin-bottom: 5px;
		border-right: none !important;
	}
	section.case-page-details a.btn-primary,
	section.case-page-details a.btn-primary:visited,
	section.case-page-details .btn-primary{
		width: 100% !important;
	}
	#open-case-submission-2,
	#open-case-inforeq-2 {
		width: 100% !important;
	}
	#open-case-inforeq-2 {
		width: 100% !important;
	}
	#open-case-submission-2:last-of-type {
		margin-top: 20px !important;
	}
}
@media (min-width: 544px) and (max-width: 767px) {
	.case-info-block:nth-of-type(2) {
		display: block;
	}
	a.btn-50, a.btn-50:visited {
		width: 48% !important;
	}
	a.btn-50:hover, a.btn-50:focus {
		width: 48% !important;
	}
	a.btn-50:nth-of-type(2) {
		margin-top: 0;
	}
	.hidden-sm {
		display: none;
		visibility: hidden;
	}
}
@media (max-width: 544px) {
	.case-info-block:nth-of-type(2) { clear: both; }
	a.btn-50, a.btn-50:visited {
		width: 100% !important;
	}
	a.btn-50:hover, a.btn-50:focus {
		width: 100% !important;
	}
	a.btn-50:nth-of-type(2) {
		margin-top: 10px;
	}
	.navbar .navbar-brand {
		width: 70%;
	}
}
@media (max-width: 320px) {
	.navbar .navbar-brand {
		width: 65%;
	}
}
.form-control {
	border-radius: 2px;
	border-color: #d8d8d8;
}
.alert {
	border-width: 2px;
	border-radius: 0;
	border-right: 0;
	border-left: 0;
	border-width: 3px;
}
.alert-success {
	border: 0;
	border-top: 3px solid #3c763d;
}
.alert-info {
	border: 0;
	border-top: 3px solid #31708f;
}
.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
}
.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #656e76;
}
.border-top-0 {
	border-top: 0;
}
.border-bottom-0 {
	border-bottom: 0;
}

/* Stripe Loading Indicator */
/* .stripe-loading-indicator,
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
	height: 3px !important;
}
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
	background: #2ecc71 !important;
} */

/* Stripe Loading */
.stripe-loading-indicator {
	z-index: 999999 !important;
}
.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
	height: 3px !important;
	background: #28a745 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.stripe-loading-indicator .stripe {
	background: #28a745 !important;
}


.partner-container {
	background-color: white;
	border-radius: 0.25rem;
	position: relative;
	overflow: auto;
	padding: 10px 10px 2px;
	margin-top: -6px;
	margin-bottom: -6px;
	margin-right: -10px;
}
.partner-container span {
	line-height: 1;
}
.partner-container small {
	font-weight: 600;
}
header.top .partner-container img {
	max-height: 42px !important;
	max-width: 100%;
	height: 100%;
	width: auto;
}
@media(max-width:991px){
	.partner-container {
		margin-top: 10px;
		margin-bottom: 0;
		margin-right: 0;
		padding-bottom: 5px;
	}
	header.top .partner-container img {
		max-height: 36px !important;
	}
}


/* Models */
.modal-header {
	border-bottom: 0;
	padding-bottom: 0;
}
.modal-footer {
	border-top: 0;
	padding-top: 0;
}
.modal,
.modal .modal-content,
.modal .modal-header,
.modal .modal-footer {
	border-radius: 0;
}

/* Centered Model Support */
.modal-dialog-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - (.5rem * 2));
}
@media(min-width:576px){
	.modal-dialog-centered {
		min-height: calc(100% - (1.75rem * 2));
	}
}
