*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
#map {
  width:910px;
  height:460px;
  margin:auto;
}
#map div[dir="ltr"] *{
  box-sizing: content-box;
}
#map .gm-iv-address{
  text-align: start;
}
.tablet #map, .mobile #map {
  width: 100%;
}

#pac_input{
  box-sizing: content-box;
  margin: 0;
	height: 28px;
	width: 90%;
	float: right;
	border: none;
  outline: none;
  -webkit-appearance: none;
  box-shadow:none;
  padding: 0 5% 0 5%;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
}
input[type="text"]::placeholder{
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
}


/*
.tablet #pac_input, .mobile #pac_input {
  box-sizing: border-box;
  width: 94%;
  height: 36px;
  margin-left: 3%;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.tablet #pac_input:focus, .mobile #pac_input:focus {
  border-color: #4d90fe;
}
*/
div#input_wrapper{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
/*
.tablet #input_shortcut, .mobile #input_shortcut {
  display:none;
  box-sizing: border-box;
  height: 36px;
  width: 20%;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid transparent;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  text-overflow: ellipsis;
  outline: none;
}
*/

div#search_box{
	display:none;
  box-sizing: content-box;
	height: 28px;
	width: 50%;
	margin-left: 17px;
  margin-top: 10px;
	background-color: #fff;
	border-radius: 2px;
  border: 1px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.tablet div#search_box, .mobile div#search_box{
  width: 94%;
  height: 36px;
  margin-left: 3%;
  margin-top: 10px;
}


div#location_button{
	display: table-cell;
	box-sizing: border-box;
	float: right;
	width: auto;
	height: 22px;
	margin: 3px 3px 3px 0;
	padding: 0 5px 0 25px;
	cursor: pointer;
	border-radius: 4px;
	white-space: nowrap;
	color: #fff;
	font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  background-image: url('/images/arrow.png');
  background-size: 25px 25px;
  background-position: left;
  background-repeat: no-repeat;
  background-color: #ffa500;
}
.tablet div#location_button, .mobile div#location_button{
  height: 30px;
  margin: 3px 3px 3px 0;
  padding: 7px 5px 0 25px;
  background-size: 30px 30px;
}

/*
.tablet div#location_button, .mobile div#location_button {
  display: block;
  height: 26px;
  box-sizing: content-box;
  margin: 10px 0 0 17px;
  padding: 10px 10px 0 23px;;
}
*/
#buttons_block{
	width: 200px;
	max-width: 20%;
	height:auto;
	margin-top: 5px;
	margin-right: 12px;
	z-index: 0;
}
#buttons_block{
  color: #555;
}
div.map-button{
	box-sizing: border-box;
	display: table;
	height: 29px;
	margin-top: 5px;
	background-color: #fff;
	opacity: 0.8;
	cursor: pointer;
}
div.map-button img{
	display: table-cell;
	width: 29px;
}
div.map-button span{
	display: table-cell;
	width: 171px;
	vertical-align: middle;
	font-family: Roboto;
    font-size: 15px;
    font-weight: 600;
    padding-right: 29px;
    text-align: center;
}
#alpha_list_container{
	width: auto;
	max-height: 360px;
	overflow: auto !important;
	cursor: default;
	background-color: #fff;
	opacity: 0.8;
	font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
}
#alpha_sort_container{
	text-align: center;
}
span.alpha-sort{
	padding: 0px 6px;
	cursor: pointer;
	color: Gray;
}
.alpha-sort.active{
	color: blue;
}
ul.alpha-list{
	margin: 5px 0 10px 0;
	-webkit-padding-start: 20px;
	-moz-padding-start: 20px;
}
li.alpha-list-item{
	padding-right: 5px;
	text-align: left;
	cursor: pointer;
  line-height: 20px;
  font-weight: normal;
}
.info-body{
	min-width: 160px;
	max-width: 220px;
	height: auto;
	font-family: Roboto;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  color: #555;
}
.info-body ul, .info-body ol{
	margin: 0;
	list-style-type: none;
	-webkit-padding-start: 5px;
	-moz-padding-start: 5px;
}
.info-body li {
line-height: inherit;
font-weight: 300;
}
.info-body hr{
  margin: 5px;
}
.directions-start-button{
	background-image: url('/images/gmapicons_transport.png');
    background-position: 0px -20px;
    background-repeat: no-repeat;
    position: relative;
    text-decoration: none;
    color: #3A84DF;
    padding-left: 22px;
}
a.distance{
	text-decoration: none;
	color: #3A84DF;
}
.streetview{
  background-image: url('/images/gmapicons_transport.png');
    background-position: 0px -140px;
    background-repeat: no-repeat;
    position: relative;
    text-decoration: none;
    color: #3A84DF;
    padding-left: 22px;
}
.mobile #description, .tablet #description {
  display: none;
}
.mobile #list_counties, .tablet #list_counties {
  display: none;
}
div#notice_wrapper{
	display: table;
	width: 50%;
/*	position: absolute;*/
	position: fixed;
 	left: 25%;
 	bottom: -100px;
	background-color: #fff;
	opacity: 0.8;
  border: 1px solid transparent;
}
div#notice {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 10px 20px;
	font-family: Roboto;
  font-size: 15px;
  font-weight: 600;
  color: red;
}
.modal {
  position: absolute;
  margin: 0;
  z-index: 1000;
  width: 60%;
  height: auto;
  background:#eee;
  border:1px solid #fff;
  box-shadow:0px 3px 7px #333;
  -moz-box-shadow:0px 3px 7px #333;
  -webkit-box-shadow:0px 3px 7px #333;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  -khtml-border-radius:4px;
  text-align: center;
  cursor: pointer;
}
.modal-content {
  padding: 10px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 600;
  color:#333;
  text-shadow:0px 1px 0px #fff;
}
.modal-close {
  margin-bottom: 15px;
  border:1px solid #bbb;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  -khtml-border-radius:3px;
  background: -moz-linear-gradient(100% 100% 90deg, #eee, #d5d5d5);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#d5d5d5));
  background: -webkit-linear-gradient(#eee, #d5d5d5);
  background: -o-linear-gradient(#eee, #d5d5d5);
  color:#232d3d;
  font-size:12px;
  font-weight:bold;
  padding:4px 10px;
  text-shadow:0px 1px 0px #fff;
  cursor:pointer;
  box-shadow:0px 1px 2px #ccc;
  -moz-box-shadow:0px 1px 2px #ccc;
  -webkit-box-shadow:0px 1px 2px #ccc;
  cursor: pointer;
}
.modal-close:hover {
  color: #d85054;
}
#directions_panel {
  margin-top: 0;
  margin-right: 0;
  width: 300px;
  max-width: 30%;
  height: 100%;
}
#directions_modes{
  box-sizing: border-box;
  height: 58px;
  background-color: #4285F4;
  opacity: 0.8;
  padding: 17px 5%;
  text-align: left;
}
.mobile #directions_modes, .tablet #directions_modes{
  width: 100%;
  margin-top: 0;
}
#directions_content{
  box-sizing: border-box;
  height: 85%;
  padding: 5px 10px 20px 10px;
  overflow: auto;
  background-color: #fff;
  opacity: 0.8;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}
.mobile #directions_content, .tablet #directions_content{
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 5px 10px 20px 10px;
  overflow: auto;
  background-color: #fff;
  opacity: 0.8;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
}
div.travel-mode{
  width: 24px;
  height: 24px;
  margin-right: 9px;
  display:inline-block;
  background-image: url('/images/gmapicons_transport_large.png');
  cursor: pointer;
  background-position-x: -48px;
  background-size: 96px 216px;
}
.tablet div.travel-mode, .mobile div.travel-mode{
  margin-right: 15px;
}
#driving{
  background-position-y: -96px;  
}
#transit{
  background-position-y: -120px;
}
#bicycling{
  background-position-y: -168px;
}
#walking{
  background-position-y: -144px;
}
div.travel-mode.active-mode{
  background-position-x: -24px;
}
#directions_close{
  width: 24px;
  height: 24px;
  margin-right: 9px;
  display:inline-block;
  float: right;
  background-image: url('/images/gmapicons_transport_large.png');
  background-position: 0px 0px;
  background-size: 96px 216px;
  cursor: pointer;
}
#directions_collapse{
  width: 23px;
  height: 48px;
  position: absolute;
  top: 5px;
  left: -24px;
  background: rgba(255,255,255,0.9) url('/images/collapse.png') 7px center/7px 10px no-repeat;
  border-left: 1px solid #D4D4D4;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
  cursor: pointer;
}
#directions_panel.active-panel #directions_collapse {
  transform: scaleX(-1);
}

.hide-block{
  display:none;
}

#adp-placemark img, .adp-placemark img {
   display:none;
}
div[data-leg-index="0"] table {
  font-weight: bold !important;
  background: #fff url('/images/custom_marker.png') no-repeat 5px center/28px 34px !important;
  opacity: 0.8;
}
div[data-leg-index="1"] table {
  font-weight: bold !important;
  background: #fff url('/images/gmap_marker.png') no-repeat 5px center/21px 34px !important;
  opacity: 0.8;
}
div[data-leg-index="0"] td.adp-text {
  padding: 10px 10px 10px 40px !important;
}
div[data-leg-index="1"] td.adp-text {
  padding: 10px 10px 10px 35px !important;
}

.info-body {width:240px;min-width:240px;max-width:240px;}
#ibNav {margin:5px 0; text-align:center;}
#ibNavCall, #ibNavNavigate, #ibNavServices, #ibNavStreet {
  box-sizing: content-box;
  width:28%;
  float: left;
  margin:0 3px 3px 0;
  text-align: center;
  padding: 5px;
  background-color: #468DEF;
  color: #fff;
  min-height: 64px;
  font-weight: bold;
  text-shadow: none;
  font-size: 15px;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
#ibNavServices {margin:0;}
#ibNav .material-icons {display:block;}
#ibNavCall .material-icons {margin:5px 0 9px;}
#ibNavNavigate .material-icons {margin:5px 0 9px;}
#ibNavServices .material-icons {margin:4px 0 6px;}
#ibNavStreet .material-icons {margin:4px 0 6px;}
/*
.pin-img {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50% 50% 50% 0;
  border-radius: 50% 50% 50% 0;
  background: #5D8DF5;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: 5px;
}
.pin-img:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #ffffff;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
*/

.pin {
  text-align: start;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50% 50% 50% 0;
  border-radius: 50% 50% 50% 0;
  background: #5D8DF5;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  -webkit-animation-name: pinBounce;
  -moz-animation-name: pinBounce;
  -o-animation-name: pinBounce;
  animation-name: pinBounce;
  -webkit-animation-fill-mode: forwards;
  -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;
}
.pin:after {
  box-sizing: content-box;
  text-align: start;
  content: '';
  width: 14px;
  height: 14px;
  margin: 8px 0 0 8px;
  background: #ffffff;
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pulse {
  text-align: start;
  background: rgba(0,0,0,0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 11px 0px 0px -12px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: -2;
}
.pulse:after {
  box-sizing: content-box;
  text-align: start;
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -13px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #89849b;
  box-shadow: 0 0 1px 2px #89849b;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pinBounce {
  20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  0% {
    opacity: 0;
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translateY(-30px) rotate(-45deg);
    transform: translateY(-30px) rotate(-45deg);
  }
  70% {
    opacity: 1;
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
  }
  90% {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }
}
@-moz-keyframes pinBounce {
  20%, 53%, 80%, to {
    -moz-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  0% {
    opacity: 0;
    -moz-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  40%, 43% {
    -moz-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -moz-transform: translateY(-30px) rotate(-45deg);
    transform: translateY(-30px) rotate(-45deg);
  }
  70% {
    opacity: 1;
    -moz-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -moz-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
  }
  90% {
    -moz-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }
}
@-o-keyframes pinBounce {
  20%, 53%, 80%, to {
    -o-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  0% {
    opacity: 0;
    -o-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  40%, 43% {
    -o-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -o-transform: translateY(-30px) rotate(-45deg);
    transform: translateY(-30px) rotate(-45deg);
  }
  70% {
    opacity: 1;
    -o-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -o-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
  }
  90% {
    -o-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }
}
@keyframes pinBounce {
  20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translateY(-30px) rotate(-45deg);
    transform: translateY(-30px) rotate(-45deg);
  }
  70% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translateY(-15px) rotate(-45deg);
    transform: translateY(-15px) rotate(-45deg);
  }
  90% {
    -webkit-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
  }
}

#info_panel {
  height: 100%;
}
.tablet #info_panel, .mobile #info_panel{
  width: 100%;
  overflow-y: auto;
  height: auto;
}
#info_wrapper{
  margin-top: 0;
  margin-right: 0;
  width: 300px;
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
}
.tablet #info_wrapper, .mobile #info_wrapper{
  height: auto;
  width: 100%;
}

#entry_photo{
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#entry_header{
  min-height: 24px;
  background-color: #fa8f3e;
  padding: 10px 10px 10px 15px;
}
#entry_name{
  display: inline-block;
  height: auto;
  width: 220px;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: left;
}
#info_close{
  display: inline-block;
  float: right;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  display:inline-block;
  background-image: url('/images/gmapicons_transport_large.png');
  background-position: 0px 0px;
  background-size: 96px 216px;
  cursor: pointer;
}
#entry_nav{
  box-sizing: border-box;
  height: 76px;
  padding: 8px 20px 8px 20px;
  border-bottom: 1px solid #e6e6e6;
}
#entryNavigate, #entryStreet, #entryServices {
  display: block;
  width:60px;
  height:60px;
  float: left;
  margin:0 5px 3px 0;
  text-align: center;
  padding: 2px;
  color: #4285F4;
  font-weight: bold;
  text-shadow: none;
  text-transform: uppercase;
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}
#entryNavigate .material-icons {margin:5px 0 9px;}
#entryStreet .material-icons {margin:4px 0 6px;}
#entryServices .material-icons {margin:4px 0 6px;}

#entry_address{
  margin-bottom: 5px; 
}
#entry_contacts, .entry-detail{
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  border-bottom: 1px solid #e6e6e6;
  color: #212121;
  padding: 10px 15px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  line-height: 24px;
  text-align: left;
}
.entry-info{
  padding-top: 10px;
  padding-bottom: 10px;
  height: auto;
  border-bottom: 1px solid #e6e6e6;
  color: #212121; 
}
.tablet #entry_contacts, .mobile #entry_contacts{
  border-bottom: 0 none;
}
span.entry-content{
  display: inline-block;
  vertical-align: top;
  width: 215px;
}
span.entry-icon{
  display: inline-block;
  background-size: 24px 608px;
  background-repeat: no-repeat;
  background-image: url('/images/gmapicons_contacts.png');
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.entry-icon.address{
  background-position: 0 -275px;
}
.entry-icon.phone{
  background-position: 0 -125px;
}
.entry-icon.website{
  background-position: 0 -325px;
}
.entry-icon.hours{
  background-position: 0 0;
}
.entry-icon.services{
  background-position: 0 -410px;
}
.entry-icon.payment{
  background-position: 0 -300px;
}
.entry-icon.rating{
  background-position: 0 -385px;
}
.hours-collapse{
  display: inline-block;
  height: 8px;
  width: 12px;
  background: no-repeat url('/images/gmapicons_contacts.png') 0 -375px;
  background-size: 24px 608px;
  margin-left: 5px;
}

#entry_thumbs{
  padding: 10px 0 10px 0;
  background-color: #00c9c3;
}

#carousel_wrapper{
  box-sizing: content-box;
  width: 220px;
  margin: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.tablet #carousel_wrapper, .mobile #carousel_wrapper{
  width: 80%;
}

div.img-thumb{
  box-sizing: content-box;
  display: inline-block;
  width: 73px;
  height: 48px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #e6e6e6;
  margin-right: 2px;
  cursor: pointer;
}

#entry_rating{
  padding: 20px 15px 0 15px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
}
#entry_reviews{
  padding: 10px 15px 20px 15px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  text-align: left;
}
.review{
  margin-bottom: 10px;
  line-height: 24px;
}
.author-name{
  font-size: 12px;
  font-weight: 600;
}
.reviews-collapse{
  display: inline-block;
  height: 8px;
  width: 12px;
  background: no-repeat url('/images/gmapicons_contacts.png') 0 -375px;
  background-size: 24px 608px;
  margin-left: 5px;
}
.nobreak{
  white-space: nowrap;
}
.reviews-collapse.active{
  transform: scaleY(-1);
}
#info_collapse{
  width: 23px;
  height: 48px;
  position: absolute;
  left: -23px;
  background: rgba(255,255,255,0.9) url('/images/collapse.png') 7px center/7px 10px no-repeat;*/
  border-left: 1px solid #D4D4D4;
  box-shadow: 0px 1px 4px rgba(0,0,0,0.3);
  cursor: pointer;
}
#info_panel.active-panel #info_collapse{
  transform: scaleX(-1);
}

.mobile .entry-detail ol, .mobile .entry-detail ul, .tablet .entry-detail ol, .tablet .entry-detail ul{
  padding-left: 20px;
}
#map #input_wrapper, #map #location_button{
  box-sizing: border-box;
}
#nearestLocationInfo {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #468DEF;
  padding: 19px;
  color: #fff;
  text-shadow: none;
  font-family: 'Open Sans';
  font-size: 31px;
  line-height: 1.2;
  font-weight: 100;
  box-shadow: 0 0 20px 0 #555;
  cursor: pointer;
}
#nearestLocationInfo strong {font-weight:800;}
#nlClose {
  position: absolute;
    left: 20px;
    top: -41px;
    width: 40px;
    height: 40px;
    background-color: #D1D1D1;
    border-radius: 3%;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    color: #fff;
}
#nlClose img {
  position: relative;
  top: 3px;
}
#nlNearMe {
/*  position: absolute;
  top: -35px;
  right: 20px;*/
/*  position: relative;
  top: -54px;
  right: 0;*/
    float: right;
  margin: -54px 0 0 10px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 14px 0 #434E5A;
  font-size: 0;
}
#nlNearMe img {
  width: 40px;
  position: relative;
  top: 18px;
  left: 11px;
  rotate: 30%;
}


#map_wrapper {
  transition: width 0.2s ease-out;
  position: relative;
  width: 100%;
}
@media (min-width: 1000px) {
  #section-map .container {
    padding-right: 0;
    padding-left: 0;
    margin-right: 40px;
    margin-left: 40px;
    overflow: hidden;
  }
  #info_panel, #directions_panel {
    position: absolute;
    top: 0;
    left: 100%;
    height: 460px;
  }
  #map_wrapper.active-panel{
    width: calc(100% - 300px);
  }
}

@media (max-width: 999px) {
  #info_collapse, #directions_collapse {
    display: none;
  }
  #directions_panel {
    max-width: none;
    width: 100%;
  }
  #info_wrapper, #ci_info_wrapper {
    width: 100%;
  }
  #entry_name, #ci_entry_name {
    width: auto;
  }
  span.entry-content {
    width: auto;
  }
  #info_panel, #directions_panel {
    padding-bottom: 30px;
    background-color: #3e75fa;
  }
  #info_panel .full-listing {
    margin-bottom: 20px;
  }
}

#directions_content {
  opacity: 1;
  height: calc(100% - 58px);
}
#directions_modes {
  opacity: 1;
}
#info_collapse, #directions_collapse{
  border-left: none;
}
#directions_collapse {
  top: 0;
  left: -23px;
}
#directions_panel {
  max-width: none;
}
#info_panel a{
  word-wrap:break-word;
}
#entry_header, #directions_modes {
  background-color: #fa8f3e;
}
#entry_header #entry_name {
  color: #fff;
}

#map #search_box {
  width: 50%;
  min-width: 500px;
}
@media (max-width: 650px){
  #map #search_box {
    min-width: 0;
    width: calc(100% - 34px);
    margin-right: 17px;
  }
  #map #location_button>span{
    display: none;
  }
  #map #location_button {
    padding-right: 0;
  }
}
#map .gm-iv-address, #map .gm-iv-address-link{
  box-sizing: border-box !important;
  text-align: start;
}

/*New styles for map */

body {font-family: "proxima-nova", Arial, sans-serif;}
h2 {font-weight: 700;color:#202124;}
.progress-splash-body .progress-splash .schools-info .content h2 {color:rgba(0,0,0,.84);}
#footer.footer-dark {background: #000;
    font-size: 13px;
    color: #fff;}
#footer.footer-dark a {
    text-decoration: none;
    color: #9e9e9e;
}
.footer-nav dt {
    color: #03940c;
    font-weight: 600;
    opacity: .9;
    font-size: .93rem;
    letter-spacing: 2px;
    margin: 0 0 40px;
    padding-top: 5px;
    text-transform: uppercase;
}
.footer-nav dt {
    margin-bottom: 20px;
}
#footer.footer-dark .container {
    width: auto !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
    padding-top: 75px !important;
    padding-bottom: 35px !important;
    color: #fff;
    opacity: .7;
}
h1 .fb-like {
  margin-left:10px;
  height:24px!important;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
}
h1 .fb-like iframe {
  width:70px!important;
  height:24px!important;
    padding:1px!important;
  border:1px solid #fff!important;
  -webkit-border-radius:3px!important;
  -moz-border-radius:3px!important;
  -o-border-radius:3px!important;
  border-radius:3px!important;
}

.topbar-dashboard-splash, .content.dashboard-banner{
      background: #3e75fa;
    max-height:560px;
}
.content.dashboard-banner h2{
  color: #e2e2e2;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('/f/fontawesome-4.7.0.eot');
  src: url('/f/fontawesome-4.7.0.eot?#iefix') format('embedded-opentype'), url('/f/fontawesome-4.7.0.woff2') format('woff2'), url('/f/fontawesome-4.7.0.woff') format('woff'), url('/f/fontawesome-4.7.0.ttf') format('truetype'), url('/f/fontawesome-4.7.0.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa, .fa:before, .fa:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome !important;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-envelope-o:before {content:"\f003";}
.fa-phone:before {content:"\f095";}
.fa-clock-o:before {content:"\f017";}
.fa-street-view:before {content:"\f21d";} 
.fa-car:before {content:"\f1b9";} 

html {overflow:visible;}
body {overflow-y:auto; height:auto;}

#content {background:#fff; padding:15px 25px 15px 25px;}
#map {width:100%; height:460px; margin:0;}
#search_box {visibility:hidden !important;}
#map #search_box {visibility:visible !important;}

#list_counties, #list_states {
  display:block;
}
.card h2 {    color: rgba(0,0,0,.84);}

.page_template_fullwidth h1 {text-align: center;padding-bottom: 0!important;font: 200 44px/52px 'Source Sans Pro',Helvetica,Arial,sans-serif !important;letter-spacing: -3px; margin: 10px 0 10px 0 !important;text-shadow: 1px 1px 1px #fff;color: #333;}
.page_template_fullwidth h1 strong {font-weight: 700;}
.page_template_fullwidth h1 span {display:block;margin:0;padding:0;font-size:28px;line-height:40px;letter-spacing: -1px;}

#content #list_counties h3, #content #list_states h3 {color:#333;font:700 28px/23px 'Source Sans Pro',Helvetica,Arial,sans-serif;letter-spacing:-1px;margin: 20px 0 10px 0;text-shadow:1px 1px 1px #fff;}

#content #description h2, #content #description h3 {color:#333;font:700 28px/23px 'Source Sans Pro',Helvetica,Arial,sans-serif;letter-spacing:-1px;margin: 20px 0 10px 0;text-shadow:1px 1px 1px #fff;}
#description p, #description ul, #description ol {
  font-size: 16px;
/*  font-size: 14px;*/
  font-family: sans-serif;
  color: rgba(0,0,0,.56);
  line-height: 21px;
  text-shadow: 0 1px 0 #fff;
}
#description ul, #description ol {margin-left:1.8em; margin-bottom:1.2em;}
/*#description ul {list-style-type:disc;}*/
#description ul li, #description ol li {
    margin-left: 10px;
    line-height: 1;
    list-style: inherit;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
}
#description p {margin-bottom:1.2em;}

#list_states .label {padding:2px 4px 3px;font-size:10px;font-weight:normal;color:#5A7065;text-shadow:none;background-color:#ECECEC;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}

/*.info-body {width:240px;min-width:240px;max-width:240px;}*/

#description .fa {margin-right: 8px;font-size: 16px;}

.progress-splash-body .progress-splash .schools-info {text-align:center;background:#fff;}
.progress-splash-body .progress-splash .schools-info p {margin-bottom:30px;}
.progress-splash-body .progress-splash .schools-info .content h2 {margin-bottom:10px;}

#info_wrapper>div:last-child {padding-bottom:30px;}

section.h-split .section-inner>* {padding-top: 120px;}

.content .first {overflow:hidden !important;}
.content.dashboard-banner {max-height: none !important;}
.progress-splash-body #site, .progress-splash-body #app, .progress-splash-body #site, .progress-splash-body #wrapper, .progress-splash-body .progress-splash .content, .progress-splash-body .progress-splash section .content {
  min-width: 300px !important;
}


.material-icons {
    font-family: 'Material Icons' !important;
}
.first h1 {
  font-weight: 900;
  font-size: 50px;
  line-height: 1.2;
}
.first h2 {
  font-weight: 400;
    font-size: 17px;
    line-height: 1.5;
    color: #fff !important;
    max-width: 600px;
    margin: 0 auto 45px;
}
.progress-splash-body .progress-splash .inner {
    max-width: none;
    padding: 0;
}
.content.dashboard-banner .first {
  padding: 70px 40px 45px;
  position: relative;
  overflow: visible !important;
}
.first .city-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(50% - 205px);
  height: 100%;
  background-image: url(/images/header-illustration-left.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.first .city-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(50% - 205px);
  height: 100%;
  background-image: url(/images/header-illustration-right.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.content.dashboard-banner .first .separator{
  width: 100px;
  height: 0;
  margin: 29px auto;
  border: 3.5px solid #00c9c3;
}
.form-wrapper {
  width: 410px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
#counties_form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f4f4f4;
    border-radius: 1.5em;
    z-index: 999;
    overflow: hidden;
}
#counties_form.expanded #dropdown-btn>svg{
  transform: rotate(-180deg);
}
#counties_form input[type=submit] {
  display: inline-block;
  float: left;
  width: 60px;
  height: 50px;
  background-color: #f4f4f4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath style='fill:%238f8f8f;line-height:normal;text-indent:0;text-align:start;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;text-transform:none;block-progression:tb;isolation:auto;mix-blend-mode:normal' d='M 13 3 C 7.4889971 3 3 7.4889971 3 13 C 3 18.511003 7.4889971 23 13 23 C 15.396508 23 17.597385 22.148986 19.322266 20.736328 L 25.292969 26.707031 A 1.0001 1.0001 0 1 0 26.707031 25.292969 L 20.736328 19.322266 C 22.148986 17.597385 23 15.396508 23 13 C 23 7.4889971 18.511003 3 13 3 z M 13 5 C 17.430123 5 21 8.5698774 21 13 C 21 17.430123 17.430123 21 13 21 C 8.5698774 21 5 17.430123 5 13 C 5 8.5698774 8.5698774 5 13 5 z' font-weight='400' font-family='sans-serif' white-space='normal' overflow='visible'%3E%3C/path%3E%3C/svg%3E");
  background-size: auto 50%;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  cursor: default;
}
#county_selector {
  display: inline-block;
  width: calc(100% - 120px);
  height: 50px;
  padding: 10px 10px 10px 0;
  background-color: #f4f4f4;
  border: none;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
  font-size: 18px;
}
input::-webkit-input-placeholder{
  font-size: 18px !important;
}
input::-moz-placeholder{
  font-size: 18px !important;
}
input:-ms-input-placeholder{
  font-size: 18px !important;
}
input:-moz-placeholder{
  font-size: 18px !important;
}
.dropdown-btn-wrp {
  float: right;
  width: 60px;
  height: 50px;
  padding: 10px 0;
  /*border-top-right-radius: 1.5em;
  border-bottom-right-radius: 1.5em;*/
}
.dropdown-btn {
  width: 100%;
  height: 100%;
  text-align: center;
  border-left: 2px solid #8f8f8f;
  cursor: pointer;
}
.dropdown-btn>svg {
  width: auto;
  height: 80%;
  position: relative;
  top: 10%;
  right: 5%;
}
.autocomplete-items {
  border-bottom: none;
  border-top: none;
  z-index: 99;
  max-height: 500px;
  overflow: auto;
}
.autocomplete-items div {
  padding: 10px 10px 10px 65px;
  cursor: pointer;
  background-color: #f4f4f4;
  border-bottom: 1px solid #d4d4d4;
  color: #4b4b4b;
  text-align: left;
}
.autocomplete-items div:last-child{
  border-bottom-left-radius: 1.5em;
  border-bottom-right-radius: 1.5em;
}
.autocomplete-items div:hover {
  background-color: #e9e9e9;
}
.autocomplete-active {
  background-color: #3e75fa !important;
  color: #ffffff !important;
    border-right: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}
#location_btn {
  width: 345px;
  height: 50px;
  margin: 25px auto 0;
  background-color: #3e75fa;
    border-radius: 1.5em;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 46px;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
}
#location_btn svg>path{
  transition: fill .3s;
}
#location_btn:hover {
  background-color: #f4f4f4;
  color: #3e75fa;
  border: 2px solid #fff;
}
#location_btn:hover svg>path{
  fill: #3e75fa;
}
#map {
  height: 700px;
  max-height: 700px;
}
#info_panel, #directions_panel {
  height: 100% !important;
}
#entry_header {
  background-color: #00c9c3;
}
#info_close {
  float: none;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}
#entry_header #entry_name {
  width: 100%;
}
#entry_name p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
#entry_name p:nth-child(2){
  font-size: 25px;
}
#map_wrapper * {
  font-family: "proxima-nova", Arial, sans-serif;
}
#entry_header {
  position: relative;
}
#entry_header .select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}
#entry_header .select-wrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #212121;
  width: 100%;
  max-width: 500px;
  height: auto;
}
#entry_header .select-styled {
  background-color: #f4f4f4;
  padding: 12px 40px 12px 15px;
  border-radius: 24px;
  border-radius: 24px;
}
#entry_header .select-styled.active {
  border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#entry_header .select-styled:after {
    content: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 100 100' version='1.1' viewBox='0 0 100 100' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath style='fill:%238f8f8f;' d='M48.3,70.5c1.5,1.5,3.9,1.5,5.4,0l33.8-33.8c1.7-1.7,1.7-4.4,0-6 c-1.7-1.7-4.4-1.7-6,0L53.7,58.4c-1.5,1.5-3.9,1.5-5.4,0L20.5,30.6c-1.7-1.7-4.4-1.7-6,0c-1.7,1.7-1.7,4.4,0,6L48.3,70.5z'%3E%3C/path%3E%3C/svg%3E");
    position: absolute;
    top: calc(50% - 10px);
    right: 12px;
    display: block;
    width: 20px;
    height: 20px;
}
#entry_header .select-styled.active:after {
    transform: rotate(-180deg);
}

#entry_header .select-options {
  display: none; 
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #f4f4f4;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  max-height: 500px;
  overflow: auto;
}
 #entry_header .select-options li {
    margin: 0;
    padding: 12px 15px;
    border-top: 1px solid #dbdbdb;
    line-height: 1.5;
}
#entry_header .select-options li:hover {
  color: #fff;
  background: #00c9c3;
}
#entry_header .select-options li[rel="hide"]{
    display: none;
}
#pac_input {
  display: inline-block;
    width: calc(100% - 60px);
    height: 50px;
    padding: 10px;
    background-color: #f4f4f4;
    border: none;
    outline: none;
    -webkit-appearance: none;
    box-shadow: none;
    font-size: 18px;
    box-sizing: border-box;
}
.pac-container {
  margin-left: -60px !important;
  width: 410px !important;
  margin-top: 5px !important;
}

.state-buttons {
  text-align: center;
  padding: 60px;
  border: 2px solid #f4f4f4;
  margin: 50px 0;
}
.state-buttons .buttons-wrapper {
  width: 750px;
  margin: 0 auto;
}
.state-buttons .round-button {
  display: inline-block;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    outline: none;
    max-width: 100%;
    position: relative;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    border: 1px solid #00c9c3;
    background-color: #fff;
    width: 350px;
    color: #333;
    margin: 0 0 30px;
    float: left;
}
.state-buttons .round-button:hover {
    background-color: #00c9c3;
    color: #fff;
    transform: scale(1.07);
}
.state-buttons .round-button:nth-child(odd) {
    margin-right: 50px;
}
.state-buttons .state-official {
  text-decoration: none;
  color: #00c9c3;
  padding-bottom: 5px;
  border-bottom: 2px solid #00c9c3;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#description ul {
  list-style: none;
  margin-left: .8em;
}
#description ul li:before {
  content: "\2022";
  color: #00c9c3;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.dmv-official-notice {
  color: #000;
  text-align: center;
  padding: 10px;
  background-color: #8EA2DE;
  position: relative;
  -webkit-transition: -webkit-transform .5s ease; 
  -moz-transition: -moz-transform .5s ease;
  -o-transition: -o-transform .5s ease;
  transition: transform .5s ease;
}
.dmv-official-notice.hidden {
  transform: translate(0, -100%);
}
.dmv-official-notice #close-dmv-notice {
  position: absolute;
  top: 0;
  right: 10px;
  padding: 10px;
  cursor: pointer;
}
.dmv-official-notice #close-dmv-notice svg{
  width: 10px;
  height: 10px;
}
.customize-support .topbar {
    top: 32px;
}
#description .contacts {
  padding: 30px 300px 30px 30px;
  background-image: url(https://driving-tests.org/wp-content/uploads/2019/10/DMV-contact-icon.png);
  background-position: right bottom;
  background-size: 300px auto;
  background-repeat: no-repeat;
  border: 6px solid #e5e9ec;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}

#info_wrapper a {
  color: #00c9c3;
}
.open-flag {
  font-weight: bold;
}
.open-flag.open {
  color: green;
}
.open-flag.closed {
  color: red;
}
#entry_hours {
    cursor: pointer;
}
.hours-collapse.active {
    transform: scaleY(-1);
}

@media (min-width: 768px){
  .container {
      width: 750px;
  }
}
@media (min-width: 992px){
  .container {
      width: 970px;
  }
}

@media(max-width: 1028px){
  .first .city-left, .first .city-right {
    background-image: none;
  }
}
@media(min-width: 1840px){
  .first .city-left {
    background-position: left bottom;
    background-size: auto 100%;
  }
  .first .city-right {
    background-position: right bottom;
    background-size: auto 100%;
  }
}
@media (max-width: 991px){
  .state-buttons .buttons-wrapper {
    width: auto;
  }
    .state-buttons .round-button {
      float: none;
      margin: 0 auto 30px !important;
    }
    #description .contacts {
      padding: 30px;
      background-image: none;
    }
}
@media (max-width: 767px){
   .state-buttons .round-button {
        width: 360px;
        padding: 15px;
        border: 2px solid #01B4B9;
        font-size: 20px;
        font-weight: 700;
    }
}

/*End of new styles for map */

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/f/slick.eot');
    src: url('/f/slick.eot?#iefix') format('embedded-opentype'), url('/f/slick.woff') format('woff'), url('/f/slick.ttf') format('truetype'), url('/f/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
