@charset "utf-8";
/* CSS Document */

body {
	/* background-color: #e7dcc0 !important; */
	background: url('images/bg2022.jpg') no-repeat center center fixed; /* remove fixed to keep 'Application' on top */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}

a:link, a:visited {
	color:#eee;
	}

#header {
	width:100%;
	height:95px;
	background:#fff;
	border-bottom:solid 1px #222;
	moz-box-shadow:0 0 4px #000; -webkit-box-shadow:0 0 4px #000; box-shadow:0 0 4px #000;
	}

div.logo {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    width: 240px;
	}

#header img {
	margin-top:12px;
	text-align:left;
	}

.caption {
	display: block;
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	padding-top:6px;
	}

#callUsBox {
	margin-top:12px;
	float:right;
	color:#ef400b;
	}

#callUsBox h4 {
	font-size: 22px;
	font-family: 'Open Sans Condensed', verdana, 'Lucida Grande', sans-serif; 
	font-weight:700;
	margin-top:10px;
	}

.phone {
	float:left;
	padding:15px 10px 0 0;
	}

.callUs {
	float:right;
	clear:right;
	display:block;	
	}

.callUs a {color:#333;}

.callUs a:hover {
	color:#333;
	text-decoration:none;
	}

/* end Header */

.container .row {
	margin-top:33px;
	}

.blockLeft {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding: 0 20px 13px 20px;
	text-align:center;
	margin-top:0 !important;
	}

.blockLeft .attorneyAdvertisement {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	text-align:left;
	color:#333;
	margin-bottom:-10px;
	}

.blockLeft h1 {
	font-family:Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:28px; 
	line-height:40px;
	color:#333;
	padding: 0 10px;

	}

.blockLeft h2 {
	color:#ef400b;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:29px;
	text-transform:uppercase; 
	}

.blockLeft h5 {
	color:#ef400b;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:23px;
	text-transform:uppercase; 
	padding-top: 8px;
	}




.blockLeft p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	padding: 0 10px;
	color:#333;
	line-height: 1.6em;
	}

.blockLeft h3 {
	font-size: 24px;
		font-family:Verdana, Geneva, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	}

.blockLeft h4 {
	font-size: 36px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:700;
	text-transform:uppercase;
	color: #da0000;
		padding: 10px 10px 0 10px;
		margin-bottom: 0;
	}


.blockLeft ul {
	list-style-type:none;
	text-align:left;

}
	
.fa-check {
	color:#ef400b;
	}
	
.blockLeft li {
	font-size: 20px;
	font-weight: bold;
		font-family:Verdana, Geneva, sans-serif;

	margin-left: 15px;
	margin-bottom: 10px;
list-style-position: inside;
text-indent: -.8em;
}

.blockLeft li fa-lg {
	font-size: 14px;
}

/* ARROW - CALL TO ACTION */

.arrow {
  	max-width:100%;
 	margin-left:-15px;
	display:block;
	padding:15px 0 15px 0;
	margin-bottom: -15px;
}

.tag {
	max-width:70%;
    margin:auto;
    position:relative;
 
    font-family: 'Titillium Web', verdana, 'Lucida Grande', sans-serif;
    font-size:1.4em;
    font-weight:bold;
    text-decoration:none;
 
    color:#996633;
    text-shadow:0px 1px 0px rgba(255,255,255,.4);
 
    padding:0.417em 1em 0.417em 0.417em;
 
    border-top:1px solid #d99d38;
    border-left:1px solid #d99d38;
    border-bottom:1px solid #d99d38;
 
    -webkit-border-radius:0.25em 0 0 0.25em;
    -moz-border-radius:0.25em 0 0 0.25em;
    border-radius:0.25em 0 0 0.25em;
 
    background-image: -webkit-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -moz-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -o-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -ms-linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: linear-gradient(top, rgb(254, 218, 113), rgb(254, 186, 71));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#feda71', EndColorStr='#feba47');
 
    -webkit-box-shadow:
        inset 0 1px 0 #faeaba,
        0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow:
        inset 0 1px 0 #faeaba,
        0 1px 1px rgba(0,0,0,.1);
    box-shadow:
        inset 0 1px 0 #faeaba,
        0 1px 1px rgba(0,0,0,.1);
 
    z-index:1;
	}


.tag:before {
    content:'';
 
    width:1.65em;
    height:1.65em;
 
    background-image: -webkit-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -moz-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -o-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: -ms-linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    background-image: linear-gradient(left top, rgb(254, 218, 113), rgb(254, 186, 71));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr='#feda71', EndColorStr='#feba47');
     
    position:absolute;
    right:-.85em;
    top:.3em;
 
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    transform:rotate(45deg);
 
    border-top:1px solid #d99d38;
    border-right:1px solid #d99d38;
 
    -webkit-border-radius:0 0 0 0.25em;
    -moz-border-radius:0 0 0 0.25em;
    border-radius:0 0 0 0.25em;
 
    z-index:100;
	}

/* End Arrow */

/* h5 {	
	font-family: Verdana,Geneva,sans-serif;
	font-size: 28px !important;
	font-weight: bold !important;
	color: #333;
	text-align: left;
	margin-top: 35px !important;
	}
*/

#subitem li {
	list-style-type: square;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #333;
	padding-bottom: 4px;
	margin-left: 33px;
	list-style-position: inside;
text-indent: -1.3em;
	}


.blockRight{
	 /* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2e2e2e), to(#666666)); 
	 /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #666666, #2e2e2e); 
	 /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #666666, #2e2e2e); 
	 /* IE 10 */ background: -ms-linear-gradient(top, #666666, #2e2e2e); 
	 /* Opera 11.10+ */ background: -o-linear-gradient(top, #666666, #2e2e2e);

	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding-bottom: 20px;

}

.col-md-4, .col-sm-4 {
	padding-right:0 !important;
	padding-left:0 !important;
	}

.blockRight h1 {
	margin-top: 0 !important;
		font-family:Verdana, Geneva, sans-serif;
	font-weight:700;
	font-size:20px;
	text-align: center;
	text-transform:uppercase; 
	
	border-bottom: 1px solid #EBE6E2;
background: #ececec;
background: -moz-linear-gradient(#ececec, #d9d9d9);
background: -ms-linear-gradient(#ececec, #d9d9d9);
background: -o-linear-gradient(#ececec, #d9d9d9);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#d9d9d9));
background: -webkit-linear-gradient(#ececec, #d9d9d9);
background: linear-gradient(#ececec, #d9d9d9);
    border: 1px solid #9d9d9d;
color: #333;

	padding:15px;
	/*position:relative;*/
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.blockRight p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding: 3px 20px;
	color:#fff;	
	text-align:left;
	}


/* Form */

.form-control {
  padding: 6px 6px !important;
  font-size: 12px !important;
}

.blockRight .col-md-12 {
	padding-left: 0 !important;
padding-right: 0 !important;
}

.blockRight .col-md-6 {
	padding-left: 0 !important;
padding-right: 0 !important;
}

.blockRight .row {
	margin: 0 auto;
	padding: 0 6px;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	}



.wpcf7-list-item-label  { 
	display:block;
    float: left;
    width: 100%;

	margin-top: -18px;

	color: #fff;
	margin-left: 18px;
	}

.consent {
	margin: -10px 0 0 -8px !important;
}

body .wpcf7-spam-blocked {
	color: #fff;
}


.btn-mini {
	height:28px;
	border-radius:4px;
	border: none;
	padding-left: 5px;
	width: 100%;
	color: #feda71;
}

input[type="text"] {
   height: 28px;
   font-size: 12px;
   line-height: 14px;
   padding-left: 5px;
}

.col-md-12 .wpcf7-textarea {
   font-size: 12px;
   padding-left: 5px;
}

input[type="email"] {
	height: 28px;
}
.btn-warning {
background-color: #dd6d09 !important;
  border-color: #cf5800 !important;
  float: right;
}


.grecap {
	margin-left: 21px !important;
}

input[type="submit"]:hover {
	background-color:#cf5800 !important;

}


.blockRight .secure {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color:#333333;
	margin: 25px 0 0 20px;
}






.blockRight label {
    margin: 0 0 0 3px;
    font-weight: normal;
    color: #fff;
}


.col-md-12 .checkbox {
    margin-top: -10px;

}


input[type="checkbox"] {
   margin-top: -14px !important;
}

.wpcf7-exclusive-checkbox .wpcf7-list-item-label {
	margin-left: -17px;
}

/* END FORM */

ul#horizontal-list {
	text-align:center;	
margin-right: 30px;
}

ul#horizontal-list li {
	display:inline;
		overflow: hidden;
}

ul#horizontal-list img {
	padding: 10px 5px 20px 5px;}



p.disclaimer {
	color: #333;
	font-style: italic;
	font-size: 11px;
	text-align: center;
	margin-top: 14px;
}

/* Footer */

#footer {
	width:100%;
	padding: 2px 0 20px 0;
}

#footer a {
	color:#fff;
}

#footer p {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	color: #fff;
	}

#footer blockquote {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	color: #333;
	margin: -8px 0;
	}

.bottom {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	padding: 0 20px 13px 20px;
	margin-top: 25px;
	}

.bottom a {text-decoration: underline;}

.bottom ol li {
	font-family: Verdana,Geneva,sans-serif;
	font-size: 11px;
	list-style-type: decimal;
}

#copyright{
	float:left;
	margin-top:18px;
	padding:0;
}

#copyright p{
	font-size:11px;
	padding:0;
	margin:0;
}

#copyrightMobile{
	display:none;
}

#menu{
	float:right;
	margin-top: 12px;
	padding:0;
}

#menu ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu ul li{
	display:inline;
	padding:0 10px;
	font-size:11px;
}

#menu ul li a{
	color:#fff;
	font-weight:normal;
}

@media only screen and (max-width: 1200px) {
	ul#horizontal-list img {
	padding: 10px 5px 10px 5px;}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.tag { font-size: 1em; }

}



@media only screen and (max-width: 991px) {
	.blockLeft h1 {
	font-size: 24px;
	line-height: 33px;
	}
	.blockLeft h2 { font-size: 24px; }
	.blockLeft p { font-size: 11px; }
	.blockLeft li { font-size: 16px; }

	.blockRight h1 {
	font-size: 18px;
	}
	
	.wpcf7 p {
	margin-top: -8px;
	}
	.btn-warning {
	margin-right:-5px;
	}

	.tag { font-size: .8em; }

	}

/* Breaks to Center */	
@media only screen and (max-width: 767px) {
	.attorneyAdvertisement {
	margin-left: 15px;
	}
	.blockLeft {
	margin: 0 15px 15px 15px;
	}
	.blockLeft h1 {
	font-size: 28px;
	line-height: 36px;
	}
	.blockLeft h2 { font-size: 26px; }
	.blockLeft p { font-size: 12px; }
	.blockLeft li { font-size: 20px; }
	/*.tag  { display: none; }*/
	#employersmust {margin-top: -25px;}

	.blockRight {
	margin: 0 15px;
	}
	.blockRight h1 {
	padding-top:17px;
	}
	#employersmust {
		margin-top: 20px;
	}
}

@media only screen and (min-width: 567px) {
	#socialMedia2.mobile{
		display:none;
		}
		}

@media only screen and (max-width: 566px) {
	#copyright{display:none;}
	#copyrightMobile{
	display:block;
	text-align:center;
	padding:0;
	}

#copyrightMobile p{
	font-size:11px;
}

#menu{
	float:none;
	text-align:center;
	}
	


	#socialMedia2.mobile{
		display:block;
		width:200px;
		text-align:center;
		margin:0 auto;
		}

	#socialMedia2 img{
		text-align:center;
		width:200px;
		height:44px;
		margin:0 auto;
		padding:0;
	}
	}

@media only screen and (max-width: 470px) {
	.blockLeft li { font-size: 16px; 
				margin-left: -15px;}
	.phone { display:none; }
	}


@media only screen and (max-width: 428px) {
	div.logo { width: 140px; }
	.caption { display:none; }
	#callUsBox h4 { font-size: 18px; }
	.logo img {
	  -webkit-transform: scale(0.7); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.7); /* FF3.5+ */
      -ms-transform: scale(0.7); /* IE9 */
       -o-transform: scale(0.7); /* Opera 10.5+ */
          transform: scale(0.7);
             /* IE6â€“IE9 */
             filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.9999619230641713, M12=-0.008726535498373935, M21=0.008726535498373935, M22=0.9999619230641713,SizingMethod='auto expand');
	}â€‹
}
/* iPhone portrait */
@media only screen and (max-width: 351px) {
	#callUsBox h4 {font-size: 16px; margin-top:16px;}
	/*.phone {display:none;}*/
	.blockLeft h1 {font-size:30px; line-height:36px;}
	.blockLeft h2 {font-size:20px;}
	.blockLeft p {font-size:13px;
	padding: 0 8px;}
	.blockLeft li {
	font-size: 16px;
	}


}



/* ONE COLUMN Secondary Pages */

.wrapper {
	height:100%;
	width:100%;
	padding-bottom:44px;
	 /* Safari 4-5, Chrome 1-9 */ background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a1a1d), to(#50545c)); 
	 /* Safari 5.1, Chrome 10+ */ background: -webkit-linear-gradient(top, #50545c, #1a1a1d); 
	 /* Firefox 3.6+ */ background: -moz-linear-gradient(top, #50545c, #1a1a1d); 
	 /* IE 10 */ background: -ms-linear-gradient(top, #50545c, #1a1a1d); 
	 /* Opera 11.10+ */ background: -o-linear-gradient(top, #50545c, #1a1a1d);
	}

.attorneyAdvertisement {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.2em;
	text-align:left;
	color:#fff;
	margin-bottom:-10px;
	}
	

.onecolbg {
	background-color:#fff;
	margin-top:25px;
	margin-bottom:40px;
	border-top: 8px solid #ef400b;
	padding-left:24px;
	padding-right:24px;
}

.onecolbg .col-md-12 {
padding-bottom: 40px;
}

.col-md-12 h3 { 
	font-size: 22px;
	font-family: 'Open Sans Condensed', Verdana, 'Lucida Grande', sans-serif; 
	font-weight:700;
	text-transform:uppercase;
}

.col-md-12 p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.6em;
	}

.col-md-12 p a {
	color: #ef400b;
}

.col-md-12 h4 { 
	font-size: 18px;
	font-family: 'Open Sans Condensed', Verdana, 'Lucida Grande', sans-serif; 
	font-weight:700;
	padding-top:14px;
}

.col-md-12 li {
	list-style-type:square;
	line-height:1.8em;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

/* Thank You Page */

	#socialMedia.desktop{
	width:259px;
	height:auto;
	margin:0 auto;
	text-align:center;
	}

	#socialMedia img{
	width:259px;
	margin:0 auto;
	padding:0;
	}

	.col-md-12 p.thankYou{
	text-align:center;
	font-size:12px;
}


/* FORM VALIDATION  */

body span.wpcf7-not-valid-tip {
display: block;
color: #ec3c06;
position: relative;
top: auto;
left: auto;
margin-top: 2px;
font-size: 12px;
}

.wpcf7-response-output {
	color: white;
}


body div.wpcf7-validation-errors {
display:none;
}

body .wpcf7-mail-sent-ng {
	background: #fff2e2;
	border: 1px solid #ffbc8a;
	color: #e17731;
}

.screen-reader-response {
	display:none;
}

.screen-reader-response ul li {
	display:none;
}

/* POST SUBMIT FORM */
.screen-reader-response {
	display:none;
}

body .wpcf7-mail-sent-ok {
	background: #fff2e2;
	border: 1px solid #ffbc8a;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #e17731;
	font-weight:bold;
	margin: 10px 18px -15px 18px;
	padding: 8px;
}
