@import url("content.css");

/* fix issue with modal forms */
html,body{ font-size: 18px; -webkit-overflow-scrolling : touch !important; overflow: auto !important; height: 100% !important; }

#wpadminbar {
	position: fixed;
}

.alert *:last-child {
	margin-bottom: 0;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	color: white;
}

.btn:hover, .btn:focus {
	text-decoration: none;
}

.btn-link {
	text-decoration: none;
}

.page-home-title_inner h1 {
	font-size: 1.5em;
	margin: 0;
}

.page-home-title_inner h2,
.page-home-title_inner h3,
.page-home-title_inner h4,
.page-home-title_inner h5 {
	font-size: 1.2em;
	margin: 0;
}

.page-home-title_inner p,
.page-home-title_inner p * {
	font-size: 0.8em;
}

.page-home-title_inner p:last-of-type {
	margin-bottom: 0;
}

.page-home-title_inner {
	width: 90%;
	margin: 0 auto;
}

.article-text {
	max-width: 700px;
	margin: 0 auto;
}

.contact-location {
	text-align: center;
}

.contact-location-icon {
	text-align: center;
}

.contact-location-details {
	font-size: .8rem;
	margin-top: 1em;
	border-left: none;
}

.card-title {
	font-weight: bold;
}

.recology-avatar img {
    border-radius: 50%;
}

.contact-form-footer {
    text-align: center;
    font-size: .8em;
    border-top: 1px solid #ced4da;
    margin-top: 1em;
    padding-top: 1em;
}

ul.pagination {
	margin-bottom: 0;
}

.page-footer {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 1em;
	text-align: center;
	border-top: 1px solid #ced4da;
    font-size: 0.8rem;
}

.page-footer ul,
.page-footer ul li {
    margin-bottom: 0;
}

.page-footer-social_list li {
    float: left;
    margin-right: 10px;
}

.page-footer-social_list li:last-child {
    margin-right: 0;
}

.page-footer-social_list li a {
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.page-footer-social_list li a:hover {
    opacity: 0.6;
}

.page-footer-social_list li a {
    width: 24px;
    height: 24px;
}

#zip-selector-modal .modal-body *:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.page-home-title_inner h1 {
        font-size: 1.65em;
	}
	
	.page-home-title_inner p,
	.page-home-title_inner p * {
		font-size: 1em;
	}
	
	.page-home-title_inner {
		width: 70%;
	}
	
	.contact-location {
		text-align: left;
	}
	
	.contact-location-details {
		margin-top: 0;
		text-align: right;
		border-left: 1px solid #11A0DC;
	}
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.page-title {
    text-align: center; }
.page-title h2 {
    margin-bottom: 0;
    font-size: 24px; }
.page-title p {
    margin-bottom: 0; }

.block-title {
    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;
    }
@media (max-width: 767px) {
    .block-title {
        padding-left: 0;
        margin-bottom: 10px;
        font-size: 18px; } }

.body-overlay {
    position: fixed;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 1;
    display: none; }

.popup-overlay {
    position: fixed;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
    z-index: 10000;
    display: none; }

.popup {
    background: #FFFFFF;
    min-width: 300px;
    min-height: 300px;
    z-index: 100001;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000000;
	cursor: default;
}
.popup .form-label {
    color: #000000; }
.popup .form-field {
    background-color: #ffffff; }
.popup-img {
    background-color: transparent;
    min-height: 1px; }
.popup-contact {
    width: 80%;
    padding: 1em 2em 1em 2em;
    top: 2em;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.popup-contact .form-field--area:before {
    bottom: 3px; }

@media (max-width: 767px) {
    .popup-contact {
        width: 95%;
        padding: 15px; } }
.popup-contact-title {
    text-align: center;
    margin-bottom: 30px; }
.popup-contact-title h2 {
    margin-bottom: 0;
}

.checkbox-input:not(checked) {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: 5px;
    opacity: 0; }

.checkbox-input:not(checked) + .checkbox-label {
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    margin: 0;
    cursor: pointer; }

.checkbox-input:not(checked) + .checkbox-label:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #878787; }

.checkbox-input:not(checked) + .checkbox-label:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    width: 11px;
    height: 7px; }

.checkbox-input:checked + .checkbox-label:before {
    background-color: #11A0DC;
    border-color: #11A0DC; }

.checkbox-input:checked + .checkbox-label::after {
    display: block;
    background-color: transparent;
    background-image: url("../images/svg/sprite.svg");
    -moz-background-size: 114px 114px;
    -o-background-size: 114px 114px;
    background-size: 114px 114px;
    width: 12px;
    height: 12px;
    background-position: 0px 0px; }

.checkbox-container {
    position: relative; }

.checkbox-icon-input:not(checked) {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -5px;
    margin-left: 5px;
    opacity: 0; }

.checkbox-icon-input:not(checked) + .checkbox-icon-label {
    position: relative;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 34px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #11A0DC; }
.checkbox-icon-input:not(checked) + .checkbox-icon-label.icon-mail {
    background: url("../images/icon-email.png") no-repeat;
    width: 34px;
    height: 34px; }
.checkbox-icon-input:not(checked) + .checkbox-icon-label.icon-phone {
    background: url("../images/icon-phone.png") no-repeat;
    width: 34px;
    height: 34px; }

.checkbox-icon-input:not(checked) + .checkbox-icon-label:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.checkbox-icon-input:checked + .checkbox-icon-label {
    background-color: #fff !important; }
.checkbox-icon-input:checked + .checkbox-icon-label.icon-mail {
    background: url("../images/icon-email-active.png") no-repeat;
    width: 34px;
    height: 34px; }
.checkbox-icon-input:checked + .checkbox-icon-label.icon-phone {
    background: url("../images/icon-phone-active.png") no-repeat;
    width: 34px;
    height: 34px; }

.checkbox-icon {
    position: relative; }
    
.make-blue {
	background-color:#11A0DC !important;
}
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

@-moz-keyframes fadeIn {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

@-o-keyframes fadeIn {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

@keyframes fadeIn {
    from {
        opacity: 0; }
    to {
        opacity: 1; } }

.fade-in {
    opacity: 0;
    /* make things invisible upon start */
    -webkit-animation: fadeIn ease-in 1;
    /* call our keyframe named fadeIn, use animation ease-in and repeat it only 1 time */
    -moz-animation: fadeIn ease-in 1;
    -o-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s; }

.fade-in.one {
    -webkit-animation-delay: 4.0s;
    -moz-animation-delay: 4.0s;
    -o-animation-delay: 4.0s;
    animation-delay: 4.0s; }

.fade-in.two {
    -webkit-animation-delay: 4.2s;
    -moz-animation-delay: 4.2s;
    -o-animation-delay: 4.2s;
    animation-delay: 4.2s; }

.fade-in.three {
    -webkit-animation-delay: 5.2s;
    -moz-animation-delay: 5.2s;
    -o-animation-delay: 5.2s;
    animation-delay: 5.2s; }

.fade-in.four {
    -webkit-animation-delay: 5.6s;
    -moz-animation-delay: 5.6s;
    -o-animation-delay: 5.6s;
    animation-delay: 5.6s; }

.fade-in.five {
    -webkit-animation-delay: 6.2s;
    -moz-animation-delay: 6.2s;
    -o-animation-delay: 6.2s;
    animation-delay: 6.2s; }

.fade-in.six {
    -webkit-animation-delay: 6.8s;
    -moz-animation-delay: 6.8s;
    -o-animation-delay: 6.8s;
    animation-delay: 6.8s; }

.fade-in.seven {
    -webkit-animation-delay: 7.2s;
    -moz-animation-delay: 7.2s;
    -o-animation-delay: 7.2s;
    animation-delay: 7.2s; }

.fade-in.eight {
    -webkit-animation-delay: 7.8s;
    -moz-animation-delay: 7.8s;
    -o-animation-delay: 7.8s;
    animation-delay: 7.8s; }

.fade-in.nine {
    -webkit-animation-delay: 8.2s;
    -moz-animation-delay: 8.2s;
    -o-animation-delay: 8.2s;
    animation-delay: 8.2s; }

.fade-in.ten {
    -webkit-animation-delay: 8.6s;
    -moz-animation-delay: 8.6s;
    -o-animation-delay: 8.6s;
    animation-delay: 8.6s; }

.fade-in.eleven {
    -webkit-animation-delay: 9.2s;
    -moz-animation-delay: 9.2s;
    -o-animation-delay: 9.2s;
    animation-delay: 9.2s; }

.fade-in.twelve {
    -webkit-animation-delay: 9.6s;
    -moz-animation-delay: 9.6s;
    -o-animation-delay: 9.6s;
    animation-delay: 9.6s; }

.fade-in.thirteen {
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
    animation-delay: 10s; }

.fade-in.fourteen {
    -webkit-animation-delay: 10.4s;
    -moz-animation-delay: 10.4s;
    -o-animation-delay: 10.4s;
    animation-delay: 10.4s; }

.fade-in.fifteen {
    -webkit-animation-delay: 10.8s;
    -moz-animation-delay: 10.8s;
    -o-animation-delay: 10.8s;
    animation-delay: 10.8s; }

.fade-in.sixteen {
    -webkit-animation-delay: 11.2s;
    -moz-animation-delay: 11.2s;
    -o-animation-delay: 11.2s;
    animation-delay: 11.2s; }

.fade-in.sixteen {
    -webkit-animation-delay: 11.2s;
    -moz-animation-delay: 11.2s;
    -o-animation-delay: 11.2s;
    animation-delay: 11.2s; }

.fade-in.seventeen {
    -webkit-animation-delay: 11.6s;
    -moz-animation-delay: 11.6s;
    -o-animation-delay: 11.6s;
    animation-delay: 11.6s; }

.fade-in.eighteen {
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    animation-delay: 12s; }

.fade-in.nineteen {
    -webkit-animation-delay: 12.4s;
    -moz-animation-delay: 12.4s;
    -o-animation-delay: 12.4s;
    animation-delay: 12.4s; }

.fade-in.twenty {
    -webkit-animation-delay: 12.8s;
    -moz-animation-delay: 12.8s;
    -o-animation-delay: 12.8s;
    animation-delay: 12.8s; }

.fade-in.twenty-one {
    -webkit-animation-delay: 13.2s;
    -moz-animation-delay: 13.2s;
    -o-animation-delay: 13.2s;
    animation-delay: 13.2s; }

.fade-in.twenty-two {
    -webkit-animation-delay: 13.6s;
    -moz-animation-delay: 13.6s;
    -o-animation-delay: 13.6s;
    animation-delay: 13.6s; }

.fade-in.twenty-three {
    -webkit-animation-delay: 14s;
    -moz-animation-delay: 14s;
    -o-animation-delay: 14s;
    animation-delay: 14s; }

.fade-in.twenty-four {
    -webkit-animation-delay: 14.4s;
    -moz-animation-delay: 14.4s;
    -o-animation-delay: 14.4s;
    animation-delay: 14.4s; }

.fade-in.twenty-five {
    -webkit-animation-delay: 14.8s;
    -moz-animation-delay: 14.8s;
    -o-animation-delay: 14.8s;
    animation-delay: 14.8s; }

.fade-in.twenty-six {
    -webkit-animation-delay: 15.2s;
    -moz-animation-delay: 15.2s;
    -o-animation-delay: 15.2s;
    animation-delay: 15.2s; }

.fade-in.twenty-seven {
    -webkit-animation-delay: 15.6s;
    -moz-animation-delay: 15.6s;
    -o-animation-delay: 15.6s;
    animation-delay: 15.6s; }

.fade-in.twenty-eight {
    -webkit-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s;
    animation-delay: 16s; }

.fade-in.twenty-nine {
    -webkit-animation-delay: 16.4s;
    -moz-animation-delay: 16.4s;
    -o-animation-delay: 16.4s;
    animation-delay: 16.4s; }

.fade-in.thirty {
    -webkit-animation-delay: 16.8s;
    -moz-animation-delay: 16.8s;
    -o-animation-delay: 16.8s;
    animation-delay: 16.8s; }

.fade-in.thirty-one {
    -webkit-animation-delay: 17.2s;
    -moz-animation-delay: 17.2s;
    -o-animation-delay: 17.2s;
    animation-delay: 17.2s; }

.fade-in.thirty-two {
    -webkit-animation-delay: 17.6s;
    -moz-animation-delay: 17.6s;
    -o-animation-delay: 17.6s;
    animation-delay: 17.6s; }

.fade-in.thirty-three {
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    animation-delay: 18s; }

.fade-in.thirty-four {
    -webkit-animation-delay: 18.4s;
    -moz-animation-delay: 18.4s;
    -o-animation-delay: 18.4s;
    animation-delay: 18.4s; }

.fade-in.thirty-five {
    -webkit-animation-delay: 18.8s;
    -moz-animation-delay: 18.8s;
    -o-animation-delay: 18.8s;
    animation-delay: 18.8s; }

.fade-in.thirty-six {
    -webkit-animation-delay: 19.2s;
    -moz-animation-delay: 19.2s;
    -o-animation-delay: 19.2s;
    animation-delay: 19.2s; }

.fade-in.thirty-seven {
    -webkit-animation-delay: 19.6s;
    -moz-animation-delay: 19.6s;
    -o-animation-delay: 19.6s;
    animation-delay: 19.6s; }

/*---make a basic box ---*/
.flower-pot {
    position: relative;
    margin: 5px 5px 20px;
    float: right; }

.stop-sign {
    padding-right: 30px; }

.flower-pot img {
    vertical-align: bottom; }

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
    height: 716px !important; }
@media (max-width: 767px) {
    .homepage-hero-module {
        height: 350px !important; } }

.no-video .video-container video,
.touch .video-container video {
    display: none; }

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important; }

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000; }

.video-container .poster img {
    width: 100%;
    top: 0;
    bottom: 0;
    position: absolute; }

.video-container .filter {
    z-index: 100;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    display: none; }

.video-container video {
    position: absolute;
    top: 0;
    z-index: 0;
    bottom: 0; }

.video-container video.fillWidth {
    width: 100%; }

.news-block {
    margin-left: 39px;
}
.news-block-row {
    margin-bottom: 1rem; }
.news-block-row a:hover .news-block-info_title {
    text-decoration: underline; }
.news-block-row:last-child {
    margin-bottom: 0; }

.news-block-img {
    border: 1px solid #838383;
	max-width: 180px;
    padding: 5px; }
.news-image-container {
	border: 1px solid #838383;
	padding: 5px;
	margin-bottom: 10px;
}

.aspect-ratio-16by9 {
	position: relative;
	padding-bottom: 56.2%;
	text-align: left;
}

.aspect-ratio-square {
    position: relative;
    padding-bottom: 100%;
    text-align: left;
}

.aspect-ratio-16by9 img,
.aspect-ratio-square img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media (max-width: 767px) {
    .news-block-img {
        text-align: center;
        border: none;
        padding: 0; }
    .news-block-img img {
        border: 1px solid #838383;
	}
}
.news-block-img img {
    display:block;
    width: 100% !important;
    height: auto;
}

.news-block-info a {
	color: #11A0DC;
}
.news-block-info_title {
    font-weight: 700;
    font-size: 24px;
	font-size: 1.35em;
    margin-bottom: 5px; }
.news-block-info_desc {
    font-weight:300;
    font-size: 0.9em; }


.map-block {
    margin-bottom: 15px; }
.map-block-title {
    text-align: center; }
.map-block-title h3 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 30px; }
@media (max-width: 767px) {
    .map-block-title h3 {
        font-size: 20px; } }

.tabs-block {
    text-align: center;
    margin-bottom: 300px; }
@media (max-width: 767px) {
    .tabs-block {
        width: 300px;
        margin: 0 auto 450px; } }
.tabs-block-title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px; }
@media (max-width: 767px) {
    .tabs-block-title {
        font-size: 20px; } }
.tabs-block-desc {
    margin-bottom: 20px; }
.tabs-block-inner {
    position: relative; }
.tabs-block-inner:before, .tabs-block-inner:after {
    content: " ";
    display: table; }
.tabs-block-inner:after {
    clear: both; }
.tabs-block-inner > li {
    display: inline-block;
    vertical-align: top;
    width: 185px;
    font-size: 14px;
    margin-right: 80px; }
@media (max-width: 767px) {
    .tabs-block-inner > li {
        float: left;
        width: 33.333%;
        margin-right: 0; } }
.tabs-block-inner > li:last-child {
    margin-right: 0; }
.tabs-block-inner > li > a {
    display: block;
    color: #000000; }
@media (max-width: 767px) {
    .tabs-block-inner > li > a {
        font-size: 12px; } }
.tabs-block-inner > li > a:focus {
    text-decoration: none; }
.tabs-block-inner > li > a .item-icon {
    height: 60px;
    position: relative; }
.tabs-block-inner > li > a .item-icon:after {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0; }
/*
.tabs-block-inner > li > a .item-text {
    margin-top: 10px; }
.tabs-block-inner > li > a.icon-customer_01 .item-icon:after {
    background: url("../images/icon-customer_01.png") no-repeat;
    width: 56px;
    height: 56px; }
.tabs-block-inner > li > a.icon-customer_02 .item-icon:after {
    background: url("../images/icon-customer_02.png") no-repeat;
    width: 56px;
    height: 56px; }
.tabs-block-inner > li > a.icon-customer_03 .item-icon:after {
    background: url("../images/icon-customer_03.png") no-repeat;
    width: 56px;
    height: 56px; }
.tabs-block-inner > li > a.active {
    text-decoration: none !important; }
.tabs-block-inner > li > a.active .item-text {
    font-weight: 700; }
.tabs-block-inner > li > a.active.icon-customer_01 .item-icon:after {
    background: url("../images/icon-customer_01-active.png") no-repeat;
    width: 56px;
    height: 56px; }
.tabs-block-inner > li > a.active.icon-customer_02 .item-icon:after {
    background: url("../images/icon-customer_02-active.png") no-repeat;
    width: 56px;
    height: 56px; }
.tabs-block-inner > li > a.active.icon-customer_03 .item-icon:after {
    background: url("../images/icon-customer_03-active.png") no-repeat;
    width: 56px;
    height: 56px; }
*/
.tabs-block-item {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border: 1px solid #878787;
    padding: 10px 40px 15px;
    text-align: left;
    margin-top: 10px;
    display: none; }
@media (max-width: 767px) {
    .tabs-block-item {
        padding: 10px 15px; } }
.tabs-block-item:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-color: #11A0DC;
    z-index: 1; }
.tabs-block-item_inner {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 18px; }
@media (max-width: 767px) {
    .tabs-block-item_inner {
        font-size: 14px; } }
.tabs-block-item_title {
    font-size: 24px;
    margin-bottom: 10px; }
@media (max-width: 767px) {
    .tabs-block-item_title {
        font-size: 15px;
        font-weight: 700; } }
.tabs-block-item_list {
    margin-bottom: 0;
    margin-top: 15px; }
.tabs-block-item_list li {
    position: relative;
    padding-left: 15px; }
.tabs-block-item_list li:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }

.step-block {
    text-align: center;
    margin: 40px 0 20px; }
.step-block:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: 1px; }
.step-block-inner {
    overflow: hidden;
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 0; }
.step-block-inner:after {
    content: '';
    position: absolute;
    z-index: -101;
    right: 0;
    left: 0;
    bottom: 20px;
    height: 1px;
    background-color: #11A0DC; }
.step-block-inner:before {
    content: '';
    position: absolute;
    background-color: #fff;
    top: 0;
    right: 0;
    bottom: 21px;
    left: 0;
    z-index: -95; }
.step-block li {
    float: left;
    margin-right: 50px;
    line-height: 38px;
    text-align: center;
    font-weight: 700;
    position: relative; }
@media (max-width: 767px) {
    .step-block li {
        margin-right: 25px; } }
.step-block li span {
    position: relative;
    z-index: -93;
    display: block;
    height: 40px;
    width: 40px;
    border: 1px solid #afadae;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
.step-block li:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
    background-color: #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    z-index: -100;
    border: 1px solid #11A0DC; }
.step-block li:after {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #11A0DC;
    z-index: -94;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
.step-block li:last-child {
    margin-right: 0; }
.step-block li.active {
    color: #ffffff; }
.step-block li.active:after {
    content: ''; }
.step-block li.finish span {
    background-color: #71BF45;
    border-color: #71BF45;
    font-size: 0; }
.step-block li.finish span:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background-color: transparent;
    background-image: url("../images/svg/sprite.svg");
    -moz-background-size: 114px 114px;
    -o-background-size: 114px 114px;
    background-size: 114px 114px;
    width: 24px;
    height: 24px;
    background-position: -12px -12px; }

.data-block-form_row {
    margin-bottom: 10px; }
.data-block-form_row:last-child {
    margin-bottom: 0; }

.data-block-radio_label,
.data-block-check_label {
    float: left;
    line-height: 34px; }

.data-block-radio_block,
.data-block-check_block {
    margin-left: 200px;
    overflow: hidden; }
@media (max-width: 767px) {
    .data-block-radio_block,
    .data-block-check_block {
        margin-left: 150px; } }
.data-block-radio_block > div,
.data-block-check_block > div {
    float: left;
    margin-right: 15px; }
.data-block-radio_block > div:last-child,
.data-block-check_block > div:last-child {
    margin-right: 0; }

.data-block-load {
    width: 400px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px; }
@media (max-width: 767px) {
    .data-block-load {
        width: auto !important; } }
.data-block-load_top {
    overflow: hidden; }
.data-block-load_text {
    line-height: 30px; }
.data-block-load_btn {
    position: relative;
    margin: 10px 0; }
.data-block-load_btn input {
    opacity: 0;
    position: absolute; }
.data-block-load_btn label {
    position: relative;
    z-index: 1; }
.data-block-load_desc {
    font-size: 12px;
    margin-top: 10px; }

.account-block {
    position: absolute;
    top: 0;
    bottom: 0;
}
.account-block.active .account-block-link {
    background-color: #fff;
    border: 2px solid #11A0DC; }
.account-block.active .account-block-link span {
    color: #11A0DC; }
.account-block-link {
    //width: 140px;
    height: 42px;
    font-size: 13px;
    padding-top: 3px;
    text-align: center;
    background-color: #11A0DC;
    line-height: 14px;
    text-transform: capitalize;
    letter-spacing: 1px;
    cursor: pointer; }
.account-block .inner-page {
    text-align: left;
    padding: 0 7px;
    display: table;
}
.account-block .inner-page > div {
    display: table-row;
}
.account-block .inner-page img {
    display:table-cell;
    max-width: 10px;
    margin-top: 13px;
}
.account-block .inner-page span {
    font-size: 12px;
    padding-left: 7px;
    display:table-cell;
    vertical-align: middle;
}
.account-block-link div,
.account-block-link span {
    color: #ffffff;
    margin-top: 3px;
}
.account-block-link span a {
    color: red;
    text-decoration: none; }
.account-block-block {
    position: absolute;
    top: 55px;
    right: 0;
    border: 4px solid #fff;
    padding: 5px;
    z-index: 50;
    width: 260px;
    display: none; }
.account-block-block_inner {
    background-color: #fff;
    color: #000000;
    border: 1px solid #51534f; }
.account-block-block_title {
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    border-bottom: 2px solid #51534f; }
.account-block-block_title .title-text {
    text-transform: uppercase; }
.account-block-block_title .title-zip {
    color: #11A0DC; }
.account-block-block_title .title-address {
    color: #11A0DC; }
.account-block-block_list {
    margin-bottom: 0; }
.account-block-block_list li {
    border-bottom: 2px solid #51534f;
    margin-bottom: 0; }
.account-block-block_list li:last-child {
    border-bottom: 0; }
.page-menu-inner .page-menu-links ul.account-block-block_list li a,
.account-block-block_list li a {
    display: block;
    line-height: 40px;
    color: #000000;
    font-size: 14px;
    position: relative;
    padding-left: 12px; }
.page-menu-inner .page-menu-links ul.account-block-block_list li a span,
.account-block-block_list li a span {
    width: 35px;
    height: 40px;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px; }
.page-menu-inner .page-menu-links ul.account-block-block_list li a:hover,
.page-menu-inner .page-menu-links ul.account-block-block_list li a span:hover,
.account-block-block_list li a:hover,
.account-block-block_list li a span:hover {
    text-decoration:none;
    color: #11A0DC;
}
.account-block-block_list li a span:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.account-block-block_list li a span.icon-account_01:before {
    background: url("../images/icon-acccount_01.png") no-repeat;
    width: 17px;
    height: 17px; }
.account-block-block_list li a span.icon-account_02:before {
    background: url("../images/icon-acccount_02.png") no-repeat;
    width: 20px;
    height: 20px; }
.account-block-block_list li a span.icon-account_03:before {
    background: url("../images/icon-acccount_03.png") no-repeat;
    width: 19px;
    height: 19px; }
.account-block-block_list li a span.icon-account_04:before {
    background: url("../images/icon-acccount_04.png") no-repeat;
    width: 24px;
    height: 24px; }
.account-block-block_list li a span.icon-account_05:before {
    background: url("../images/icon-acccount_05.png") no-repeat;
    width: 30px;
    height: 16px; }
.account-block-block_list li a span.icon-account_06:before {
    background: url("../images/icon-acccount_06.png") no-repeat;
    width: 22px;
    height: 22px; }
.account-block-block_list li a span.icon-account_07:before {
    background: url("../images/icon-acccount_07.png") no-repeat;
    width: 13px;
    height: 21px; }

body.menu-opened {
    overflow: hidden; }

.page-ui_toolkit {
    padding-top: 30px;
    padding-bottom: 100px; }
.page-ui_toolkit-title {
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px; }
.page-ui_toolkit-section {
    padding: 20px;
    background-color: #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    margin-bottom: 30px; }
.page-ui_toolkit-section:last-child {
    margin-bottom: 0; }
.page-ui_toolkit-section_title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px; }
.page-ui_toolkit-section_list:before, .page-ui_toolkit-section_list:after {
    content: " ";
    display: table; }
.page-ui_toolkit-section_list:after {
    clear: both; }
.page-ui_toolkit-section_list > li {
    margin-bottom: 20px;
    margin-right: 20px;
    float: left; }
.page-ui_toolkit-section_list > li:last-child {
    margin-right: 0;
    margin-bottom: 0; }
.page-ui_toolkit-section_list > li > div {
    min-width: 20px;
    min-height: 20px; }

.form-input {
    width: 100%;
    line-height: 24px;
    height: 27px;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.175);
    background-color: transparent;
    z-index: 2;
    position: relative; }

.form-area {
    width: 100%;
    min-height: 130px;
    padding: 10px;
    font-size: 14px;
    background-color: transparent;
    z-index: 2;
    position: relative;
    resize: none;
    border: 1px solid rgba(0, 0, 0, 0.175); }
.form-area:focus::-webkit-input-placeholder {
    color: #ffffff; }
.form-area:focus:-moz-placeholder {
    color: #ffffff; }
.form-area:focus::-moz-placeholder {
    color: #ffffff; }
.form-area:focus:-ms-input-placeholder {
    color: #ffffff; }
.form-area::-webkit-input-placeholder {
    font-weight: 400;
    color: #000000; }
.form-area:-moz-placeholder {
    font-weight: 400;
    color: #000000; }
.form-area::-moz-placeholder {
    font-weight: 400;
    color: #000000; }
.form-area:-ms-input-placeholder {
    font-weight: 400;
    color: #000000; }

.form-label {
    display: inline-block;
    vertical-align: top;
    color: #11A0DC; }

.form-error {
    color: #ed2124;
    font-size: 14px; }

.form-field {
    //position: relative; }
.form-field:before {
    content: '';
    //position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background-color: #11A0DC;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.form-field--full:before {
    opacity: 1; }
.form-field--area:before {
    bottom: 9px; }
.form-field.input-ok:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 10px;
    background: url("../images/icon-valid-ok.png") no-repeat;
    width: 22px;
    height: 20px;
    z-index: 3; }
.form-field.input-fail:after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 10px;
    background: url("../images/icon-valid-no.png") no-repeat;
    width: 17px;
    height: 20px;
    z-index: 3; }
.form-field-placeholder {
    position: absolute;
    bottom: 5px;
    left: 10px;
    font-size: 14px; }

.icon-sheet:before {
    content: '';
    background: url("../images/icon-sheet.png") no-repeat;
    width: 19px;
    height: 18px; }

.page-typography {
    padding: 50px 0 100px; }
.page-typography-title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px; }

.page-home-logo {
    text-align: center;
    margin-top: 4px;
    margin-bottom: 2px;
}
.page-home-logo .container {
    text-align: center;
}
.page-home-logo img {
    max-width: 100%;
    max-height: 100%;
}
.page-home-logo a {
    color: #71BF45;
    font-size: .85em;
    font-weight: 500;
    font-family: Avenir
}
.page-home-logo a:hover {
	text-decoration: none;
}
@media (max-width: 767px) {
    .page-home-logo {
        display: none; } }

.page-home-title {
    background-color: #dadada;
    height: 716px;
    position: relative;
	margin-bottom: 1rem;
	}
@media screen and (min-width: 1141px) and (max-height:819px) {
    .page-home-title {
        height: 500px;
        padding-top:20px;
    }
}
@media screen and (min-width: 1141px) and (max-height:819px), (max-width: 1141px) {
    .page-home-title_inner h1, .page-home-title_inner h2 {
    	margin-bottom: 2px !important;
    }
    .homepage-announcement {
    	margin-top: 0px !important;
	    font-size: .9em !important;
	    padding: 0px 20px !important;
	    font-weight: 400 !important;
	    line-height: 1em !important;
	    margin-bottom: 4px !important;
    }
	.homepage-announcement div {
		padding: 8px 4px !important;
	}
	.homepage-announcement p {
		margin-bottom: 10px !important;
	}
	.homepage-announcement button {
		font-size: .7em !important;
		padding: 10px !important;
		margin-top: 4px !important;
	    height: 36px !important;
	}
}

@media (min-width: 767px) {
	.page-home-title_inner {
		text-shadow:1px 1px 2px #234444;
		/* Green */
		background: rgba(114, 191, 68, 0.8);
		
		/* Blue */
		//background: rgba(0, 160, 220, 0.8);
		width: 70%;
	}
}

@media (max-width: 767px) {
    .page-home-title {
        height: 350px; } }
.page-home-img-block {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }
.page-home-title .container {
    position: relative;
    height: 100%; }
.page-home-title_inner {
    text-align: center;
    color: #ffffff;
	padding: 1rem;
}
.page-home-title_inner {
    text-shadow:1px 1px 2px #234444;
	/* Green */
	background: rgba(114, 191, 68, 0.8);
	
	/* Blue */
	//background: rgba(0, 160, 220, 0.8);
}
.page-home-title_inner h1 {
    margin-bottom: 10px;
    text-shadow: 2px 2px 1px #234444;
}
@media (max-width: 767px) {
    .page-home-title_desc {
        font-size: 14px;
        padding: 0 15px; }
    .page-home-title_desc br {
        display: none; } }

/* special welcome message for hero's with call to action */
.top-left-welcome {
  text-align: left;
}
.top-left-welcome h1 {
  font-size: 1.275em;
}
.top-left-welcome h2 {
  font-size: 1em;
}
.hero-call-to-action {
  width: 50%;
  margin-top: -100px;
  padding-right: 200px;

}
.call-to-action-btn {
  background-color: #11CC11;
}

.page-home-title_tabs {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    margin-bottom: 0; }
@media (max-width: 767px) {
    .page-home-title_tabs {
        display: none; } }
.page-home-title_tabs > li {
    display: inline-block;
    vertical-align: bottom;
    width: 205px;
    min-height: 177px;
    margin-right: 6px;
    margin-bottom: 0;
    position: relative;
    padding: 5px;
    border: 1px solid #fff;
    overflow: hidden; }
.page-home-title_tabs > li:last-child {
    margin-right: 0; }
.page-home-title_tabs > li:hover {
    height: auto; }
.page-home-title_tabs > li:hover .tab-block .tab-icon {
    height: 10px;
    opacity: 0; }
.page-home-title_tabs > li .tab-inner {
    background-color: rgba(113, 191, 69, .7);
    min-height: 165px; }
.page-home-title_tabs > li .tab-block {
    color: #ffffff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    padding: 0 10px; }
.page-home-title_tabs > li .tab-block .tab-icon {
    height: 95px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.page-home-title_tabs > li .tab-block .tab-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.page-home-title_tabs > li .tab-block .tab-text {
    font-size: 18px;
    height: 50px;
    overflow: hidden;
    position: relative; }
.page-home-title_tabs > li .tab-block .tab-text-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap; }
.page-home-title_tabs > li .tab-block .tab-text-inner span {
    display: block; }
.page-home-title_tabs > li .tab-menu {
    display: none;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 10px; }
.page-home-title_tabs > li .tab-menu li {
    display:block;
	margin-bottom: 0;
	height:auto;
    border-top: 2px solid #fff; }
.page-home-title_tabs > li .tab-menu li a {
    display: block;
    /*line-height: 50px;*/
	line-height:1.4;
	padding-top:10px;
	min-height:50px;
    font-weight: 300;
    color: #ffffff; }
.page-home-title_tabs > li .tab-menu li a:hover {
    background-color: rgba(113, 191, 69, 1);
    text-decoration: none; }
#static_tab{
    overflow:visible    
}
.page-home-title_tabs > li:hover{
    cursor:pointer;
}
.page-home-title_tabs > li .sub-tab-content{
    position:absolute;
    display:none;
    left:200px;
    bottom:5px;
    background-color: rgba(17, 160, 220, .8);
    border:1px solid #fff;
    z-index:2;
    width:200px;
}
.page-home-title_tabs > li .sub-tab-content ul{
    display:none;
    margin:0;
}
.page-home-title_tabs > li .sub-tab-content ul li{
    border-top:1px solid #fff;
    padding:11px
}
.page-home-title_tabs > li .sub-tab-content ul li:hover{
    background-color: rgba(17, 160, 220, .9);
}
.page-home-title_tabs > li .sub-tab-content ul a{
    color:#fff;
    font-weight:normal
}
.page-menu-links li:hover{
    cursor:pointer;
}
.page-menu-links .nav-sub-tab-content{
    position:absolute;
    display:none;
    left:168px;
    top:50px;
    background-color: #fff;
    border:1px solid #ccc;
    z-index:2;
    width:150px;
}
.page-menu-links .nav-sub-tab-content ul{
    display:none;
    margin:0;
}
.page-menu-links .nav-sub-tab-content ul li{
    border-top:1px solid #fff;
    padding:2px 0 
}
.page-menu-links .nav-sub-tab-content ul li:hover{
    background-color: rgba(17, 160, 220, .9);
}
.page-menu-links .nav-sub-tab-content ul li a{
    display:block;
    padding-left:10px;
    color:#11A0DC;
    font-size:14pt;
    font-weight:100
}
.page-menu-links .nav-sub-tab-content ul li a:hover{
    color:#fff;
}
.page-home-body h2 {
    padding-left: 39px;
    text-align: left; }
.page-home-body_desc {
    text-align: center;
    margin-bottom: 45px; }
.page-home-body_desc p {
    margin-bottom: 0; }
@media (max-width: 767px) {
    .page-home-body .row > div:last-child {
        margin-bottom: 0; } }

.page-home-article {
	text-align: center; }
.page-home-article a {
    display: block;
}
.page-home-article a:hover .page-home-article_desc b {
    text-decoration: underline; }
.page-home-article_title {
    font-size: 1.1em;
    color: #71BF45;
    font-weight: bold;
    line-height: 35px; 
    margin-bottom: 7px;}
@media (max-width: 767px) {
    .page-home-article_title {
        line-height: 100%; } }
.page-home-article_img {
    padding: 5px;
    border: 1px solid #9fa0a3;
    margin-bottom: 20px;
	padding-bottom: 56.2%; }
.page-home-article_img .img-inner {
    width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
	background-position: center center;	}
@media (max-width: 767px) {
    .page-home-article_img .img-inner {
        height: 100%; } }
@media (max-width: 767px) {
    .page-home-article_img {
		margin: 0 auto; } }
.page-home-article_desc {
    font-weight: 300;
    font-size: .9em;
    font-style: italic; }
.page-home-article_desc b {
    display: block; }

.page-home-menu {
    width: 290px;
    margin: 10px auto 20px; }
@media (min-width: 768px) {
    .page-home-menu {
        display: none; } }
.page-home-menu_desc {
    text-align: center;
    margin-bottom: 15px; }
.page-home-menu_list {
    margin-bottom: 0; }
.page-home-menu_list li {
    margin-bottom: 0;
    border-bottom: 1px solid #000;
    padding: 2px 0; }
.page-home-menu_list li:first-child {
    border-top: 1px solid #000; }
.page-home-menu_list li a {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
    padding-left: 50px;
    line-height: 40px;
    position: relative; }
.page-home-menu_list li a span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px; }
.page-home-menu_list li a span:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important; }
.page-home-menu_list li a span.icon-menu_pay_my_bill:after {
    background: url("../images/icon-bill-pay-mobile.png") no-repeat;
    width: 25px;
    height: 30px; }
.page-home-menu_list li a span.icon-menu_01:after {
    background: url("../images/icon-star-mobile.png") no-repeat;
    width: 25px;
    height: 25px; }
.page-home-menu_list li a span.icon-menu_02:after {
    background: url("../images/icon-truck-mobile.png") no-repeat;
    width: 35px;
    height: 18px; }
.page-home-menu_list li a span.icon-menu_03:after {
    background: url("../images/icon-planet-mobile.png") no-repeat;
    width: 22px;
    height: 22px; }
.page-home-menu_list li a.menu-popular.active {
    background: -webkit-gradient(linear, left top, right top, from(#11A0DC), to(#71BF45));
    background: -webkit-linear-gradient(left, #11A0DC 0%, #71BF45 100%);
    background: -moz-linear-gradient(left, #11A0DC 0%, #71BF45 100%);
    background: -o-linear-gradient(left, #11A0DC 0%, #71BF45 100%);
    background: linear-gradient(to right, #11A0DC 0%, #71BF45 100%); }
.page-home-menu_list li a.menu-truck.active {
    background-color: #11A0DC; }
.page-home-menu_list li a.menu-planet.active {
    background-color: #71BF45; }

.page-home--local a {
	color: #11A0DC;
}
.page-home--local a.btn-primary,
.page-home--local .btn a {
	color: white;
}
.page-home--local .page-home-title {
    /*background: url("../images/local-bg.png") no-repeat;*/
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
.page-home--local .page-home-title_desc {
    font-size: 18px;
    font-weight: 700; }
.page-home--local .page-home-title_tabs > li .tab-inner {
    background-color: rgba(17, 160, 220, .9);
}
.page-home--local .page-home-title_tabs > li .tab-menu a:hover {
    background-color: rgba(17, 160, 220, 1);
}
.page-home--local .page-home-body_inner {
    margin: 0 auto; }
@media (max-width: 767px) {
    .page-home--local .page-home-body_inner {
        width: auto; } }
.page-home--local .page-home-body h2 {
    text-align: left; }
.page-home--local .page-home-body_articles .article-row {
    overflow: hidden;
    position: relative; }
@media (max-width: 767px) {
	.page-home-body_articles .row>div:last-child article {
		margin-bottom: 0;
	}
}

.page-home--local .page-home-article {
    padding: 0; }
@media (max-width: 767px) {
    .page-home-article {
        margin: 0 auto 20px; } }
.page-home--local .page-home-article_title {
    font-size: 1.1em;
    font-weight: bold;
    color: #11A0DC;
    margin-bottom: 7px;
    line-height: 100%; }

.page-home--local .page-home-article--left {
    float: left; }
@media (max-width: 767px) {
    .page-home--local .page-home-article--left {
        float: none; } }
.page-home--local .page-home-article--center {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0; }
@media (max-width: 767px) {
    .page-home--local .page-home-article--center {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none; } }
.page-home--local .page-home-article--right {
    float: right; }
@media (max-width: 767px) {
    .page-home--local .page-home-article--right {
        float: none; } }

/* Contact Page */
.page-contact_btn {
    text-align: center; }
.page-contact_btn li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
.page-contact_btn li:last-child {
    margin-right: 0; }
.page-contact-form {
    padding: 0 190px; }
@media (max-width: 767px) {
    .page-contact-form {
        padding: 0; } }

.page-contact-info {
    text-align: center;
    margin-bottom: 40px; }
.page-contact-info_inner {
    width: 775px;
    border: 1px solid #000;
    padding: 10px;
    margin: 0 auto 10px; }
@media (max-width: 767px) {
    .page-contact-info_inner {
        width: auto; } }
.page-contact-info_title {
    font-weight: 700;
    margin-bottom: 5px; }
.page-contact-info_desc {
    margin-bottom: 10px; }
.page-contact-info_desc p {
    margin-bottom: 0; }
.page-contact-info_img {
    width: 180px;
    margin: 0 auto; }
.page-contact-locations_list {
    width: 1070px;
    margin: 0 auto; }
@media (max-width: 767px) {
    .page-contact-locations_list {
        width: auto; } }
.page-contact-locations_list .list-item {
    padding: 15px 40px;
    overflow: hidden;
    margin-bottom: 20px; }
@media (max-width: 767px) {
    .page-contact-locations_list .list-item {
        padding: 15px 20px; } }
.page-contact-locations_list .list-item:nth-child(odd) {
    border: 1px solid #000; }
.page-contact-locations_list .list-item:last-child {
    margin-bottom: 0; }
.page-contact-locations_list .list-item-img {
    float: left;
    width: 110px;
    text-align: center; }
@media (max-width: 767px) {
    .page-contact-locations_list .list-item-img {
        float: none;
        width: auto;
        margin-bottom: 20px; } }
.page-contact-locations_list .list-item-img span {
    font-size: 12px; }
.page-contact-locations_list .list-item-info {
    margin-left: 20px;
    width: 550px;
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #11A0DC;
    padding-right: 50px; }
@media (max-width: 767px) {
    .page-contact-locations_list .list-item-info {
        width: auto;
        margin-left: 0;
        border-right: 0;
        border-bottom: 1px solid #11A0DC;
        margin-bottom: 20px;
        text-align: center;
        padding: 0 0 20px; } }
.page-contact-locations_list .list-item-info_title {
    margin-bottom: 5px;
    font-size: 24px; }
.page-contact-locations_list .list-item-info_link {
    margin-top: 30px; }
.page-contact-locations_list .list-item-right {
    float: right;
    text-align: right;
    margin-bottom: 0;
    font-size: 16px;
	max-width: 300px; }
.page-contact-locations_list .list-item-right-manage-account {
    text-align: center;
	min-width: 300px;	}
@media (max-width: 767px) {
    .page-contact-locations_list .list-item-right {
        float: none;
        text-align: center; } }
.page-contact-locations_list .list-item-right li p {
    margin-bottom: 0; }

/* Used on PAGE-CONTACTFORM*/
.page-contact_listbox > div {
    text-align: center;
    margin-bottom: 10px; }
.page-contact_listbox .listbox-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }
@media (max-width: 767px) {
    .page-contact_listbox .listbox-item {
        margin-bottom: 10px; } }
.page-contact_listbox .listbox-item:first-child {
    margin-left: 30px;
}
.page-contact_listbox .listbox-item:last-child {
    margin-right: 0; }
.page-contact_listbox .listbox-item input:not(checked) {
    position: absolute;
    opacity: 0; }
.page-contact_listbox .listbox-item input:not(checked) + label {
    display: block;
    cursor: pointer;
    border: 1px solid #878787;
    height: 90px;
    width: 120px;
    position: relative;
    text-align: center;
    font-weight: 400; }
.page-contact_listbox .listbox-item input:not(checked) + label span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px; }
.page-contact_listbox .listbox-item input:checked + label {
    color: #ffffff; }
.page-contact_listbox .listbox-item input:checked + label:before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background-color: #118ED4; }
.contact-address .form-field:before {
    height: 39px;
}
textarea.two-rows {
    height: 45px;
    min-height: 45px;
}
.page-contact .form-error { display: none; }

.page-faq {
    padding-bottom: 50px; }
.page-faq-tabs {
    margin-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #000;
}
.page-faq-tabs:before, .page-faq-tabs:after {
    content: " ";
    display: table; }
.page-faq-tabs:after {
    clear: both; }
.page-faq-tabs li {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0;
    padding-bottom: 35px;
    margin-right: 70px; }
.page-faq-tabs li:last-child {
    margin-right: 0; }
@media (max-width: 767px) {
    .page-faq-tabs li {
        float: left;
        width: 50%;
        margin-right: 0; } }
.page-faq-tabs li a {
    display: block;
    text-align: center;
    color: #000000; }
.page-faq-tabs li a .tab-icon {
    height: 90px;
    position: relative; }
.page-faq-tabs li a .tab-icon img {
    height: 68px;
}
.page-faq-tabs li a .tab-icon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.page-faq-tabs li a .tab-icon--recycling:before {
    background: url("../images/faq-icon_01.png") no-repeat;
    background-size: 66px 65px;
    width: 69px;
    height: 68px; }
.page-faq-tabs li a .tab-icon--composting:before {
    background: url("../images/faq-icon_02.png") no-repeat;
    background-size: 72px 65px;
    width: 75px;
    height: 68px; }
.page-faq-tabs li a .tab-icon--trash:before {
    background: url("../images/faq-icon_03.png") no-repeat;
    background-size: 54px 65px;
    width: 57px;
    height: 68px; }
.page-faq-tabs li a .tab-icon--bins:before {
    background: url("../images/faq-icon_04.png") no-repeat;
    background-size: 43px 65px;
    width: 46px;
    height: 68px; }
.page-faq-tabs li a .tab-icon--services:before {
    background: url("../images/faq-icon_05.png") no-repeat;
    background-size: 49px 65px;
    width: 52px;
    height: 68px; }
.page-faq-tabs li a .tab-icon--specialty:before {
    background: url("../images/faq-icon_06.png") no-repeat;
    background-size: 47px 65px;
    width: 50px;
    height: 68px; }
.page-faq-tabs li a .tab-name {
    color: #000000;
    font-size: .9em;
    font-weight: 700; }
.page-faq-tabs li a.active .tab-name {
    color: #11A0DC;
}
.page-faq-tabs li a.active .tab-icon--recycling:before {
    background: url("../images/faq-icon_01-active.png") no-repeat;
    background-size: 66px 65px;
    width: 69px;
    height: 68px; }
.page-faq-tabs li a.active .tab-icon--composting:before {
    background: url("../images/faq-icon_02-active.png") no-repeat;
    background-size: 72px 65px;
    width: 75px;
    height: 68px; }
.page-faq-tabs li a.active .tab-icon--trash:before {
    background: url("../images/faq-icon_03-active.png") no-repeat;
    background-size: 54px 65px;
    width: 57px;
    height: 68px; }
.page-faq-tabs li a.active .tab-icon--bins:before {
    background: url("../images/faq-icon_04-active.png") no-repeat;
    background-size: 43px 65px;
    width: 46px;
    height: 68px; }
.page-faq-tabs li a.active .tab-icon--services:before {
    background: url("../images/faq-icon_05-active.png") no-repeat;
    background-size: 49px 65px;
    width: 52px;
    height: 68px; }
.page-faq-tabs li a.active .tab-icon--specialty:before {
    background: url("../images/faq-icon_06-active.png") no-repeat;
    background-size: 47px 65px;
    width: 50px;
    height: 68px; }
.page-faq-tabs li a.active .tab-name {
    color: #11A0DC; }
.page-faq-tabs li a:hover, .page-faq-tabs li a:focus {
    text-decoration: none; }
.page-faq-tabs li:hover a div {
    color: #11A0DC;
}
.page-faq-content {
    display: none; }
.page-faq-content_title {
    text-align: center;
    margin-bottom: 30px; }
#check-category-all {
    cursor: pointer;
}

/* Moved .page-faq-content_questions styles to content.css
 * to support visual editing.
 * Leaving collapse, hover, and click styling here since we only
 * want to show fully expanded styles on the editor.
 */
.page-faq-content_questions .question-item.active .question-item-link {
    color: #11A0DC; }
.page-faq-content_questions .question-item.active .question-item-link:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #11A0DC;
    top: 11px; }
.page-faq-content_questions .question-item-link:hover {
    text-decoration: underline; }
.page-faq-content_questions .question-item-block {
    display: none; }

.page-customer {
    padding-bottom: 200px; }
@media (max-width: 767px) {
    .page-customer {
        padding-bottom: 50px; } }

.page-nearby {
    padding-bottom: 100px; }
@media (max-width: 767px) {
    .page-nearby {
        padding-bottom: 50px; } }
.page-nearby-info {
    margin-bottom: 45px; }
.page-nearby-info_left {
    padding: 0 39px; }
@media (max-width: 767px) {
    .page-nearby-info_left {
        padding: 0;
        width: 300px;
        margin: 0 auto; } }
.page-nearby-info_address {
    text-align: left;
    border: 1px solid #000;
    padding: 10px;
    margin-bottom: 15px; }
.page-nearby-info_address:before, .page-nearby-info_address:after {
    content: " ";
    display: table; }
.page-nearby-info_address:after {
    clear: both; }
.page-nearby-info_address .address-left {
    display: inline-block;
    vertical-align: top;
    padding-left: 10px; }
@media (max-width: 767px) {
    .page-nearby-info_address .address-left {
        display: block; } }
.page-nearby-info_address .address-left-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 100%; }
.page-nearby-info_address .address-left-list {
    margin-bottom: 0; }
.page-nearby-info_address .address-left-list li {
    margin-bottom: 0; }
.page-nearby-info_address .address-right {
    float: right;
    height: 130px;
    width: 130px;
    border: 1px solid #11A0DC; }
@media (max-width: 767px) {
    .page-nearby-info_address .address-right {
        float: left;
        width: auto;
        margin-top: 10px; } }
.page-nearby-info_time {
    padding: 5px;
    border: 1px solid #000; }
.page-nearby-info_time .time-inner {
    background-color: #11A0DC;
    padding: 10px 15px;
    color: #ffffff; }
.page-nearby-info_time .time-title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 100%; }
.page-nearby-info_time .time-list {
    margin-bottom: 10px; }
.page-nearby-info_time .time-list li {
    margin-bottom: 0; }
.page-nearby-info_time .time-desc {
    font-style: italic;
    line-height: 19px; }
.page-nearby-info_desc {
    padding: 0 39px; }
@media (max-width: 767px) {
    .page-nearby-info_desc {
        padding: 0;
        margin-top: 20px; } }
.page-nearby-info_desc .desc-title {
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 100%; }
.page-nearby-table_header {
    background-color: #000;
    overflow: hidden;
    display: table;
    width: 100%;
    margin-bottom: 10px; }
@media (max-width: 767px) {
    .page-nearby-table_header {
        display: none; } }
.page-nearby-table_header .table-item {
    line-height: 40px;
    color: #ffffff;
    text-align: center; }
.page-nearby-table_row {
    display: table;
    width: 100%;
    border-bottom: 1px solid #000; }
@media (max-width: 767px) {
    .page-nearby-table_row {
        display: block; } }
.page-nearby-table_row:last-child {
    border-bottom: 0; }
.page-nearby-table_row .table-item {
    padding: 5px 25px;
    border-right: 1px solid #000; }
.page-nearby-table_row .table-item:last-child {
    border-right: 0; }
.page-nearby-table .table-item {
    display: table-cell;
    vertical-align: middle; }
@media (max-width: 767px) {
    .page-nearby-table .table-item {
        display: block;
        width: auto !important;
        padding: 10px 0; } }
.page-nearby-table .table-item--name {
    width: 320px; }
.page-nearby-table .table-item--center {
    width: 500px; }
.page-nearby-table .table-item--rate {
    width: 350px; }

.page-pmb {
    padding-bottom: 0px;!important }

.page-organics-desc {
    margin-bottom: 1em; }
.page-organics-desc_title {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px; }
.page-organics-video {
    text-align: center;
    margin-bottom: 25px; }
.page-organics-video_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px; }
.page-organics-video_box {
    width: 550px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #aeafb2; }
@media (max-width: 767px) {
    .page-organics-video_box {
        width: 300px; } }
.page-organics-info {
    padding: 0 39px;
    overflow: hidden;
    margin-bottom: 120px; }
@media (max-width: 767px) {
    .page-organics-info {
        padding: 0;
        margin-bottom: 20px; } }
.page-organics-info_img {
    width: 430px;
    border: 1px solid #000;
    padding: 5px;
    text-align: center;
    float: left; }
@media (max-width: 767px) {
    .page-organics-info_img {
        float: none;
        width: auto; } }
.page-organics-info_text {
    margin-left: 480px; }
@media (max-width: 767px) {
    .page-organics-info_text {
        margin-left: 0;
        margin-top: 15px; } }
.page-organics-farms {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 39px; }
@media (max-width: 767px) {
    .page-organics-farms {
        padding: 0; } }
.page-organics-farms_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px; }
.page-organics-graph {
    padding: 0 39px;
    text-align: center;
    margin-bottom: 100px; }
@media (max-width: 767px) {
    .page-organics-graph {
        padding: 0;
        margin-bottom: 30px; } }
.page-organics-graph_box {
    position: relative;
    padding: 0 39px;
    text-align: left;
    margin: 30px 0 35px; }
.page-organics-graph_box:before, .page-organics-graph_box:after {
    content: " ";
    display: table; }
.page-organics-graph_box:after {
    clear: both; }
@media (max-width: 767px) {
    .page-organics-graph_box {
        padding: 0; } }
.page-organics-graph_box .graph-img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 410px;
    height: 410px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%; }
@media (max-width: 767px) {
    .page-organics-graph_box .graph-img {
        width: 300px;
        height: 300px;
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin-bottom: 20px; } }
.page-organics-graph_box .graph-left {
    display: inline-block;
    vertical-align: top; }
@media (max-width: 767px) {
    .page-organics-graph_box .graph-left {
        display: block;
        margin-bottom: 15px; }
    .page-organics-graph_box .graph-left:before, .page-organics-graph_box .graph-left:after {
        content: " ";
        display: table; }
    .page-organics-graph_box .graph-left:after {
        clear: both; } }
.page-organics-graph_box .graph-right {
    float: right; }
@media (max-width: 767px) {
    .page-organics-graph_box .graph-right {
        float: none; }
    .page-organics-graph_box .graph-right:before, .page-organics-graph_box .graph-right:after {
        content: " ";
        display: table; }
    .page-organics-graph_box .graph-right:after {
        clear: both; } }
.page-organics-graph_box .graph-item {
    width: 305px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 50px; }
@media (max-width: 767px) {
    .page-organics-graph_box .graph-item {
        width: 50%;
        float: left;
        margin-bottom: 0; } }
.page-organics-graph_box .graph-item:last-child {
    margin-bottom: 0; }
.page-organics-graph_box .graph-item-icon {
    background: url("../images/icon-star.png") no-repeat;
    width: 47px;
    height: 47px;
    margin: 0 auto; }
.page-organics-graph_box .graph-item-title {
    margin: 10px 0 15px;
    font-size: 36px; }
@media (max-width: 767px) {
    .page-organics-graph_box .graph-item-title {
        font-size: 20px; } }
.page-organics-graph_box .graph-item-desc {
    font-style: italic;
    min-height: 50px; }
@media (max-width: 767px) {
    .page-organics-graph_box .graph-item-desc {
        font-size: 13px; } }
.page-organics-product {
    margin-bottom: 115px; }
.page-organics-product_body {
    margin-top: 40px;
    padding: 0 39px; }
@media (max-width: 767px) {
    .page-organics-product_body {
        padding: 0; } }
.page-organics-product_item {
    border: 1px solid #000;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 40px; }
.page-organics-product_item:last-child {
    margin-bottom: 0; }
.page-organics-product_item .item-img {
    float: left;
    width: 195px; }
@media (max-width: 767px) {
    .page-organics-product_item .item-img {
        float: none;
        width: auto;
        text-align: center; } }
.page-organics-product_item .item-info {
    margin-left: 205px;
    position: relative;
    min-height: 195px;
    padding-bottom: 35px; }
@media (max-width: 767px) {
    .page-organics-product_item .item-info {
        margin-left: 0;
        margin-top: 20px;
        padding: 5px; } }
.page-organics-product_item .item-info-title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 24px; }
.page-organics-product_item .item-info-link {
    position: absolute;
    left: 0;
    bottom: 0; }
@media (max-width: 767px) {
    .page-organics-product_item .item-info-link {
        position: static;
        margin-top: 10px; } }
.page-organics-product_item .item-info-link a {
    font-weight: 700; }

.page-debris h2 {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center; }
@media (max-width: 767px) {
    .page-debris h2 {
        font-size: 25px; } }
.page-debris h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center; }
.page-debris-box {
    width: 300px;
    margin: 0 auto;
    padding-top: 20px; }
.page-debris-box_title {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px; }
.page-debris-box_img {
    padding: 10px;
    margin-bottom: 30px; }
.page-debris-box_qty {
    padding: 3px;
    border: 1px solid #000; }
.page-debris-box_qty .qty-inner {
    background-color: #11A0DC;
    text-align: center;
    color: #ffffff;
    padding: 5px 0 10px; }
.page-debris-box_qty .qty-label {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px; }
.page-debris-box_qty .qty-calc {
    margin-bottom: 20px; }
.page-debris-box_qty .qty-calc-item {
    display: inline-block;
    vertical-align: middle;
    width: 85px;
    text-align: center; }
.page-debris-box_qty .qty-calc-btn {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #000;
    background-color: #fff;
    position: relative; }
.page-debris-box_qty .qty-calc-btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    background-size: contain !important; }
.page-debris-box_qty .qty-calc-minus:before {
    background: url("../images/icon-minus.png") no-repeat;
    width: 14px;
    height: 3px; }
.page-debris-box_qty .qty-calc-plus:before {
    background: url("../images/icon-plus.png") no-repeat;
    width: 15px;
    height: 15px; }
.page-debris-box_qty .qty-calc-number {
    color: #fff;
    font-size: 70px;
    line-height: 100%;
    background-color: transparent;
    border: 0;
    text-align: center; }
.page-debris-box_qty .qty-btn a {
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    border: 1px solid #000;
    width: 120px;
    font-size: 13px;
    margin-right: 5px; }
.page-debris-box_qty .qty-btn a:first-child {
    background-color: #fff; }
.page-debris-box_qty .qty-btn a:last-child {
    margin-right: 0;
    color: #ffffff; }
.page-debris-step_title {
    text-align: center;
    margin-bottom: 30px; }
.page-debris-step_btn {
    text-align: center; }
.page-debris-step_btn li {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px; }
.page-debris-step_btn li:last-child {
    margin-right: 0; }
.page-debris-step_tabs {
    text-align: center; }
.page-debris-step_tabs .tabs-list-input {
    display: block;
    margin: 5px 0; }
.page-debris-step_tabs .tabs-list-input input {
    font-size: 24px;
    line-height: 25px;
    font-style: normal;
    border: 0 none;
    text-align: center;
    color: #000;
    max-width: 100%;
    font-weight: bold; }
.page-debris-step_tabs .tabs-list > li {
    display: inline-block;
    vertical-align: top;
    width: 115px;
    border: 1px solid #888888;
    margin-right: 10px;
    font-size: 14px;
    padding: 3px;
    cursor: pointer; }
@media (min-width: 1180px) {
    .page-debris-step_tabs .tabs-list > li:hover {
        background: #11A0DC; } }
@media (max-width: 767px) {
    .page-debris-step_tabs .tabs-list > li {
        width: 100%;
        display: block;
        margin-right: 0; } }
.page-debris-step_tabs .tabs-list > li:last-child {
    margin-right: 0; }
.page-debris-step_tabs .tabs-list-inner {
    display: block;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px; }
@media (max-width: 767px) {
    .page-debris-step_tabs .tabs-list-inner {
        display: none; } }
.page-debris-step_tabs .tabs-list-inner.active {
    background-color: #11A0DC;
    color: #ffffff; }
.page-debris-step_tabs .tabs-list-inner.active .tabs-list-qty {
    display: block;
    opacity: 1; }
.page-debris-step_tabs .tabs-list-inner.active .tabs-list-qty span {
    color: #11A0DC; }
.page-debris-step_tabs .tabs-list-inner.active .tabs-list-qty b {
    color: #000000; }
.page-debris-step_tabs .tabs-list-title {
    line-height: 17px; }
.page-debris-step_tabs .tabs-list-title span {
    display: block; }
.page-debris-step_tabs .tabs-list-icon {
    height: 60px;
    position: relative; }
.page-debris-step_tabs .tabs-list-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.page-debris-step_tabs .tabs-list-qty {
    background-color: #fff;
    font-size: 12px;
    text-transform: none;
    line-height: 100%;
    font-style: italic;
    padding: 5px 0;
    margin-top: 10px;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
.page-debris-step_tabs .tabs-list-qty span {
    display: block; }
.page-debris-step_tabs .tabs-list-qty b {
    font-size: 24px;
    line-height: 25px;
    font-style: normal; }
@media (min-width: 768px) {
    .page-debris-step_tabs .tabs-list-mobile {
        display: none; } }
@media (max-width: 767px) {
    .page-debris-step_tabs .tabs-list-mobile {
        position: relative;
        padding: 5px 0; }
    .page-debris-step_tabs .tabs-list-mobile .tabs-list-mobile_order {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 3px;
        height: 30px;
        width: 30px;
        border: 1px solid #000;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        line-height: 28px;
        text-align: center;
        color: #ffffff;
        background-color: #11A0DC; }
    .page-debris-step_tabs .tabs-list-mobile .tabs-list-mobile_img {
        width: 100px;
        text-align: center;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 0; }
    .page-debris-step_tabs .tabs-list-mobile .tabs-list-mobile_img img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .page-debris-step_tabs .tabs-list-mobile .tabs-list-mobile_info {
        margin-left: 110px;
        text-align: left;
        font-size: 12px; }
    .page-debris-step_tabs .tabs-list-mobile .tabs-list-mobile_info .info-title {
        font-weight: 700;
        margin-bottom: 5px; }
    .page-debris-step_tabs .tabs-list-mobile .tabs-list-mobile_info .info-desc {
        margin-bottom: 10px; }
    .page-debris-step_tabs .tabs-list-mobile .tabs-list-mobile_info .info-desc span {
        font-weight: 700;
        display: block; } }
.page-debris-step_tabs .tabs-info {
    padding: 0 185px;
    text-align: left;
    overflow: hidden;
    margin-bottom: 50px; }
@media (max-width: 767px) {
    .page-debris-step_tabs .tabs-info {
        display: none; } }
.page-debris-step_tabs .tabs-info h3 {
    text-align: center; }
.page-debris-step_tabs .tabs-info-left {
    float: left;
    width: 360px; }
@media (max-width: 767px) {
    .page-debris-step_tabs .tabs-info-left {
        float: none;
        width: auto; } }
.page-debris-step_tabs .tabs-info-right {
    margin-left: 400px; }
@media (max-width: 767px) {
    .page-debris-step_tabs .tabs-info-right {
        margin-left: 0;
        text-align: center; } }
.page-debris-step_message {
    margin-bottom: 20px; }
.page-debris-step_message .message-title {
    margin-bottom: 10px; }
.page-debris-step_placed {
    margin-bottom: 60px; }
.page-debris-step_placed .placed-box {
    text-align: center;
    margin-bottom: 10px; }
.page-debris-step_placed .placed-box-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }
@media (max-width: 767px) {
    .page-debris-step_placed .placed-box-item {
        margin-bottom: 10px; } }
.page-debris-step_placed .placed-box-item:last-child {
    margin-right: 0; }
.page-debris-step_placed .placed-box-item input:not(checked) {
    position: absolute;
    opacity: 0; }
.page-debris-step_placed .placed-box-item input:not(checked) + label {
    display: block;
    cursor: pointer;
    border: 1px solid #000;
    height: 60px;
    width: 100px;
    position: relative;
    text-align: center;
    font-weight: 400; }
.page-debris-step_placed .placed-box-item input:not(checked) + label span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px; }
.page-debris-step_placed .placed-box-item input:checked + label {
    color: #ffffff; }
.page-debris-step_placed .placed-box-item input:checked + label:before {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    background-color: #11A0DC; }
.page-debris-step_placed .placed-desc {
    text-align: center;
    font-weight: 700;
    font-style: italic;
    font-size: 14px; }
.page-debris-step_delivery {
    text-align: center;
    margin-bottom: 70px; }
.page-debris-step_delivery .date-item {
    display: inline-block;
    vertical-align: top;
    width: 110px;
    margin-right: 15px;
    text-align: left; }
@media (max-width: 767px) {
    .page-debris-step_delivery .date-item {
        width: 85px; } }
.page-debris-step_delivery .date-item:last-child {
    margin-right: 0; }
.page-debris-step_delivery .date-item label {
    color: #000000;
    font-size: 18px; }
.page-debris-step_delivery .date-item input {
    height: 45px;
/*    line-height: 43px;*/
    font-size: 18px; }
.page-debris-step .data-block {
    margin-bottom: 30px; }
.page-debris-step .data-block .form-label {
    color: #000000;
    font-size: 18px; }
.page-debris-step .data-block .form-input {
    height: 45px;
    line-height: 43px;
    font-size: 18px; }
.page-debris-step .data-block .data-block-load {
    width: 500px; }
.page-debris-step_table {
    width: 700px;
    margin: 0 auto 60px; }
@media (max-width: 767px) {
    .page-debris-step_table {
        width: auto; } }
.page-debris-step_table .table-section {
    padding: 0 10px;
    font-size: 16px; }
.page-debris-step_table .table-section-header {
    background-color: #000;
    padding-left: 30px;
    color: #ffffff;
    line-height: 25px;
    margin: 0 -10px; }
@media (max-width: 767px) {
    .page-debris-step_table .table-section-header {
        padding-left: 10px; } }
.page-debris-step_table .table-section-row {
    padding: 10px 0 10px 40px;
    border-bottom: 2px solid #000;
    overflow: hidden;
    display: table;
    width: 100%; }
@media (max-width: 767px) {
    .page-debris-step_table .table-section-row {
        display: block;
        padding-left: 10px;
        padding-right: 35px;
        position: relative; } }
.page-debris-step_table .table-section-row > div {
    display: table-cell;
    vertical-align: middle; }
@media (max-width: 767px) {
    .page-debris-step_table .table-section-row > div {
        display: block; } }
.page-debris-step_table .table-section-row:last-child {
    border-bottom: 0; }
.page-debris-step_table .table-section-row_left b {
    margin-right: 20px; }
.page-debris-step_table .table-section-row_left ul {
    margin-bottom: 0; }
.page-debris-step_table .table-section-row_right {
    float: right; }
@media (max-width: 767px) {
    .page-debris-step_table .table-section-row_right {
        float: none;
        margin-top: 5px; } }
.page-debris-step_table .table-section-row_number {
/*    line-height: 25px;*/
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #000;
    padding: 0 5px;
    font-size: 14px;
    width: 60px;
    text-align: center; }
.page-debris-step_table .table-section-row_option {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }
@media (max-width: 767px) {
    .page-debris-step_table .table-section-row_option {
        position: absolute;
        top: 10px;
        right: 5px; } }
.page-debris-step_table .table-section-row_option--close {
    background: url("../images/icon-close-row.png") no-repeat;
    width: 24px;
    height: 24px; }
.page-debris-step_table .table-section-row_option--edit {
    font-weight: 700;
    color: #053650; }
.page-debris-step_table .table-section-row_date .date-item {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    width: 80px; }
.page-debris-step_table .table-section-row_date .date-item:last-child {
    margin-right: 0;
    width: 100px; }
.page-debris-step_table .table-section-row_date .date-item label {
    display: block; }
.page-debris-step_table .table-section-row_date .date-item input {
    display: block;
    border: 1px solid #000;
    padding: 0 5px;
/*    line-height: 25px; */
    height: 35px;
    font-size: 16px;
    width: 100%;
    text-align: center; }
.page-debris-step_thanks {
    width: 775px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center; }
.page-debris-step_thanks .thanks-icon {
    content: '';
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: -80px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #71BF45; }
.page-debris-step_thanks .thanks-icon:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    background-color: transparent;
    background-image: url("../images/svg/sprite.svg");
    -moz-background-size: 114px 114px;
    -o-background-size: 114px 114px;
    background-size: 114px 114px;
    width: 24px;
    height: 24px;
    background-position: -12px -12px; }
@media (max-width: 767px) {
    .page-debris-step_thanks {
        width: 300px; } }
.page-debris-step_thanks h2 {
    margin-bottom: 45px; }
.page-debris-step_thanks .thanks-desc {
    font-size: 24px; }
@media (max-width: 767px) {
    .page-debris-step_thanks .thanks-desc {
        font-size: 18px; } }
.page-debris-step--step01 .page-debris-step_desc {
    padding: 0 145px;
    margin-bottom: 30px; }
@media (max-width: 767px) {
    .page-debris-step--step01 .page-debris-step_desc {
        padding: 0; } }
.page-debris-step--step01 .page-debris-step_desc h3 {
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center; }
.page-debris-step--step01 .page-debris-step_label {
    text-align: center;
    margin-bottom: 15px; }
.page-debris-step--step03, .page-debris-step--step04 {
    padding: 0 190px; }
@media (max-width: 767px) {
    .page-debris-step--step03, .page-debris-step--step04 {
        padding: 0; } }

.page-service {
    padding-bottom: 100px; }
.page-service-form .form-row {
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 50px;
    position: relative; }
.page-service-form .form-row:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0; }
.page-service-form .form-row:last-child {
    margin-bottom: 0; }
.page-service-form .form-row--email:before {
    background: url("../images/icon-email-blue.png") no-repeat;
    width: 39px;
    height: 26px; }
.page-service-form .form-row--call:before {
    background: url("../images/icon-call.png") no-repeat;
    width: 37px;
    height: 35px;
    bottom: -5px; }
.page-service-check {
    margin-top: 1em;
    margin-bottom: 30px; }
.page-service-check_desc {
    text-align: center;
    margin-bottom: 20px; }
.page-service-check_box {
    text-align: center;
    display: table;
    width: 100%; }
@media (max-width: 767px) {
    .page-service-check_box {
        display: block; }
    .page-service-check_box:before, .page-service-check_box:after {
        content: " ";
        display: table; }
    .page-service-check_box:after {
        clear: both; } }
.page-service-check_item {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 20%; }
@media (max-width: 767px) {
    .page-service-check_item {
        width: 49%;
        display: inline-block; } }
.page-service-check_item:last-child {
    margin-right: 0; }
.page-service-check_item input:not(checked) {
    opacity: 0;
    position: absolute; }
.page-service-check_item input:not(checked) + label {
    text-align: center;
    font-weight: 400;
    cursor: pointer;
    display: block; }
.page-service-check_item input:not(checked) + label .item-icon {
    position: relative;
    height: 77px; }
.page-service-check_item input:not(checked) + label .item-icon img {
    max-width: none;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0; }
.page-service-check_item input:not(checked) + label .item-icon img.img-checked {
    display: none; }
.page-service-check_item input:not(checked) + label .item-name {
    margin-top: 15px; }
.page-service-check_item input:not(checked) + label .item-name span {
    display: block; }
.page-service-check_item input:checked + label .item-icon .img-checked {
    display: block; }
.page-service-check_item input:checked + label .item-icon .img-no_checked {
    display: none; }
.page-service-check_item input:checked + label .item-name {
    color: #11A0DC; }
.page-service-message {
    margin: 0 auto 30px; }
.page-service-message_title {
    margin-bottom: 5px; }
.page-service-btn {
    text-align: center; }

/* Secondary Menus */
.secondary_menu
{
    margin: 0 auto;
    padding: 0;
    display:table;
}

.secondary_menu ul li
{
    display: inline-block;
    vertical-align:top;
    width: 154px;
    padding-top: 20px;
}

.secondary_menu ul li{
    width:auto;
    padding: 1px 8px 1px 10px;
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}

.secondary_menu ul a
{
    text-decoration: none;
}

.secondary_menu ul a:hover
{
    text-decoration:underline
}

.secondary_menu .current-menu-item a
{
    color: #11A0DC;
}

.secondary_menu li:hover a
{
    cursor: pointer;
}

.secondary_menu li.current-menu-item:hover a
{
    cursor: default;
    pointer-events: none;
}

.secondary_menu ul a
{
    font-size: .9em;
    color: #3c3c3c;
    font-weight: 700;
    padding-right: 10px;
    padding-left: 10px;
}

.secondary_menu li {
    border-left: 1px solid #11A0DC;
}

.secondary_menu li:first-child
{
    border:none;
}

@media (max-width: 768px) {
    .secondary_menu{
        display:block;
        width:80%;
        margin-bottom:40px;
    }
    .secondary_menu ul{
        margin:0 auto 0 auto;
        width:90%;
    }
    .secondary_menu ul li,.secondary_menu ul li:first-child
    {
        clear:both;
        display:inline-block;
        border:1px solid #11A0DC;
        width:100%;
        padding:8px 0;
        border-radius: 7px;
        -webkit-box-shadow: 0 0 10px #ccc;
                box-shadow: 0 0 10px #ccc;
    }
    .secondary_menu ul li:hover{
        background-color:#3399cc;
    }
}

.page-air #current-artists h3 {
    text-align: left;
}
#post-10605 #current-artists h3 {
    display: none;
}
.news-block-img,
.page-air .article-img,
.gallery-view .article-img,
.artist-profile .article-img {
    max-width: 284px;
}
.news-block-img img,
.page-air .article-img img,
.gallery-view .article-img img,
.artist-profile .article-img img {
    display:block;
    width: 100% !important;
    height: auto;
}
.artist-profile.article-right .article-text {
    text-align: left;
}
.artist-profile.article-right .article-img {
    float: left;
    margin-right: 30px;
}
.artist-profile.article-left .article-text {
    text-align: right;
}
.artist-profile.article-left .article-img {
    float: right;
    margin-left: 30px;
}
.single .artist-profile {
    margin: 40px auto;
    max-width: 700px;
}
.past-artists ul {
    display:inline-block;
    vertical-align: top;
    padding: 20px;
    width: 200px;
}
.past-artists ul h3 {
    text-align: left;
    padding-left: 20px;
}
.past-artists ul li {
    text-align: left;
}
.past-artists ul span {
    display: inline-block;
    padding-top: 15px;
}
.air-content-block {
    margin-bottom: 30px;
}
/* Hack to compensate for sticky header when showing internal links */
.air-content-block:before {
    content: "";
    display: block;
    margin: -4em 0 0;
    height: 4em;
}
.artist-gallery {
    height: 50px;
}
#current-artists > h3 {
    padding-bottom: 40px;
}
#sculpture-garden .clearfix .article-img {
    margin-left: 40px;
}
#sculpture-garden .clearfix .article-img:first-child {
    margin-left:0;
}

.page-404 {
	position: relative;
	height: 315px;
	background-color: #11A0DC;
}

.page-404-title {
    padding-top: 20px;
    text-align: center;
    font-size: 1.4rem;
    color: #ffffff;
}

.page-404-animate {
    overflow: hidden;
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 300px; }
	
.page-404-animate .container {
    position: relative; }
	
.page-404-animate .container .stop-sign {
    position: absolute;
    top: -112px;
    left: 10px; }

@media (min-width: 767px) {
	.page-404 {
		position: relative;
		height: 265px
	}
	
	.page-404-title {
		font-size: 2rem;
	}
	
	.page-404-animate {
		top: 130px;
	}
}

@media (min-width: 992px) {
	.page-404-title {
		font-size: 2.5rem;
	}
}

.page-404-title span {
    display: block; }

.page-404 #vehicles {
    border-bottom: solid 22px #e6e7e8;
    height: 152px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    white-space: nowrap; }
.page-404 .tyreWrapper {
    width: 100%;
    position: absolute; }
.page-404 .tyres {
    float: left;
    animation: rotation;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-timing-function: linear;
    -webkit-animation: rotation;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-timing-function: linear;
    -moz-animation: rotation;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-timing-function: linear;
    -o-animation: rotation;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: normal;
    -o-animation-timing-function: linear; }
.page-404 .tir {
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    width: 300px;
    height: 100px;
    margin-top: 40px;
    z-index: 1;
    top: 0; }
.page-404 .tir .tyres {
    background: url("../images/404/car/tyre.png");
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s; }
.page-404 .tir #tyre0 {
    margin-left: 15px;
    margin-top: 64px; }
.page-404 .tir #tyre1 {
    /*margin-left: 49px;
    margin-top: 54px; */
    display: none; }
.page-404 .tir #tyre2 {
    /*margin-left:172px;
    margin-top: -21px;*/
    display: none; }
.page-404 .tir #tyre3 {
    margin-left: 145px;
    margin-top: 64px; }
.page-404 .tir #tyre4 {
    margin-left: 215px;
    margin-top: -25px; }
.page-404 .tirText {
    display: none; }
.page-404 .auto1 {
    background-image: url("../images/404/car/auto1red.png");
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    width: 120px;
    height: 48px;
    margin-top: 85px; }
.page-404 .auto1 .tyres {
    background: url("../images/404/car/auto1tyre.png");
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 19px;
    height: 19px;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s; }
.page-404 .auto1 #tyre0 {
    margin-left: 13px;
    margin-top: 27px; }
.page-404 .auto1 #tyre1 {
    margin-left: 52px;
    margin-top: 27px; }
.page-404 .auto2 {
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    width: 120px;
    height: 40px;
    margin-top: 90px; }
.page-404 .auto2 .tyres {
    background: url("../images/404/car/auto2tyre.png");
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 19px;
    height: 19px;
    -o-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-duration: 0.1s;
    -moz-animation-duration: 0.1s;
    -wo-animation-duration: 0.1s; }
.page-404 .auto2 #tyre0 {
    margin-left: 16px;
    margin-top: 22px; }
.page-404 .auto2 #tyre1 {
    margin-left: 52px;
    margin-top: 22px; }
.page-404 .auto3 {
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    width: 93px;
    height: 37px;
    margin-top: 93px; }
.page-404 .auto3 .tyres {
    background: url("../images/404/car/auto3tyre.png");
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 17px;
    height: 17px;
    animation-duration: 0.1s;
    -webkit-animation-duration: 0.1s;
    -moz-animation-duration: 0.1s;
    -o-animation-duration: 0.1s; }
.page-404 .auto3 #tyre0 {
    margin-left: 8px;
    margin-top: 20px; }
.page-404 .auto3 #tyre1 {
    margin-left: 46px;
    margin-top: 20px; }
.page-404 .auto4 {
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    width: 93px;
    height: 38px;
    margin-top: 92px; }
.page-404 .auto4 .tyres {
    background: url("../images/404/car/auto4tyre.png");
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s; }
.page-404 .auto4 #tyre0 {
    margin-left: 12px;
    margin-top: 23px; }
.page-404 .auto4 #tyre1 {
    margin-left: 44px;
    margin-top: 23px; }

@-o-keyframes rotation {
    0% {
        -o-transform: rotate(0deg); }
    100% {
        -o-transform: rotate(-360deg); } }

@-moz-keyframes rotation {
    0% {
        -moz-transform: rotate(0deg); }
    100% {
        -moz-transform: rotate(-360deg); } }

@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(-360deg); } }

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -ms-transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
        -ms-transform: rotate(0deg); } }
		
		
.page-menu-links>li .tab-menu,
.page-menu-links>li .sub-menu {
    position: absolute;
    top: 50px;
    left: 1px;
    min-width: 100%;
    background-color: #fff;
    padding: 15px 0;
    white-space: nowrap;
    display: none;
    z-index: 10;
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.25), 0 0 1px 0 rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid #8b8c91;
}
		
.page-menu-links>li .tab-menu li a,
.page-menu-links>li .sub-menu li a {
    line-height: 30px;
    display: block;
    padding: 0 10px;
    transition: none;
    font-weight: 300;
}
      
.page-menu-links>li .tab-menu li a:hover,
.page-menu-links>li .sub-menu li a:hover {
    text-decoration: none;
    color: #ffffff;
	background-color:#71BF45;
}

.page-menu--global .page-menu-links>li .tab-menu li a:hover{
    background-color:#71BF45;
}
.page-menu--local .page-menu-links>li .tab-menu li a:hover{
    background-color: #11A0DC;
}

/* locations map overlay */
#locator-map {
	height: 600px;
	width: 100%;
}
.locator-table {
	//position: absolute;
	z-index: 100;
	border: 1px solid #000;
	background-color: rgba(255,255,255,0.92);
	//margin: 20px 0px 20px 15px;
	height: 560px;
	color: #000;
	//visibility: hidden;
}
.locator-table a {
	color: #000;
	text-decoration: underline;
}
.locator-table thead {
	background-color: #000;
    overflow: hidden;
    margin-bottom: 10px;
    height: 30px;
}
.locator-table th {
	line-height: 30px;
    color: #ffffff;
    text-align: left;
	padding: 0 46px 0 46px;
    vertical-align: middle;
    font-weight: 300;
    font-style: italic;
	font-size: .8em;
}
.locator-table tbody {
}
.locator-table tbody tr {
	border-bottom: 1px solid #000; 
}
.locator-table tbody tr.active {
	background-color: #11A0DC;
}
.locator-table tbody td {
	text-align: left;
	padding: 24px 0px 24px 46px;
	font-size: .8em;
}

/*added css to make the banner images responsive*/
@media (max-width: 1140px) {
    .page-home-img-block .img-block-inner {
        height: 350px;
    }
}
@media screen and (min-width: 1141px) and (min-height:820px) {
    .page-home-img-block .img-block-inner {
        height: 716px;
    }
}
@media screen and (min-width: 1141px) and (max-height:819px) {
    .page-home-img-block .img-block-inner {
        height: 500px;
    }
   
}
@media (max-width: 1140px) {
    .mobile-menu {
        display: block;
    }
}
.temp_hide {
    display: none;
}
@media (min-width: 768px) and  (max-width: 1140px) {
.page-home-logo {
    display: none;
}
.page-home-tabs {
    display: none;
}
.page-home-title {
    height: 350px;
}
.page-home-title_tabs {
    display: none;
} 

.page-home-menu {
    display: block;
}

}
/*default template local menu color css*/
.page-menu--local .page-menu-links li a:before,
.page-template-default .page-menu-inner .page-menu-links li a:before {
    background: #11A0DC;;
}
.page-menu--global .page-menu-links li a:before {
    background: #71BF45;
}
.page-menu--local .page-menu-links li a,
.page-template-default .page-menu-inner .page-menu-links li a {
	color : #11A0DC; ;
}
.page-menu--local .page-menu-links_logo a,
.page-template-default .page-menu-inner .page-menu-links_logo a {
    color: #000000;
}

/* Content Tab styles that we don't want to see in the editor */
ul.content-tabs li {
    cursor: pointer;
}
ul.content-tabs li.current{
    border-bottom: 4px solid #71BF45;
}
.tab-content{
    display: none;
}

select.goog-te-combo {
    background: #51535a none repeat scroll 0 0;
    border: 1px solid #51535a !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 25px !important;
    margin: 0 !important;
    padding: 0 3px 3px;
}

.recology-h-important { display: none; }
#urgent,
#urgent-shade {
    display: none;
}

#urgent-shade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#urgent {
    position: absolute;
    top: -200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    width: 90vw;
    min-height: 200px;
    z-index: 10000;
    color: #fff;
}
/* Dummy CSS used to identify mobile and inactivate on mobile screens */
@media (max-width: 767px) {
    #urgent {
        position: relative;
    }
}
#urgent .wrapper {
    background-color: #11A0DC;
    padding: 10px 40px 30px;
}
#urgent .arrow-up {
    margin:0 auto;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-bottom: 35px solid #11A0DC;
}
#urgent h1,#urgent h2,#urgent h3,#urgent h4 {
    text-align: center;
    margin-bottom: 0;
}
#urgent h3 {
    text-transform: uppercase;
}
#urgent h4 {
    font-style: italic;
    font-weight: normal;
    font-size: 1.2em;
}
#urgent p {
    font-size: 1.1em;
    margin-top:20px;
    margin-bottom: 0;
}
#urgent a {
    color: white;
    font-style: italic;
}

.search-results-page {
	margin-top: 1rem;
}

.search-results-page .search-form {
	margin-bottom: 1rem;
}

.search-results-page .search-results-result-count {
	margin-bottom: 1rem;
}

.search-results-page .search-result {
	margin-bottom: 1rem;
}

.search-results-page .search-result-title {
	font-weight: bold;
}

.large-space {
	line-height: 40px;
}
.no-results .page-content,
.not-found .page-content {
    text-align: center;
}

#site_modal{
    display:none;
    position:fixed;
    top:0;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.75); 
    z-index:99999
}
#site_modal #modal_content{
    margin:auto;
    width:90%;
    max-width:480px;
    padding:40px;
    background-color:#11a0dc;
    color:#fff;
    border:1px solid #ccc;
	-webkit-box-shadow: 0 0 20px #777;
        box-shadow: 0 0 20px #777;
    position: absolute;
    top: 45%; left: 50%;
    transform: translate(-50%,-50%);
}
#site_modal #modal_content #modal_head{
    font-size:13pt;
    font-weight:normal;
}
#site_modal #modal_content a{
    color:#fff;
    font-weight:bold;
}
#play_video_icon{
    margin:5% auto;
    width:75px;
    height:75px;
    background: url(/wp-content/themes/recology/images/icons/play_icon_sm.png) no-repeat center;
}

#play_video_icon:hover{
    transform: scale(1.1);
    cursor: pointer;
}

.homepage-announcement {
    display: inline-block;
    background: rgba(255, 255, 255, 0.85);
    margin-top: 20px;
    font-size: 1.2em;
    padding: 10px 20px;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 15px;
    color: #000000;
    text-shadow: none;
    border: 2px solid #666;
}
.homepage-announcement div {
	padding: 12px 12px;
}
.homepage-announcement button {
    text-transform: uppercase;
	font-size: .8em;
	padding: 8px;
	margin-top: 6px;
    background: rgba(17, 160, 220, .95);
    height: 50px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0px;
    color: #fff;
    padding-left: 40px;
	padding-right: 40px;
}
.homepage-announcement button:hover {
	color: #000;
}
.homepage-announcement-title {
    text-transform: uppercase;
	font-size: 1.5em;
	font-weight: 550;
	font-style: italic;
}
.homepage-announcement-body {
	color: #11A0DC;
}
.homepage-announcement a {
	color: #11A0DC;
	text-decoration: underline;
}

/* Tab unit housing flyers */
.tab-content .flyer{
    float: left;
    width:31%;
    margin:1%;
    text-align:center;
    height:560px;
}

.tab-content .flyer .thumb{
    border:1px solid #ccc;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tab-content .capped-flyer {
    max-height: 300px !important;
    margin-bottom:80px;
}

.tab-content .capped-flyer .thumb {
    max-height:300px !important;
}
