* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
  font-family: arial, sans-serif;
}

a {
  text-decoration: none;
}

xml,
#ajax_activity {
  display: none;
}

li {
  list-style: none;
}

input {
  border-radius: 0;
  -webkit-appearance: none;
  border: 0;
}

.clear {
  clear: both;
}

.hide {
  display: none;
}

.yellow {
  color: #ffd105;
}

body {
  background-color: #404040;
  width: 100%;
}

#wrapper {
  background: #37424a url(../images/static_background2.jpg) repeat-x top left;
  width: 100%;
  position: relative;
  padding: 0px 0 25px;
}

#outer {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.header {
  width: 100%;
  height: 105px;
  padding: 12px 0 0 15px;
}

.header_inner img {
  width: 100%;
  max-width: 384px;
}

.inner {
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 20px;
}

.left_col {
  float: left;
  height: 470px;
  width: 49%;
  background-image: url(../images/left_col_back.png);
  background-size: cover;
  position: relative;
}

.left_col_f {
  float: left;
  height: 470px;
  width: 49%;
  background-image: url(../images/left_col_back_f.png);
  background-size: cover;
  position: relative;
}

.info {
  position: absolute;
  bottom: 0;
  left: 0;
  /*	height: 190px;
*/
  background-color: rgba(0, 0, 0, 0.4);
}

.info h2 {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 0.9;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 10px;
}

.info_inner {
  padding: 12px 12px 12px 15px;
}

.info p {
  color: #fff;
  font-size: 14px;
}

.right_col {
  float: right;
  width: 49%;
}

#controls {
  margin: -2px;
}

#locator_search table {
  width: 100%;
}

#generateSearchAddress table {
  width: 100%;
}

.search_wrapper {
  width: 100%;
  padding: 15px;
  height: 300px;
  background-image: url(../images/search_back.jpg);
  background-size: cover;
  padding-top: 180px;
}

.search_wrapper_f {
  width: 100%;
  padding: 15px;
  height: 300px;
  background-image: url(../images/search_back_f.jpg);
  background-size: cover;
  padding-top: 180px;
}

.search_inner {
  width: 100%;
  max-width: 325px;
}

.search_wrapper h2 {
  display: block;
  width: 180px;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}

.search_wrapper_f h2 {
  display: block;
  width: 180px;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}

.search_bar {
  margin: 10px 0 0;
  padding: 3px;
  height: 30px;
  width: 100%;
  background-color: #d1d2d4;
}

.addressentry_wrapper {
  float: left;
  width: calc(100% - 56px);
}

.addressentry {
  height: 22px;
  background: #fff url(../images/search_icon.png) no-repeat 4px center;
  color: #333;
  width: 100%;
  margin: 1px 0 0;
  padding: 0 10px 0 25px;
  font-size: 14px;
}

.button_wrapper {
  float: left;
  width: 60%;
}

.search_button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d2202f;
  border-radius: 3px;
  color: #fff;
  border: none;
  -webkit-appearance: none;
  font-size: 12px;
  width: 80%;
  height: 30px;
  margin: 0 0 0 4px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

@media (max-width: 767px) {
  .search_button {
    width: 90%;
  }
}

.search_button:hover,
.search_button:active {
  background-color: #7b1b2b;
  border-radius: 3px;
}

/*======= Flyer =======*/

.flyer_wrapper {
  background: #e31738 url(../images/flyer_back.png) 90% 100% no-repeat;
  height: 150px;
  width: 100%;
  margin: 19px 0 0;
}

.flyer_wrapper_f {
  background: #e31738 url(../images/flyer_back_f.jpg) 90% 100% no-repeat;
  height: 150px;
  width: 100%;
  margin: 19px 0 0;
}

.flyer_wrapper h2 {
  display: block;
  width: 180px;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}

.flyer_wrapper_f h2 {
  display: block;
  width: 180px;
  text-transform: uppercase;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
}

.flyer_left {
  padding: 30px 0 0 15px;
}

.button-link {
  display: block;
  margin: 12px 0 0;
  background-color: #ffd105;
  color: #000;
  font-weight: bold;
  width: 96px;
  height: 22px;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.button-link:hover,
.button-link:active {
  background-color: #e4ba01;
}

#panel {
  display: none;
}

#map {
  display: none;
}

#w2gi_footer {
  width: 100%;
  text-align: center;
  color: #ccc;
  padding: 4px 0;
  font-size: 12px;
}

#w2gi_footer a {
  color: #fff;
}

.footer_links {
  color: #fff;
  margin: 15px auto;
  width: 100%;
  max-width: 930px;
}

.footer_links h3 {
  display: block;
  color: #aaa;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.footer_links a {
  color: #fff;
  font-size: 14px;
}

.fcol {
  float: left;
  width: 25%;
}

.connect ul li {
  padding: 0 0 5px;
}

.connect img {
  position: relative;
  top: 3px;
}

#navteqfooter {
  display: none !important;
}

.footer {
  width: 100%;
  background-color: #535353;
  text-align: center;
  height: 40px;
  bottom: 0;
  font-size: 12px;
  color: #fff;
  line-height: 40px;
}

::-webkit-input-placeholder {
  color: #b0b0b0;
}
:-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
}
::-moz-placeholder {
  color: #b0b0b0;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #b0b0b0;
}

/*======== Responsive Styles =======*/

@media screen and (max-width: 668px) {
  .left_col,
  .right_col {
    width: 100%;
  }

  .right_col {
    margin: 20px 0 0;
  }

  .flyer_wrapper {
    height: 280px;
  }

  .search_wrapper {
    background-position: right 0;
  }

  .footer_links {
    padding: 0 20px;
  }

  .fcol {
    width: 100%;
    margin: 0 0 15px;
  }

  #w2gi_footer {
    padding: 4px 10px;
  }

  .footer {
    height: inherit;
    min-height: 40px;
    line-height: 1;
    padding: 10px 10px 0;
  }
}

.search-form-main {
  display: flex;
  flex-grow: 1;
  background: white;
}
.search-input {
  flex-grow: 1;
  border: 1px solid #c3bdbd;
  border-right: none;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-left: 1em;
  font-family: "FranklinGothicStd", Arial, sans-serif;
  font-size: 13px;
}

.search-button {
  right: 0;
  color: #a72139;
  padding-top: 0.55em;
  padding-bottom: 0.55em;
  border: 1px solid #c3bdbd;
  border-left: none;
  font-family: "FranklinGothicStd", Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-left: 1em;
  padding-right: 1em;
  cursor: pointer;
}
.search-button:hover {
  color: #7b1b2b;
}
.search-button,
.search-button:hover,
.search-button:visited,
.search-button:active,
.search-button:link {
  background: white;
}
/* French Version CSS */
.language_text,
.language_text:active {
  color: white;
  text-decoration: underline;
}
.header_inner {
  width: 50%;
  display: inline;
  text-align: left;
  float: left;
}
.language_link {
  width: 50%;
  display: inline;
  text-align: right;
  float: right;
  padding-right: 5px;
}
.search_wrapper h2,
.flyer_wrapper h2,
.info h2 {
  text-shadow: 1px 1px 1px #333;
}
@media (max-width: 767px) {
  .header_inner {
    width: 100%;
    display: inline;
    text-align: left;
    float: left;
  }
  .language_link {
    width: 100%;
    display: inline;
    text-align: right;
    float: right;
    padding-right: 5px;
  }
}

.sr-only {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .footer {
    position: relative;
  }
}

.footer_links h3 {
  color: #fff;
}
