@charset "utf-8";
@import url(menu.css);
/* -----------------------------------------------------

* Filename: styles.css
* Description: master external style sheet for Vanguard West Legal Services, PLLC
* Version: 1
* Website: http://www.vanguardwestlegalaz.com
* Author: John Curtis

-------------------------------------------------------*/

/* @reset
-------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
html {
	height: 100%; 
	overflow-y: scroll;
}
body {
	display: block;
	line-height: 1;
	min-width: 375px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0; 
	-ms-interpolation-mode: bicubic;
}
a {
	outline: none;
}
a:focus {
	outline: auto;
}

/* @general
------------------------------------------------------*/
body {background-color:#fff;}
select, input, textarea {font: 20px/24px 'Roboto', Verdana, Arial, Helvetica, sans-serif; color:#000;}

/* @typography
------------------------------------------------------*/
h1 {font: bold 36px 'Roboto', sans-serif; color: #000; padding: 15px 0 35px; margin-top: 10px; text-align: center;}
h2 {font: bold 28px 'Roboto', sans-serif; color: #203064; padding: 20px 0; text-align: center;}
h3 {font: bold 22px 'Roboto', sans-serif; color: #000; padding: 15px 0 35px; text-align: left;}
h4 {font: bold 20px 'Roboto', sans-serif; color: #000; padding: 0 0 20px; text-align: left;}
p, address {padding-bottom: 20px; font: 20px/24px 'Roboto', Verdana, Arial, Helvetica, sans-serif; color: #000; font-weight: 300;}
label {font: 20px/24px 'Roboto', Verdana, Arial, Helvetica, sans-serif; color: #000; font-weight: 300;}
/* dl {padding: 0 0 10px 0;}
   dt {clear: left; float: left; font-weight: bold;}
   dd {padding: 0 0 5px 70px;} */
ul, ol {padding: 0;}
li {
	display: list-item;
	list-style: disc;
	margin: 0 0 .65em 3.55em;
	font: 20px/24px 'Roboto', Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: 300;
}

/* link css for home page and internal page main content */
a:link, a:visited {text-decoration: underline; color: #000;}
a:hover {text-decoration: none;}

/* link css for main menu */
nav ul.menu li a:link, nav .menu li a:visited {text-decoration: none; color: #fff;}
nav ul.menu li ul li a:hover {color: #282425;}

/* @defined classes
------------------------------------------------------*/
.float {float: right; margin: 0 60px 20px; box-shadow: 0px 3px 25px -10px #000;}
.clearFloat {clear:both; height:0; font-size:1px;}
.vspacer10 {height:10px;}
.vspacer15 {height:15px;}
.vspacer20 {height:20px;}
.mobileonly {display: none;}
.nonmobile {display: inline;}

.smalltext {font-size: 16px; color: #000;}
.bold {font-weight: 600;}
.italic {font-style: italic;}
.boldItalic {font-weight: 600; font-style: italic;}
.newline {display: none;}
.tba {font-style: italic;}
.divider {border-bottom: 2px #000 solid; margin: 15px 0 25px;}

.error {font-weight: bold; color: #CC0000;}
.errorMessage {width:855px; text-align:center; background: #CC0000; border: 1px solid #ffffff; padding:5px; font-family:Verdana, Arial, Helvetica, sans-serif;}
.successMessage {width:855px; text-align:center; background: #20587E; border: 1px solid #ffffff; padding:5px;}

/* @defined site-wide ids: wrapper, header, nav, content, footer
------------------------------------------------------*/
#skip_nav {
	position: absolute;
	top: 0;
	left: -999px;
	display: inline-block;
	overflow: hidden;
	padding: 0 0.5em;
	text-decoration: none;
	border: 1px solid black;
	color: black;
	background: white;
	transition: 0.5s;
}
#skip_nav:focus {
	left: 0;
}

#wrapper {margin:0 auto; width:100%; min-width: 320px; background-color:#fff;}

header {width:100%; margin:0 auto;}
	header #container {width:100%; max-width: 1500px; margin:0 auto;}
		header #banner {
			height: 200px; 
			max-width: 1500px;
			text-align: center;
			padding-top: 20px;}
		header #logo {
			/* display: inline-block;
			position: relative; */
			float: left;
			margin-left: 5%;}
				header #logo img {
					/* height: 182px; */
					width: 500px;
				}
		header #phone-addy-menu {
			margin-right: 5%;
    		max-width: 700px;
    		width: 100%;
    		display: flex;
			flex-direction: column;
			align-items: flex-end;
			position: relative;
			float: right;
			margin-top: 5px;}
				header #phone {
					font-weight: 600;
					font-size: 20px;
					padding: 0;
					display: flex;
					align-items: center;
				}
					header #phone img {
						margin: 0 10px 0 7px;
					}
				header #addy {
					font-weight: 600;
					font-size: 18px;
					padding-bottom: 20px;
					display: flex;
					align-items: center;
					text-align: right;
				}
					header #addy img {
						margin-right: 10px;
					}
					header #addy span {
						font-weight: 300;
						display: contents;
					}
	
nav {width:100%; border-radius: 15px; background-color: #000;}	
	ul.menu {width:100%; max-width:978px; height:39px; margin:0 auto; padding:3px 0;}
		ul.menu li a:link {
			font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
			font-size: 21px;
			font-weight: 600;
			color: #fff;}
		ul.menu li a:hover {color: #f7f4d1 !important;}
		ul.menu li a.submenu {margin: 0 -2px 0 0;}

#mobile-buttons {display: none;} 
#header-hrline-top, #header-hrline-bottom {display: none;}

#content {width: 100%; margin: 0 auto;}

footer {width:100%;}
	#footer-content {margin:0 auto; text-align:center; color:#000; padding:20px 0; font: 18px/22px 'Roboto', Verdana, Arial, Helvetica, sans-serif; font-weight: 300;}			
		#disclaimer {font-style: italic; padding: 0 15px;}
		#copyright {padding:15px;}	
		#footer-links {padding-bottom:20px;}
		
/* Home page only
------------------------------------------------------*/		
#hero-home {
	margin: 0 auto 426px;
	max-width: 2000px;
    width: 100%;} 
#hero-home img {
	max-width: 2000px;
    width: 100%;}

.services h2 {padding: 20px 0; text-align: left;}
.services p {padding: 0 0 20px; text-align: left;}
.services img {
	box-shadow: 0px 3px 25px -10px #000;
    float: right;
    margin: 0 50px 25px 70px;}

#bridge-home {
	background-image: url("../images/scales-of-justice.jpg");
	background-size: auto;
	height: 414px; 
	background-attachment: fixed; 
	background-position: center bottom -100px;
	margin-bottom: 25px;}
#bridge-home h3 {
	font: bold 36px 'Roboto', sans-serif;
	color: #fff;
	padding: 6% 0 35px;
	margin: 0 auto;
	text-align: center;}
#bridge-home p {
	font: 28px/30px 'Roboto', Verdana, Arial, Helvetica, sans-serif; 
	color: #fff;  
	font-style: italic;
	font-weight: 300;
	padding: 25px 75px;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0px 0px 5px #000;}

.emphasis-box {
	border: solid 1px #000;
    padding: 10px;
    font-size: 18px;
    background-color: #fcf6c1;
}

/* Home and internal pages
------------------------------------------------------*/
#hero-internal {
	margin: 0 auto 237px;
	max-width: 2000px;
    width: 100%;} 
#hero-internal img {
	max-width: 2000px;
    width: 100%;
	height: 225px;}
.header-pic-wrapper {
	position: absolute;
	max-width: 2000px;
	min-width: 375px;
	width: 100%;
	max-height: 225px;
	height: 100%;
	overflow: hidden;
	border-top: 12px solid #000;
	border-bottom: 6px solid #000;
	background-color: #000;
}

.bodycopy {width: 60%; margin: 0 auto 25px; padding: 25px; background-color: #fff;}
.bodycopy ul {padding: 0 0 20px;}
	.bodycopy ul li {margin: 0 0 .65em 1.55em;}
		.bodycopy ul li ul {padding: 20px 0 0;}
			.bodycopy ul li ul li {list-style: circle;}
		
#construction {display: none;}

/* About Us 
------------------------------------------------------*/
.header-pic-wrapper.about {
	background-image: url(../images/about-us-header.jpg);
	background-position: center center;
}	
	
/* What is a Legal Paraprofessional?
------------------------------------------------------*/
.header-pic-wrapper.about-lps {
	background-image: url(../images/about-lps-header.jpg);
	background-position: center center;
}	

.bodycopy.about-lps h2 {
	padding: 0 0 10px;
}

.bodycopy.about-lps ul {
	columns: 2;
   -webkit-columns: 2;
   -moz-columns: 2;
}

.excerpt {font-style: italic; font-size: 18px;}

#bridge-internal {
	background-image: url("../images/lawyer-giving-legal-advice-to-client.jpg");
	background-size: auto;
	height: 414px;
	background-attachment: fixed;
	background-position: center bottom -100px;
	margin-bottom: 25px;}
#bridge-internal p {
	font: 28px/30px 'Roboto', Verdana, Arial, Helvetica, sans-serif; 
	color: #fff;  
	font-style: italic;
	font-weight: 300;
	padding: 8.5% 200px;
	margin: 0 auto;
	text-align: center;
	text-shadow: 0px 0px 5px #000;}

.editors-note {font-style: italic; font-size: 18px; margin-top: 50px;}
	
/* Contact Us
------------------------------------------------------*/
.header-pic-wrapper.contact {
	background-image: url(../images/contact-header.jpg);
	background-position: center center;
}
.float.contact {
	margin: 0 0 20px 30px;
}
#contact_form {
	margin-top: 20px;
}

#alert {
	color:#CC0000;
	text-transform: uppercase;
	font-style: italic;
}
.form-contact, .form-contact.nocaptcha {
	padding: 16px 0 6px;
	width: 100%;
}
.form-contact .row {
	width: 100%;
	overflow: hidden;
	margin: 0 0 15px;
}
.form-contact .row-captcha {
	overflow: hidden;
	margin: 0 0 35px 598px;
}
.form-contact label {
	float: left;
	width: 480px;
	text-align: right;
	margin-right: 15px;
	padding: 7px 0 0;
}
.form-contact label.error {
	display: none !important;
}
.form-contact label span {
	color: #e41f26;
}
input[type="text"],
input[type="email"] {
	border: 2px solid #d2d3d5;
	background: #fff;
	float: left;
	width: 390px;
	height: 17px;
	padding: 8px 6px;
	font-weight: 300;
}
input[type="checkbox"] {
	border: 2px solid #d2d3d5;
	background: #fff;
	float: left;
	width: 20px;
	height: 20px;
}
select {
	border: 2px solid #d2d3d5;
	background: #fff;
	float: left;
	width: 366px;
	height: 39px;
	padding: 8px 6px;
	font-size: 14px;
}
textarea {
	border: 2px solid #d2d3d5;
	background: #fff;
	width: 390px;
	overflow: auto;
	height: 190px;
	padding: 8px 6px;
	resize: none;
	font-weight: 300;
}
.agreeyntext {
	margin: 1px 5px;
	float: left;
    width: 95%;
	font: 20px/24px 'Roboto', Verdana, Arial, Helvetica, sans-serif; 
	color: #000; 
	font-weight: 300;
}
#termsAgree {
	margin-bottom: 20px;
}
#termsAgree span {
    color: #e41f26;
}
input.error,
textarea.error {
	border-color: #f00;
	background-color: #fff4f4;
}
.button.btn-post {
	cursor: pointer;
	border-radius: 15px;
	background-color: #000;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-left: 440px;
	max-width: 100%;
	min-width: 460px;
	height: 39px;
	font: 20px/24px 'Roboto', Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: 300;
}
input:hover[type="submit"] {
	/* color: #E5C99F; */
}
.error {
	font-weight: bold; color: #CC0000;
}
#result-message {
	text-align: left;
	margin-bottom: 20px;
	font: 16px/20px 'Roboto', Verdana, Arial, Helvetica, sans-serif;
    color: #d54a3e;
	font-weight: 300;
}

/* ****************************************************************************** */
/* The following sections are for the modal popup window to the privacy agreement */
/* ****************************************************************************** */

/* Modal background */
.modal-overlay {
	display: none;
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.5);
	justify-content: center;
	align-items: center;
	z-index: 9999;
	padding: 10px; /* keeps modal from touching edges */
}

/* Modal box */
.modal {
	background: #fff;
	width: 90%;          /* shrink on small screens */
	max-width: 600px;    /* desktop max */
	height: 80%;         /* responsive height */
	max-height: 400px;   /* desktop max */
	overflow: auto;      /* makes content scrollable */
	border-radius: 10px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.3);
	position: relative;
	right: 10px;
	display: flex;
	flex-direction: column;
}

/* Close button */
.close-btn {
	position: absolute;
	top: 8px;
	right: 30px;
	font-size: 30px;
	cursor: pointer;
	color: #dd113a;
	font-weight: bold;
	user-select: none;
}

/* Iframe fills modal */
iframe {
	flex: 1;
	width: 100%;
	border: none;
	border-top: 40px solid transparent; /* space for close button */
	margin-top: -40px;
}

/* Thanks (contact form)
------------------------------------------------------*/
.header-pic-wrapper.thanks {
	background-image: url(../images/thanks-header.jpg);
	background-position: center center;
}

/* Forbidden (contact form)
------------------------------------------------------*/
.header-pic-wrapper.forbidden {
	background-image: url(../images/forbidden-header.jpg);
	background-position: center center;
}

/* Privacy Policy
------------------------------------------------------*/
.header-pic-wrapper.privacy {
	background-image: url(../images/privacy-policy-header.jpg);
	background-position: center center;
}

/* Accessibility
------------------------------------------------------*/
.header-pic-wrapper.accessibility {
	background-image: url(../images/accessibility-header.jpg);
	background-position: center center;
}

h3.less-padding {
	padding: 15px 0;
}

/* Error 404
------------------------------------------------------*/
.header-pic-wrapper.error-404 {
	background-image: url(../images/404-header.jpg);
	background-position: center center;
}