/* Customized CSS for Citizen Law to overwrite default Bootstrap properties */

body {
	color: #000;
}

/* BACKGROUND FOR HOME PAGE */
.background-home {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/gavel.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* BACKGROUND FOR 2ND LEVEL PAGES */

.background-level2 {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/lawbooks.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/* HOME PAGE STYLES ONLY  */

.welcome {
	color: #fff;
	text-align: right;
	font-size: 28px;
	margin-top: 100px;
	margin-left: 35%;
	width: 65%;
	text-shadow: 1px 1px 1px #000;
}

.address {
	font-size: 14px;
	margin-top: 20px;
}

.address_left {
	font-size: 14px;
	width: 400px;
	float: left;
}

.address_right {
	font-size: 14px;
	width: 225px;
	float: right;
}


.welcome > p {
	margin: 80px 0 30px 0;
}

/* STYLES USED THROUGHOUT THE WEBSITE */

.language a:link,
.language-header a:link {
	color: #fff;
	text-decoration: underline;
}

.language a:visited,
.language-header a:visited {
	color: #fff;
}

.language a:hover,
.language-header a:hover {
	text-shadow: 1px 1px 1px #000;
}

.language a.active:link,
.language a.active:visited,
.language-header a.active:link,
.language-header a.active:visited {
	text-decoration: none;
}

.language ul,
.language-header ul,
.contact ul {
	color: #fff;
	list-style: none;
	font-size: 13px;
}

.contact ul {
	margin-left: 0;
	padding-left: 0;
}

.language-header ul {
	font-size: 11px;
}

.language li,
.language-header li,
.contact li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

li.last {
	border-right: none;
	padding-right: 0;
	padding-left: 1px;
}

.language-search-wrapper,
.search-home {
	text-align: right;
	color: #fff;
}

.language-search-wrapper > .form-inline > .btn-sm {
	line-height: 1.25;
}

.search-header {
	float: right;
}



/* TEXT STYLES */

h1, h2, h3 {
	color: #994444;
}

h1 {
	font-size: 1.71em;
	margin-bottom: 1.25em;
}

h2 {
	font-size: 1.24em;
}

h3 {
	font-size: 1.08em;
}

h1.header-legal-doc {
	color:#000;
	font-size: 18px;
	text-align: center;
}

.header-contract {
	margin-top: 50px;
}

.subhead-legal-doc {
	color: #000;
	font-size: 16px;
	text-align: center;
}

.subhead-rules {
	color: #000;
	font-size: 16px;
}

.summary h2 {
	color: #fff;
}

/* Font size based on 28px for body text only on the home page */
.welcome h1 {
	font-size: 1.35em;
	color: #fff;	
	text-shadow: 1px 1px 1px #000;
}

.welcome a:link,
.welcome a:visited {
	color: #fff;
}

dt, dd { 
	float: left;
	vertical-align: top;	
	margin-bottom: 5px;
}

dt { 
	clear: both;
	color: #666;
	font-weight: normal;
	margin-right: 10px;
}

dl.rules dt {
	color: #000;
}

.print-options ul {
	color: #666;
	list-style: none;
}

.print-options li {
	display: inline;
	list-style-type: none;
	padding-left: 15px;
}

.print-options a,
.print-options a:link,
.print-options a:visited {
	text-decoration: none;
}

.print-options a:hover {
	color: #09C;
	text-decoration: none;
}

ul.no-bullet {
	list-style-type: none;
	margin-top: 10px;
	margin-left: 0;
	padding-left: 0;
}

ul.no-bullet li {
	list-style: none outside none;
	margin-bottom: 6px;
}

ul.no-bullet li > ol {
	list-style: decimal;
	margin-top: 10px;
}

ul.no-bullet li > ol li {
	list-style-type: decimal;
}

ol.upper-latin {
	list-style-type: upper-latin;
}

ol > li {
	margin-bottom: 6px;
}

.italic {
	font-style: italic;
}

.row {
	margin-bottom: 5px;
}

.right {
	text-align: right;
}

/* HEADER STYLES */
.header-wrapper {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	width: 100%;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.logo {
	margin-top: 5px;
}


/* FOOTER STYLES */

.home-footer {
	text-align: right;
	margin-top: 60px;
	color: #fff;
	font-size: 13px;
}

.footer {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 13px;
	font-weight:500;
}


.contact {
	text-align: right;
}

.contact,
.copyright {
	text-shadow: 1px 1px 1px #000;
}

.footer a:link,
.footer a:visited {
	color: #fff;
}

.footer a:hover {
	color: #fff;
}

.tel {
	color: #fff;
	text-decoration: none;
}

.tel:hover, .tel:focus {
	color: #fff;
	text-decoration: underline;
}

.tel-body {
	color: #000;
	text-decoration: none;
}

.tel-body:hover,
.tel-body:focus {
	color: #000;
	text-decoration: none;
}

/* CONTENT WITHIN WHITE AREA OF 2nd LEVEL PAGES */

.page-content {
	background-color: #fff;
	opacity: .9;
	padding: 0 30px 30px 30px;
	min-height: 550px;
}

.page-form {
	padding-left: 0;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}

.info-label {
	color: #630;
}

/* Search Results styles*/

.search-info {
	margin-top: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.fa {
    font-size: 16px;
    color: #666666;
}

.override_form {
    padding-top: 20px;
}

/* BUTTON STYLES */

/* Changes the default btn-primary button properties
to use Black for the color */
.btn-primary {
	color: #fff;
	background-color: #000;
	border-color: transparent;
	padding-bottom: 8px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	color: #fff;
	background-color: #333;
	border-color: transparent;
}

.btn-secondary {
	color: #000;
	background-color: #ddd;
	border-color: none;
	padding-bottom: 8px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	color: #000;
	background-color: #ccc;
	border-color: none;
}


/* Used for inline buttons to add spaced to the left of the button
Only buttons AFTER the first should have this applied */
.btn-padding {
	margin-left: 10px;
}

/* Only for the "Search" button on the HOME page */
.btn-home {
	margin-top: 4px;
}

/* STYLES FOR SUMMARY ON THE PAYMENT SCREEN */

.payment-info {
	padding-left: 0;
}

.summary {
	color: #fff;
	background-color: #885533;
	font-size: 12px;
	margin-top: 50px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.split-title h3 {
	display: inline;
}

.summary-title {
	padding-left: 0;
}
.summary-phone {
	padding-right: 0;
	text-align: right;
}

.summary-phone h3 {
	color: #fff;
}

/* CHANGES FOR TABLE STYLES */

.table-bordered {
	border: 1px solid #bbb;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
	border: 1px solid #bbb;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: 1px solid #bbb;
}

.table > thead > tr > th,
.table-condensed > thead > tr > th {
	border-bottom: 2px solid #bbb;
}

/* Changes the font-size for table column headers */
th {
	font-size: 13px;
}

.summary > table > th {
	color: #fff;
}


/* CHANGES FOR FORM STYLES */
.form-group > .search-box-home {
	width: 250px;
	margin-right: 5px;
	border: 1px solid #fff;
}

/* Smaller size used for search in the Header */
.form-group > .search-box {
	width: 200px;
	margin-right: 5px;
	border: 1px solid #fff;
}

.form-group > input[type="text"].search-box,
.form-group > input[type="text"].search-box-home {
	background-color: transparent;
	color: #fff;
}

.form-group > input[type="text"].search-box {
	font-size: 12px;
	line-height: 1em;
	padding: 4px 12px;
	height: 28px;
}

.form-vertical > .row > .form-group > [class*="col-"],
.form-vertical > .form-group > [class*="col-"] {
	margin-bottom: 15px;
}

.form-vertical > .form-group > [class*="col-"]:last-child {
	padding-right: 0;
}

.red {
	color: #C00;
}

.warning {
	color: #F0AD4E;
}

label {
	color: #666;
	text-transform:uppercase;
	font-weight: normal;
	font-size: 12px;
}

.form-buttons {
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px dotted #ccc;
}

.form-group > label.radio,
.form-group > label.checkbox,
.form-group > label.radio-inline,
.form-group > label.checkbox-inline,
.form-group > .clearfix > label.radio,
.form-group > .clearfix > label.checkbox,
.form-group > .clearfix > label.radio-inline,
.form-group > .clearfix > label.checkbox-inline {
	color: #000;
	font-size: 14px;
	text-transform: none;
}

.search-label {
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
	text-transform: none;
	text-shadow: 1px 1px 1px #000;
}

.req::after {
	content: " *";
	color: #C00;
}

.month,
.year {
	width: 90px;
	display: inline;
}

.month {
	margin-right: 5px;
}

.confirmation-info {
	margin-top: 20px;
}

.legal-form {
	border-top: 1px dotted #CCC;
	margin-top: 15px;
	padding-top: 15px;
}

.legal-doc {
	margin-top: 10px;
}

.consent-complainant,
.consent-respondent {
	clear: both;
	border-bottom: 1px solid #333;
	height: 40px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding-left: 0;
}

.fdc-number {
	padding-left: 0;
}

@media (min-width: 480px) {
  .info-label {
    text-align: left;
  }
  .summary-phone {
  	text-align: left;
  }
  .contact {
	text-align: left;
  }
}

@media (min-width: 768px) {
  .info-label {
    text-align: right;	
  }
  .summary-phone {
  	text-align: left;
  }
  .contact {
	text-align: left;
  }
}
@media (min-width: 992px) {
  .info-label {
    text-align: right;
  }
  .summary-phone {
  	text-align: right;
  }
  .contact {
	text-align: right;
  }
}
@media (min-width: 1200px) {
  .info-label {
    text-align: right;
  }
  .summary-phone {
  	text-align: right;
  }
  .contact {
	text-align: right;
  }
}



