.cols-md-6 {
  padding-top: 0;
}

#ireland-map {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sectionLocationMap {
  clear: both;
  position: relative;
}

#sectionLocationMap .container.location-map-container {
  position: relative;
  margin-top: 80px;
}

#sectionLocationMap article {
  max-width: 600px;
  width: 600px;
  padding-top: 80px;
}

#sectionLocationMap .mobile-left {
  position: absolute;
  top: 0;
  right: 0;
}

#faq-container {
  margin-top: 50px;
}

.faq-nav,
.faq-questions .topics h3 {
  display: none;
}

#faq-container .question,
#faq-container .question.collapsed {
  border-bottom: 1px solid #bfcfdd !important;
  font-size: 14px !important;
  margin-bottom: 0 !important;
  padding-top: 10px !important;
}

#faq-container .question.expanded .toggle,
#faq-container .question .toggle.hover {
  background: #00457b !important;
}

#faq-container.blue .question .toggle div {
  background: none !important;
}

#faq-container .question.collapsed .toggle .center_c h4,
#faq-container .question.expanded .toggle h4 {
  margin: 0 !important;
  padding: 0 !important;
  color: #404041 !important;
  font-weight: 300 !important;
  text-shadow: none !important;
  font-family: 'Raleway', sans-serif !important;
}

#faq-container .question.collapsed .toggle .right_c,
#faq-container .question.expanded .toggle .right_c {
  /*background:url(/img/sprites.png) no-repeat!important;*/
  background-position: 0 -478px !important;
  margin-top: 6px;
}

#faq-container .question.expanded .toggle h4,
#faq-container .question .toggle.hover .center_c h4 {
  color: #fff !important;
  background: #00457b !important;
}

#faq-container .question.expanded .toggle .right_c,
#faq-container .question .toggle.hover .right_c {
  background-position: 0 -510px !important;
}

.quest-content {
  width: 100%;
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  margin-top: 0 !important;
}

.quest-content p {
  font-family: 'Raleway', sans-serif !important;
  font-size: 14px !important;
  text-align: left !important;
}

sectionLocationMap ul.sidebar {
  list-style: none;
  width: 290px;
  float: right;
  padding: 0;
}

ul.sidebar li {
  margin-bottom: 30px;
}

ul.sidebar > li {
}
ul.sidebar > li:last-child {
}

.widget {
  width: 100%;
  height: 380px;
  float: left;
  background: #e9e9e9;
  padding: 30px 0 20px 0;
}

.widget:first-child {
  margin-top: 0;
}

.widget img {
  width: 100%;
}

.widget h2 {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: #404041;
}

.widget .disabled h2 {
  color: #a6a5a6;
}

.widget .content {
  margin-top: 20px;
  padding: 0 20px;
}

.widget a.button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  color: #fff;
  background: #13a79d;
  margin: 20px 0;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.widget a.button:hover {
  background: #00457b;
}

.widget .button .fa-chevron-right {
  border: 2px solid #fff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 16px;
  padding: 4px 3px 3px 5px;
  margin-left: 8px;
}

.widget ul,
.widget_home ul {
  list-style: none;
  border-top: 1px solid #dfdfdf;
  padding-top: 25px;
}

.widget ul li,
.widget_home ul li {
  line-height: 150%;
  margin: 0;
  padding: 7px 0;
}

.widget ul li .fa-chevron-right {
  float: right;
  line-height: 150%;
  color: #13a79d;
}

.widget .content .image {
  height: 191px;
}

.widget.location-map {
  background-color: #1998d5;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
  padding: 10px 20px;
}

.widget.location-map ul {
  border-top: none;
  padding: 0;
  list-style: decimal inside;
  font-size: 15px;
}
.widget.location-map ul li {
  padding: 2px 0;
}
.widget.location-map ul li a {
  color: #fff;
  font-size: 15px;
}

@media screen and (max-width: 992px) {
  ul.sidebar {
    width: 219px;
  }
}

@media screen and (max-width: 720px) {
  .widget a.button,
  .widget .button .fa-chevron-right {
    font-size: 14px;
  }
}

@media screen and (max-width: 720px) {
  .widget.second {
    margin: 0 10px;
  }
}

@media screen and (max-width: 690px) {
  ul.sidebar {
    width: 100%;
  }

  .widget {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .widget.disabled .content {
    background-position: center;
  }

  .widget.second {
    margin: 0;
    margin-bottom: 20px;
  }

  .widget .content .image {
    height: auto;
  }

  .widget a.button {
    float: left;
  }
}

/*
===========================================================================
=== UPDATES ==================================================================
===========================================================================
*/

.quest-content p {
  margin-top: 0;
}

.faq-nav,
.faq-questions .topics h3 {
  display: block;
}
.faq-nav a {
  font-weight: normal !important;
}
.faq-questions .topics h3 {
  display: none;
}
.faq-nav {
  padding-bottom: 30px !important;
}

#faq-container .question.collapsed .toggle .right_c,
#faq-container .question.expanded .toggle .right_c {
  margin-top: 0;
}
.quest-content {
  padding: 25px 0;
}
#faq-container .question.expanded .toggle .right_c,
#faq-container .question .toggle.hover .right_c {
  background-position: 0 -505px !important;
}

.widget {
  height: auto;
}

.search-click {
  background: url('/assets/img/branding/search-icon.png') no-repeat center
  center;
  float: right;
  width: 16px;
  height: 15px;
  margin-left: 5px;
  cursor: pointer;
}

/*Background(sea)*/
.st0 {
  fill: #1c9ad6;
}

.st1 {
  display: none;
}
/*Counties or Regions*/
.st2 {
  fill: #99cbce;
  stroke: #1c9ad6;
  stroke-width: 0.75px;
}
@media (hover: hover) {
  st2:hover {
    stroke: #808080 !important;
    stroke-width: 0.75px;
    stroke-linejoin: round;
    fill: #808080 !important;
    cursor: pointer;
  }
}

.st2:hover {
  stroke: #808080 !important;
  stroke-width: 0.75px;
  stroke-linejoin: round;
  fill: #808080 !important;
  cursor: pointer;
}

/*Republic of Ireland islands*/
.st3 {
  fill: #99cbce;
}

.island {
  fill: #808080 !important;
}

/*Northern Ireland*/
.st4 {
  fill: #ffffff;
  stroke: #1c9ad6;
  stroke-width: 0.75px;
}

/*Northern Ireland Islands */
.st5 {
  fill: #ffffff;
}

/*Local Link regional lines*/
.st6 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
}

/*Boundary Lines for Dublin South/Kildare local link*/
.st7 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/*Dublin area*/
.st8 {
  fill: #ffffff;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
/*Number markers*/
.number_marker {
  fill: #1c5782;
}

.st10 {
  fill: none;
}

.st11 {
  fill: #d7df23;
}

.st12 {
  font-family: 'Signika-Semibold';
}

.st13 {
  font-size: 19px;
}

.popup {
  max-width: 250px;
  width: auto;
  max-height: 300px;
  padding: 8px 10px;
  font-size: 12pt;
  background-color: #ecc71f;
  border-radius: 6px;
  position: absolute;
  z-index: 2000;
  transform: translateX(-50%);
  display: none;
  font-weight: 600;
}
.popup .p {
  text-align: center;
  line-height: 100px;
}

.centerthisdiv {
  position: relative;
  left: -50%;
  background-color: green;
  float: right;
  width: auto;
}

.map {
}

.map .meta {
  height: auto;
  max-height: 500px;
  width: 300px;
  z-index: 2000;
  position: absolute; /*display: block;*/
}

.map .meta .meta-header {
  background-color: rgb(215, 223, 33);
  float: left;
  width: 100%;
}
.map .meta .meta-header h2 {
  margin: 0;
  color: rgb(0, 166, 81);
  background: url('/wp-content/themes/transportforireland/assets/img/car-icon.png')
  no-repeat 18px center;
  padding: 20px 0;
  padding-left: 90px;
  font-size: 16px;
  padding-right: 10px;
  position: relative;
  letter-spacing: 0;
  line-height: 18px;
  text-align: left;
}

.map .meta .meta-address {
  background-color: #e6e7e8;
  float: left;
  width: 100%;
}
.map .meta .meta-address p {
  margin: 0;
  padding: 20px 0;
  padding-left: 20px;
}

.map .meta .button {
  background: rgb(29, 77, 113);
  float: left;
  clear: both;
}

.map .meta p {
  margin-bottom: 0;
}

.modal-off-screen {
  position: fixed !important;
  left: -100000px !important;
  top: -100000px !important;
  opacity: 0 !important;
}

.map .meta br {
  display: none;
}
.map .meta .button .fa-chevron-right {
  border: 2px solid #fff;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  padding: 4px 3px 3px 5px;
  margin-left: 18px;
}
.map .meta .arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(29, 77, 113);
  display: block;
  margin: 0 auto;
  overflow: auto;
}

a.button {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  color: #fff;
  background: #13a79d;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}

.close-icon {
  position: absolute;
  top: -6px;
  right: -5px;
  background: url('/wp-content/themes/transportforireland/assets/img/close_icon.png')
  no-repeat center center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 99;
}

.faq-nav a:nth-child(1) {
  display: none;
}
.faq-nav a:nth-child(3) {
  float: left;
}

.faq-questions {
  float: left;
  width: 100%;
}

#sectionLocationMap .page {
  margin-bottom: 40px;
}

/* Irish Style Fixes */
.nav-menu ul#menu-main-menu-irish0 {
  font-size: 14px;
}
footer #footer_menu.irish {
  margin-top: 8px;
}
footer #footer_menu.irish p,
footer #footer_menu.irish a {
  font-size: 11px;
}
.widget_home.second ul.irish {
  padding-top: 8px;
}

.mobile-map {
  display: none;
}

.onload {
  display: none;
}

@media screen and (max-width: 768px) {
  #main_nav ul li a {
    margin-left: 15px;
  }

  #sectionLocationMap {
    padding-top: 20px;
  }

  .widget .content .image {
    height: 130px;
  }
  .widget {
    height: auto;
  }
  .widget a.button {
    margin-bottom: 0;
  }
  .widget.disabled .content {
    padding-top: 145px;
  }

  .widget_home {
    height: auto;
  }
  .widget_home a.button {
    margin-bottom: 0;
  }
  .widget_home.third .content .image {
    height: auto;
  }
  .widget_home.disabled .content {
    padding-top: 145px;
  }

  .searchform input[type='text'] {
    width: 86%;
  }

  .quest-content {
    padding: 25px 0;
  }

  .other_locations ul li {
    width: 100%;
  }
  .other_locations ul {
    padding-bottom: 25px;
  }
  #map-arrow {
    display: none;
  }
}
