/*
Theme Name: Fix Auto Theme by DAVID SHANE web design
Theme URI: http://www.davidshane.com
Author: DAVID SHANE web design / David Benavides
Author URI: http://www.davidshane.com
Description: A flexible theme meant to be expanded upon using built in features and with a child theme.
Version: 1.0
License: All Rights Reserved
Text Domain: fixauto_textdomain
*/

@import 'https://fonts.googleapis.com/css?family=Oxygen:300,400,700';
@import 'https://fonts.googleapis.com/css?family=Poppins:400,500,700';
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);

@font-face {
    font-family: OxygenLight;
    src: url(fonts/oxygen-light.ttf);
	font-weight: bold;
}

#debug {
	position: fixed;
	top: 100px;
	right: 10px;
	z-index: 1200;
	color: #fff;
	text-shadow: 0 0 2px #000;
	background: #fff;
	display: none;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	background-color: #002742;
	overflow-x: hidden;
}
body {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	color: #474748;;
	overflow-x: hidden;
}
@media screen and (max-width: 1175px){
	body {
		font-size: 16px;
	}
}
@media screen and (max-width: 780px){
	body {
		font-size: 14px;
	}
	.mobile-cta {
		height: 300px;
		background: black;
	}
}
@media screen and (min-width: 781px){
	.mobile-cta {
		display: none;
	}
}

/*
a[name]{
	display: block;
	visibility: hidden;
	width: 25px;
	height: 25px;
	margin-top: -150px;
	background: red;
}
*/

.page-margin {
	position: relative;
	width: 1175px;
	max-width: 100%;
	margin: auto;
}

#page-no-footer {
	position: relative;
	padding-top: 57px;
}
.home #page-no-footer.top-padding {
	padding-top: 0;
}
.blog #content, .single #content, .archive #content {
	padding-top: 40px;
}

body.single.single-post .entry-single h1.single-post-title {
	margin-bottom: 0;
	font-weight: bold;
	line-height: 42px;
}

body.single.single-post .entry-single p.single-post-date {
	margin-bottom: 20px;
}

.light_blue_button_large {
	display: inline-block;
	max-width: 100%;
	padding: 10px 85px 5px 85px;
	font-size: 30px;
	font-family: 'Poppins', sans-serif;
	background: #2892d0;
	color: #fff;
	border-radius: 1px;
	cursor: pointer;
	transition: all linear 250ms;
	line-height: 120% !important;
	text-align: center;
}
@media screen and (max-width: 480px){
	.light_blue_button_large {
		padding: 10px;
	}
}
.light_blue_button_large:hover {
	color: #fff;
	background: #00305c;
}
.light_blue_button_small {
	display: inline-block;
	max-width: 100%;
	padding: 12px 24px;
	font-size: 20px;
	font-family: 'Oxygen', sans-serif;
	background: #2892d0;
	color: #fff;
	border-radius: 1px;
	cursor: pointer;
	transition: all linear 250ms;
	text-align: center;
}
.light_blue_button_small:hover {
	color: #fff;
	background: #00305c;
}

/* header */

#header3 {
	position: fixed;
	top: 0px;
	left: 0px;
	height: auto;
	width: 100%;
	max-width: 100%;
	background-color: rgba(246, 249, 251, 1);
	box-shadow: 3px 0 3px #666;
	z-index: 2;
	transition: all linear 250ms;
}
body.admin-bar #header3 {
	top: 32px;
}
@media screen and (max-width: 770px){ /* usually would be 780, but WP seems to use 770 */
	body.admin-bar #header3 {
		top: 46px;
	}
}

#header3 .page-margin {
	padding: 3px 0 3px 0;
	transition: all linear 250ms;
}

#header3 .logo, #header3 .logo2 {
	position: absolute;
	bottom: 7px;
	left: 0px;
	transition: all linear 250ms;
	height: 41px;
	width: 73px;
}
@media screen and (max-width: 1175px){
	#header3 .logo, #header3 .logo2 {
		left: 5px;
	}
}
@media screen and (max-width: 900px){
	#header3 .logo, #header3 .logo2 {
		position: relative;
		bottom: 0px;
		margin-top: 10px;
	}
}

#header3 .logo {
	display: none;
	transition: all linear 250ms;
}

/* homepage header default */

.home #header3 {
	background-color: rgba(246, 249, 251, 0);
	box-shadow: none;
}
.home #header3 .page-margin {
	padding: 30px 0 10px 0;
	transition: all linear 250ms;
}
.home #header3 .logo, .home #header3 .logo2 {
	bottom: 20px;
}
.home #header3 .logo {
	display: block;
}
.home #header3 .logo2 {
	display: none;
}

/* homepage header 3 hover state */

.home #header3.short {
	background-color: rgba(246, 249, 251, 1);
	box-shadow: 3px 0 3px #666;
}
.home #header3.short .page-margin {
	padding: 3px 0 3px 0;
	/* padding: 0px 0px 0px 0px; */
}
.home #header3.short .logo, .home #header3.short .logo2 {
	bottom: 7px;
}
.home #header3.short .logo {
	display: none;
}
.home #header3.short .logo2 {
	display: block;
}

/* careers header default */

.careers #header3 {
	background-color: rgba(246, 249, 251, 0);
	box-shadow: none;
}
.careers #header3 .page-margin {
	padding: 30px 0 10px 0;
	transition: all linear 250ms;
}
.careers #header3 .logo, .careers #header3 .logo2 {
	bottom: 20px;
}
.careers #header3 .logo {
	display: block;
}
.careers #header3 .logo2 {
	display: none;
}

/* careers header 3 hover state */

.careers #header3.short {
	background-color: rgba(246, 249, 251, 1);
	box-shadow: 3px 0 3px #666;
}
.careers #header3.short .page-margin {
	padding: 3px 0 3px 0;
}
.careers #header3.short .logo, .careers #header3.short .logo2 {
	bottom: 7px;
}
.careers #header3.short .logo {
	display: none;
}
.careers #header3.short .logo2 {
	display: block;
}
@media screen and (max-width: 900px){
	.careers #header3.short .logo, .careers #header3 .logo2 {
		position: absolute;
		top: 0px;
		bottom: auto;
		padding: 0 0 10px 0;
	}
}


.logotextlink {
	font-size: 50px;
	line-height: 100%;
	font-family: 'Alex Brush';
	color: #000;
}
img.logo {
	display: inline-block;
	position: relative;
	height: auto;
	width: auto;
	z-index: 1;
}

/* content */

#content {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 0;
	background: #fff;
	z-index: 1;
}

#content p {
	line-height: 150%;
}

/* home page */

#home_banner {
	position: relative;
	width: 100%;
	max-width: 100%;
}
#home_video_wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url(images/home-video-poster.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#home_video {
	position: relative;
	min-width: 100%;
	left: 50%;
	top: 50%;

        -ms-transform: translateY(-50%) translateY(-50%);
	-webkit-transform: translateY(-50%) translateY(-50%);
	-moz-transform: translate( -50%, -50% );
	transform: translate( -50%, -50% );

	transition: all linear 450ms;
	opacity: 0;
}
#home_video.playing {
	opacity: 1;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
#home_video_content {
	position: relative;
	padding: 205px 0 120px;
}

/* this is the transluscent filter
#home_banner_row .panel-row-style:after {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #000;
	opacity: .8;
	-moz-opacity: .8;
	-webkit-opacity: .8;
}
*/
#home_video_content h1 {
	text-align: center;
	margin: 0;
	padding: 5px 0;
	font-size: 70px;
	font-family: Oxygen;
	letter-spacing: 0.05em;
	color: #ffffff;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	#home_video_content {
		padding: 95px 10px 25px 10px !important;
	}
	#home_video_content h1 {
		font-size: 50px;
	}
}

#home_blue_line_row {
	text-align: center;
}
#home_blue_line_row .widget {
	display: inline-block;
	padding: 12px 10px 12px 48px;
	background-image: url(images/checkmark.png);
	background-repeat: no-repeat;
	background-position: 25px center;
	text-align: center;
}
#home_blue_line_row p {
	white-space: nowrap;
}

@media screen and (max-width: 780px){
	#home_lower_row .panel-row-style {
		background-position: left center !important;
		background-size: 200% !important;
	}
}

#home_lower_row h2 {
	display: block;
	padding: 20px 20px 17px 20px;
	background-image: url(images/lower-row-title-bg-1.jpg);
	background-position: cover;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
	font-size: 30px;
	line-height: 100%;
}
#home_lower_row .panel-grid-cell:nth-child(2) h2 {
	background-image: url(images/lower-row-title-bg-2.jpg);
}
#home_lower_row .panel-row-style {
	background-position: center;
}

/* zip search widget */

#zip_search_form {
	margin: auto;
	text-align: center;
}
#zip_search_form #zip_search_input {
	height: 60px;
	padding: 8px 40px;
	font-size: 19px;
	color: #003d62;
	text-align: center;
	vertical-align: middle;
	border: solid 2px #ecedec;
	border-radius: 0;
	background: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-family: 'OxygenLight';
	letter-spacing: 0.1em;
}
@media screen and (max-width: 480px){
	#zip_search_form {
		white-space: nowrap;
	}
	#zip_search_form #zip_search_input {
		height: 60px;
		padding: 5px 10px;
	}
}
#zip_search_form #zip_search_submit {
	height: 60px;
	width: 60px;
	font-size: 19px;
	color: #003d62;
	text-align: center;
	vertical-align: middle;
	border: solid 2px #ecedec;
	border-radius: 0;
	background-color: #eceded;
	background-image: url(images/search-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35%;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: all linear 250ms;
}
#zip_search_form #zip_search_submit:hover {
	background-color: #dcddde;
	border: solid 2px #dcddde;
}

/********************************************
* Vendor Page Styling
*********************************************/

.text-center {
	text-align: center;
}

.vendor-group {
	margin: 3em auto;
	max-width: 1000px;
	text-align: center;
}

.vendor-group ul li {
	margin: 0 0 5px 0;
	display: inline-block;
}

.vendor-group ul li a {
	padding: 0 10px;
	display: block;
}

.vendor-group-anchor {
	display: block;
	position: relative;
	top: -150px;
	left: 0;
	visibility: hidden;
}

/**********************
* Contact Page Styling
* URL - /contact/
***********************/

.quick-links-row {
	margin: 30px 0;
}

.quick-links-row .quick-links-list ul {
  display: block;
  text-align: center;
}

.quick-links-row .quick-links-list ul li {
  margin: 0 5px;	
  display: inline-block;
  font-weight: bold;
}

.quick-links-row .quick-links-list ul li.first {
  color: #000000;
  list-style-type: none;
}

.quick-links-row .quick-links-list ul li.dot {
  color: #000000;
  font-size: 8px;
}

.quick-links-row .quick-links-list ul li.first span {
  margin-right: 10px;
}

.quick-links-row .quick-links-list ul li a {
  font-weight: bold;
  text-decoration: underline;
}

.contact-box-row {}

.contact-box-row .contact-box {
  margin: 0 0 30px 0;
  border: 1px solid #2892d0;
  padding: 20px 50px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}

.contact-box-row .contact-box h2 {
  text-transform: uppercase;
  color: #000000;	
  font-weight: bold;
  font-size: 20px;
}

.contact-box-row .contact-box a {
	padding: 10px 30px;
	color: #ffffff;
	background: #2892d0;
	font-weight: bold;
	display: inline-block;
}

@media only screen and (max-width : 767px) {

	.contact-hero-text h1 {
		font-size: 32px !important;
	}

	.contact-hero-text h3 {
		font-size: 24px !important;
	}	
	
	.quick-links-row .quick-links-list ul {
		list-style-type: none;
	}	
	
	.quick-links-row .quick-links-list ul li {
		display: block;
		margin: 20px 0;
	}
	
	.quick-links-row .quick-links-list ul li.dot,
	.quick-links-row .quick-links-list ul li.first i {
	  display: none;	
	}
	
}

@media only screen and (max-width : 480px) {

	.contact-hero-text h1 {
		font-size: 24px !important;
	}

	.contact-hero-text h3 {
		font-size: 15px !important;
	}	

}

/********************************************
* Home Mobile Call to Action Buttons
*
* Top Navigation Horizontal Links
* (1) Locations (2) Call (3) Schedule
*
* Stacked Buttons and Zip Code or City Search
* (1) SCHEDULE APPOINTMENT
* (2) CALL US TODAY
* (3) FIND A LOCATION
*********************************************/

.home_mobile_cta {
	display: none;
}

.home_search {
	display: none;
}

.header_cta {
    	display: none;
}

.header_scroll_cta {
    	display: none;
}

/* Portrait phones and smaller */
@media (max-width: 768px) {

  #page-no-footer.top-padding {
	padding-top: 75px;
  }

 .home_mobile_cta {
	margin: 1.5em auto 1.5em auto;
	display: block;
	width: 320px;
 }

 .home_mobile_cta a {
	display: block;
	text-align: center;
	padding: .5em;
	margin: 0 auto 1em auto;
        font-size: 1.6em;
        border: 5px solid #ffffff;
        background: rgba(0, 0, 0, .5);
        color: #ffffff;
 }

  .home_search  {
	margin: 0 auto 1.5em auto;
	padding: .5em .5em 1em .5em;
   	display: block;
	border: 5px solid #ffffff;
        background: rgba(0, 0, 0, .5);
	width: 320px;
   }

  .home_search p {
     	text-align: center;
	font-size: 1.6em;
	color: #ffffff;
   }

   .home_search #zip_search_form #zip_search_input {
     padding: 5px 25px;
     font-size: 1em;
   }

/******************
* Unscrolled
*******************/

   .short .header_cta {
	display: none;
   }

   .header_cta {
        margin: 0 4.5em 0 0;
        float: right;
    	display: block;
    }

    .header_cta ul li {
        list-style-type: none;
	display: inline-block;
     }

    .header_cta ul li a {
	margin: 0 0 0 0;
        display: block;
        color: #ffffff;
	font-size: .789em;
	width: 5.5em;
	text-align: center;
     }

    .header_cta ul li a i {
  	margin: 0 0 .2em 0;
     	text-align: center;
	display: block;
     }

     /* Override icon sizes */
     .header_cta ul li a.locate i {
	font-size: 2.8em;
     }

     .header_cta ul li a.schedule i {
	font-size: 2.8em;
     }

/****************
* Scrolled
*****************/

    .home .short .header_scroll_cta {
        margin: 0 4.5em 0 0;
        float: right;
    	display: block;
    }

    .home .header_scroll_cta ul {
	padding: 0 0 0 0;
     }

    .home .header_scroll_cta ul li {
        list-style-type: none;
	display: inline-block;
     }

    .home .header_scroll_cta ul li a {
	margin: 0 0 0 0;
	padding: 1em 0;
        display: block;
        color: #003057;
	font-size: .789em;
	width: 5.5em;
	text-align: center;
	border-right: 1px solid #cccccc;
     }

    .header_scroll_cta ul li a.locate {
	border-left: 1px solid #cccccc;
     }

    .header_scroll_cta ul li a i {
  	margin: 0 0 .2em 0;
     	text-align: center;
	display: block;
     }

     /* Override icon sizes */
     .header_scroll_cta ul li a.locate i {
	font-size: 2.8em;
     }

     .header_scroll_cta ul li a.schedule i {
	font-size: 2.8em;
     }

    .home #header3 .logo, .home #header3.short .logo2, .single-location #header3 .logo2 {
        float: left;
    }

    .home #header3.short .logo2 {
     	margin: 0 0 0 0;
        top: 15px;
     }

     #header3.short .Mobile_Menu_Icon {
	padding: 25px 15px !important;
     }

/***************************************
* Pages using grey navigation bar
****************************************/

    #header3 .header_cta {
       margin-top: 0;
     }

    #header3 .header_cta ul {
     	padding: 0 0 0 0;
     }

    #header3 .header_cta ul li a {
	padding: 1em 0;
        color: #003057;
	width: 5.5em;
	border-right: 1px solid #cccccc;
    }

    #header3 .header_cta ul li a.locate {
	border-left: 1px solid #cccccc;
    }

    .home #header3 .page-margin {
	padding: 0 0 0 0;
    }

    #header3 .logo2 {
     	top: 10px;
    }


     /* Home overrides */
    .home #header3 .logo {
	top: 10px;
    }

    .home #header3 .header_cta ul li a {
	border: none;
	color: #ffffff;
    }

/************************************
* Global CTA hover submenu
*************************************/

     .global_header_cta ul li.has-sub {
	position: relative;
	top: 0;
	left: 0;
      }

      .global_header_cta ul li.has-sub:hover ul.sub-menu {
	visibility: visible;
	opacity: 1;
	transition-delay: 10ms;
	text-align: left;
	cursor: pointer;
      }

     .global_header_cta ul li.has-sub ul.sub-menu {
	position: absolute;
	list-style: none;
	text-indent: 0;
	top: 100%;
	left: -5em;
	width: auto;
	min-width: 275px;
	margin: 0;
	padding: 1em !important;
	background-color: #dce3e7;
	background-image: url(../images/dropdown-bg.png);
	background-position: top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	visibility: hidden;
  	opacity: 0;
	z-index: 500;
    	-webkit-transition: opacity 200ms linear;
    	-moz-transition: opacity 200ms linear;
    	-o-transition: opacity 200ms linear;
    	-ms-transition: opacity 200ms linear;
    	transition: opacity 200ms linear;
      }

     .global_header_cta ul li.has-sub ul.sub-menu li.ds_nav_my_location {
	display: block;
     }

     .global_header_cta ul li.has-sub ul.sub-menu li.ds_nav_my_location a {
	display: block;
	width: 100% !important;
	text-align: center;
	color: #003453 !important;
	font-size: 1em;
	border-right: none !important;
     }

}

/* post slider */

.ds_post_slider {
	position: relative;
	width: 100%;
	max-width: 100%;
	text-align: center;
}
.ds_post_slider_posts_wrap {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow-x: hidden;
}
.ds_post_slider_posts { /* this is the one that slides */
	position: relative;
	white-space: nowrap;
}
/*
.ds_post_slider_post_page {
	position: relative;
	display: inline-block;
}
*/
.ds_post_slider_post {
	position: relative;
	display: inline-block;
	white-space: normal;
	text-align: left;
	vertical-align: top;
}
/*
.ds_post_slider_post_page .ds_post_slider_post:last-child {
	padding-right: 0;
}
*/
.ds_post_slider_post_content {
	position: relative;
	height: 175px;
}
@media screen and (max-width: 900px){
	.ds_post_slider_post_content {
		position: relative;
		height: 200px;
	}
}
@media screen and (max-width: 780px){
	.ds_post_slider_post_content {
		height: auto;
	}
}

.ds_post_slider_post_thumb {
	position: relative;
	float: left;
	width: 20%;
	padding: 0 10px 3px 0;
}
.ds_post_slider_post_content.thumb {
	margin-left: 20%;
}
.ds_post_slider_post_content.quotes .ds_post_slider_post_excerpt {
	padding: 0 25px;
}

.ds_post_slider_post_content.quotes .ds_post_slider_post_excerpt:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-image: url(images/quotes-left.png);
	background-position: center;
	background-repeat: no-repeat;
}
.ds_post_slider_title {
	position: relative;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	color: #474748;
}
.ds_post_slider_author {
	position: relative;
	margin-top: 15px;
	padding-left: 25px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #2891cf;
}
.ds_post_slider_date {
	position: relative;
	margin-top: 5px;
	font-size: 14px;
	color: #2891cf;
}
.ds_post_slider_thumbs {
	/*
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	*/
	text-align: center;
	padding: 20px 0;
}
.ds_post_slider_thumb {
	display: inline-block;
	width: 10px;
	height: 10px;
	border: solid 1px #e31a51;
	border-radius: 50%;
	background: #e31a51;
	margin: 3px 10px;
	cursor: pointer;
}
.numposts2 .ds_post_slider_thumb:nth-child(even) {
	display: none;
}
.ds_post_slider_thumb.active {
	background: none;
}

.ds_post_slider.mobile .ds_post_slider_thumb {
	display: inline-block !important;
}

/* nav zip field */

.nav_zip_form {
	padding-left: 10px;
	white-space: nowrap;
}
.nav_zip_field {
	height: 35px;
	width: 230px;
	padding: 5px 20px;
	font-size: 14px;
	color: #003d62;
	text-align: left;
	vertical-align: middle;
	border: solid 2px #ecedec;
	border-radius: none;
	background: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.nav_zip_form_submit {
	height: 35px;
	padding: 5px 12px;
	font-size: 14px;
	color: #003d62;
	text-align: left;
	vertical-align: middle;
	border: solid 2px #ecedec;
	border-radius: none;
	background-color: #eceded;
	background-image: url(images/search-icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 45%;
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	transition: all linear 250ms;
}
.nav_zip_form_submit:hover {
	background-color: #dcddde;
	border: solid 2px #dcddde;
}

/* certifications widget for single locations */
.location_certifications {
	display: block;
	position: relative;
	text-align: center;
	max-width: 980px;
	margin: 0 auto;
}
.location_certification {
	display: inline-block;
	position: relative;
	min-width: 200px;
	min-height: 100px;
	margin: 20px 20px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
.location_certifications_description {
	text-align: center;
}

/* services box widget */

#home_services_row {
	text-align: center;
}
.widget_ds_widget_services_box {
	position: relative;
	display: inline-block;
	width: calc(33% - 20px);
	margin: 0 30px 30px 0;
}
.services_box {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 235px;
	padding: 0;
	text-align: center;
	background-position: center;
	background-size: 100% 100%;

	/*
	background-color: #ccc;
	*/

	transition: all 150ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-webkit-transition: all 100ms linear;

}
.widget_ds_widget_services_box:nth-child(3n+3){
	margin-right: 0;
}

@media screen and (max-width: 880px){
	.services_box {
		height: 170px;
	}
}
@media screen and (max-width: 680px){
	.widget_ds_widget_services_box {
		width: calc(50% - 20px);
		margin: 0 20px 20px 0;
	}
	.services_box {
		height: 235px;
	}
	.widget_ds_widget_services_box:nth-child(3n+3){
		margin-right: 20px;
	}
	.widget_ds_widget_services_box:nth-child(2n+2){
		margin-right: 0;
	}
}
@media screen and (max-width: 568px){
	.widget_ds_widget_services_box {
		width: 100%;
		margin: 10px 0;
	}
	.services_box {
		height: 235px;
	}
	.widget_ds_widget_services_box:nth-child(3n+3){
		margin-right: 0;
	}
	.widget_ds_widget_services_box:nth-child(2n+2){
		margin-right: 0;
	}
}

.services_box:hover {
	background-position: center;
	background-size: 115% 115%;
}
.services_box_content {
	position: absolute;
	display: block;
	top: 50%;
	transform: translate( 0%, -50% );
	width: 100%;
	text-align: center;
}
.services_box .title1 {
	margin: 3px 0;
	padding: 3px 0;
	font-size: 27px;
	font-weight: 700;
	line-height: 100%;
	transition: all linear 100ms;
	color: #fff;
	font-family: 'Poppins';
}
.services_box .title1:hover {
	color: #fff;
}
.services_box:hover .title1 {
	font-size: 31px;
}
.services_box .title2 {
	margin: 3px 0;
	padding: 3px 0;
	font-size: 24px;
	line-height: 100%;
	font-weight: 400;
	transition: all linear 100ms;
	color: #fff;
	font-family: 'Poppins';
}
.services_box .title2:hover {
	color: #fff;
}
.services_box:hover .title2 {
	font-size: 28px;
}

/* appointment popup widget */

#appointment_popup {
	position: absolute;
	top: -75px;
	right: 10px;
	width: 390px;
	height: 255px;
	background-image: url(images/appointment-popup-bg-3.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 2;
}
#appointment_popup {
	top: -55px;
}
@media screen and (max-width: 1175px){
	#appointment_popup {
		top: -75px;
	}
}
@media screen and (max-width: 1000px){
	#appointment_popup {
		top: -90px;
	}
}
@media screen and (max-width: 768px){
	#appointment_popup {
		display: none;
	}
}
#appointment_popup .popup_title {
	height: 55px;
	padding: 12px 20px;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.075em;
	vertical-align: middle;
	background-image: url(images/appointment-popup-bg.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
#appointment_popup .popup_title_icon {
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 5px;
	background-image: url(images/appointment-popup-calendar-icon.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#appointment_popup .appointment_popup_phone {
	padding: 15px;
	font-size: 36px;
	color: #003057;
	font-weight: bold;
	text-align: center;
}
#appointment_popup .appointment_popup_or {
	padding-bottom: 15px;
	font-size: 12px;
	color: #003057;
	font-weight: bold;
	text-align: center;
}

/* footer */

#footer {
	position: relative;
	width: 100%;
	max-width: 100%;
}
#footer .fa {
	color: #fff;
}

@media screen and (max-width: 1175px){

	.page-margin {
		padding: 0 10px;
	}

}
@media screen and (max-width: 830px){
}
@media screen and (max-width: 320px){
}

/* locations page */

#no_location_set_message {
	text-align: center;
	padding: 10px;
	border-radius: 5px;
	background-color: #FFc;
}

.search_type_buttons {
	display: none;
	padding: 15px 10px 0px 10px;
	background: #f5f5f5;
	text-align: center;
}
.search_type_button {
	display: inline-block;
	padding: 5px 15px;
	margin: 0 5px;
	border-radius: 5px;
	background: #ccc;
	cursor: pointer;
	transition: all linear 250ms;
	color: #fff;
}
.search_type_button.active {
	background: #2892d0;
}
@media screen and (max-width: 600px){
	.search_type_buttons {
		display: block;
	}
}
.aroundme_link {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 8px;
	margin-bottom: 10px;
	background: #2892d0;
	cursor: pointer;
	color: #fff;
	text-align: center;
	vertical-align: top;
}
@media screen and (max-width: 600px){
	.aroundme_link {
		max-width: 130px;
	}
}
.aroundme_link:hover {
	color: #fff;
	background: #1b7fba;
}
.aroundme_spinner {
	color: #2892d0;
	visibility: hidden;
	text-align: center;
}
#locations_div {
	position: relative;
}

#locations_map {
	position: relative;
	width: 100%;
	height: 100vh;
	max-height: calc(100vh - 120px);
	background: #eee;
	z-index: 1;
}
@media screen and (max-width: 600px){
	#locations_map {
		height: 50vh;
	}

	#locations_div.listview #locations_map {
		position: absolute !important;
		left: -5000px;
	}

	#locations_div.mapview #locations_map {
		height: 90vh;
	}
}

#locations_list {
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	width: 350px;
	opacity: .9;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 2;
}
@media screen and (max-width: 600px){
	#locations_list {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		width: 100%;
		max-width: 100%;
		height: auto;
		opacity: 1;
		overflow-y: auto;
	}
}
#locations_list_header {
	padding: 10px;
	background: #f5f5f5;
}
@media screen and (max-width: 600px){
	#locations_list_header {
		padding: 20px 5px 10px 5px;
		text-align: center;
	}
}
#locations_list_header h1 {
	margin-bottom: 10px;
	padding-bottom: 0;
	font-size: 18px;
	text-align: left;
}
@media screen and (max-width: 600px){
	#locations_list_header h1 {
		display: none;
	}
}

#location_search_form {
	clear: both;
	white-space: nowrap;
}
@media screen and (max-width: 600px){
	#location_search_form {
		display: inline-block;
		clear: none;
		white-space: nowrap;
	}
}
#location_radii {
	clear: both;
	padding: 2px 0;
	font-size: 12px;
}
#location_radii .radius {
	cursor: pointer;
}
#clear_radius {
	cursor: pointer;
}
#location_input {
	display: inline-block;
	width: 279px;
	padding: 8px 12px;
	border: solid 1px #ccc;
	border-radius: 0;
	background: #fff;
	font-size: 14px;
	-moz-appearance: none;
	-webkit-appearance: none;
	vertical-align: middle;
}
@media screen and (max-width: 600px){
	#location_input {
		width: 130px;
	}
}
#location_submit {
	display: inline-block;
	width: 50px;
	padding: 8px 12px;
	background-color: #eceded;
	background-image: url(images/search-icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 45%;
	border: none;
	border-radius: 0;
	font-size: 14px;
	color: #fff;
	transition: all linear 250ms;
	cursor: pointer;
	text-align: center;
	-moz-appearance: none;
	-webkit-appearance: none;
	vertical-align: middle;
}
@media screen and (max-width: 600px){
	#location_submit {
		width: 40px;
	}
}
#location_submit:hover {
	background-color: #ccc;
}
#location_radii {
	margin-top: 10px;
}
.radius {
	padding: 0 5px;
	transition: all linear 250ms;
}
.radius:hover {
	color: #1b7fba;
}
/*
.radius:after {
	content: '';
	display: inline-block;
	height: 12px;
	width: 2px;
	margin: 0 8px;
	background: #fff;
}
*/
.radius:last-child:after {
	display: none;
}
.locations_table {
	display: none;
	background: #fff;
	width: 100%;
}
@media screen and (max-width: 600px){
	#locations_div.mapview .locations_table {
		display: none !important;
	}
}
.location_row {
	display: table-row;
	width: 100%;
	cursor: pointer;
}
.location_cell {
	display: table-cell;
	vertical-align: top;
	padding: 10px;
	border-bottom: solid 1px #f9f9f9;
}
.location_row_title {
	margin-bottom: 3px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
}
.location_row_phone {
	margin-bottom: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.location_row_address {
	font-size: 12px;
}
.row_blue_button {
	display: inline-block;
	max-width: 100%;
	padding: 4px 6px;
	margin-bottom: 8px;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oxygen', sans-serif;
	background: #2892d0;
	color: #fff;
	border-radius: 1px;
	cursor: pointer;
	transition: all linear 250ms;
}
.row_blue_button:hover {
	color: #fff;
	background: #1b7fba;
}

.row_more_info_link {
	display: block;
	font-size: 12px;
	text-align: center;
	margin-bottom: 5px;
}
.row_directions_link {
	display: block;
	font-size: 12px;
	text-align: center;
}

/* location page */

.single-location .ds_hero {
	background-position: center;
}

@media screen and (max-width: 1175px){
	.single-location .ds_hero {
		height: 275px;
	}
}

.single-location .ds_hero .ds_hero_contentwrap .location_cta {
	display: none;
}

/* Portrait phones and smaller */
@media (max-width: 768px) {

    /* Single Location Page Hero */
    .single-location .ds_hero {
	height: 475px;
     }

	.single-location .ds_hero .ds_hero_contentwrap {
		top: 55%;
	}

	.single-location .ds_hero .ds_hero_contentwrap .ds_hero_text1 {
		text-align: center;
        }

        .single-location .ds_hero .ds_hero_contentwrap .location_cta {
	    	margin: 1.5em auto 0 auto;
	    	width: 320px;
		display: block;
        }

        .single-location .ds_hero .ds_hero_contentwrap .location_cta a {
		margin: 0 0 .7em 0;
	  	padding: .7em 0;
	  	display: block;
		color: #ffffff;
		font-family: 'Oxygen', sans-serif;
		text-align: center;
		font-size: 1.4em;
    		background: #2892d0;

        }

        .single-location .ds_hero .ds_hero_contentwrap .location_cta a.schedule {
		color: #003057;
    		background-color: #f3f8fb;
		background-image: url(images/nav-appointment-icon-2.png);
		background-repeat: no-repeat;
		background-position: 30px 20px;
        }

}

#location_tabs {
	background-image: url(images/location-tabs-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	white-space: nowrap;
	transition: all linear 250ms;
}
@media screen and (max-width: 900px){
	#location_tabs {
		height: 1px;
	}
}
.single-location #content {
	padding-top: 0;
}

body.stickytabs #location_tabs {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
	white-space: nowrap;
}

body.admin-bar.stickytabs #location_tabs {
	top: 32px;
}
@media screen and (max-width: 770px){ /* usually would be 780, but WP seems to use 770 */
	body.admin-bar.stickytabs #location_tabs {
		top: 46px;
	}
}

body.stickytabs #header3 {
	display: none;
}
@media screen and (max-width: 600px){
	body.stickytabs #header3 {
		display: block;
	}
}

.location_logo {
	vertical-align: middle;
	height: 41px;
	width: 73px;
	padding: 5px 0 3px 0;
	margin-left: -20px;
	opacity: 0;
}
@media screen and (max-width: 1175px){
	.location_logo {
		margin-left: 0px;
	}
}

body.stickytabs .location_logo {
	opacity: 1;
	padding: 0;
}

#location_tabs .location_tab {
	display: inline-block;
	padding: 16px 30px;
	font-size: 16px;
	height: 55px;
	color: #f6f9fb;
	transition: all linear 250ms;
	cursor: pointer;
}

#location_tabs .location_tab:hover {
	background: #f1f3f3;
	color: #003057;
}
.schedule_tab, .phone_tab {
	font-weight: bold;
	opacity: 0;
}
body.stickytabs .schedule_tab, body.stickytabs .phone_tab {
	opacity: 1;
}
.schedule_tab .fa {
	font-size: 14px;
	line-height: 100%;
	vertical-align: middle;
	padding-bottom: 3px;
}
#location_tabs .location_tab.phone_tab {
	cursor: default;
}
#location_tabs .location_tab.phone_tab:hover {
	background: none;
	color: #fff;
}
.phone_tab .fa {
	font-size: 20px;
	line-height: 100%;
	vertical-align: middle;
	padding-bottom: 3px;
}

#location_map {
	float: left;
	width: 50%;
	height: 500px;
	background: #f9f9f9;
}
#location_contact {
	float: left;
	display: inline-block;
	width: 50%;
	height: 500px;
	background-image: url(images/location-contact-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
#location_contact_table {
	margin: 20px 20px;
}
#location_contact_table .cell {
	padding: 20px;
	vertical-align: top;
}
#location_contact_table .row:nth-child(2) .cell {
	vertical-align: middle;
}
@media screen and (max-width: 1000px){
	#location_contact_table, #location_contact_table .row, #location_contact_table .cell {
		display: block;
		width: 100%;
		float: none;
		clear: both;
	}
	#location_contact_table .cell {
		padding: 10px 10px;
	}
	#location_map, #location_contact {
		float: none;
		width: 100%;
		max-width: 100%;
	}
	#location_contact {
		height: auto;
	}
}
@media screen and (max-width: 600px){
	#location_contact_table {
		width: auto;
	}
	#location_contact_table .cell {
		padding: 10px 0 0 0;
	}
}

#contact_title {
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	color: #f6f9fb;
}
#contact_address {
	font-size: 20px;
	font-weight: bold;
	color: #f6f9fb;
}
#contact_citystatezip {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #f6f9fb;
}
#contact_hours {
	font-size: 16px;
	color: #f6f9fb;
}
#contact_appointment_bttn {
	display: inline-block;
	max-width: 100%;
	padding: 10px 20px;
	color: #003057;
	background: #f3f8fb;
	font-size: 17px;
	font-weight: bold;
	white-space: nowrap;
	transition: all linear 250ms;
}
#contact_appointment_bttn:hover {
	background: #2892d0;
	color: #fff
}

#custom_link_bttn {
	display: block;
	float: left;
	width: 155px;
	padding: 12px 5px 8px 5px;
	margin-bottom: 10px;
	font-family: 'Poppins';
	font-size: 17px;
	color: #fff;
	background: #2892d0;
	letter-spacing: 0.05em;
	clear: both;
	text-align: center;
	white-space: nowrap;
	transition: all linear 250ms;
}
#custom_link_bttn:hover {
	background: #00305c;
}

@media screen and (max-width: 1000px){
	#contact_appointment_bttn {
		width: 300px;
		max-width: 100%;
		text-align: center;
	}

  #custom_link_bttn {
		width: 300px;
		max-width: 100%;
		text-align: center;
	}

}
#contact_phone {
	display: inline-block;
	color: #f4f9fb;
	font-size: 20px;
	font-weight: bold;
}

#contact_contact_bttn {
	display: block;
	float: left;
	width: 155px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-family: 'Poppins';
	font-size: 17px;
	color: #fff;
	background: #00305c;
	letter-spacing: 0.05em;
	clear: both;
	text-align: center;
	white-space: nowrap;
	transition: all linear 250ms;
}
#contact_contact_bttn:hover {
	background: #2892d0;
}
@media screen and (max-width: 1000px){
	#contact_contact_bttn {
		width: 100%;
		max-width: 300px;
		text-align: center;
	}
}
#contact_repair_bttn {
	display: block;
	float: left;
	width: 155px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-family: 'Poppins';
	font-size: 17px;
	color: #fff;
	background: #00305c;
	letter-spacing: 0.05em;
	clear: both;
	text-align: center;
	white-space: nowrap;
	transition: all linear 250ms;
}
#contact_repair_bttn:hover {
	background: #2892d0;
}
@media screen and (max-width: 1000px){
	#contact_repair_bttn {
		width: 100%;
		max-width: 300px;
		text-align: center;
	}
}

#contact_directions_bttn {
	display: block;
	float: left;
	width: 155px;
	padding: 8px 12px;
	margin-bottom: 10px;
	font-family: 'Poppins';
	font-size: 17px;
	color: #fff;
	background: #00305c;
	letter-spacing: 0.05em;
	clear: both;
	text-align: center;
	white-space: nowrap;
	transition: all linear 250ms;
}
#contact_directions_bttn:hover {
	background: #2892d0;
}
@media screen and (max-width: 1000px){
	#contact_directions_bttn {
		width: 100%;
		max-width: 300px;
		text-align: center;
	}
}

#location_appt_icon {
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 3px;
	margin-bottom: 3px;
	background-image: url(images/nav-appointment-icon-2.png);
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#location_phone_icon {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 18px;
	margin-bottom: 3px;
	margin-right: 5px;
	background-image: url(images/nav-phone-icon-2.png);
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}
#location_repair_services h2 {
	display: block;
	padding: 60px 0;
	text-align: center;
}

.single-location .services_box {
	height: 185px;
}
.ds_location_lower_hero {
	background-position: center;
	padding: 100px 0;
	color: #fff;
	font-size: 14px;
}

/* location services boxes */

#location_services_boxes {
	text-align: center;
}
.location_service_box {
	position: relative;
	display: inline-block;
	height: 175px;
	width: calc(33% - 30px);
	margin: 0 15px 30px 15px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
}
.location_service_box:nth-child(odd) .location_service_box_bg {
	background-color: #0065a0;
}
.location_service_box:nth-child(even) .location_service_box_bg {
	background-color: #222;
}
@media screen and (max-width: 880px){
	.location_service_box {
		height: 170px;
	}
}
@media screen and (max-width: 680px){
	.location_service_box {
		height: 235px;
		width: calc(50% - 20px);
		margin: 0 20px 20px 0;
	}
	.location_service_box {
	}
	.location_service_box:nth-child(3n+3){
		margin-right: 20px;
	}
	.location_service_box:nth-child(2n+2){
		margin-right: 0;
	}
}
@media screen and (max-width: 568px){
	.location_service_box {
		height: 235px;
		width: 100%;
		margin: 10px 0;
	}
	.location_service_box {
	}
	.location_service_box:nth-child(3n+3){
		margin-right: 0;
	}
	.location_service_box:nth-child(2n+2){
		margin-right: 0;
	}
}

.location_service_box_flip {
	position: absolute;
	width: 100%;
	height: 100%;
}
.location_service_box_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 0;
	opacity: .8;
}

.location_service_box .front {
	text-align: center;
}
.location_service_box .location_service_box_content {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translate( 0, -50% );
	text-align: center;
}
.location_service_box .title1 {
	margin: 3px 0;
	padding: 3px 0;
	font-size: 27px;
	font-weight: 700;
	line-height: 100%;
	color: #fff;
	font-family: 'Poppins';
	text-transform: uppercase;
}
.location_service_box .title2 {
	margin: 3px 0;
	padding: 3px 0;
	font-size: 24px;
	line-height: 100%;
	font-weight: 400;
	color: #fff;
	font-family: 'Poppins';
	text-transform: uppercase;
}
.location_service_box .back {
	padding: 20px;
}
.location_service_box_back_content {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	transform: translate( 0, -50% );
	text-align: center;
}

/* careers header */

.page-template-template-careers #header3 .table {
	width: 100%;
}
.page-template-template-careers #header3 .table .cell {
	vertical-align: bottom;
}
.page-template-template-careers #header3 .table .cell:nth-child(1) {
	width: 100px;
}
.page-template-template-careers #header3 .table .cell:nth-child(2) {
	text-align: center;
}
.page-template-template-careers #header3 .Top_Menu {
	float: none;
	text-align: center;
}
.page-template-template-careers #header3 .Top_Menu > li {
	display: inline-block;
	float: none;
}

.careers_phone_link {
	display: inline-block;
	font-size: 16px;
	padding: 15px;
	color: #fff;
}
.careers_phone_link:hover {
	color: #fff;
}
@media screen and (max-width: 900px){
	.careers_phone_link {
		display: none;
	}
}
.careers #header3.short .careers_phone_link {
	color: #003453;
}
.careers #header3.short .logo2 {
	top: 10px;
}

/* careers page */

#careers_hero {
	padding: 300px 0 250px 0 !important;
	background-position: center !important;
}
@media screen and (max-width: 800px){
	#careers_hero {
		padding: 200px 0 150px 0 !important;
	}
}
@media screen and (max-width: 600px){
	#careers_hero {
		padding: 100px 0 100px 0 !important;
	}
}
.page-template-template-careers #page-no-footer {
	padding-top: 0 !important;
}
.page-template-template-careers #careers_hero h1 {
	font-weight: bold;
	font-size: 60px;
	letter-spacing: 0.075em;
	margin: 0;
}
.page-template-template-careers #careers_hero h2 {
	font-weight: normal;
	font-size: 23px;
	margin: 0;
	padding: 0;
}
.career_icon_row img {
	height: 55px;
}

/* ninja forms */

.nf-form-fields-required {
	margin: 20px 0;
}
.ninja-forms-field {
	padding: 17px 20px;
	border: solid 1px #ccc;
	background: #fff;
	border-radius: 2px;
	font-size: 16px;
	font-family: 'Oxygen';
	-moz-appearance: none;
	-webkit-appearance: none;
}
.submit-wrap input {
	padding: 12px 25px;
	border: none;
	background: #1b7fba;
	border-radius: 0;
	font-size: 18px;
	color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-transform: uppercase;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #4A4A4A;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #4A4A4A;
	opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #4A4A4A;
	opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #4A4A4A;
}

/* careers form */

.careers_form {
	max-width: 850px;
	margin: auto;
}
.careers_form .nf-form-fields-required {
	display: none;
}
@media screen and (max-width: 600px){
	.nf-field-container {
		width: 100% !important;
		margin: 0 !important;
		padding: 10px 0 !important;
	}
}
.careers_form .ninja-forms-field {
	font-size: 16px;
	font-family: 'Oxygen';
	padding: 17px 20px;
	border: 1px solid #CCC;
}
.careers_form textarea {
	font-family: 'Oxygen', sans-serif;
	font-size: 18px;
	color: #474748;
}

.careers_form .nf-element::-webkit-input-placeholder {
	color: #000;
}
.careers_form .submit-wrap {
	text-align: center;
}
.careers_form .list-select-wrap .nf-element {
	background-image: url(images/dd-background.jpg);
	background-repeat: no-repeat;
	background-size: 55px 100%;
	background-position: right center;
}
.careers-resume-wrap {
	padding-right: 10px;
	background: #fff;
	border-radius: 2px;
	font-size: 16px;
}
.careers_form .label-left .nf-field-label {
	padding: 0 0 0 20px;
	text-align: left;
}
.careers-resume-wrap .nf-field-label label {
	font-size: 16px;
	font-weight: normal;
	color: #000;
}
.careers-resume-wrap .fileinput-button {
	margin-bottom: 5px;
}
.careers_form .careers-resume-wrap .progress {
	margin-bottom: 5px;
}

/*
.careers_form .careers-form-upload {
	font-family: 'Oxygen', sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #474748;
	background: #fff;
	padding: 8px 12px 5px 12px;
	border-radius: 2px;
	text-align: center;
}
.careers_form .careers-form-upload button {
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #2892d0;
	color: #fff;
	padding: 5px 12px;
	border: none;
	font-size: 16px;
	border-radius: 3px;
	vertical-align: bottom;
}
.careers_form .careers-form-upload .nf-field-element {
	padding: 5px;
}
.careers_form .careers-form-upload .progress {
	display: none;
}
*/
.careers_form .g-recaptcha {
	text-align: center;
}
.careers_form .g-recaptcha > div {
	display: inline;
}
.careers_form .submit-wrap input {
	padding: 20px 75px;
	font-size: 20px;
	background: #2892d0;
	text-transform: uppercase;
	margin: auto;
}
.nf-input-limit {
	display: none;
}

/* anchors */

a[name] {
	position: absolute;
	margin-top: -110px;
}


/* Begin City Pages CSS */

.find-by-city {
	border-top: 3px solid #003055;
	padding: 0px !important;
	margin: 30px 0px;
}

.find-by-city h2 {
    margin: 20px 0px !important;
}
.find-by-city ul {
    padding: 0px;
    list-style-type: none;
    list-style-position: inherit;
    columns: 3;
}
.find-by-city li {
    margin-bottom: 10px;
}
.find-by-city li:hover {
    text-decoration: underline;
}

.city-list ul {
	padding: 0px;
        list-style-type: none;
        list-style-position: inside;
        -webkit-column-count: 3; /* Chrome, Safari, Opera */
        -moz-column-count: 3; /* Firefox */
        column-count: 3;
}

@media screen and (max-width: 630px) {
.city-list ul {
        -webkit-column-count: 1 !important; /* Chrome, Safari, Opera */
        -moz-column-count: 1 !important; /* Firefox */
        column-count: 1 !important;
}}

.city-list li {
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 0 30px;
    	display: inline-block;
    	display: -webkit-inline-box;
}

.city-list li:hover {
	/* border: 1px solid #003055; */
        background-color: #f6f6f6;
	-webkit-transition: background-color .5s, border .5s; /* Safari 3.1 to 6.0 */
        transition: background-color .5s, border .5s;
}

.city-list img {
        width: 160px;
	max-height: 100px;
	float: left;
        margin-right: 20px;
        margin-top: -6px;
	margin-left: 8px;
        border: 3px solid #f3f3f3;
}

.city-list p {
    font-size: 14px;
}

.city-list a {
    width: 100%;
}
/* End City Pages CSS */
#pg-5072-7{
	background: url("./images/form_bg_02.jpg")no-repeat center center;
	width: 100%;
	background-size: cover;
}
#pg-5072-7 .nf-form-wrap.ninja-forms-form-wrap.nf-multi-cell{
	max-width: 500px !important;
	margin: 0 auto;
}
#pg-5072-7 #nf-field-114{
	max-width: 260px;
	float: left;
}
#pg-5072-7 #nf-form-6-cont{
	min-height: 30px;
	height: 100% !important;
	padding: 100px 0;
	box-sizing: border-box;
}
#pg-5072-7 .nf-row:nth-child(7){
	width: 70%;
	float: left;
}
#pg-5072-7 .nf-row:nth-child(8){
	width: 30%;
	float: left;
}
#pg-5072-7 .nf-row:nth-child(8) .field-wrap input[type="submit"], .field-wrap input[type="button"], .field-wrap button{
	float: right;
}
#pg-5072-7 .nf-form-fields-required{
	display: none;
}
#pg-5072-7 .siteorigin-widget-tinymce.textwidget h2{
	color: #fff;
	font-size: 82px;
	line-height: 104px;
	text-align: right;
	padding-top: 100px;
	margin-bottom: 250px;
}
#pg-5072-7 .siteorigin-widget-tinymce.textwidget p:before{
	content: "";
	width:300px;
	height: 2px;
	background: #cdcdcd;
	position: absolute;
	top: -2px;
	right: 0;
}
#pg-5072-7 .siteorigin-widget-tinymce.textwidget p{
	font-size: 24px;
	color: #cdcdcd;
	position: relative;
	text-align: right;
	max-width: 300px;
	float: right;
}
#pg-5072-7 #pg-w58de6878ea435-0 .panel-grid-cell{
	padding-right: 45px;
}
@media only screen and (max-width : 980px){
	#pg-5072-7 .siteorigin-widget-tinymce.textwidget h2{
		font-size: 60px;
		line-height: 85px;
		margin-bottom: 120px;
	}
}
@media only screen and (max-width : 768px){
	#pg-5072-7 #pg-w58de6878ea435-0 .panel-grid-cell{
		padding: 0 15px;
	}
	#pg-5072-7 .siteorigin-widget-tinymce.textwidget h2{
		font-size: 60px;
		margin-bottom: 60px;
		padding-right: 60px;

	}
	#pg-5072-7 .siteorigin-widget-tinymce.textwidget p:before{
		width: 150px;
	}
	#pg-5072-7 .siteorigin-widget-tinymce.textwidget p{
		margin-right: 60px;
	}
}
@media only screen and (max-width : 480px){
	#pg-5072-7 .nf-row:nth-child(7){
		width: 100%;
		max-width: 100%;

	}
	#pg-5072-7 .nf-row:nth-child(8),#nf-field-114{
		width: 100%;
		text-align: center;

	}
	#pg-5072-7 .siteorigin-widget-tinymce.textwidget h2{
		padding-right: 30px;
	}
	#pg-5072-7 .siteorigin-widget-tinymce.textwidget p{
		margin-right: 30px;
	}
}

#pg-5078-7{
	background: url("./images/form_bg_02.jpg")no-repeat center center;
	width: 100%;
	background-size: cover;
}
#pg-5078-7 .nf-form-wrap.ninja-forms-form-wrap.nf-multi-cell{
	max-width: 500px !important;
	margin: 0 auto;
}
#pg-5078-7 #nf-field-114{
	max-width: 260px;
	float: left;
}
#pg-5078-7 #nf-form-6-cont{
	min-height: 30px;
	height: 100% !important;
	padding: 100px 0;
	box-sizing: border-box;
}
#pg-5078-7 .nf-row:nth-child(7){
	width: 70%;
	float: left;
}
#pg-5078-7 .nf-row:nth-child(8){
	width: 30%;
	float: left;
}
#pg-5078-7 .nf-row:nth-child(8) .field-wrap input[type="submit"], .field-wrap input[type="button"], .field-wrap button{
	float: right;
}
#pg-5078-7 .nf-form-fields-required{
	display: none;
}
#pg-5078-7 .siteorigin-widget-tinymce.textwidget h2{
	color: #fff;
	font-size: 82px;
	line-height: 104px;
	text-align: right;
	padding-top: 100px;
	margin-bottom: 250px;
}
#pg-5078-7 .siteorigin-widget-tinymce.textwidget p:before{
	content: "";
	width:300px;
	height: 2px;
	background: #cdcdcd;
	position: absolute;
	top: -2px;
	right: 0;
}
#pg-5078-7 .siteorigin-widget-tinymce.textwidget p{
	font-size: 24px;
	color: #cdcdcd;
	position: relative;
	text-align: right;
	max-width: 300px;
	float: right;
}
#pg-5078-7 #pg-w58de6878ea435-0 .panel-grid-cell{
	padding-right: 45px;
}

#pg-5078-7 .nf-response-msg, #pg-5072-7 .nf-response-msg {
	color:#fff;
	font-size: 20px;
}
@media only screen and (max-width : 980px){
	#pg-5078-7 .siteorigin-widget-tinymce.textwidget h2{
		font-size: 60px;
		line-height: 85px;
		margin-bottom: 120px;
	}
}
@media only screen and (max-width : 768px){
	#pg-5078-7 #pg-w58de6878ea435-0 .panel-grid-cell{
		padding: 0 15px;
	}
	#pg-5078-7 .siteorigin-widget-tinymce.textwidget h2{
		font-size: 60px;
		margin-bottom: 60px;
		padding-right: 60px;

	}
	#pg-5078-7 .siteorigin-widget-tinymce.textwidget p:before{
		width: 150px;
	}
	#pg-5078-7 .siteorigin-widget-tinymce.textwidget p{
		margin-right: 60px;
	}
}
@media only screen and (max-width : 480px){
	#pg-5078-7 .nf-row:nth-child(7){
		width: 100%;
		max-width: 100%;

	}
	#pg-5078-7 .nf-row:nth-child(8),#nf-field-114{
		width: 100%;
		text-align: center;

	}
	#pg-5078-7 .siteorigin-widget-tinymce.textwidget h2{
		padding-right: 30px;
	}
	#pg-5078-7 .siteorigin-widget-tinymce.textwidget p{
		margin-right: 30px;
	}
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 11;
    top: 0;
    left: 0;
    background: url(/wp-content/uploads/2017/03/Prospect-Portal-blurbg.jpg);
    overflow-y: hidden;
    transition: 0.5s;
    background-size: cover;
}

.overlay-content {
    position: relative;
    top: 200px;
    max-width: 40vw;
    text-align: center;
    margin: auto;
    background: #e7e7e7;
    font-size: 26px;
    border-radius: 4px;
    border: 2px solid #003055;
    padding-top: 15px;
    padding-bottom: 30px;
}
.overlay-content span {
	color:#2892d0;
}

.overlay-content input {
	width: 50%;
    height: 29px;
    font-family: 'Oxygen';
    font-size: 20px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.back-to-top {
  background: none;
  margin: 0;
  padding: 10px 12px;
  position: fixed;
  bottom: 200px;
  right: 0;
  z-index: 9999;
  display: none;
  text-decoration: none;
  color: #ffffff;
  background-color: #2892d0;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  border-radius: 10px 0 0 10px;
}

.back-to-top:hover {
	color: #ffffff;
}

.back-to-top i {
	margin: 0 10px 0 0;
}

/* hide careers, franchising on /signature-care */
body.page-id-15478 .menu-top-menu-container .menu-item-3345,
body.page-id-15478 .menu-top-menu-container .menu-item-5093 {
	visibility: hidden;
}
