/*
 * Tony Shannon's modification for Start Bootstrap - Business Casual v5.0.10 
 */


html, body, div, span, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
}

body {
 line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
 display:block;
}

nav ul {
 list-style:none;
}

blockquote, q {
 quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
 content:'';
 content:none;
}

a {
 margin:0;
 padding:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
}

/* change colours to suit your needs */
ins {
 background-color:#ff9;
 color:#000;
 text-decoration:none;
}

/* change colours to suit your needs */
mark {
 background-color:#ff9;
 color:#000; 
 font-style:italic;
 font-weight:bold;
}

del {
 text-decoration: line-through;
}

abbr[title], dfn[title] {
 border-bottom:1px dotted;
 cursor:help;
}

table {
 border-collapse:collapse;
 border-spacing:0;
}

/* change border colour to suit your needs */
hr {
 display:block;
 height:1px;
 border:0; 
 border-top:1px solid #cccccc;
 margin:1em 0;
 padding:0;
}

input, select {
 vertical-align:middle;
}





body {
	/*font-family: 'Lora';*/
	/*background-image: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65)), url("../img/bg.jpg");*/
	font-family: 'Arial';
	background: #FFF;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	color: #00026b;
	}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'Raleway';*/
	/*font-family: 'Times' !important;*/
	font-family: 'Arial' !important;
	}

p {
	line-height: 1.75;
	}

.text-faded {
	color: rgba(255, 255, 255, 0.3);
	}

#headerContainer{
	text-align: center;
	}

#headerShout{
	float: right;
	margin-right: 20px;
	width: 150px;
	font-weight: bold;
	color: #4056c2 ;
	font-size: 1.1em;
	}

.site-heading {
	margin-top: .7rem;
	margin-bottom: 0rem;
	text-transform: uppercase;
	line-height: 1;
	font-family: 'Times';
	}

.site-heading .site-heading-upper {
	display: block;
	font-size: 2rem;
	font-weight: 800;
	color: #4056c2 !important;
	}

.site-heading .site-heading-lower {
	font-size: 5rem;
	font-weight: 100;
	line-height: 4rem;
	color: #00026b;
	}
	


/* alternate dark color: #;	*/

.site-heading .site-heading-lower-light {
	font-size: 5rem;
	font-weight: 100;
	line-height: 4rem;
	color: #4056c2;
	}

.page-section {
	margin-top: 5rem;
	margin-bottom: 5rem;
	}

.section-heading {
	text-transform: uppercase;
	}

.section-heading .section-heading-upper {
	display: block;
	font-size: 1rem;
	font-weight: 800;
	}

.section-heading .section-heading-lower {
	display: block;
	font-size: 3rem;
	font-weight: 100;
	}

.bg-faded {
	background-color: rgba(255, 255, 255, 0.85);
	}

#mainNav {
	background-color: rgba(47, 23, 15, 0.9);
	background-color: #a1a7d6;
	font-family: 'Raleway';
	padding: 5px !important; 
	}


#mainNav .navbar-brand {
	color: #001;
	font-size: 1em;
	}

#mainNav .navbar-nav .nav-item .nav-link {
	color: rgba(255, 255, 255, 0.7);
	color: #8C0808;
	font-weight: 800;
	}

#mainNav .navbar-nav .nav-item.active .nav-link {
	color: #2f3b6b;
	}

footer{
	background: none !important;
	color: #00026b !important;
	}


.btn-xl {
	font-weight: 700;
	font-size: 0.8rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	padding-left: 2rem;
	padding-right: 2rem;
	}

.intro {
	position: relative;
	}

.cta {
	padding-top: 5rem;
	padding-bottom: 5rem;
	background-color: rgba(230, 167, 86, 0.9);
	}

.cta .cta-inner {
	position: relative;
	padding: 3rem;
	margin: 0.5rem;
	background-color: rgba(255, 255, 255, 0.85);
	}

.cta .cta-inner:before {
	border-radius: 0.5rem;
	content: '';
	position: absolute;
	top: -0.5rem;
	bottom: -0.5rem;
	left: -0.5rem;
	right: -0.5rem;
	border: 0.25rem solid rgba(255, 255, 255, 0.85);
	z-index: -1;
	}

.list-hours {
	font-size: 0.9rem;
	}

.list-hours .list-hours-item {
	border-bottom: 1px solid rgba(230, 167, 86, 0.5);
	padding-bottom: .25rem;
	margin-bottom: 1rem;
	font-style: italic;
	}

.list-hours .list-hours-item.today {
	font-weight: bold;
	color: #e6a756;
	}

.address strong {
	font-size: 1.2rem;
	}

.footer {
	background-color: rgba(47, 23, 15, 0.9);
	}

.text-primary {
	color: #e6a756 !important;
	}

.bg-primary {
	background-color: #e6a756 !important;
	}

.btn {
	box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
	}

.btn-primary {
	background-color: #e6a756;
	border-color: #e6a756;
	}

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

.font-weight-light {
  	font-weight: 100 !important;
	}

.boldText{
	font-weight: bold;
	}

.standOut{
	display: inline;
	font-weight: bold;
	font-size: 1.3em;
	/*font-style: italic;*/
	}


#topHeaderShout{
	display: none;
	}/* only display in 667 and above */

#headerPhone{
	display: none;
	}/* only display in 667 and above */

#headerPhoneSm{
display: none;
	}/* only display in 400 and above */

#headerShout{
	display: none;
	}/* only display in 667 and above */

h1,#topHeaderShoutSm{
	font-size: 1.4em;
	}


.navbar-brand{
	display:none;
	}

#navbarBrandSm{
	margin: 0px auto;
	}

h1.accidentAttorneyHighlight{
	display: inline;
	font-size: 1em;
	font-weight: normal;
	}
	
.upperCase{
	text-transform: uppercase;
	}

li{
	padding: 5px 0;
	}
	
.miyojiListItem	{
	font-weight: bold;
	font-size: 1.2em;
	}

.miyojiListSecondaryItem{
	font-weight: normal;
	font-size: 1em;
	}

.errorMessage{
	font-size: 1.5em;
	color: red;
	}

.requiredFill{
	color: red;
	}

.signature{
    margin-top: 5px;
    margin-left: 20px;
    font-style: italic;
    color: #333;
    }

.testimonialSeparator{
    padding: 15px 0;
    }

@media screen and (min-width:400px){

	.standOut{
		display: inline;}
		
	#headerShoutSm{
		display: none;
		margin-top: -25px;
		font-size: .7em;
		width: 150px;
		float: right;
		}
		
	#headerPhoneXSm{
		display: none;
		}
	
	#headerPhoneSm{
		display: block;
		font-size: 1em;
		margin: 5px;
		width: 100%;
		}

	#pappasLawTitle{
		display: block;
		background: url('../img/pappasLaw300ns.png');
		width: 300px;
		height: 44px;
		margin: 0px auto;
		padding: 0px;
		}
	}/* end @media screen and (min-width:400px) */		

/* iphone sideways */
@media screen and (min-width:667px) {
	#topHeaderShoutSm{
		display: none;
		}
	
	#headerShout{
		display: block;
		margin-top: -85px;
		font-size: .8em;
		height: 30px;
		width: 100px;
		}

	#headerPhone{
		display: block;
		font-size: .9em;
		margin-top: -48px;
		margin-left: 1%;
		width: 120px;
		}

	#headerShoutSm{
		display: none;
		}
		
	#headerPhoneSm{
		display: none;
		}

	#topHeaderShout{
		display: block;
		height: 50px;
		margin-top: 5px;
		}
		
	#topHeaderShout h1{
		font-size: 1.4em;
		}

	#pappasLawTitle{
		background: url('../img/pappasLaw400.png');
		width: 400px;
		height: 52px;
		margin: 0px auto;
		padding: 0px;
		}

	#mainNav .navbar-brand {
		color: #001;
		font-size: 1.5em;
		}

	}/* end @media screen and (min-width:667px) */
		

@media (min-width: 768px) {

	#topHeaderShout h1{
		font-size: 1.8em;
		}
		
	#headerPhone{
		font-size: 1em;
		width: 120px;
		margin-top: -48px;
		}

	#headerShout{
		margin-top: -95px;
		font-size: .9em;
		width: 110px;
		}
		
	}/* @media (min-width: 768px) */



@media (min-width: 992px) {

	#headerContainer{
		height: 111px;
		}
		
	#navbarBrandSm{
		display: none;
		}
		
	#mainNav{
		width: 100%;
		}	
		
	#headerShout{
		margin-top: -110px;
		font-size: .9em;
		width: 120px;
		line-height: 1.2em;
		}

	#headerPhone{
		font-size: 1.1em;
		width: 150px;
		padding: 0px;
		height: 100px;
		margin-top: -130px;
		margin-left: 2%;
		}

	#topHeaderShout{
		width: 100%;
		margin: 0 0 1px 0px;
		padding-top: 20px;
		padding-left: 5%;
		height: 112px;
		text-align: left;
		}
		
	#topShoutContainer{
		width: 740px;
		height: 125px;
		margin:0px auto;
		}

	#rightHeaderScales{
		background: url('../img/scales_100_trans.png');
		float: right;
		margin-top: -110px;
		margin-right: 0px;
		width: 112px;
		height: 100px;
		padding: 0px;
		}

	#topHeaderShout h1{
		font-size: 2em;
		}

	#pappasLawTitle{
		background: url('../img/pappasLaw600.png');
		width: 600px;
		height: 80px;
		margin: 0px auto;
		padding: 0px;
		}
		
	#mainNav .navbar-nav .nav-item .nav-link {
		font-size: 0.9rem;
		}
	
	#mainNav .navbar-nav .nav-item .nav-link:hover {
		color: #F00;
		}
		
	#mainNav .navbar-nav .nav-item.active .nav-link:hover {
		color: #F00
		}

  .intro .intro-img {
		width: 75%;
		float: right;
		}
  	
  .intro .intro-text {
		left: 0;
		width: 60%;
		margin-top: 3rem;
		position: absolute;
		}
  	
  .intro .intro-text .intro-button {
		width: 100%;
		left: 0;
		position: absolute;
		bottom: -2rem;
		}
  
    .about-heading .about-heading-img {
		position: relative;
		z-index: 0;
		}
  	
  .about-heading .about-heading-content {
		margin-top: -5rem;
		position: relative;
		z-index: 1;
		}

  .product-item .product-item-title {
		position: relative;
		z-index: 1;
		margin-bottom: -3rem;
		}
  	
  .product-item .product-item-img {
		position: relative;
		z-index: 0;
		max-width: 60vw;
		}
  
  .product-item .product-item-description {
		position: relative;
		z-index: 1;
		margin-top: -3rem;
		max-width: 50vw;
		}

	.list-hours {
		width: 50%;
		font-size: 1.1rem;
		}
  
}/* @media (min-width: 992px) */

@media (min-width: 1200px) {
	
	#headerPhone{
		margin-left: 5%;
		}

	#headerShout{
		margin-right: 3%;
		}

}/* @media (min-width: 1200px) */