/**
	New zap-map design
 */

body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  line-height: 21px;
  font-family: "Open Sans", Helvetica, sans-serif;
  color: #404040;
}

.row {
  margin-bottom: 20px;
}

@media screen and (min-width: 770px) and (max-width: 1200px) {
  .container {
    width: 85%;
  }
}

@media screen and (max-width: 770px) {
  .container {
    margin: 0;
    width: 100%;
    padding: 12px;
  }

  .container.primary.default_nav_style {
    margin: 0;
    width: 100%;
    padding: 0;
  }

  .cols_section {
    margin-bottom: 4%;
  }

  .full-width-cols-section .col1-4,
  .full-width-cols-section .col1-3 {
    margin: 6px 0;
  }

  .col2-3.one.first {
    margin-bottom: 4%;
  }
}

.content-column {
  overflow: visible;
}

/* Nested Column Classes */

.column.alpha,
.columns.alpha {
  margin-left: 0;
}

.column.omega,
.columns.omega {
  margin-right: 0;
}

#breadcrumbs {
  margin: 0;
}

p {
  font-family: 'Open Sans', sans-serif !important;
  line-height: 25px;
  margin: 0;
  padding: 8px 0 8px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292929;
  font-family: 'Roboto', Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 12px 12px 12px 0;
  text-align: left;
  text-transform: none;
}

h1 {
  font-size: 36px;
  line-height: 42px;
}

h2 {
  font-size: 26px;
  line-height: 30px;
}

h3 {
  font-size: 22px;
  line-height: 26px;
}

h4 {
  font-size: 20px;
  line-height: 24px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

h6 {
  font-size: 12px;
  line-height: 16px;
}

@media screen and (max-width: 770px) {
  h1,
  h2,
  h3 {
    padding: 4px 4px 4px 0;
    margin-bottom: 6px;
  }
}

/* lists */

.list-container {
  display: inline-block;
  padding-left: 24px;
}

.list-container ul {
  list-style: disc inside;
  text-align: left;
}

.list-container ul li{
  margin-bottom: 12px;
  padding-left: 12px;
  text-indent: -24px;
}

/* navbar */

nav.primary ul li a {
  background-color: transparent;
  border: none;
  padding: 10px;
  line-height: 21px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  letter-spacing: 2px;
}

nav.primary ul li a:hover,
nav.primary ul li:hover > a,
nav.primary ul li.current-menu-item > a {
  background: #404040;
  color: #f0642f;
}

.xitm_resp_menu_container div.xitm_resp_menu_select_menu,
div.xitm_resp_menu_select_menu {
  /*display: none;*/
  width: 100% !important;
}

ul.xitm_resp_menu_full_menu,
#megaMenu ul.megaMenu.xitm_resp_menu_full_menu {
  /*display: none;*/
}

@media only screen and (min-width: 960px) {
  .two.last.col1-3 {
    width: 32%;
  }

  .one.col2-3 {
    max-width: 100%;
    margin-right: 2%;
  }
}

/** general layout rules */

img {
  border-radius: 2px;
}

.col2-3 img {
  width: 100%;
}

.cols_section {
  margin-bottom: 2%;
  overflow: hidden;
  padding: 1px;
  display: block;
}

.cols_section .col0-1.first.last {
  width: 100%;
}

.entry-content > .cols_section {
  display: flex;
  overflow: visible;
}

@media only screen and (max-width: 770px) {
  .cols_section {
    flex-direction: column;
  }
}

/* default sidebar settings */

.sidebar.six.columns.onright {
  width: 32%;
  text-align: center;
  border-radius: 2px;
  margin-top: 66px; /* this is the height of the h1 header with padding etc. -> change this if header size has been changed*/
}

.sidebar .deeper-sidebar{
  padding: 1px;
  text-align: center;
}

.sidebar .deeper-sidebar div {
  margin: auto;
}

#exploremapbtn,
#ptresmap {
  display: none;
}

.main-logo {
  background: url("./images/zap-map-white-logo.png") no-repeat center;
  background-size: contain;
  margin-left: 10px;
  height: 90px;
  width: 100%;
}

.logo {
  margin: 0;
}

@media screen and (max-width: 770px) {
  .main-logo {
    width: 50% !important;
  }
}

/** branding */

#xitm_brand_head.band.header {
  width: 100%;
}

#xitm_brand_head.container.main{
  padding: 24px 0 4px 0;
  width: 80%;
}

@media screen and (max-width: 770px){
  #xitm_brand_head.container.main{
    padding: 0;
    width: 100%;
  }
}

#xitm_brand_head .container .six.columns {
  margin-right: 0;
}

#xitm_brand_head .rightside,
.notmobile.columns.five {
  margin-top: 34px;
}

#xitm_brand_head #searchform {
  padding: 0;
  margin-right: 14px;
  float: right;
  margin-bottom: 0;
  width: 50%;
}

#xitm_brand_head #searchform #s {
  padding: 10px 12px;
  width: 75%;
}

#xitm_brand_head #searchform #s::placeholder {
  font-family: 'Roboto', sans-serif;
  color: #bebebe;
  opacity: 0.8;
}

#xitm_brand_head #searchform #searchsubmit {
  float: right;
  background: #545358 url(images/search_icon_white.svg) no-repeat center;
  background-size: 50%;
  width: 25%;
  padding: 10px 0;
}

#xitm_brand_head #searchform input {
  padding: 12px;
  font-size: 12px;
  line-height: 12px;
  text-transform: none;
  display: inline-block;
  height: 32px;
}

#nav-search-and-media {
  margin-right: 0;
}

.social-media-container {
  display: inline-block;
  float: right;
  height: 32px;
}

.social-media-button {
  border-radius: 4px;
  height: 100%;
  margin-right: 4px;
  display: inline-block;
  padding: 4px;
  transition: all 0.2s ease;
}

.social-media-button:hover {
  transform: scale(1.1);
}

.social-media-button .social-media-icon {
  height: 24px;
  width: 24px;
}

.brand-hero {
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.brand-hero figure {
  margin: 0;
}

/* brand hero section scaling */
@media screen and (min-width: 770px) and (max-width: 1200px) {
  .collapsible-columns-section {
    flex-direction: column;
  }

  .collapsible-columns-section.cols_section .col2-3 {
    margin-bottom: 2%;
  }

  .collapsible-columns-section.cols_section .col2-3,
  .collapsible-columns-section.cols_section .col1-3 {
    width: 100%;
  }

  .collapsible-columns-section .ad-box {
    display: flex;
  }

  .collapsible-columns-section .ad-box.home-ad-box {
    flex-direction: row;
  }
}

/** navbar */

.band.navigation {
  background-color: #292929;
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.3);;
  border-bottom: 2px solid #f0642f;
  padding: 12px 0;
}

.band.header {
  background-color: #292929;
}

.band.header .container {
  padding: 0;
}

@media screen and (max-width: 770px) {
  .band.navigation {
    padding: 0 !important;
    line-height: 0;
  }
}

.xitm_resp_menu_full_menu {
  text-align: justify;
  height: 50px;
  width: 90%;
}

.xitm_resp_menu_full_menu:after {
  content: '';
  width: 100%;
  display: inline-block;
}

nav.primary ul.menu > li {
  width: auto !important;
  display: inline-block;
}

nav.primary ul.menu > li a {
  transition: all 0.2s ease;
}

nav.primary ul.menu > li a:active,
nav.primary ul.menu > li a:focus {
  background-color: #292929;
}

nav.default_nav_style ul.sub-menu {
  text-align: left;
}

nav.default_nav_style ul li {
  float: none;
}

nav.primary ul li.current-menu-parent a {
  color: #f0642f;
}

nav.primary ul li:hover a,
nav.primary ul li.current-menu-item > a {
  background-color: #292929;
}

nav.primary ul.menu .map-highlight-button > a {
  border-radius: 4px;
  border: 2px solid #f0642f;
  background: transparent url("images/zap-map-marker.png") no-repeat left 14px bottom 10px;
  background-size: 12px auto;
  color: white;
  padding-left: 36px !important;
}

nav.primary ul.menu .map-highlight-button:hover > a,
nav.primary ul li.map-highlight-button.current-menu-item > a {
  background: #f0642f url("images/zap-map-marker.png") no-repeat left 14px bottom 10px !important;
  background-size: 12px auto !important;
  color: #fff !important;
}

nav.primary ul.sub-menu li.menu-item a {
  color: #fff;
}

nav.primary ul.sub-menu li a:hover,
nav.primary ul.sub-menu li.current-menu-item a {
  color: #f0642f;
}

/* navbar mobile download buttons */

.navbar-app-download-button {
  background-color: transparent;
  border: 1px solid #bebebe;
  border-radius: 4px;
  color: #bebebe;
  font-size: 12px;
  font-weight: 400;
  margin-right: 8px;
  padding: 8px 12px 8px 34px;
  transition: all 0.2s ease;
  text-transform: none;
}

.navbar-app-download-button:hover {
  background-color: transparent;
  border: 1px solid #f0642f;
}

.navbar-app-download-button:focus {
  box-shadow: none;
  border: 1px solid #D64C15;
}

.android-download-button {
  background: url(images/google-play-icon-gray.png) no-repeat bottom 10px left 12px;
  background-size: 12px auto;
  margin-bottom: 20px;
}

.ios-download-button {
  background: url(images/apple-logo-gray.png) no-repeat bottom 10px left 12px;
  background-size: 10px auto;
}

.android-download-button:hover {
  background: url(images/google-play-icon-white.png) no-repeat bottom 10px left 12px;
  background-size: 12px auto;
}

.ios-download-button:hover {
  background: url(images/apple-logo-white.png) no-repeat bottom 10px left 12px;
  background-size: 10px auto;
}

/** mobile navbar */

.xitm_resp_menu_select_menu {
  color: white;
}

.hamburger-button {
  float: right;
  display: none;
  border: none;
  color: #fff;
  border-radius: 0;
  background: transparent url(images/hamburger_white.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 22px;
  position: absolute;
  left: 12px;
  bottom: 30px;
  transition: all 0.2s ease;
}

.hamburger-button:hover {
  background: transparent url(images/hamburger_orange.svg) no-repeat;
  background-size: contain;
  transition: all 0.2s ease;
}

.hamburger-button:active,
.hamburger-button:focus {
  box-shadow: none;
}

#body .mobile-nav-map-button {
  background-color: transparent;
  border: 1px solid #f0642f;
  color: #fff;
  display: none;
  font-size: 12px;
  font-family: Roboto, sans-serif;
  padding: 12px 6px;
  position: absolute;
  bottom: 31px;
  right: 12px;
  transition: all 0.25s ease;
}

#body .mobile-nav-map-button:active,
#body .mobile-nav-map-button:focus {
  background-color: #f0642f;
  box-shadow: none;
}

@media only screen and (max-width: 770px) {
  .hamburger-button,
  .mobile-nav-map-button {
    display: block !important;
  }

  .accordion-toggle {
    line-height: normal;
  }

  nav.default_nav_style ul li {
    float: left;
  }
}

.accordion-toggle {
  display: none;
}

.accordion-item {
  padding: 16px 0 16px 10px;
}

.accordion-item:active,
.accordion-item:focus,
.collapsed-navbar-item a:active,
.collapsed-navbar-item a:focus {
  background-color: #D64C15;
}

.collapsed-navbar-item:last-child {
  margin-bottom: 12px;
}

.collapsed-navbar-item {
  width: 100%;
  background-color: #E0E0E0;
  border-bottom: 1px groove rgba(0, 0, 0, 0.75);
}

.collapsed-navbar-item a {
  width: 100%;
  padding: 24px !important;
  color: #292929 !important;
}

.collapsed-navbar-item a:hover {
  background-color: #f0642f !important;
  color: #fff !important;
}

.mobile-navbar-link {
  color: white !important;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  padding-left: 4px;
}

.mobile-navbar-dropdown-toggle {
  height: 30px;
  width: 30px;
  float: right;
  background: transparent url(images/expand_more_white.svg) no-repeat;
  background-size: contain;
  margin-right: 12px;
}

/** buttons */

button,
a.xi_btn,
.xi_btn:visited,
a.xi_btn:visited,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  border: 1px solid transparent;
  border-radius: 4px;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  overflow: hidden;
  padding: 12px 16px;
  text-transform: uppercase;
}

.xi_btn,
.xi_btn.right,
.xi_btn.left {
  font-size: 16px !important;
  padding: 12px;
  margin: 0;
  transition: all 0.2s ease;
  float: right;
  font-weight: normal;
}

a.xi_btn:hover {
  border: 1px solid #FF7E4C;
}

a.xi_btn:active,
a.xi_btn:focus {
  box-shadow: none;
}

/* text button */

.button-text-only a.xi_btn {
  background: transparent;
  color: #292929;
}

/* gray arrow buttons */

.button-gray-arrow a.xi_btn {
  background: url(images/arrow_forward_gray_bg.svg) no-repeat bottom 12px right 12px;
  background-size: 20px 20px;
  color: #292929;
  padding: 12px 42px 12px 12px;
}

.button-light-gray-arrow a.xi_btn {
  background: url(images/arrow_forward_light_gray_bg.svg) no-repeat bottom 12px right 12px;
  background-size: 20px 20px;
  color: #292929;
  padding: 12px 42px 12px 12px;
}

/* orange arrow button */

.button-orange-arrow a.xi_btn {
  background: url(images/arrow_forward_orange_bg.svg) no-repeat bottom 12px right 12px;
  background-size: 20px 20px;
  color: #292929;
  padding: 12px 42px 12px 12px;
}

/* positioning buttons */
.button-text-only.info-box-button,
.button-gray-arrow.info-box-button,
.button-light-gray-arrow.info-box-button,
.button-orange-arrow.info-box-button {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

/** lightweight CSS only ripple animation */
/* Credit : https://ghinda.net/article/css-ripple-material-design/ */

a.xi_btn {
  position: relative;
}

a.xi_btn:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  height: 600px;
  margin-left: -300px;
  margin-top: -300px;
  background: #D64C15;
  border-radius: 100%;
  opacity: .9;
  transform: scale(0);
}

@keyframes ripple {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}

a.xi_btn:not(:active):after {
  animation: ripple 1s ease-out;
}

a.xi_btn:after {
  visibility: hidden;
}

a.xi_btn:focus:after {
  visibility: visible;
}

/** boxes/cards */

figure {
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin-bottom: 6px;
}

.xi_box,
.xi_box.featuregrey,
.xi_box.featureblack {
  background-color: transparent;
  border-radius: 2px;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: auto;
  padding: 0;
  margin: 0;
  min-height: 0 !important;
  overflow: hidden;
  transition: all 0.2s ease;
}

.xi_box p,
.xi_box.featureblack p {
  color: #292929;
  text-align: left;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding-left: 12px;
  padding-right: 12px;
}

.xi_box.info-box {
  height: 100%;
  padding-bottom: 70px;
  position: relative;
}

.xi_box.info-box > h1,
.xi_box.info-box > h2,
.xi_box.info-box > h3,
.xi_box.info-box > h4 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  position: relative;
}

.xi_box h1,
.xi_box h2,
.xi_box h3,
.xi_box h4 {
  color: white;
  background-color: #f0642f;
  text-transform: none;
  text-align: left;
  padding: 12px;
  margin: 0;
}

.xi_box figure {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.xi_box img {
  width: 100%;
  border-radius: 0;
}

.image-no-border,
.xi_box .image-no-border {
  box-shadow: none;
}

/* outline box */

.outline-box {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #f0642f;
  margin-bottom: 12px;
  padding: 12px;
}

.outline-box p:empty {
  line-height: 0;
  padding: 0;
  margin: 0;
}

.outline-box h1,
.outline-box h2,
.outline-box h3,
.outline-box p {
  background-color: transparent;
  color: #292929;
  text-align: center;
}

.points-outline-box p {
  text-align: left;
}

/* twitter box */

.xi_box.twitter {
  background-color: #fff;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 12px 12px 0;
  margin: auto;
  max-width: 100%;
}

.xi_box.twitter img {
  width: 50%;
}

.xi_box.twitter .afti-short-timeline {
  margin: 12px 0 0 0;
}

.xi_box.twitter ul li {
  font-size: 12px;
  text-align: left;
  border: 1px solid #E0E0DD;
  border-radius: 2px;
  margin: 0;
  padding: 16px 12px;
}

.xi_box.twitter ul li:not(:first-child) {
  margin-top: -1px;
}

.twitterbtn {
  margin: 0;
  padding: 12px 0;
}

.xi_box.twitter .twitterbtn a.xi_btn {
  color: #292929;
  border: 1px solid transparent;
  background: transparent url("images/twitter-icon-no-bg.svg") no-repeat 14px;
  background-size: 14px;
  font-family: "Montserrat", sans-serif;
  padding: 12px 16px 12px 38px;
}

.xi_box.twitter .twitterbtn a.xi_btn:hover {
  border: 1px solid #f0642f;
  border-radius: 4px;
}

/* latest news */

.caroufredsel_wrapper {
  margin: auto;
}

.xi_box.briefnews {
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  height: 697px;
  margin-bottom: 12px;
  max-width: 100%;
  width: 100%;
}

.xi_box.briefnews h3 {
  font-weight: normal;
}

.xi_box.briefnews ul {
  padding-top: 12px;
}

.xi_box.briefnews .lister_block ul li.lister_item figure {
  height: 200px;
}

.xi_box.briefnews .lister_block ul li.lister_item figure img {
  height: 200px;
  object-fit: cover;
  border-radius: 2px;
}

.xi_box.briefnews ul li.lister_item.publish {
  height: 212px;
  padding: 0 12px 12px;
}

.xi_box.briefnews .latest-news-container {
  transition: all 0.2s ease;
}

.xi_box.briefnews .latest-news-container p {
  padding: 0;
}

.xi_box.briefnews ul li.lister_item.publish,
.xi_box.briefnews ul li.lister_item.publish span {
  display: block;
  position: relative;
}

.xi_box.briefnews ul li.lister_item.publish .latest-news-container:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.20), 0 4px 6px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.xi_box.briefnews .lister_block ul li.lister_item.publish h4 {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 2px 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
}

.xi_box.briefnews h4.title-overlay a {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
}

.xi_box.briefnews ul li.lister_item.publish span.date-overlay {
  border-radius: 2px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  padding: 6px;
}

.xi_box.briefnews ul li.lister_item.publish span.date-overlay a {
  color: #fff;
}

.xi_box.briefnews p:empty,
.xi_box.briefnews .lister_block ul li.lister_item p:empty {
  line-height: 0;
  padding: 0;
  margin: 0;
}

/* CTA cards */

.cta-card {
  min-height: 200px;
  background-color: transparent;
  border: none;
  border-radius: 2px;
  padding: 0;
}

.cta-card:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.20), 0 4px 6px rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease;
}

.cta-card:active {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.35), 0 15px 12px rgba(0, 0, 0, 0.27);
}

.cta-card .cta-card-image {
  width: 100%;
  height: 0;
  padding: 0 0 56%;
  border-radius: 2px 2px 0 0;
}

.cta-card .cta-card-image img {
  width: 100%;
  border-radius: 2px 2px 0 0;
}

.card-bottom-button {
  background-color: #f0642f;
  border-radius: 0 0 2px 2px;
  display: flex;
  align-items: center;
  min-height: 90px;
  height: 50px; /* height lower than min-height to fix issues with Internet Explorer vertical centering */
}

.card-bottom-button h2,
.card-bottom-button h3 {
  color: white;
  margin: 0;
  font-weight: 400;
  max-width: 100%;
  background-color: transparent;
}

.full-size-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.content-separator {
  border-bottom: 1px solid #E0E0E0;
  margin: 24px 8px 24px 0;
  width: 1348px;
}

/** news strip - 2/3 big news item + 2 stacked boxes */

.lister_block ul,
.lister_block ul li {
  margin: 0;
}

.lister_block ul li {
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.2s ease;
}

.lister_block ul li:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.20), 0 4px 6px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.lister_block ul li:active {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.35), 0 15px 12px rgba(0, 0, 0, 0.27);
}

.news-container.col1-3 .lister_item {
  margin: 0;
}

.news-container.col1-3 .lister_block ul > li.lister_item.publish:last-child {
  margin-bottom: 0;
}

.news-container.col1-3 .lister_block ul > li.lister_item.publish {
  margin-bottom: 3.5%;
}

.news-container > .small-news-item {
  margin-bottom: 20px;
}

/* news containers collapsing to 1 main row + 2 50% boxes in the next row*/
@media screen and (min-width: 770px) and (max-width: 1200px) {
  .news-container.col2-3,
  .cols_section .news-container.col1-3.last,
  .news-container .lister_block,
  .news-container .lister_block ul{
    width: 100%;
  }

  .news-container.col2-3 {
    margin-bottom: 2%;
  }

  .news-container.col2-3 .lister_block ul li{
    width: 100%;
  }

  .news-container .lister_block ul {
    display: flex;
  }

  .news-container.col1-3 .lister_block ul li {
    -ms-flex: 1;
    flex: 1;
  }

  .news-container.col1-3 .lister_block ul li:first-of-type{
    margin-right: 2%;
  }

  .news-container.col1-3 .lister_block ul > li.lister_item.publish {
    margin-bottom: 0;
  }
}

.news-item {
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 2px;
  position: relative;
  transition: all 0.2s ease;
}

.news-image {
  width: 100%;
  margin: 0;
}

.news-image img {
  width: 100%;
  border-radius: 2px;
}

.image-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: absolute;
  border-radius: inherit;
}

.image-overlay.title {
  bottom: 0;
  left: 0;
  width: 100%;
}

.image-overlay.date {
  top: 0;
  right: 0;
  color: #fff;
}

.image-overlay.title h2,
.image-overlay.title h3,
.image-overlay.title h4,
.image-overlay.title h5 {
  background-color: transparent;
  color: #fff;
  margin: 0;
  padding: 12px;
  line-height: normal;
}

@media screen and (max-width: 770px) {
  .image-overlay, .main-news-item .image-overlay {
    padding: 4px;
  }

  .image-overlay.title h2,
  .image-overlay.title h3,
  .image-overlay.title h4 {
    padding: 0;
    font-size: 20px;
  }
}

/** tools section, 2x2 grid */

.tools-row.cols_section {
  margin-bottom: 3.5%;
  display: flex;
}

.tools-row.cols_section:last-child {
  margin-bottom: 0;
}

.tools-row.cols_section .col1-2 {
  width: 48.25%;
  margin-right: 3.5%;
}

.tools-row.cols_section h1,
.tools-row.cols_section h2,
.tools-row.cols_section h3 {
  padding-right: 0;
}

.tool-box {
  margin: 0;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.2s ease;
  padding: 0;
}

.tool-box .tool-image {
  width: 100%;
}

.tool-box .tool-image img {
  width: 100%;
  height: auto;
  border-radius: 2px 2px 0 0;
}

.tool-box .card-bottom-button {
  min-height: 100%;
}

@media screen and (max-width: 770px) {
  .tools-container.col2-3.one.first {
    margin-bottom: 0;
  }

  .tools-container .col1-2.one, .tools-container .col1-2.two {
    width: 100%;
    margin-bottom: 12px;
  }

  .tools-row.cols_section {
    margin-bottom: 0;
  }

  .col1-2.one.first .tool-box {
    margin: 0 0 12px 0;
  }

  .col1-2.two.last .tool-box {
    margin: 0;
  }
}

/** article */

.archive-header {
  padding: 0;
}

article.type-post.list {
  margin: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 12px 24px;
  transition: all 0.2s ease;
}

article.type-post.list:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.20), 0 4px 6px rgba(0, 0, 0, 0.25);
}

article.type-post.list .main-header {
  width: 35%;
  float: left;
}

article.type-post.list figure{
  width: 100%;
  margin: 0;
  float: left;
}

article.type-post.list .entry-meta {
  padding-bottom: 0;
}

article.type-post.list .entry-summary {
  width: 62%;
  float: right;
}

article.type-post.list h2 a {
  font-size: 22px;
  color: black !important;
  text-transform: none;
}

article.type-post.list .meta-date {
  font-weight: normal;
  padding: 4px 4px 4px 0;
  float: left;
}

article.type-post.list .meta-date a {
  color: #292929;
}

article.type-post.list .meta-date a:hover {
  color: #f0642f;
}

article.type-post.list .xi_btn {
  background-color: transparent;
  color: black;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
}

article.type-post.list .xi_btn.readmore {
  background: transparent url(images/arrow_forward_orange_bg.svg) no-repeat bottom 50% right 12px;
  padding: 12px 42px 12px 12px;
  border: 1px solid white;
}

article.type-post.list .small.xi_btn.right {
  padding: 0;
}

article.type-post.list .xi_btn a {
  width: auto;
}

article.type-post.list .xi_btn.readmore:hover {
  border: 1px solid #f0642f;
}

@media only screen and (max-width: 770px) {
  article.type-post.list {
    padding: 12px;
  }

  article.type-post.list .main-header {
    float: none;
    width: 100%;
  }

  article.type-post.list figure {
    width: 100%;
  }

  article.type-post.list .entry-summary {
    width: 100%;
    padding: 6px 0;
  }
}

/* locations list pages */

.type-zapm_cpt_places.list {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 0;
}

.type-zapm_cpt_places.list:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.20), 0 4px 6px rgba(0, 0, 0, 0.25);
}

.type-zapm_cpt_places.list:active,
.type-zapm_cpt_places.list:focus {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.35), 0 15px 12px rgba(0, 0, 0, 0.27);
}

.type-zapm_cpt_places h2 {
  height: 50px;
  position: relative;
}

.type-zapm_cpt_places h2 a {
  color: #292929;
  font-size: 16px;
  line-height: 50px;
  padding-left: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.type-zapm_cpt_places h2 a:hover {
  color: #292929;
  text-decoration: none;
}

/* individual location page */

.entry-content-zapm_cpt_places form {
  margin: 0;
}

.locations-page-header {
  float: left;
}

#ptresdiv a {
  font-size: 16px;
  font-weight: normal;
  color: #292929;
  border: 1px solid transparent;
}

#ptresdiv a.ptquerypg {
  padding: 4px 8px;
}

#ptresdiv a.ptquerypg.current {
  color: #fff;
}

#ptresdiv a.ptquerypg:hover {
  color: #f0642f;
  border: 1px solid #f0642f;
  border-radius: 4px;
}

/** Stats boxes **/

.xi_box.stats-box {
  margin: 20px 1px;
  padding-bottom: 0;
}

.xi_box.stats-box .col1-4{
  margin-right: 4%;
}

.stats-box > p {
  display: none;
}

.stats-box .cols_section {
  padding: 24px;
  overflow: hidden;
  margin-bottom: 0;
}

.statblock,
.statblockorange {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  width: 100%;
  height: 100%;
  padding: 24px 8px;
  border-radius: 2px;
}

.statblock h4 {
  color: #292929;
}

.statblockorange p {
  color: #fff;
}

.statblock h4,
.statblockorange h4,
.statblock p,
.statblockorange p {
  background-color: transparent;
  text-align: center;
  padding: 0 8px;
  margin-bottom: 0;
  line-height: normal;
}

@media screen and (min-width: 770px) and (max-width: 1200px){
  .statblock h4,
  .statblockorange h4 {
    padding: 2px;
    font-size: 30px;
  }

  .statblock p,
  .statblockorange p {
    padding: 2px;
    font-size: 10px;
  }
}

/**
	Mobile stat boxes
	Box 3 and 4 will switch background colours to display a checkered pattern
 */

@media only screen and (max-width: 770px) {
  .stats-box .cols_section {
    padding: 8px;
  }
  .stats-box .col1-4 {
    width: 50%;
  }
  .stats-box .col1-4.four .statblock {
    background-color: #f0642f;
  }
  .stats-box .col1-4.four .statblock h4,
  .stats-box .col1-4.four .statblock p {
    color: #fff;
  }
  .stats-box .col1-4.three .statblockorange {
    background-color: #fff;
    color: #292929;
  }
  .stats-box .col1-4.three .statblockorange h4,
  .stats-box .col1-4.three .statblockorange p {
    color: #292929;
  }
  .statblock, .statblockorange {
    padding: 16px 8px;
  }

  .statblock h4,
  .statblockorange h4 {
    font-size: 32px;
  }
  .statblock p,
  .statblockorange p {
    font-size: 14px;
    padding: 0;
  }
}

/** home page stats boxes */
.stats-box.collapsed-stats{
  margin: 0;
  padding-bottom: 0;
}

.stats-box.collapsed-stats .statblocks-container {
  padding: 12px;
}

.stats-box.collapsed-stats .statblock,
.stats-box.collapsed-stats .statblockorange {
  width: 50%;
  padding: 36px 8px;
}

.stats-box.collapsed-stats .col1-4 {
  width: 50%;
  margin: 0;
}

.collapsed-stats .col1-4 h4 {
  font-size: 42px;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  .stats-box.collapsed-stats .cols_section {
    padding: 12px;
  }

  .stats-box.collapsed-stats .statblock,
  .stats-box.collapsed-stats .statblockorange {
    padding: 32px 4px 24px 4px;
  }

  .collapsed-stats .col1-4 p {
    font-size: 12px;
  }
}

@media only screen and (max-width: 770px) {
  .full-width-cols-section .collapsed-stats.stats-box .col1-4 {
    width: 50%;
    margin: 0;
  }
}

.collapsed-stats .zm-logo {
  float: left;
  margin: 0;
  padding: 12px 24px;
  width: auto;
}

/* Content stats blocks */

.content-stats-box .statblock h4,
.content-stats-box .statblockorange h4 {
  font-size: 32px;
  padding: 0 0 12px;
}

.content-stats-box .statblock p,
.content-stats-box .statblockorange p {
  padding: 2px;
}

/* zap-chats */

.xi_box.zap-chats {
  background-color: #222;
}

.xi_box.zap-chats iframe {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.xi_box.zap-chats p {
  padding: 0 0 8px;
}

.zap-chat-logo {
  float: right;
  width: 100px;
  height: auto;
  position: absolute;
  bottom: 12px;
  right: 12px;
}

/* logo box */

.zm-logo-box {
  padding: 0 20px 10px;
  margin: 0;
  width: 20%;
  float: right;
}

@media screen and (max-width: 770px) {
  .zm-logo-box {
    padding: 0 10px 10px;
    width: 40%;
  }
}

/** ads and ad containers **/

.topads {
  margin: 20px auto;
}

.ad-box {
  padding: 0 1%;
  border-radius: 2px;
  display: inline-block;
  height: auto;
  width: 100%;
  text-align: center !important;
  box-shadow: none;
}

.ad-box.home-ad-box {
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1px;
}

.ad-box div {
  margin: auto;
}

@media screen and (max-width: 770px) {
  .ad-box {
    padding: 4px 0;
  }
}

.download-button-badge-box {
  width: 100%;
  padding: 24px 56px;
}

.download-button-badge-box img {
  width: 300px;
}

/* tabbed content */

.xitabcontent .xi_btn.medium.center {
  padding: 0 16px 12px;
}

.xi_tabs_container {
  padding: 1px;
}

ul.xi_tabbed_tabs {
  display: table;
  width: 100%;
  table-layout: fixed;
}

ul.xi_tabbed_tabs li {
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #292929;
  display: table-cell;
  font-family: Montserrat, sans-serif;
  padding: 24px;
  text-align: center;
  transition: all 0.2s ease;
}

@media screen and (max-width: 770px){
  ul.xi_tabbed_tabs li {
    padding: 12px 0;
  }
}

ul.xi_tabbed_tabs li:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.20), 0 4px 6px rgba(0, 0, 0, 0.25);
}

ul.xi_tabbed_tabs li:active {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.35), 0 15px 12px rgba(0, 0, 0, 0.27);
}

ul.xi_tabbed_tabs li:first-child {
  border-radius: 2px 0 0 2px;
}

ul.xi_tabbed_tabs li:last-child {
  border-radius: 0 2px 2px 0;
}

ul.xi_tabbed_tabs li:active {
  background-color: #D64C15;
}

/* network list */

.xitabcontent .xi_box {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding-bottom: 40px;
  position: relative;
}

.xitabcontent .xi_box:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.20), 0 4px 6px rgba(0, 0, 0, 0.25);
  z-index: 999;
}

.network-list ul.xi_tabbed_content li.xitabcontent .xi_box {
  padding-top: 12px;
  border-radius: 2px 2px 0 0;
}

.network-list ul li .xi_box .lower {
  display: flex;
}

.network-list ul li .xi_box .lower figure{
  flex: 1 0 0;
  margin-bottom: 0;
  align-self: center;
  box-shadow: none;
}

.network-list ul li .xi_box .lower p {
  flex: 3 0 0;
  max-width: 70%;
}

@media screen and (max-width: 500px) {
  .network-list ul li .xi_box .lower {
    flex-direction: column;
  }

  .network-list ul li .xi_box .lower p {
    max-width: 100%;
  }

  .network-list ul li .xi_box .lower figure {
    overflow: visible;
  }
}

/* pagination */

.pagination .page-numbers {
  color: #292929;
  background-color: transparent;
  border: 1px solid transparent;
}

.pagination .page-numbers.current{
  background-color: #f0642f;
  color: #fff;
  border-radius: 2px;
}

.pagination .page-numbers a:hover {
  background-color: transparent;
  border: 1px solid #f0642f;
  border-radius: 2px;
  margin-bottom: -1px;
}

/* points list page */

.zapm_cpt_point.list .main-header {
  border-radius: 2px;
}

.zapm_cpt_point.list h2 {
  border: 1px solid transparent;
  margin: 0;
  position: relative;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #E0E0E0;
}

.zapm_cpt_point.list h2 a {
  color: #292929;
  display: inline-block;
  font-size: 16px;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.zapm_cpt_point.list h2 a:hover {
  text-decoration: none;
}

.zapm_cpt_point.list h2:hover {
  border: 1px solid #f0642f;
  border-radius: 2px;
}

.zapm_cpt_point.list h2:active,
.zapm_cpt_point.list h2 a:active {
  background-color: #D64C15;
  color: #fff;
}

/* individual points pages */

.outline-box.nearby-points a {
  float: left;
  color: #292929;
}

.outline-box.nearby-points a:hover {
  color: #f0642f;
}

.outline-box.nearby-points p {
  text-align: right;
  font-size: 14px;
}

.typerow {
  margin-bottom: 12px;
}

.typerow .slow1,
.typerow .fast1,
.typerow .fast3-11,
.typerow .fast3-22,
.typerow .rapidac,
.typerow .rapiddc,
.typerow .rpdac,
.typerow .rpddc
{
  padding: 24px 40px 24px 12px;
  float: left;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 32px;
  margin-right: 16px;
  font-size: 32px;
}

/* Zap Installer tool */

.zapinstallersearch .form-wrap.container {
  border-radius: 2px;
  padding: 12px;
}

.zapinstallersearch .form-wrap input.submit-button {
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  background-color: transparent;
  border-radius: 4px;
}

.zapinstallersearch .form-wrap input.submit-button:hover {
  border: 1px solid #f0642f;
}

.zapinstallersearch .form-wrap input.submit-button:active,
.zapinstallersearch .form-wrap input.submit-button:focus {
  background-color: #D64C15;
  box-shadow: none;
}

.zapinstallersearch div.col-md-3 {
  padding-top: 4%;
  position: absolute;
  right: 0;
  bottom: 10px;
}

@media screen and (max-width: 770px){
  .zapinstallersearch div.col-md-3 {
    position: relative;
    margin: 0;
  }
}

.zapinstallersearch .result-set .item-value-featured,
.zapinstallersearch .result-set .item-value-featured .container {
  padding: 12px 0;
}

body .zapinstallersearch ul li.result-item.featured-listing .row.data-rows-container,
body .zapinstallersearch ul li.result-item.featured-listing .row.data-rows-container div.container.data-rows-container {
  background-color: transparent;
  border: none;
}

body .zapinstallersearch .row {
  margin: 0;
}

/* installer featured listing */

body .zapinstallersearch ul.results-list li.result-item.featured-listing {
  border: 1px solid #f0642f;
  border-radius: 2px;
}

body .zapinstallersearch ul li.result-item.featured-listing div.container.data-rows-container,
body .zapinstallersearch ul.results-list li.result-item {
  background-color: #fff;
  border: none;
}

body .zapinstallersearch ul li.result-item.featured-listing .bus-item-inner-container div.row.data-row-1 {
  padding: 0;
}

body .zapinstallersearch ul li.result-item.featured-listing div.row.data-row-1 {
  padding-left: 12px;
  padding-right: 12px;
}

body .zapinstallersearch ul li.result-item.featured-listing .item-contact-title a.cta,
body .zapinstallersearch ul li.result-item.featured-listing .item-contact-title a.cta.bus-cta {
  background-color: transparent;
  border: 1px solid #f0642f;
  border-radius: 4px;
  color: #292929;
  transition: all 0.2s ease;
}

body .zapinstallersearch ul li.result-item.featured-listing .item-contact-title .cta:hover,
body .zapinstallersearch ul li.result-item.featured-listing .item-contact-title a.cta.bus-cta:hover {
  background-color: #f0642f;
  color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

body .zapinstallersearch ul li.result-item.featured-listing .item-contact-title .cta:active,
body .zapinstallersearch ul li.result-item.featured-listing .item-contact-title .cta:focus,
body .zapinstallersearch ul li.result-item.featured-listing .item-contact-title a.cta.bus-cta:active,
body .zapinstallersearch ul li.result-item.featured-listing .item-contact-title a.cta.bus-cta:focus {
  background-color: #D64C15;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.20), 0 4px 6px rgba(0, 0, 0, 0.25);
}

/* installer tool regular listing */

body .zapinstallersearch ul.results-list li.result-item {
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 5px rgba(0, 0, 0, 0.24);

}

body .zapinstallersearch ul.results-list li.result-item:not(.featured-listing) {
  padding: 12px;
}

body .zapinstallersearch ul.results-list li.result-item .item-value.item-value-name {
  font-weight: bold;
}

/* content tiles - usually a section of images with titles */

.small-tiles {
  display: flex;
  flex-direction: row;
}

.small-tiles>div {
  flex: 1;
  display: flex;
}

.small-content-tile {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  margin: 2px;
  padding: 12px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}

.small-content-tile p,
.small-content-tile figure {
  text-align: center;
  box-shadow: none;
}

.small-content-tile p {
  padding: 8px;
  margin: 0;
  width: 100%;
}

@media screen and (max-width: 770px) {
  .small-tiles {
    flex-direction: column;
  }

  .small-content-tile figure img {
    width: 50%;
  }
}

/* car charging guide cards */

.car-guide-row {
  padding: 1px;
}

.car-guide-card {

  margin-bottom: 8px;
}

.car-guide-card .xi_btn {
  white-space: nowrap;
}

.car-guide-card figure {
  width: 100%;
}

@media only screen and (max-width: 770px) {
  .car-guide-card {
    width: 100%;
  }
}

/** letterbox images */

.letterbox-image {
  width: 100%;
  margin-bottom: 12px;
}

.letterbox-image img {
  width: 100%;
}

/** header images */

.main-header figure {
  border: none;
  padding: 0;
}

.main-header figure img {
  width: 100%;
}

/** footer */

footer.container a:hover {
  color: #f0642f;
}

#footer,
#footnote,
.band.footnote,
#footnote_left,
#footnote_right
{
  background: #292929;
}

#footer.band.footer footer.container,
#footer.band.footnote footer.container {
  width: 80%;
  padding: 36px 4px 12px;
}

#footer .sixteen.columns {
  margin: 0;
}

#footer.band.footer .four.columns {
  margin-right: 1%;
}

#footer .container .four.columns a {
  font-size: 16px;
  line-height: 26px;
}

#footer.band.footer .four.columns:nth-child(2),
#footer.band.footer .four.columns:nth-child(3) {
  text-align: center;
}

#footer.band.footer .four.columns:nth-child(4) {
  text-align: right;
  margin-right: 0;
  padding-bottom: 0;
}

.centered-footer-links {
  display: inline-block;
  text-align: left;
}

#footer.band.footer .searchform {
  display: none;
  padding: 0;
  width: 100%;
  margin-bottom: 6px;
  margin-top: 12px;
}

#footer.band.footer .searchform #s {
  width: 80%;
}

#footer.band.footer .searchform #searchsubmit {
  width: 20%;
}

#footer .four.columns a img {
  max-height: 70px;
  width: auto;
}

/* footnote */

#footnote_left {
  overflow: visible;
  text-align: center;
}

.footnote-content {
  display: inline-block;
}

.footnote-element {
  float: left;
  margin-right: 12px;
}

.footnote-element.footnote-text{
  line-height: 25px;
}

.footnote-element .footnote-icon {
  width: auto;
  height: 25px;
  transition: all 0.2s ease;
}

.footnote-element .footnote-icon:hover{
  transform: scale(1.1);
}

@media only screen and (max-width: 770px) {
  #footer.band.footer footer.container,
  #footer.band.footnote footer.container {
    width: 100%;
    padding: 12px 4px 0;
  }

  #footer.band.footer .four.columns {
    text-align: left;
    padding: 12px;
    width: 100%;
    margin: 0;
  }

  .centered-footer-links {
    display: block;
  }

  #footer.band.footer .searchform {
    display: block;
  }

  #footer.band.footer .four.columns {
    padding: 6px 12px;
  }

  #footer.band.footer .four.columns a {
    line-height: 25px;
  }

  #footer.band.footer .four.columns:last-child {
    display: inline-block;
  }

  #footer.band.footer .four.columns:last-child .widget_media_image {
    display: inline-block;
    width: 49%;
  }

  #footer.band.footer .four.columns:last-child .widget_media_image:first-child {
    margin-right: 2%;
  }

  #footer .four.columns a img {
    max-height: none;
  }

  #footnote_left .footnote-content span.footnote-element {
    width: 100%;
    margin: 0 0 12px;
  }

  #footnote_left .footnote-content a.footnote-element {
    float: none;
  }

  #footnote_right {
    text-align: center;
    max-width: 100%;
    width: 100%;
  }
}

/* footer entry header - author of the article */

footer.entry-header {
  margin-top: 36px;
}

/** mobile layout rules */

@media only screen and (min-width: 770px) and (max-width: 1366px) {
  .container.primary.default_nav_style {
    width: 80%;
  }

  .xitabcontent p {
    overflow: hidden;
  }
}

/* newsletter signup box */

div .newsletter-signup-box {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 0;
  width: 100%;
  margin: 12px auto 0;
}

@media screen and (min-width: 770px) and (max-width: 1200px) {
  .home-ad-box div {
    flex: 1;
  }

  div .newsletter-signup-box {
    align-self: center;
    margin: 12px;
  }
}

@media screen and (max-width: 770px) {
  div .newsletter-signup-box {
    margin: 12px 0;
  }
}

.newsletter-signup-box .newsletter-title{
  background: #f0642f url('images/send-icon-white.svg') no-repeat 10px 10px;
  background-size: 20px;
  padding: 6px 6px 6px 38px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.newsletter-title {
  display: block;
}

div .newsletter-box-input {
  display: inline-block;
  width: 92%;
  margin-top: 5px;
}

.newsletter-input-field input[type="text"]{
  background-color: #fff;
  border: 1px solid #bebebe;
  border-radius: 4px;
  float: left;
  height: 34px;
  margin: 12px 0;
  width: 72%;
  padding: 12px;
}

.newsletter-input-field input[type="text"]::placeholder {
  font-family: 'Roboto', sans-serif;
}

.newsletter-signup-box .newsletter-button {
  float: right;
  margin: 12px 0;
  padding: 0;
}

.newsletter-signup-box .newsletter-button a {
  background: transparent url('images/check-icon-gray.svg') no-repeat 8px 8px;
  background-size: 15px;
  border: 1px solid transparent;
  color: #292929;
  padding: 6px 12px 6px 28px;
}

.newsletter-signup-box .newsletter-button a:hover{
  border: 1px solid #f0642f;
}

/* smartbanner - mobile map ad */

body #smartbanner {
  background: #292929 !important;
  border-color: #292929 !important;

}

body #smartbanner .sb-button {
  background-color: transparent;
  border: 1px solid #f0642f;
  font-family: Roboto, sans-serif;
  font-weight: normal;
  transition: all 0.25s ease;
}

#smartbanner .sb-button:active {
  background-color: #f0642f;
}

/* contact-us */

.wpcf7-form-control.wpcf7-submit {
  background-color: transparent;
  color: #292929;
  float: right;
  transition: all 0.25s ease;
}

.wpcf7-form-control.wpcf7-submit:hover {
  color: #292929;
  background-color: transparent;
  border: 1px solid #f0642f;
}

.wpcf7-form-control.wpcf7-submit:active,
.wpcf7-form-control.wpcf7-submit:focus {
  box-shadow: none;
  background-color: #f0642f;
  color: #fff;
}

div.wpcf7-validation-errors {
  border: 1px solid #f0642f;
  border-radius: 2px;
}

/* add charge point pages */

.wpcf7 #pointinfoform {
  background-color: #fff;
}

.wpcf7 #pointinfoform fieldset {
  border: none;
}

.wpcf7 #pointinfoform fieldset p {
  padding: 0;
  margin-bottom: 12px;
}

.wpcf7 #pointinfoform fieldset p span,
.wpcf7 #pointinfoform fieldset p:last-of-type {
  margin-bottom: 12px;
}

.wpcf7 #pointinfoform fieldset p span {
  display: block;
  margin-bottom: 12px;
}

.wpcf7 #pointinfoform legend {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.wpcf7 #pointinfoform input[type="email"] {
  width: 100%;
}

.wpcf7 #pointinfoform select,
.wpcf7 #pointinfoform input[type="text"],
.wpcf7 #pointinfoform input[type="email"] {
  border: 1px solid #bebebe;
  border-radius: 4px;
  height: 32px;
  padding-left: 12px;
}

.wpcf7 #pointinfoform textarea {
  border: 1px solid #bebebe;
  border-radius: 4px;
}

.wpcf7 #pointinfoform select:focus,
.wpcf7 #pointinfoform textarea:focus {
  box-shadow: none;
}

/* home page carousel */

#carousel-container {
  position: relative;
}

figure.carousel-background-image {
  box-shadow: none;
}

#carousel-container > .carousel-img {
  position: absolute;
  left: 0;
  top: 0;
}

#carousel-index {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin-right: 2px;
}

#carousel-index .carousel-pos-indicator {
  display: inline-block;
  background-color: #bebebe;
  border-radius: 2px;
  height: 6px;
  width: 20px;
  margin: 6px 3px;
  transition: all 1s ease-in-out;
}

#carousel-index .carousel-pos-indicator.active {
  background-color: #f0642f;
}