/* # Cruz 511 Theme
Theme Name: Cruz 511
Theme URI: http://cruz511.com
Description: This is a cruz511 theme created by Iversen Design
Author: Iversen Design
Author URI: http://iversendesign.com
Template: genesis
Template Version: 2.1.2
Tags:
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
@import url('https://cruz511.org/wp-content/themes/cruz511/fonts/genericons.css');
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700; }dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* ## Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
body {
	background-color: #fff;
	color: #555;
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
::-moz-selection {
	background-color: #ccc;
	color: #fff;
}
::selection {
	background-color: #ccc;
	color: #fff;
}
a {
	color: #0099dd;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
p {
	margin: 0 0 28px;
	padding: 0;
}
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
li {
	padding-left: 0;
	text-indent: 0;
}
b,
strong {
	font-weight: 700;
}
blockquote,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 40px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
.hr {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin-bottom: 26px;
}
/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #00567B;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}
h1 {
	font-size: 32px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
iframe {overflow: hidden; /min-height: 450px;}
.goog-te-banner-frame {position: relative !important;}
img {
	height: auto;
}
.featured-content img,
.gallery img {
	width: auto;
}
/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}
.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}
.gallery img:hover {
	border: 1px solid #999;
}
/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ccc;
	color: #555;
	font-size: 18px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}
input:focus,
textarea:focus {
	border: 1px solid #f79824;
	background-color: #FDFDFD;
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	color: #c3c3c3;
	font-size: 14px;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #c3c3c3;
	font-size: 14px;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #f79824;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}
.footer-widgets input {
	border: 1px solid #ccc;
}
.footer-widgets input:focus {
	border: 1px solid #f79824;
	background-color: #fff;
}
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #f79824 ;
	color: #fff;
	width: 100%;
	font-weight: 400;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: ##9a9a9a;
	color: #fff;
}
.entry-content .button:hover {
	color: #fff;
}
.button {
	display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
#search-4  input {
	background-color: transparent;
	background-image: url(/wp-content/uploads/2014/08/search-white.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
  -webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 0;
	color: #000;
}
#search-4 input:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	background-image: url(/wp-content/uploads/2014/08/search.png);
	cursor: text;
	outline: 1px solid #c3c0ab;
	width: 360px;
	right: 5px;
	position: absolute;
}
#search-4  [type="submit"] {
	display: none;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password] {
	font-size: 16px !important;
}
.gform_wrapper .gform_footer {margin-top: 0 !important;}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title{
	font-weight:400!important;
}
/* ## Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
td,
th {
	text-align: left;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}
th {
	font-weight: 400;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}
.site-inner {
	clear: both;
	padding-top: 30px;
	margin-top: 60px; /* same as header height */
}
/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
/* ### Content */
.content {
	float: right;
	width: 800px;
	/padding: 20px 0;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}
.full-width-content .content {
	width: 100%;
}
/* ### Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 300px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
a.sidebar-button {text-decoration: none !important;}
.sidebar .widget .tagcloud a {
	background-color: #f2f2f2;
	color: #0099dd;
	display: inline-block;
	font-size: 16px !important;
	margin: 0 5px 5px 0;
	padding: 2px 5px;
	text-decoration: none;
}
.sidebar .widget .tagcloud a:hover {
	text-decoration: underline;
}
/* ### Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}
/* Style #2 */
/*.page-id-1120 .sidebar .widget {
	border-bottom: 2px solid #0099dd;
}*/
/* Style #3 */
.sidebar  {
	border-left: 1px solid #ccc;
	width: 320px;
	margin-bottom: 30px;
}
.sidebar .widget {
	margin-left: 20px;
	padding: 10px 0;
}
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}
.d-none {
	display: none;
}
/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
	float: left;
}
.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	padding-bottom: 20px;
	font-weight: 400;
}
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}
.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
.archive .category-alert{
	display: none;
}
.page-template-page_blog .entry-footer {
	display: none;
	border-bottom: 1px solid #eee;
}
/* ## Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}
.site-header .search-form {
	float: right;
}
.entry-content .search-form,
.site-header .search-form {
	width: auto;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Gravity Forms */
.gform_wrapper div.validation_error {font-size: 1em !important; margin-bottom: 0 !important; }
.footer-widgets-4 #field_1_7 .gfield_required{display: none !important;}
.footer-widgets-4 #field_1_8 .gfield_required{display: none !important;}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #FEFCA1 !important;
	border-top: 1px solid #f79824  !important;
	border-bottom: 1px solid #f79824  !important;
	}
.gform_wrapper .validation_message {
	color: #000 !important;
	}
.gform_wrapper div.validation_error {
	color: #222 !important;
	}
.gform_wrapper h3.gform_title	{
	display:none;
}
.gform_wrapper span.gform_description {
	display:none;
}
.gform_wrapper .top_label .gfield_label {
	font-weight:400!important;
}

#field_2_4, #field_2_1, #field_2_3 {
  margin-top: 0.5rem;
}

#gform_widget-4 {
  padding: 0.5rem 0 1rem 0;
}

/* ## Titles
--------------------------------------------- */
.archive-title {
	font-size: 40px;
}
.entry-title {
	font-size: 40px;
	color: #0099dd;
}
.entry-title a,
.sidebar .widget-title a {
	text-decoration: none;
}
.entry-title a:hover {
	color: #e5554e;
	color: #8CC63F;
	color: #0099dd;
}
h1.entry-title {
  line-height: 1;
  padding-bottom: 20px;
}
.widget-title {
	font-size: 27px;
	margin-bottom: 10px;
	color: #0099dd;
}
#text-8 .widget-title {text-align: center;}
.footer-widgets .widget-title {
	/color: #fff;
}
/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
a.alignnone {
	display: inline-block;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone,
.alignnone {
	margin-bottom: 12px;
}
.sidebar img.alignnone,
.sidebar .alignnone {
	margin-bottom: 0;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 15px 20px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.wp-caption-text {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.sticky {
}
/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	margin-bottom: 15px;
	padding: 0 0 24px;
	padding: 0;
}
.home .entry-content p {margin-bottom: 0;}
.home .entry-content {padding-bottom: 0; padding-top: 0;}
.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}
.featured-content .entry-title {
	font-size: 24px;
}
#featured-post-3 .widget-title {color: #ff3500; weight: 800; margin-bottom: 5px;}
#featured-post-3 .entry-title a {weight: 300;}
#featured-post-3 .entry-title a:before {}
/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}
.sidebar .widget.enews-widget {
	background-color: #333;
}
.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}
.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}
.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}
.enews form + p {
	margin-top: 24px;
}
/* ## Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */
.header-fixed {
	position: fixed;
	width: 100%;
	z-index: 999;
}
.site-header {
	background-color: #0099dd;
	height: 60px;
	border-bottom: 3px solid #fff;
	-webkit-transition: height 0.25s ease-in-out;
	transition: height 0.25s ease-in-out;
}
.site-header .wrap {
	width: 100%;
	max-width: 100%;
}
/* ## Title Area
--------------------------------------------- */
.title-area {
	float: left;
	padding: 0;
	margin-left: 2rem;
	width: auto;
	background-position: center center;
}
.header-full-width .title-area {
	width: 100%;
}
.site-title {
	font-size: 35px;
	font-weight: 400;
	line-height: 1;
	font-family: Montserrat;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
}
.site-title a {
    background: url(/wp-content/uploads/2018/01/logo.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding: 0 0 33px 100px;
    background-size: 75px;
    text-decoration: none;
    font-weight: 900;
    background-position-x: 10px;}
.site-title a,
.site-title a:hover {
	color: #fff;
}
.header-image .site-title > a {
	background-size: contain !important;
  background-position: center center !important;
	background: url(images/cruz511-logo-white-on-blue.svg) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
	padding: 0;
}
.site-description {
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
	padding-left: 100px;
	color: #fff;
	font-family: Montserrat;
	margin-bottom:	10px;
}
.site-description a {
    text-decoration: none;
    font-weight: 400;
    background-position-x: 10px;}
.site-description a,
.site-description a:hover {
	color: #fff;
}
.site-title {
	margin-bottom: 0;
}
.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}
/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
	width: auto;
}
#nav_menu-3 {float: left;}
#search-4 {float:right;}

.site-header .search-form {
	padding-top: 0.45rem;
  padding-right: 1rem;
	margin-left: 1rem;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 20px;
	line-height: 1;
	width: 100%;
	font-weight:400;
	/text-transform: uppercase;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	margin-right: -4px;
}
.genesis-nav-menu a, .textwidget .espanol a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 1.3rem 1.4rem;
	font-size: 1.1rem;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.textwidget .espanol a:hover
 {
	color: #0099dd;
	background-color: #fff;
}
.genesis-nav-menu .sub-menu > li:hover > a,.genesis-nav-menu .sub-menu .sub-menu li:hover a,.genesis-nav-menu .sub-menu .current-menu-item > a {background-color: #0099dd; color: #fff;}
.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}
.textwidget .espanol a {
	padding: 1.0rem 1.4rem;
}
.sub-menu .menu-item-has-children > a:after {
	content: '\f431';
	-webkit-font-smoothing: antialiased;
	font: normal 22px/0.95 'Genericons';
	vertical-align: text-top;
	padding-left: 5px;
	color: #0099dd;
	right: 3px;
	position: absolute;
	top: 18px;
}
.genesis-nav-menu .sub-menu a, .genesis-nav-menu .sub-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
	color: #0099dd;
	padding-right: 25px;
	padding-left: 8px;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}
.genesis-nav-menu > .search {
	padding: 10px 0 0;
}
/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
	border-top: 1px solid #eee;
	z-index:9999;
}
.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}
/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
	background-color: #333;
}
.nav-primary .genesis-nav-menu a {
	color: #fff;
}
.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #e5554e;
}
/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background-color: #fff;
}
/* ## Alert Bar
--------------------------------------------- */
.site-inner-spacer {
	margin-top: 60px; /* same as header height */
}

.alert-bar {
	text-align:center;
	width: auto;
	margin: auto;
	height: 44px;
	position:relative;
	z-index:99;
	background-color: #f79824;
	overflow: hidden;
	border-bottom: 3px solid white;
}
.mtphr-dnt-rotate .mtphr-dnt-tick, .mtphr-dnt-scroll .mtphr-dnt-tick {position: relative !important; width: auto !important;}
.alert-bar a {color: #fff; font-weight: 500; padding: 5px; display: block; text-decoration: none;}
.mtphr-dnt-posts-title::before {display:inline-block; color: #fff;}
.mtphr-dnt-posts-title {color: #fff; }
.alert-bar .textwidget a {color: #fff;}
.close { font-size: 30px; color: #fff; /margin-top: 6px}
.alert-container {width: 100%; margin: auto; height: auto; display: inline-block;  border-radius: 0 0 17px 17px; padding: 5px 20px 5px; max-width: 90%; overflow: hidden;}
.mtphr-dnt-post {/float: left;}
#text-14 {float: right; z-index: 999;position: absolute; right: 5px; top: 6px;}
#mtphr-dnt-widget-39 {width: auto; /float: left;}
	#close-text {font-family: roboto; color: #fff; font-weight: 400; text-transform: uppercase;}
/*.mtphr-dnt-posts-title:after {
content: '\f405';
-webkit-font-smoothing: antialiased;
font: normal 38px/0.5 'Genericons';
display: inline-block;
color: #fff;
/* padding-top: 5px; */
/* margin-top: 5px;
vertical-align: middle;
padding-top: 0px;
}*/
.alert-bar h2{ margin-bottom: 0;}
.alert-bar:hover a {/color: #ff3500;}
.alert-bar:hover {/background-color: #fff;}
.alert-bar .entry {padding: 0; margin: 0;}
.mtphr-dnt-posts-title {margin-bottom: 0;}
.slider {border-bottom: 1px solid #ccc;}
/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Home Widget Area
--------------------------------------------- */
.home-box {text-align:center; margin-bottom: 20px;}
.home-box h3 {color: #0099dd; text-decoration: none; font-size: 21px;}
.home-box p {color: #555; }
.icon-circle {width: 140px; height: 140px; background-color: #F2F2F2; border-radius: 50%; box-shadow: 0 0 0pt 2pt #eee; margin: 10px auto; background-size: 135px;
background-repeat: no-repeat;
background-position: center center;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
.home-box:hover {/background-color: #F0EDE5; -webkit-transition: 0.5s; transition: 0.5s;}
.home-box:hover .icon-circle {background-color: #00567B; box-shadow: 0 0 0pt 2pt #ccc; -webkit-transition: 0.5s; transition: 0.5s;}
#car { background-image: url(/wp-content/uploads/2016/01/homewidgets-sprite7.png); background-size: 800px;
background-position: -468px -13px;}
.home-box:hover #car {  background-position: -621px -13px; }
#bike { background-image: url(/wp-content/uploads/2016/01/homewidgets-sprite7.png); background-size: 932px;
background-position: -77px -174px;}
.home-box:hover #bike {  background-position: -281px -174px;}
#trip-planner { background-image: url(/wp-content/uploads/2016/01/homewidgets-sprite7.png); background-size: 688px;
background-position: -50px -219px;}
.home-box:hover #trip-planner { background-position: -203px -219px; }
#employer { background-image: url(/wp-content/uploads/2016/01/homewidgets-sprite7.png); background-size: 800px;
background-position: -468px -153px;}
.home-box:hover #employer { background-position: -621px -153px; }
#traffic { background-image: url(/wp-content/uploads/2016/01/homewidgets-sprite7.png); background-size: 800px;
background-position: -478px -435px;}
.home-box:hover #traffic { background-position: -629px -435px;  }
#caltrans { background-image: url(/wp-content/uploads/2016/01/homewidgets-sprite7.png); background-size: 800px;
background-position: -468px -291px;}
.home-box:hover #caltrans {background-position: -621px -291px;  }
#accessable { background-image: url(/wp-content/uploads/2016/01/homewidgets-sprite7.png); background-size: 800px;
background-position: -52px -16px;}
.home-box:hover #accessable { background-position: -233px -16px; }
#regional { background-image: url(/wp-content/uploads/2016/01/homewidgets-sprite7.png); background-size: 688px;
background-position: -41px -365px;}
.home-box:hover #regional { background-position: -198px -365px;}
/* Featured Post area & Twitter */
.home .featured-content {width: 100%; /padding-right:2%; /border-right: 1px solid #ccc; float:left; margin-bottom: 20px; }
#text-9 {width: 50%; padding-left: 2%; float:left; padding-top: 5px}
#simple_tweet_widget-2, #awesomeweatherwidget-2, .widget_metaslider_widget {
	width: 33%;
	padding-left:2%;
	float: left;
	display: block;
}
.metaslider .flexslider {margin: 0;}
#simple_tweet_widget-2 {padding-left: 0;}
iframe {width: 100% !important;}
.awesome-weather-wrap {
	color: #555 !important;
	text-shadow: none!important;
	clear: both;
	position: relative;
}
.awe-weather-trigger a {
    background: #ccc;
}
#text-17 {min-height: 457px}
#awesomeweatherwidget-2 {padding-right: 2%;}
.awesome-weather-more-weather-link {background: #006E9D;}
.awesome-weather-more-weather-link a {font-size: 18px !important; font-weight: 400;}
.awesome-weather-header span {display:inline !important;}
.awesome-weather-header {
	background: none !important;
	font-size: 27px;
	font-weight: 400;
	font-family: Montserrat, Sans-serif;
	color: #0099dd;
	text-shadow: none;
	text-align: left !important;
	text-transform: none !important;
}
#text-20 {float: left; }
/* ## Entries
--------------------------------------------- */
.entry {
	margin-bottom: 40px;
	/padding: 50px 60px;
}
.content .entry {
	background-color: #fff;
}
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	/list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
.entry-content {padding: 10px 15px; padding: 10px 0;}
.entry-title {/padding: 0 15px; margin-bottom: 0;}
/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}
.entry-header .entry-meta {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400
}
.home .entry-header {border: none; padding: 0;}
.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}
.entry-categories,
.entry-tags {
	display: block;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 40px 0;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #9a9a9a;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #f79824 ;
}
/* Previous / Next Post */
.prev-next-navigation {
  margin: 20px 0;
	clear: both;
	overflow: hidden;
}
.previous {
	float: left;
}
.next {
	float: right;
	text-align: right;
}
.archive .entry-footer .navigation {
	display: none;
}
/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}
.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}
.entry-comments {
	padding: 40px;
}
.comment-header {
	font-size: 16px;
}
li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}
.comment-content {
	clear: both;
}
.comment-list li {
	margin-top: 24px;
	padding: 32px;
}
.comment-list li li {
	margin-right: -32px;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
}
.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	background-color: #fff;
	margin-bottom: 20px;
	padding: 10px 15px;
}
#text-11 {background: #0099dd; border-bottom: 3px solid #0099dd;}
.sidebar-button h1 {margin-bottom: 0; color: #fff; font-weight: 800; font-size: 30px;}
.sidebar-button h1:after {content: '\f501'; padding-left: 35px; display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 30px/1 'Genericons';
        vertical-align: text-top;
		padding-top: 6px; }
.sidebar p {
	margin-bottom: 10px;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background-color: #F2F2F2;
	clear: both;
	padding-top: 40px;
	border-top: 1px solid #ccc;
}
.footer-widgets,
.footer-widgets a {
	color: #555;
	text-decoration: none;
}
.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
	color: #0099dd;
	text-decoration: underline;
}
.footer-widgets li {
	/border-bottom: 1px dotted #666;
	/margin-bottom: 10px;
	/padding-bottom: 10px;
	line-height: 0.8;
}
.entry-content ul li:before {content: '\f501';
        display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 11px/2.3 'Genericons';
        color:#F79824;
	vertical-align: text-top;}
.entry-content ul a.li {
color: #0099dd;
}
.entry-content li:before {
margin-left: -11px;
}
.footer-widgets .current-menu-item, .footer-widgets .current-menu-item a, .footer-widgets li:hover, .footer-widgets li:hover a, .textwidget a {/text-decoration: underline; color: #0099dd;}
.footer-widgets .widget {
	margin-bottom: 20px;
}
.footer-widgets .widget-title {
	margin-bottom: 5px;
}
.footer-widgets p:last-child {
	margin-bottom: 0;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
	margin-left: 2.564102564102564%;
	width: 23.076923076923077%;
}
.footer-widgets-1 {
	margin-left: 0;
}
.footer-widgets .widget_nav_menu li { line-height:1.5em; }
.footer-widgets .widget_nav_menu li:first-child { margin-top: 1.2em; }
.footer-widgets .gform_wrapper .ginput_complex span.name_first,
.footer-widgets .gform_wrapper .ginput_complex span.name_last,
.footer-widgets .gform_wrapper .ginput_complex span.name_middle { min-height: 2.3em; }
.footer-widgets .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"] { margin: 0; }
/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #00567B;
	font-size: 16px;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
	color: #fff;
}
.footer-widgets  .widget-title {font-size: 20px;}
.site-footer a {
	color: #fff;
	line-height: 1.5;
}
.site-footer p {
	margin-bottom: 0;
}
/* Responsive Items */
.show-mobile-menu {
	height: 100%;
	-webkit-transition: height 0.25s ease-in-out;
	transition: height 0.25s ease-in-out;
}

#mobile-menu:before {
	display: none;
	content: '\f419';
	font-size: 30px;
	color: #fff;
	line-height: 1;
	width: 50px;
	height: 50px;
	font: normal 36px/1 'Genericons';
}

#mobile-menu {float:right; margin-top: -52px;}
#text-13, #nav_menu-7 {display: none;}
.slider {text-align: center;}
#text-13 {padding: 9px; background: #f2f2f2;}
#nav_menu-7 {border-top: 1px solid #ccc; font-size: 20px;
text-decoration: none;}
#corporate  {display: inline;}
#traffic-area:after {
		content: '\f431';
		-webkit-font-smoothing: 		antialiased;
        font: normal 22px/0.95 'Genericons';
        vertical-align: text-top;
		padding-left: 5px; }
#menu-traffic-areas a {text-decoration: none;
	text-transform: uppercase;
	padding: 10px;
	display: inline-block;
	font-weight: 400;
	font-size: 17px;
	width: 100%;
	}
#menu-traffic-areas li:hover a {color: #fff;}
#menu-traffic-areas li:hover {background: #0099dd;}
#layer-menu:after {
		content: '\f431';
		-webkit-font-smoothing: 		antialiased;
        font: normal 22px/0.95 'Genericons';
        vertical-align: text-top;
		padding-left: 5px; }
#nav_menu-8 {display: none; width: 100%;}
#hwy-17 img, #santa-cruz img, #watsonville img {/visibility:hidden;}
#hwy-17:hover img {}
#hwy-17:hover img, #santa-cruz:hover img, #watsonville:hover img {/visibility:visible;}
/* Social Icons */
.social-icons a {
float: left;
height: 40px;
width: 40px;
margin-right: 20px;
}
.social-icons {width: auto; margin: auto;}
#test-marker:before {font-family: genericons; content: '\f417'; font-size: 80px; line-height:0; color: ;}
.marker-style:hover {text-decoration: none !important; }
.tp-caption a:hover {text-decoration: none !important;}
#awesomeweatherwidget-2 {border-left: 1px solid #ccc; border-right: 1px solid #ccc;}
#simple_tweet_widget-2 {padding-right: 2%;}
.more-from-category {
	clear: both;
	margin-bottom: 0;
}
#espanol {color: #fff;}
.widget_html_javascript_adder {float: left;}
.widget_metaslider_widget {float: left;}
#google_translate_element {display: none;}
#translate {display: none; background: #f5f5f5; border: 1px solid #ccc;}
.goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2 *, .goog-te-balloon * {padding: 0 !important;}
#featured-post-2 .post {width: 33%; float:left; padding: 0 15px; min-height:360px;}
/************Map Styling***********************/
#map-canvas {
	height: 500px;
}
#map-canvas img {
	max-width: 100%;
	display: block;
	vertical-align: middle;
}
#map-canvas .gm-style .gm-style-iw {
  /*overflow-y: hidden !important;*/
	overflow: unset !important;
	padding: 1rem 1rem 0 1rem !important;
}
.gmnoprint img {
    max-width: none;
}
#cctv {
    line-height: 1.35;
    overflow: hidden;
    white-space: nowrap;
}

.gm-style .gm-style-iw-d {
	overflow: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
}

#text-19 {background: #0099dd;}
#text-19 .widget-wrap {/max-width: 1015px; max-width: 845px; margin:auto;}
.hide-layer {display: none;}
.layer-last {border-right: 0px !important;}

.map-layer-container {
	margin: auto;
	width: auto;
	padding: 0.5rem 1rem;
	overflow: hidden;
	/*background: #0099dd;*/

	position: absolute;
	bottom: 1rem;
	left: 1rem;
	background: rgba(0, 0, 0, 0.6);
	box-shadow: rgba(0, 0, 0, 0.2) 4px -2px 5px;
  border-radius: 2px;
}

.map-layer {
	/*float: left;*/
	/*border-right: 1px solid #313131;*/
	/*padding: 0px 15px;*/
}
.map-layer:last-of-type {border-right: none;}

.map-layer label, .map-layer input {
	float: right;
	color: #fff;
}

.map-layer input {margin-top: 21px;}
.map-layer label {
	margin: 0 0.3rem 0 4rem;
	padding: 0.5rem 0;
	max-width: 85px;
	text-align: left;
	line-height: 1.2;
	font-size: 0.9rem;
}
/* Layer Icon Styling */
.layer-icon {
  float: left;
	height: 55px;
	background-size: 22px !important;
}
#traffic-icon {
  background: url(/wp-content/uploads/2015/01/traffic.jpg) no-repeat center left;
  background-size: 16px !important;
}
#incident-icon {
  background: url(/wp-content/uploads/2015/01/traffic-incidents.png) no-repeat center left;
}
#camera-icon {
  background: url(/wp-content/uploads/2015/01/camera.png) no-repeat center left;
}
#message-icon {
  background: url(/wp-content/uploads/2015/01/message.png) no-repeat center left;
}
#lane-icon {
  background: url(/wp-content/uploads/2015/01/lane.png) no-repeat center left;
}
#chain-icon {
  background: url(/wp-content/uploads/2015/01/chain.png) no-repeat center left;
}
#road-closure-icon {
  background: url(/wp-content/uploads/2020/06/road-closure.png) no-repeat center left;
}
.gm-style-iw {display:block; border-box: padding-box; overflow:visible !important;}
#language-sub {background: #fff; text-align: left; display: none; position: absolute;}
#language-sub:hover {background: #0099dd !important;}
#language-sub a {padding: 10px; 5px; color: #0099dd;}
#language-sub:hover a {color: #fff; background: #0099dd;}
#language-sub:hover a {color: #fff; background: #0099dd;}
.espanol:hover #language-sub{display: block; z-index: 99999;}
/* Sidebar Toggle Menu
#text-19 {width: 238px;
overflow: hidden;
position: absolute;
top: 183px;
height: 368px;
left: 20px;}
.map-layer {border-right: none; border-bottom: 1px solid #ccc; }
.map-layer:first-of-type {border-top: 1px solid #ccc;}
 */
/* Full Width Widgetized Area */
.home .site-inner {
	margin-top: 0;
	max-width: 100%;
}
.home .site-inner .widget-area {max-width: 1140px; margin: 0 auto; float: none;}
.secondary-widget-area {background: #f2f2f2; /border: 1px solid #ccc; border-left: 0; border-right: 0; }
.secondary-widget-area, .third-widget-area {padding: 40px 0 40px; overflow: hidden; clear: both;}
.fourth-widget-area {background: #0099dd; overflow: hidden;}
.fourth-widget-area .widget-title {color: #fff;}
.home .content .entry {background: transparent;}
/* Twitter Area */
.twitter-handle {
	width: 100%;
	margin-bottom: 5px;
	}
.twitter-handle a {
	font-size: 27px;
	font-family: Montserrat, sans-serif;
	line-height: 1.2;
  	color: #0099dd;
	}
/* Ask a Question Form */
.fourth-widget-area #field_2_1, .fourth-widget-area #field_2_3, .fourth-widget-area #field_2_4 {width: 34% !important; padding-right: 3%;
float: left !important;
clear: both; }
.fourth-widget-area #field_2_1 .gfield_label, .fourth-widget-area #field_2_3 .gfield_label, .fourth-widget-area #field_2_4 .gfield_label {color: #fff;}
.fourth-widget-area #field_2_2 {width: 63% !important;
float: left !important;
clear: none !important;
height: 33px !important;
margin-top: -95px;}
.fourth-widget-area #field_2_2 .gfield_label {color: #fff;}
.fourth-widget-area #field_2_2 textarea {height: 126px !important; resize: both;}
.fourth-widget-area .gform_footer {float: right !important;
width: 10% !important;
clear: none !important;
text-align: center;
}
.fourth-widget-area .gform_footer .gform_button {
	margin-top: 17px !important;
	width: 110px !important;
	height: 110px!important;
	 border-radius: 50%;
	 font-weight: 400;
	 background: #f79824 ;
	 color: #fff !important;
	 border: 4px solid #fff;
	 font-size: 1.25em !important;
	 }
.gform_wrapper {max-width: 100% !Important;}
.fourth-widget-area input[type="submit"], .fourth-widget-area .button {background: #fff; color: #555;}
.fourth-widget-area input[type="submit"]:hover, .fourth-widget-area .button:hover { color: #fff; background: #9a9a9a;}
.fourth-widget-area #field_2_3 {clear: left !important;}
.fourth-widget-area .gform_body {width: 90% !important; float:left;}
.fourth-widget-area .gfield_label {display: none !important;}
.gform_wrapper textarea {font-size: 16px !important;}

.fourth-widget-area .gform_wrapper .top_label input.large,
.fourth-widget-area .gform_wrapper .top_label select.large,
.fourth-widget-area .gform_wrapper .top_label textarea.textarea {
	margin-top: 0;
}

.fourth-widget-area .gform_wrapper .top_label div.ginput_container {
	margin-top: 9px !important;
}

.footer-widgets .gform_wrapper ul li.gfield, .footer-widgets .gform_wrapper .top_label div.ginput_container {
	margin-top: 0px !important;
}

.fourth-widget-area .gform_wrapper .gform_footer {padding: 0 !important; margin: 0 !important;}
#gform_widget-4 .widget-wrap {padding: 20px 0; overflow: hidden;}
div#gform_confirmation_message_2 {color: #fff;}
#text-22 {display: none;}
/* Image stacking on responsive */
.push-50 {
	left: 50%;
}
.pull-50 {
	left: -50%;
}
/* Buttons
--------------------------------------------- */
.button {
	/*border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;*/
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    line-height: 13px;
    padding: 8px 20px;
    margin: 10px 0px;
    text-decoration: none;
    border: 1px solid #ccc;
}
.button.small {
	background-color: #303236;
	color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 13px;
    padding: 8px 20px;
}
.button.medium {
	background-color: #303236;
	color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 8px 20px;
}
.button.large {
	background-color: #303236;
	color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 32px;
}
.button.slim {
	background-color: #303236;
	color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 4px 40px;
    text-transform: uppercase;
}
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets a.button.small,
.footer-widgets a.button.medium,
.footer-widgets a.button.large,
.footer-widgets .circle {
	background: #111;
}
.button.black {
	background-color: #111 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
}
.button.blue {
	background-color: #00567B !important;
	border: 1px solid #ccc !important;
	color: #fff !important;
}
.button.green {
	background-color: #50CB6F !important;
	border: 1px solid #ccc !important;
	color: #fff !important;
}
.button.yellow {
	background-color: #f79824  !important;
	border: 1px solid #ccc !important;
	color: #fff !important;
}
.button.yellow:hover {
	background-color: #FF5722 !important;
	color: #fff;
}
.button.circle {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  font-weight: 400;
  border: 4px solid #fff;
  font-size: 1em !important;
  padding-top: 47px;
  text-align: center;
}
.button.submit {
  font-weight: 400;
  border-radius: 0;
  padding: 16px 24px;
  font-size: 1em;
}
.button.submit:hover,
.button.circle:hover {
	background-color: #9a9a9a !important;
	opacity: 1;
}
.button:hover {
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	color: #fff !important;
	opacity: 1;
	background-color: #9a9a9a;
	transition: all .5s ease;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1540px) {
 .title-area {margin-left: 0;}
}
@media only screen and (max-width: 1250px) {
	.title-area {padding: 0 0 5px;}
	.genesis-nav-menu a {padding: 31px 17px;}
	.textwidget .espanol a {font-size: 17px; padding: 26px 17px;}
	.genesis-nav-menu {font-size: 17px;}
	.site-header .search-form {
		padding: 18px 21px 22px;
		height: 79px;
		width: 78px;
		}
	.site-description {font-size: 18px; padding-left: 68px;}
	.site-title { font-size: 50px; }
	.close {}
	#test-marker:before {font-size: 55px; line-height: 0.3;}
	.home-widget-area,
	.secondary-widget-area,
	.third-widget-area,
	.fourth-widget-area {
		padding:20px 5%;
	}
}
@media only screen and (max-width: 1140px) {
	.site-inner,
	.wrap {
		max-width: 960px;
	}
	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}
	.content,
	.site-header .widget-area {
		width: 651px;
	}
	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.sidebar-primary,
	.title-area {
		width: 100%;
	}
	.footer-widgets-1 {
		margin-right: 30px;
	}
	.site-header .search-form {
		padding: 18px 13px 22px;
		height: 79px;
		width: 60px;
		}
	.genesis-nav-menu a {
		padding: 31px 14px;
		}
	.site-title {
		font-size: 49px;
		}
	.genesis-nav-menu a {
		padding:30px 13px;
		}
	.genesis-nav-menu, .textwidget .espanol a {
		font-size: 15px;
		}
	.textwidget .espanol a {
		padding: 25px 13px 26px;
	}
	.site-header .search-form {
		padding: 20px 13px 22px;
		height: 75px;
		width: 55px;
		}
	#search-4 input {height: 26px; background-size: 21px 21px;}
	.fourth-widget-area .gform_footer {width: 15% !important;}
	.fourth-widget-area .gform_body {width: 85%  !important;}
}
@media only screen and (max-width: 960px) {
	.site-inner,
	.wrap {
		max-width: 800px;
	}
	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}
	.site-header .wrap {
		padding: 0 1% 0;
	}
	.header-image .title-area {
		width: auto;
	}
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}
	.site-header .search-form {
		/margin: 16px auto;
	}
	.genesis-nav-menu li.right {
		display: none;
	}
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		margin-right: 0; margin-left: 0;
	}
	.site-header .widget-area {width: 625px;}
	.site-header .search-form { padding: 10px 1px 1px; height: 51px;
		width: 44px; }
	.textwidget .espanol a {padding: 15px 13px 16px;}
	.alert-bar a {padding: 6px 0;}
	.alert-container {height: 44px; max-width: 100%; background-color: #f79824 ; max-width: 80%;}
	.alert-bar h4 {font-size: 15px;}
	.close {margin: 0; padding: 0px; }
	.site-header .widget-area {width: 682px; margin: auto; float: none;}
	.title-area {margin: auto; float: none;}
	.site-description {padding-left: 45px;}
	.home .featured-content {width: 100%; border-right: none;}
	 #simple_tweet_widget-2, #awesomeweatherwidget-2  {/width: 50%;}
	 #simple_tweet_widget-2 {padding-left: 0%;}
}
@media only screen and (max-width: 800px) {
	body {
		background-color: #fff;
		font-size: 16px;
	}
	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
	.archive-pagination li a {
		margin-bottom: 4px;
	}
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.sidebar .widget.enews-widget {
		padding: 40px;
	}
	.close {}
	.home .site-inner {padding: 0;}
	.fourth-widget-area .gform_footer {width: 20% !important;}
	.fourth-widget-area .gform_body {width: 80%  !important;}
	.site-header .widget-area {width: 622px;}
	.genesis-nav-menu a, .genesis-nav-menu > .first > a, .genesis-nav-menu > .last > a {padding: 20px 12px;}
	.site-header .search-form {width: 40px;}
}
@media only screen and (max-width: 640px) {
	#simple_tweet_widget-2, #awesomeweatherwidget-2, .widget_metaslider_widget {
		width: 100%;
		float: none;
		display: block;
		padding: 2rem 0;
	}
	#gform_widget-2 {
		margin-top: 3rem;
	}
	.widget_metaslider_widget {
		display: none;
	}
	.slider {float:left; width: 100%; }
	#text-19 {display: none;}
	.site-description, .widget_revslider  {display: none;}
	#nav_menu-3 {display:none;}
	.widget_awesomeweatherwidget {display:none !important;}
	#mobile-menu:before {display: block;}
	.site-header .widget-area {float: right; width: 100%;}
	.title-area {float:left; width: auto;}
	.genesis-nav-menu .menu-item {margin-right: 0; width: 100%; text-align: center; }
	.genesis-nav-menu .menu-item  a {border: none;}
	.alert-bar a {font-size: 15px;}
	#text-13 {display: block;}
	#featured-post-2, #text-9 {display: none;}
	.home-box p {display: none;}
	.icon-circle {float:left; margin: 8px 20px 8px 8px; width: 70px; height: 70px; background-size: 75px;}
	.home-box h3 {float: left; font-size: 24px; width: 300px; text-align: left; /* margin-top: 12%; */ margin-top: 14px; color: #fff; }
	.home-box:hover {background-color: #0099dd;}
	.home-box {margin-bottom: 5px; background-color: #0099dd;}
	.home-box:hover h3 {color: #fff;}
	.home-box:hover .icon-circle {background: #fff; background-image:inherit;}
	#caltrans {background-size: 494px;
background-position: -297px -187px;}
	#bike {background-size: 632px;
background-position: -65px -133px;}
	#car {background-size: 550px;
background-position: -335px -19px;}
	#accessable {background-size: 500px;
background-position: -42px -18px;}
	.home-box h3 {margin-top: 28px;}
	#text-8 .widget-title {display: none;}
	#traffic {background-size: 445px;
	background-position: -270px -245px;}
	#trip-planner {background-size: 348px;
background-position: -26px -113px;}
	#employer {background-size: 500px;
background-position: -302px -104px;}
	#regional {background-size: 400px;
background-position: -30px -219px;}
	.site-inner, .wrap {padding: 10px;}

    .map-layer label, #traffic-icon label {max-width: 100%;}

  .map-layer {
		border: none;
		width: 100%;
		min-height: 40px;
	}

	.mtphr-dnt-posts-title::before {display: none;}
	#mtphr-dnt-widget-2 {width: 215px; padding-top: 2px;}
	.alert-bar a {padding: 0;}
	.alert-container {width: 100%; border-radius: 0; float:left; max-width: 90%;}
	.home-box:hover #caltrans {}
	.home-box:hover #car { background-size: 550px;
background-position: -335px -19px;}
	.home-box:hover #bike { background-size: 632px;
background-position: -65px -133px;}
	.home-box:hover #trip-planner { background-size: 348px;
background-position: -26px -113px;}
	.home-box:hover #employer { background-size: 500px;
background-position: -302px -104px;}
	.home-box:hover #traffic { background-size: 445px;
	background-position: -270px -245px;}
	.home-box:hover #caltrans { background-size: 494px;
background-position: -297px -187px;}
	.home-box:hover #accessable { background-size: 500px;
background-position: -42px -18px;}
	.home-box:hover #regional { background-size: 400px;
background-position: -30px -219px;}
	#search-4 input, #search-4 input:focus {
		width: 100%;
		right: 0;
		position: relative;
		padding: 2px 5px;
		padding-left: 34px;
		background: #fff;
		background-image: url(/wp-content/uploads/2014/08/search.png);
		background-repeat: no-repeat;
		background-position:center left;
		border: 2px solid #c3c0ab;
		outline: 1px solid #c3c0ab;
		background-size: 18px;
		background-position-x: 5px;}
	#search-4 input {
		border: 2px solid #D9D8D1;
		outline: 1px solid #D9D8D1;
		}
	#search-4 {
		width: 100%;
		display: none;
	}
	.site-header .search-form {
		height: auto;
		width: auto;
		padding: 2rem 2rem 0 2rem;
		margin: 0;
	}
	.secondary-widget-area,
	.fourth-widget-area {
		display: none;
	}
	.home .site-inner {
		padding-top: 15px;
		padding-bottom: 15px;

		margin-top: 0;
	}
	.home-widget-area,
	.secondary-widget-area,
	.third-widget-area,
	.fourth-widget-area {
	padding: 0px 5%;
	}
	#text-20 {display: none; width: 100%; text-align: center;}
  #text-19 {position: absolute; z-index: 999; background: #0099dd; width:100%;}

  #map-canvas {
		height: 300px;
		height: 40vh;
	}

    .layer-icon {background-size: auto 27px !important; background-position: left bottom; !important; height: 35px !important;}
    #camera-icon {background-size: 32px !important;}
    .map-layer input {
      margin-top: 11px;
	    float: right;
    }
    .map-layer-container {
      /*width: 240px;*/
			display: none;

			width: 100%;
			position: relative;
			bottom: 0;
			left: 0;
			border-radius: 0;
    }
    #map-canvas .gm-style-iw img {max-width: 225px !important;}
    #map-canvas .gm-style .gm-style-iw {height: 200px !important; width: 250px !important;}
	h1.entry-title {
  		line-height: 1;
  		padding-bottom: 10px;
		}
	}
@media only screen and (max-width: 440px) {
		.home-box h3 {width: 215px;}
		#accessable-text {margin-top: 14px;}
        #close-text {display: none;}
	}
@media only screen and (max-width: 375px) {
		.home-box h3 {width: 165px;}
		#employer-text, #regional-text, #employer-text, #traffic-text, #caltrans-text {margin-top: 14px;}
	}
@media print {
	.site-header { display: none; }
	.breadcrumb {
	  background-image: url(https://cruz511.org/wp-content/uploads/2015/01/cruz511-logo-white-unofficial-e1422058465504.png);
 	  background-size: 160px;
  	  background-position: right center;
 	  background-repeat: no-repeat;
}
}
.sd-content ul li:before {content: none;}
