/*
	Theme Name: DUI.com & DWI.com - Genesis
	Description: Child theme of Genesis, by http://www.billerickson.net/go/genesis
	Author: Team eLawSystems
	Author URI: https://elawsystems.com

	Template: genesis
*/

/* Fonts
------------------------------------------------------------ */
/*@import url(//fonts.googleapis.com/css?family=Quicksand:400,700|Varela);*/

/* latin-ext */
@font-face {
  font-family: 'Varela';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Varela-Regular-ext.woff2') format('woff2');
}
/* latin */
@font-face {
  font-family: 'Varela';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Varela-Regular.woff2') format('woff2');
}

/* Defaults
------------------------------------------------------------ */
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0 0 20px 0;
	text-decoration: none;
	text-align: justify;
}

input {
	color: #000;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 20px;
}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}

.widget-title { text-align: center; text-transform: uppercase; font-size: 120%; font-weight: 900; margin-top: 10px; margin-bottom: 5px; color: #cc0000; }

/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #25a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	/*height: 97px;*/
	background-color: #fff;
	/*background: url(/images/header/bg4.png) center top no-repeat;*/
	background: url(/images/header/dui-dwi-header.jpg) center top no-repeat;
	background-size: 1972px 150px;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto;
	max-width: 960px;
}


/**
// If full width site
.wrap {
	margin: 0 auto;
	max-width: 960px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/

/**
// If not responsive and full width
#wrap {
	min-width: 960px;
}
*/

/* Header
------------------------------------------------------------ */

#header {
	overflow: hidden;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	/*width: 400px;*/
	width: 600px;
	height: 59px;
	background: url(/images/header/DUI-DWI.png) no-repeat center;
	background-size: 400px 59px;
	margin-top: 31px;
	text-indent: -9999em;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	/*width: 300px; */
	width: 350px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */
.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}

.section_title {
	font-size: 115%;
	text-transform: uppercase;
}

/* Navigation Constants
------------------------------------------------------------ */
li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {

}

li a .sf-sub-indicator {
	display: none;
}

/* Header Right Navigation
------------------------------------------------------------ */

#header ul.menu {
	float: right;
}

#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.menu li ul a {
	width: 140px;
}

#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}

#header .widget_dui_phone_widget {
	margin-top: 15px;
}

.phone-number {
	color: #cc0000;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 45px;
	line-height: 40px;
	text-align: center;
}

.phone-number a {
	color: #cc0000;
	text-decoration: none;
}

.phone-desc {
	font-size: 22px;
	line-height: 6px;
	text-align: center;
	margin-top: -10px;
}

.phone-free {
	border-bottom: 2px solid #cc0000;
	font-weight: 700;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Secondary Navigation
------------------------------------------------------------ */
#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */
#inner {
	overflow: hidden;
	width: 100%;
}


/* Content
------------------------------------------------------------ */
#content {
	float: left;
	width: 59.49367%; /* 470/790 */
}

.full-width-content #content {
	width: 100%;
}

.sidebar-content #content {
	float: right;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

hr,
.clear-line {
	background: transparent;
	border: none;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 3%;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
	text-align: center;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Headlines
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.25em;
	margin: 0 0 5px;
}

h1 {
	font-size: 160%;
}

h2,
h2 a,
h2 a:visited {
	font-size: 140%;
	font-weight: 700;
	margin-top: 5px;
	padding: 0;
}

h3 {
	font-size: 130%;
	margin: 0;
	padding: 10px 0 0 0;
}

h4 {
	font-size: 120%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	margin: 5px 0;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}

/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	margin: 0 10px 0 0;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: block;
	float: right;
	font-size: 13px;
	line-height: 20px;
	width: 31.25%; /* 300/960 */
}

.sidebar h4 {
	background-color: #f5f5f5;
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
	text-transform: uppercase;
}

.sidebar p {
	font-size: 13px;
	line-height: 20px;
}

.sidebar-content #sidebar {
	float: left;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.button,
.button:visited {
	background: url(images/button-bg.jpg) repeat-x;
	border: 1px solid #580816;
	color: #fff;
	display: inline-block;
	letter-spacing: 3px;
	/*font-family: 'Rokkitt', Georgia, Times, serif;*/
	/* font-size: 28px; */
	/* line-height: 28px; */
	padding: 16px 32px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

div.gform_footer input.button:hover,
.button:hover {
	background: url(images/button-bg.jpg) repeat-x left bottom;
	cursor: pointer;
	text-decoration: none;
}


.popmake-contact-form,
.popmake-contact-form-state {
	font: 300 18px/1.125 sans-serif;
    /*color: #fff;*/
	color: #000;
    /*background: #CC0000;*/
	background: yellow;
    box-shadow: none;
    /*border: 1px solid black;*/
	border: 2px solid #777;
    padding: 5px 10px 7px;
    cursor: pointer;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    font-weight: 300;
    margin: 0 0 20px;
    /*border-radius: 5px;*/
	border-radius: 1px;
	font-weight: 700;
}

.popmake-contact-form:hover,
.popmake-contact-form-state:hover {
	-webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

/* Search Form
------------------------------------------------------------ */

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	overflow: hidden;
	width: 100%;
}

#footer-widgets .widget-area {
	float: left;
	padding: 20px;
	width: 25%;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}


/* Footer
------------------------------------------------------------ */

#footer {
	overflow: hidden;
	width: 100%;
	padding: 25px 0;
	text-align: center;
	background-color: #5E7D9E;
	font-size: 80%;
	background: url(/images/footer/bg-footer.png) center top no-repeat;
	background-size: cover;
}

#footer p {
	text-align: center;
	color: white;
}
#footer-right {
	text-align: right;
}

#footer-right p {
/*	float: right; */
	color: white;
	text-align: center;
	text-transform: uppercase;
}


#footer a,
#footer a:visited {
	color: #FF9900;
	letter-spacing: 1px;
	text-transform: uppercase;
}


/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/*
	CUSTOM CSS
*/

.attn,
.attention {
	font-weight: 700;
}

.phone {
	font-weight: 700;
	color: #cc0000;
}


.wp-video {
    margin-left: auto !important;
    margin-right: auto !important;
}

.entry-title {
	font-size: 150%;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	/*margin-top: 36px;*/
	margin-top: 10px;
	/*margin-top: 0;*/
	padding: 0;
}

.home-page {
  text-align: center;
  text-transform: uppercase;
  font-size: 140%;
  font-weight: 900;
  /* margin-top: 10px; */
  margin-top: 36px;
  margin-bottom: 5px;
  color: #cc0000;
}

.home-page-tag {
  text-align: center;
  text-transform: uppercase;
  font-size: 110%;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #000000;
}

#breadcrumbs {
	padding: 50px 5px;
	font-size: 0.8em;
}

.description {
    padding: 20px;
    background-color: lightyellow;
    margin: 15px 0;
    border: 1px solid #999;
    box-shadow: 1px 1px #777;
}


div.centering {
    text-align: center;
}

.graph-jump {
    padding: 2px 0px;
    display: block;
    font-weight: 700
}

.clear {
    clear: both;
}

.callout {
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.phonered {
    font-size: 40px;
    color: #cc0000;
    line-height: 40px;
}

.tablepress {
    margin: 20px auto;
}

.tablepress thead th {
    background-color: #4C6F93;
    color: white;
    font-weight: 400;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}

.tablepress td,
.tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
}

.tablepress tr {
    vertical-align: top;
}

.tablepress tbody td:first-child {
    width: auto;

}

.tablepress .even td {
    background-color: #f5f5f5;
}

.tablepress .odd td {
    background-color: #ccc;
}

.tablepress tbody td {
    border-top: 1px solid #ddd;
    font-size: 16px;
}

.tablepress td,
.tablepress th {
    padding: 8px;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
}

.overview-box {
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 20px;
	border: solid 1px #4C6F93;
	overflow: hidden;
	border-radius: 5px;
}

.entry-content ul li {
    font-size: 110%;
}

li.overview {
	float: left;
	width: 48%;
	font-size: 90%;
	padding-top: 2px !important;
	padding-bottom: 2px !important;
}

.entry-content ul li.overview {
	margin: 0 0 0 17px !important;
}

.red-underline {
	border-bottom: 2px solid red;
	font-weight: 700;
}




/* Map graphic on home page
---------------------------------------------------------------*/
.page-id-4770 #inner,
.page-id-15407 #inner {
	/* background: url(/images/usamap_bg.jpg) center top no-repeat; */
}

.rightArrow {
	background: url(/images/right-arrow.png) left center no-repeat;
	padding-left: 70px;
	padding-top: 43px;
}

.specialMessage,
.specialMessage {
	font-weight: 700;
	color: #C00;
	text-align: center;
}

.fontsize125em {
	font-size: 1.25em;
}

.contactHeader {
	text-align: center;
	margin: 0;
	padding: 0;
}

/*
.contactForm {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #ddd;
	padding: 5px 5px 5px 20px;
	width: 97%;
}
*/
.contactForm {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
  border: 1px solid gray;
  padding: 5px 5px 5px 20px;
  width: 97%;
  background-color: rgba(245, 245, 220, 0.27);
}

.warningBox {
	margin-bottom: 15px;
	text-align: center;
	padding: 0 5px;
	width: 49%;
	float: left;
}

.dui-image {
	width: 49%;
	text-align: center;
	padding-bottom: 15px;
	float: right;
}

.dui-image img {
	margin-top: 0;
	/*border: 1px solid #000;*/
}

.singleImage {
	width: min-intrinsic;
    margin-left: auto;
    margin-right: auto;
}

/*
.one-half {
	height: 394px;
}
*/

/*
	GF Name
*/
#field_1_25_3 .ginput_container,
#field_1_25_6 .ginput_container,
#field_1_4 .ginput_container,
#field_2_4 .ginput_container {
	margin-top: 0 !important;
	padding-top: 0 !important;
	width: 100% !important;
}

/*
	GF Arrest Date & Best Time to Call
*/
#field_1_5 .ginput_container,
#field_2_5 .ginput_container,
#field_1_31 .ginput_container {
	margin-top: 0 !important;
	padding-top: 0 !important;
	width: 100% !important;
}


.gform_wrapper .top_label li.gfield.gf_right_half {
	vertical-align: bottom !important;
}

/*
	GF Notes
*/
#field_1_6 .ginput_container,
#field_2_6 .ginput_container {
	padding-top: 15px;
	width: 100%;
}

#field_1_6 textarea,
#field_2_6 textarea {
	width: 97%;
}

/*
	GF Area
*/
#field_1_19 .ginput_container,
#field_2_19 .ginput_container {
	margin-top: 0;
	padding-top: 15px;
	width: 100%;
}

#field_2_19 input.large {
	width: 98%;
}

#field_2_19 .gfield_label {
	display: none;
}

.gform_wrapper .gfield_required {
	display: none;
}

body .gform_wrapper .gform_footer input[type=submit] {
	margin-left: 0;
}

body .gform_wrapper .gform_footer {
	padding: 0;
	margin: 10px 0 0 0;
	clear: both;
}

body .gform_wrapper form {
	text-align: center;
}

body .gform_confirmation_wrapper {
	/* background-color: antiquewhite; */
	line-height: 1.25em;
	padding: 1.5em 1em;
	font-weight: 700;
	color: #cc0000;
}

body div.gform_footer input.button, .button, .button:visited {
	background: none;
	background-color: #cc0000;
	border: 1px solid #000;
	color: #fff;
	display: inline-block;
	letter-spacing: 5px;
	padding: 10px 40px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.hCardRight {
	float: right;
	/* padding-left: 15px; */
	padding-left: 10px;
	text-align: center;
	/*width: 300px;*/
	width: 285px;
	font-size: 80%;
	line-height: 1.3em;
}

.hCardLeft {
	float: left;
	padding-left: 15px;
	text-align: center;
	width: 300px;
	font-size: 80%;
	line-height: 1.3em;
}

.photo {
	max-width: 225px;
}

.photo-hCard {
	max-width: 275px;
	max-height: 275px;
	vertical-align: bottom;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.redtext {
	color: #CC0000;
}

.bluetext {
	color: blue;
}

.pictureBorder {
	border: 2px solid black;
}

.red-underline {
	border-bottom: 1px solid #cc0000;
}

.victoryTitle {
	/* font-family: "Gill Sans", "Lucida Grande", Tahoma; */
	font-size: 150%;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #C00;
	text-align: center!important;
	letter-spacing: 0.1em;
}

.warning {
	border-bottom: 1px solid #cc0000;
	font-weight: 700;
	letter-spacing: 0.4em;
	font-size: 1.3em;
	line-height: 1.3em;
}

.firmName {
	font-weight: 700;
/*
	font-size: 1.2em;
	line-height: 1.2em;
	font-family: Varela;
*/
}

.firmPhone, 
.firmPhone a,
.firmPhone a:link, 
.firmPhone a:visited  {
	font-weight: 700 !important;
	font-size: 105% !important;
	color: #cc0000 !important;
	text-decoration: none !important;
	border-bottom: 1px dotted gray !important;
}

.firmPhoneHeader, firmPhoneHeader a:link {
	font-weight: 700;
	color: #cc0000 !important;
	font-size: 30px;
	text-decoration: none !important;
}

.smallFont {
	font-size: 90%;
}

.popup {
	width: 800px;
	max-height: 800px;
	padding: 10px 20px;
	overflow-y: scroll;
}

/* Hide Popup link from mobile */
.cboxElement {
	text-align: center;
	font-weight: 700;
	color: #cc0000;
}

.border1 {
	border: 1px solid black;
}

.border2 {
	border: 2px solid black;
}


.review-joah-m {
	background-repeat: no-repeat;
	background-image: url(/files/2011/07/1000-joah_m.jpg);
	width: 153px;
	height: 115px;
}

.blue-header {
	font-size: 130%;
	margin: 0;
	padding: 5px 5px 5px 5px;
	font-weight: 400;
	background-color: #4c6f93;
	color: white;
	border-radius: 5px;
}


.results_year {
	margin: 20px 0;
	font-size: 115%;
}

.results_month {
	margin: 15px 0;
	padding-left: 20px;
	font-size: 115%;
}

.results_individual {
	padding-left: 60px;
	font-size: 110%;
	font-weight: 500;
}




/* Smaller Screens
------------------------------------------------------------ */

@media only screen and (max-width: 800px) {


	body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea {
		text-align: left;
	}

	img.alignleft,
	img.alignright {
		display: block;
		float: none;
		margin: 5px auto;
	}

	.content-sidebar #content,
	.sidebar-content #content,
	.content-sidebar #sidebar,
	.sidebar-content #sidebar {
		width: 100%;
	}

	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.one-sixth,
	.five-sixths,
	.gf_left_half,
	.gf_right_half {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	.entry-title {
		font-size: 120%;
		text-align: center;
		font-weight: 900;
		margin-top: 0;
	}

	/* Map graphic on home page
	---------------------------------------------------------------*/
	.page-id-4770 #inner,
	.page-id-15407 #inner {
		background: none;
	}

	body {
		height: 145px;
		/*background: url(/images/header/header-yellow-background.png) center top repeat-x; */
		background: url(/images/header/bg-mobile.png) center top no-repeat;
		background-size: 1972px 145px;
	}

	#wrap {
		margin: 0 10px;
	}

	#title-area {
		float: none;
		text-align: center;
		overflow: hidden;
		padding: 15px 0 0;
		width: 100%;
		height: 44px;
		background: url(/images/header/DUI-DWI-mobile.png) no-repeat center;
		background-size: 300px 44px;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5px;
	}

	#title {
		text-align: center;
	}

	#header .widget_dui_phone_widget {
		float: none;
		width: auto;
		text-align: center;
	}

	.phone-number {
		width: auto;
		text-align: center;
		color: white;
	}

	.phone-number a:link {
		color: white;
	}

	.phone-desc {
		width: auto;
		text-align: center;
	}

	#header .widget-area {
		float: none;
		width: auto;
	}


	#footer {
		overflow: hidden;
		width: 100%;
		padding: 25px 0;
		text-align: center;
		background-color: #5E7D9E;
		font-size: 80%;
		background: url(/images/footer/bg-footer-mobile.png) center top no-repeat;
		background-size: 1972px 600px;
	}

	#footer-left p,
	#footer-right p {
		text-align: center;
		width: auto;
		float: none;
	}

	.contactForm {
		margin-top: 5px;
		margin-bottom: 5px;
		text-align: center;
		border: 1px solid #ddd;
		padding: 0 3px 0 3px;
		width: 97%;
	}

	.warningBox {
		margin-bottom: 15px;
		text-align: center;
		padding: 0 5px;
		width: 100%;
		float: none;
	}

	.dui-image {
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
		float: none;
	}

	.hCardRight {
		float: none;
		padding-left: 0;
		text-align: center;
		width: 100%;
		font-size: 80%;
	}

	h1, h2, h3, h4, h5, h6, {
		text-align: left;
		font-weight: 700;
		font-size: 100%;
	}

	h2 a,
	h2 a:visited {
		text-align: left;
		font-weight: 700;
		font-size: 100%;
	}

	/* Hide Popup link from mobile */
	.cboxElement {
		display: none;
	}

	/*
	.leftArrow,
	.rightArrow {
		background: none;
		padding-left: 0;
		padding-top: 0;
	}
	*/


	li.overview {
		float: left;
		width: 95%;
	}


	.results_year {
		margin: 20px 0;
	}

	.results_month {
		margin: 15px 0;
		padding-left: 0px;
	}

	.results_individual {
		padding-left: 0px;
		padding-bottom: 30px;
		font-size: 90%
	}

}
