/* Recology Customize */
.recology-blue { color: #11A0DC; }
.recology-green { color: #71BF45; }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent; }

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff; }

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

a {
    /*
    color: #337ab7;
    */
    color: #11A0DC;
    text-decoration: none; }
a:hover {
    color: #23527c;
    text-decoration: underline; }
a:focus {
    color: #23527c;
    text-decoration: underline;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

.pagination a:hover,
.pagination a:focus,
a.btn:hover,
a.btn:focus,
.btn a:hover,
.btn a:focus {
	text-decoration: none;
}

.page-home-title_inner a:hover,
.page-home-title_inner a:focus {
	text-decoration: none;
}

figure {
    margin: 0; }

img {
    vertical-align: middle; }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px; }

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }

.img-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

.clearfix:before, .clearfix:after {
    content: " ";
    display: table; }

.container:before, .container:after {
    content: " ";
    display: table; }

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }

.row:before, .row:after {
    content: " ";
    display: table; }

.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both; }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.pull-right {
    float: right !important; }

.pull-left {
    float: left !important; }

.hide {
    display: none !important; }

.show {
    display: block !important; }

.invisible {
    visibility: hidden; }

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0; }

.hidden {
    display: none !important; }

.affix {
    position: fixed; }

* {
    outline: none; }

body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 18px;
    min-width: 320px; }
@media (max-width: 767px) {
    body {
        font-size: 15px; } }
body.main-page h1 {
    font-weight: 700;
    font-size: 4.6em;
    margin: 0; }
body.main-page h2 {
    font-weight: 700;
    font-size: 2.5em;
    margin: 0; }
body.main-page h3 {
    font-weight: 300;
    font-style: italic;
    font-size: 2.0em;
    margin: 0; }
body.main-page h4 {
    font-size: 1.5em;
    margin: 0; }
body.no-overflow {
    overflow: hidden; }

img {
    max-width: 100%; }

.table-header-main {
    font-weight: 700;
    font-size: 24px;
    border-bottom: 1px solid #000;
    padding-left: 39px;
    padding-bottom: 12px;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}

html{
    min-height: 100%; }

body {
    margin: 0;
    padding: 0;
    height: 100%; }

.img-block {
    //margin: 10px 0 35px;
	margin-bottom: 1em; 
}

.img-block .container {
    height: 100%;
    position: relative; }
.img-block-inner {
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: relative;
    height: 270px; }
@media (max-width: 767px) {
    .img-block-inner {
        height: 200px; } }
.img-block-title {
    position: absolute;
    bottom: 30px;
    color: #ffffff;
    font-weight: 700;
    font-size: 2.5rem;
    text-transform: uppercase;
    text-shadow:5px 5px 5px #353535;

}
@media (max-width: 767px) {
    .img-block-title {
        font-size: 1.5rem; } }
.img-block-link a {
    font-size: 14px;
    font-style: italic; }
.img-block-link a i {
    margin-left: 2px; }
.img-block-link a i:before {
    display: inline-block;
    vertical-align: text-top; }

ul {
    padding: 0;
    margin: 0 0 20px;
    list-style-type: none; }
ul li {
    margin-bottom: 5px;
}
ul li:last-child {
    margin-bottom: 0; }

ol {
    padding-left: 18px;
    margin: 0 0 20px; }
ol li {
    margin-bottom: 5px; }
ol li:last-child {
    margin-bottom: 0; }

a {
    color: #71BF45;
    text-decoration: none;
}
a:hover, a:focus {
    color: #619309;
    text-decoration: underline; }

/* Page 5712 */

/***** ADDED ML *****/
.uppercase { text-transform: uppercase; }
.list-main {
    text-align: left;
    margin-left: 20px;
    list-style-image: url('../images/bullet.png');
    list-style-position: outside;
}
/* standard tables for design */
.table-main {
    width: 100%;
    border-collapse: collapse;
}
.table-main thead {
    background-color: #000;
    overflow: hidden;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .table-main thead {
        display: none;
    }
}
.table-main th {
    line-height: 40px;
    color: #ffffff;
    text-align: left;
    padding: 0 26px 0 26px;
    vertical-align: middle;
    font-weight: 300;
}
.table-main td {
    text-align: left;
    padding: 23px 26px 23px 26px;
}

.table-main td, .table-main th {
    border: 1px solid black;
}
.table-main tr:first-child th {
    border-top: 0;
}
.table-main tr:last-child td {
    border-bottom: 0;
}
.table-main tr td:first-child,
.table-main tr th:first-child {
    border-left: 0;
}
.table-main tr td:last-child,
.table-main tr th:last-child {
    border-right: 0;
}

.table-small {
    width: auto;
}
.table-small td {
    padding: 8px;
}


.content-block {
    border:1px solid #eee;
    padding:3px;
    background:#ccc;
    max-width:250px;
    float:right;
    text-align:center;
}
.content-block:after {
    clear:both;
}
.blue-button {
    background-color:#11A0DC;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #057fd0;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    padding:6px 24px;
    text-decoration:none;
}

.red-button {
    background-color:#bc3315;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #942911;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    padding:6px 24px;
    text-decoration:none;
}

.article-img {
    display: inline-block;
    padding: 5px;
    border: 1px solid #9fa0a3;
    margin-bottom: 20px;
}
.img-inner {
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.border-box {
    display: inline-block;
    padding: 5px;
    border: 1px solid #9fa0a3;
    margin-bottom: 20px;
}

/* Callout Box
 * Rendering depends on having a single wrapper div directly inside the .callout div.
 * all Content must be inside that wrapper
 */
.callout {
    padding: 5px;
    margin: 20px auto;
    border: 1px solid #000000;
}
.callout > div {
    background-color: #11A0DC;
    padding: 10px 15px;
    color: #ffffff;
}
.callout h4 {
    font-size: 1.3em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.callout-left {
    float:left;
    text-align:right;
}
.callout-right{
    float:right;
    text-align:left;
}


.page-footer-right .textwidget a{
	color: #ffffff;
}

/* ACCORDION styles moved here to support visual editing.
 * See main.css for animation styling like collapse, hover, and click
 */
.page-faq-content_questions {
    width: auto;
    margin: 0 auto; }
@media (max-width: 767px) {
    .page-faq-content_questions {
        width: auto; } }
.page-faq-content_questions .question-item {
    margin-bottom: 40px; }
.page-faq-content_questions .question-item:last-child {
    margin-bottom: 0; }
.page-faq-content_questions .question-item-link {
    padding-left: 30px;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    margin-left: 25px;
    cursor: pointer; }
.wp-editor .page-faq-content_questions .question-item-link {
    cursor: text; }
@media (max-width: 767px) {
    .page-faq-content_questions .question-item-link {
        font-size: 18px;
        margin-left: 0; } }
.page-faq-content_questions .question-item.active .question-item-link {
    color: #11A0DC; }
.page-faq-content_questions .question-item-link:before {
    content: '+';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 28px;
    line-height: 100%; }
.page-faq-content_questions .question-item-block {
    margin-top: 10px;
    border: 1px solid #000;
    padding: 5px;
}
.page-faq-content_questions .question-item-block_inner {
    background-color: #11A0DC;
    padding: 20px 50px;
    color: #ffffff; }

.page-faq-content_questions .question-item-block_inner .table {
    color: white;
}

@media (max-width: 767px) {
    .page-faq-content_questions .question-item-block_inner {
        padding: 10px 15px; } }
.page-faq-content_questions .question-item-block_inner a {
    color: #ffffff;
    font-weight: 700; }

/* Recology Element Alignment */
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.alignleft:after,
.alignright:after,
.aligncenter:after {
    content: " ";
    display: table;
}


.content-tabs-container {
}
.wp-editor .content-tabs-container {
    border: 1px solid #aaaaaa;
}
.wp-editor .content-tabs-container:after {
    content: " ";
    display: table;
    clear:both;
}
ul.content-tabs{
    text-align: left;
    margin: 0;
    padding: 0px;
    list-style: none;
    border-bottom: 1px solid #eeeeee;
}
.wp-editor ul.content-tabs{
    width: 20%;
    float: left;
}
ul.content-tabs li{
    background: none;
    color: #000000;
    font-size: .9em;
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 0;
}
.wp-editor ul.content-tabs li {
    display: list-item;
}
.wp-editor ul.content-tabs li.active {
    background-color: #11A0DC;
    color: white;
}
.tab-content{
    text-align: left;
    padding: 15px;
}
.wp-editor .tab-content {
    border-left: 1px dashed #cccccc;
    border-bottom: 1px dashed #cccccc;
    float: right;
    width: 80%;
}
.wp-editor .tab-content:last-child {
    border-bottom: none;
}
.wp-editor .tab-content.active {
    border: 1px solid #11A0DC;
    background-color: #f8f8f8;
}
.tab-content.current{
    display: inherit;
}

.width-quarter {
    width: 25%;
}
.width-third {
    width: 33.33%;
}
.width-half {
    width: 50%;
}
.width-three-quarters {
    width: 75%;
}
.width-quarter.table-main,
.width-third.table-main,
.width-half.table-main,
.width-three-quarters.table-main {
    width: auto;
}


table.contentleft td {
    text-align: left;
}

/* calendars */


.calendar-month {
    font-family: Lato;
    font-size: .934em;
    text-align: center;
    color: #6d6f71;
    background-color: #18a1d5;
    width: 48%;
    float: left;
    margin: 1%;
    min-height: 238px;
}
.calendar-month td, .calendar-month th {
    padding: 2px;
}

.days-of-week th {
    background-color: #c2eaf9;
    font-size: .9em;
}
.month-header {
    background-color: #18a1d5;
    color: #ffffff
}
/* for american canyon calendar */
.active-weekdays td:nth-child(2):not(:empty) {
	background-color: #8179D8;
}
.active-weekdays td:nth-child(3):not(:empty) {
	background-color: #FB6164;
}
.active-weekdays td:nth-child(4):not(:empty) {
	background-color: #C06BA8;
}
.active-weekdays td:nth-child(5):not(:empty) {
	background-color: #97C48B;
}
.active-weekdays td:nth-child(6):not(:empty) {
	background-color: #FDFDA1;
}
/* for vacaville and dixon calendars */
.active-week td:nth-child(2):not(:empty), 
.active-week td:nth-child(3):not(:empty), 
.active-week td:nth-child(4):not(:empty), 
.active-week td:nth-child(5):not(:empty), 
.active-week td:nth-child(6):not(:empty) {
	background-color: #71BF45;
}
.active-week-b td:nth-child(2):not(:empty), 
.active-week-b td:nth-child(3):not(:empty), 
.active-week-b td:nth-child(4):not(:empty), 
.active-week-b td:nth-child(5):not(:empty), 
.active-week-b td:nth-child(6):not(:empty) {
	background-color: #FEFFCE;
}


.calendar-month td {
    background-color: #EFEFEF;
    color: #000;
}
.calendar-month .active td {
    background-color: #99cc66;
}

.page-home-footer {
	margin-top: 1em;
	text-align: center;
	font-size: 0.9em;
}
/* Hide the "Essential Cookies" toggle since its required and input is disabled, default=true */
.cookie-notice-consent__category-essential{
	display:none !important;
}
a#cookie-notice-consent__accept-button {
    display: none !important;
}