html,
body {
  font: 1.1em/1 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
}

a:link {
  color: #58595C;
}

a:visited {
  color: #58595C;
}

iframe {
  max-width: 1228px;
  margin: 0 auto;
}

.header .top-bar {
  padding: 5px 0;
  max-width: 1228px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  margin: 0 auto;
}

.header .bottom-bar {
  padding: 5px 0;
  max-width: 1228px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  margin: 0 auto 10px;
  font-size: 18px;
  font-weight: 900;
}

.header .bottom-bar span {
  margin: 0 5px;
}

.header .bottom-bar a {
  color: #8DB73E;
}

.header .bottom-bar a:first-of-type {
  margin: 0 10px;
}

.header .top-bar .logo-container {
  width: 50%;
}

.header .top-bar .logo-container a {
  display: block;
  padding: 10px 40px 10px 0;
}

.header .top-bar .search-bar {
  width: 20%;
}

.header .top-bar .phone {
  width: 15%;
  text-align: right;
}

.header .top-bar .translate-flag {
  width: 15%;
  text-align: right;
}

.header .top-bar .home-link {
  width: 15%;
  text-align: right;
}

.header .top-bar .home-link a {
  text-decoration: none;
  color: #8DB73E;
  font-weight: 900;
}

.header .top-bar .translate-flag a,
.mobile-translate-flag a {
  margin-right: 5px;
}

.header .top-bar .translate-flag img,
.mobile-translate-flag img {
  width: 32px;
  height: 20px;
}

#logo {
  max-width: 60%;
}

.header .top-bar .phone a,
.mobile-phone a {
  color: #58595C;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
}

.header .top-bar .phone a::before,
.mobile-phone a::before {
  content: ' ';
  background: url('../img/phone_globe.svg');
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 5px;
}

.mobile-email a::before {
  content: ' ';
  background: url('../img/email-icn.png');
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 5px;
  background-size: 25px;
}

.table a.urgent {
  color: #ff6100;
  font-weight: 900;
  font-size: 1.4rem;
}

a.urgent::before {
  content: ' ';
  background: url('../img/alarm.png');
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
  background-size: 25px;
}

a.service::before {
  content: ' ';
  background: url('../img/service.png');
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  background-size: 25px;
}

.main {
  color: #3A3B3E;
  text-align: center;
  border-top: 30px solid #8DB73E;
}

.main.home {
  background: url('../img/home_background.jpg');
  background-size: cover;
  background-position: 10% 5%;
}

.main.cat,
.main.services,
.main.provider {
  max-width: 100% !important;
  padding-bottom: 50px;
}

.breadcrumb {
  padding: 50px 20px;
  font-size: 24px;
}

.breadcrumb span {
  margin: 0 5px;
}

.main-container {
  background: #8e8d8b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8e8d8b 0%, #c8c8c8 40%, #c8c8c8 60%, #8e8d8b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8e8d8b 0%, #c8c8c8 40%, #c8c8c8 60%, #8e8d8b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8e8d8b 0%, #c8c8c8 40%, #c8c8c8 60%, #8e8d8b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e8d8b', endColorstr='#8e8d8b', GradientType=0);
  /* IE6-9 */
  margin: 20px 20px 0 36%;
}

.instruction {
  padding: 20px 10px 0;
  line-height: 1.2;
  font-weight: 900;
  font-size: 20px;
  margin: 0 auto;
  text-transform: uppercase;
  color: #ffffff;
}

.main .cat-list {
  margin: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
}

.main .cat-list a {
  padding: 20px;
  color: #ffffff;
  background-color: #8DB73E;
  margin-bottom: 20px;
  border-radius: 10px;
  text-decoration: none;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  text-align: left;
  width: 44%;
}

.main .cat-list a.first {
  width: 44%;
  background-color: #ef6c0f;
}

.main .cat-list a .headline h2 {
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
  margin-left: 20px;
  margin: 0 20px;
}

.main .cat-list a .tagline {
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  font-size: 16px;
  margin-left: 20px;
  font-weight: 400;
}

.footer {
  color: #ffffff;
  background: #000;
  padding: 10px;
}

.footer a {
  color: #ffffff;
  text-decoration: none;
}

.table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  max-width: 1228px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  margin: 0 auto;
  transform: translate(30%, 0%);
}

.table.side-by-side {
  transform: translate(10%, 0%);
  max-width: 980px;
}

.tr {
  width: 100%;
}

.tr.side-by-side {
  width: 50%;
}

.td {
  padding: 4px;
  vertical-align: middle;
  text-align: left;
}

input {
  font-size: 1.1em;
}

.language-container {
  margin: 20px auto 0;
  padding: 0 0 5% 0;
}

label {
  font-size: 1.1em;
}

select {
  font-size: 1.1em;
  width: 150px;
  text-align: center;
  height: 38px;
}

.icon {
  width: 27px;
  max-width: 27px;
  vertical-align: middle;
}

.table a {
  display: block;
  padding: 15px 20px;
  color: #58595C;
  text-decoration: none;
  font-size: 1.1rem;
  text-transform: capitalize;
}

.table a:focus {
  color: #3A3B3E;
}

.table a:hover {
  color: #3A3B3E;
}

.table a:active {
  color: #3A3B3E;
}

img.cat {
  width: 65px;
}

#search {
  min-width: 40%;
  max-width: 98%;
}

#zipcode {
  min-width: 48px;
  max-width: 100px;
}

#mobileSideNav,
.burger-menu {
  display: none;
}

.filter-container {
  padding: 5px 20px;
  margin: 0 auto;
  max-width: 1228px;
}

.filter-container form {
  position: relative;
}

.filter-container select {
  display: inline-block;
  width: 25%;
  margin: 10px auto;
}

.filter-container .action-container {
  display: inline-block;
  margin: 0 auto;
}

.filter-container .action-container .certified-box {
  display: inline-block;
  vertical-align: top;
}

.filter-container .action-container .certified-box span {
  vertical-align: middle;
}

.certified-box input {
  border-radius: 5px;
  -webkit-appearance: none;
  border: 1px solid #202020;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  background-color: #efefef;
  margin: 0px;
  font-size: 30px;
  padding-left: 5px;
}

.certified-box input:checked::before {
  content: '\2713';
}

.filter-container input[type="submit"] {
  height: 35px;
  background-color: #8DB73E;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0px 20px;
}

.main.cat,
.main.services,
.main.provider {
  background: #8e8d8b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #8e8d8b 0%, #c8c8c8 40%, #c8c8c8 80%, #8e8d8b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #8e8d8b 0%, #c8c8c8 40%, #c8c8c8 80%, #8e8d8b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #8e8d8b 0%, #c8c8c8 40%, #c8c8c8 80%, #8e8d8b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e8d8b', endColorstr='#8e8d8b', GradientType=0);
  /* IE6-9 */
}

.breadcrumb,
.breadcrumb a {
  color: #ffffff;
}

.provider-position {
  max-width: 1228px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  padding: 20px 10px;
  border-top: 1px solid #f8f8f8;
}

.provider-tr:last-of-type {
  border-bottom: 1px solid #f8f8f8;
}

.provider-tr.home {
  background-color: #eef9da;
}

.provider-tr.pp {
  background-color: #ffe5d3;
}

.provider-tr.faith {
  background-color: #f7e5e5;
}

.provider-tr.gov {
  background-color: #eeeded;
}

.provider-td:first-of-type {
  margin-left: 2%;
  width: 15%;
  vertical-align: middle;
}

.provider-td:nth-of-type(2) {
  width: 55%;
  font-size: 16px;
}

.provider-td:last-of-type {
  width: 28%;
  font-size: 14px;
}

.detail-table .title-row {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.detail-table .detail-tr:not(.desc) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  padding: 15px 10px;
}

.detail-table .detail-tr.desc {
  width: 63%;
  margin: 0 auto 10px;
}

.detail-table .detail-tr.border,
.detail-table.border {
  border-top: 1px solid #f8f8f8;
}

.detail-table .detail-td {
  font-size: 1rem;
  margin-left: 5px;
  text-align: left;
  line-height: 1.2rem;
}

.detail-table .detail-tr.desc .detail-td {
  line-height: 1.3;
}

.detail-table .detail-tr:not(.desc) .detail-td:first-of-type {
  margin-left: 30%;
}

.detail-table .detail-tr ul {
  text-align: left;
  font-size: 1rem;
  line-height: 1.5;
  margin: 10px 0;
}

.desktop-hide {
  display: none;
}

.detail-table.services strong {
  font-weight: 700;
  display: block;
  margin-bottom: 4px;
}

.mobile-hide .desktop-hide {
  display: block;
}

.detail-table .mobile-hide .detail-tr.desc {
  max-width: 1228px;
  margin: 10px auto;
  padding: 10px 0;
  width: 60%;
}

@media only screen and (min-width: 900px) {

  .detail-content,
  .badge {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    max-width: 1228px;
    margin: 0 auto;
  }

  .badge {
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
  }

  .detail-table .badge .detail-tr:not(.desc) .detail-td:first-of-type {
    margin-left: 0px;
  }

  .detail-content .detail-left {
    width: 50%;
  }

  .detail-content .detail-left .detail-tr.border,
  .detail-content .detail-right .detail-tr.border,
  .detail-table.border.services {
    border: none;
    text-align: left;
  }

  .detail-content .detail-right {
    width: 50%;
    text-align: left;
  }

  .detail-content .detail-right .detail-tr.desc {
    width: 80%;
    margin: 0 0 10px;
  }

  .detail-content .detail-right .services .detail-tr {
    display: block;
    border: none;
  }

  .detail-content .detail-right .services .detail-tr .detail-td {
    margin-left: 5px;
  }

  .detail-table.services strong {
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
  }

  .desc.usa_address {
    text-align: left;
  }
}

.disclaimer {
  margin-top: 50px;
  font-size: 0.8rem;
  color: #c8c8c8;
}

.disclaimer span {
  margin-left: 5px;
}

.input-group--underline {
  border-bottom: 2px solid #8DB73E;
  position: relative;
}

.input-group__btn {
  position: absolute;
  top: 10px;
  right: 0;
  height: 50px;
}

.search-botton {
  -webkit-appearance: none;
  border: none;
  background-color: transparent;
}

.icon__fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

input[type=search] {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 10px 5px;
  margin: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 0.8em;
  height: 50px;
}

input[type=search]:focus {
  outline: none;
}

.weblink,
.detail-td {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

@media only screen and (max-width: 1366px) {
  .table {
    transform: translate(0, 0);
  }

  .breadcrumb a,
  .breadcrumb span {
    font-size: 1.2rem;
  }

  .header {
    max-width: 988px;
  }

  .cat {
    max-width: 110px;
    min-width: 64px;
  }

  select {
    border: 1px solid #3A3B3E;
  }

  .language-container {
    margin: 20px 0 0 30%;
  }

  .detail-table .detail-tr:not(.desc) .detail-td:first-of-type {
    margin-left: 5px;
  }
}

@media only screen and (max-width: 1024px) {
  .main .cat-list a {
    width: 100% !important;
  }
}

@media only screen and (min-resolution: 265dpi) {
  .cat {
    max-width: 90px;
    min-width: 44px;
  }
}

@media only screen and (max-width: 768px) {
  .main-container {
    max-width: 900px;
    margin: auto;
  }

  .detail-right .desktop-hide {
    display: block;
  }

  .detail-table .detail-tr.desc {
    width: auto;
    padding: 10px;
    margin: 0px;
  }

  .detail-table .detail-td,
  .detail-table .detail-tr ul {
    font-size: 0.9rem;
    line-height: 1.2rem;
  }

  #mobileSideNav,
  .burger-menu {
    display: block;
  }

  .burger-menu span {
    font-size: 1.6em;
    padding: 10px 20px;
    margin-top: -10px;
    display: block;
    color: #8DB73E;
  }

  #mobileSideNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #f1f1f1;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 40px;
  }

  .header .bottom-bar {
    display: none;
  }

  .mobile-phone,
  .mobile-email,
  .mobile-translate-flag,
  .mobile-home-link,
  .mobile-action-link {
    padding-left: 20px;
    margin-top: 10px;
  }

  #mobileSideNav a {
    padding: 10px 3px;
    text-decoration: none;
    font-size: 0.9em;
    color: #58595C;
    display: inline-block;
    transition: 0.3s;
  }

  #mobileSideNav .mobile-home-link a,
  #mobileSideNav .mobile-action-link a {
    text-decoration: none;
    color: #8DB73E;
    font-weight: 900;
  }

  #mobileSideNav a:hover {
    color: #3A3B3E;
  }

  #mobileSideNav .close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 2.2em;
    margin-left: 50px;
    color: #888888;
  }

  .mobile-search-bar {
    margin: 20px;
  }

  .phone,
  .translate-flag,
  .search-bar,
  .home-link {
    display: none;
  }

  .header .top-bar .logo-container {
    width: 95%;
  }

  .header .top-bar .logo-container a {
    display: block;
    padding: 10px 20px;
  }

  #logo {
    max-width: 100%;
  }

  .breadcrumb {
    padding: 20px 10px;
  }

  .breadcrumb a,
  .breadcrumb span {
    font-size: 1.1rem;
    line-height: 1.5rem;
    display: inline-block;
    vertical-align: middle;
  }

  .breadcrumb span:last-of-type {
    display: block;
  }

  .table a {
    font-size: 1rem;
  }

  .table a.service {
    position: relative;
    padding-left: 60px;
    text-transform: capitalize;
  }

  .table a.service::before {
    position: absolute;
    left: 20px;
    top: 12px;
  }

  .table a.urgent {
    font-size: 1.1rem;
  }

  .tr {
    width: 100%;
  }

  .td {
    border: 1px solid #efefef42;
  }

  .tr:nth-of-type(even) {
    background-color: #8db73e33;
  }

  .main.home {
    background-color: #F3F3F7 !important;
    background: none;
  }

  .instruction {
    padding: 20px 10px 0;
    line-height: 1.2;
    font-weight: 900;
    font-size: 20px;
    margin: 0 auto;
    text-transform: uppercase;
    color: #ffffff;
  }

  .instruction span {
    display: none;
  }

  .language-container {
    margin: 20px auto 0;
  }

  .main.home .cat {
    max-width: 124px;
    min-width: 48px;
  }

  .footer a,
  .footer {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.8em;
  }

  .footer div {
    margin-bottom: 10px;
  }

  .filter-container select {
    display: block;
    width: 80%;
    margin: 10px auto;
  }

  .filter-container .action-container {
    clear: both;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
  }

  .filter-container .action-container .certified-box {
    float: left;
  }

  .filter-container .action-container input[type=submit] {
    float: right;
    margin-top: 10px;
  }

  .disclaimer span {
    display: block;
  }

  .detail-table .detail-tr.border.address .detail-td:last-of-type {
    width: 88%;
    text-align: left;
    line-height: 1.2;
  }

  .mobile-hide {
    display: none;
  }

  .table.side-by-side {
    transform: translate(0%, 0%);
  }

  .tr.side-by-side {
    width: 100%;
  }

  .main .cat-list {
    margin: 20px 10px;
    display: block;
  }

  .main .cat-list a {
    padding: 20px 10px;
    height: 70px;
    width: auto !important;
  }

  .main .cat-list a .headline h2 {
    line-height: 28px;
    font-size: 22px;
    margin: 0 10px;
  }

  .main .cat-list a .tagline {
    margin-left: 10px;
  }
}

span.tip {
  display: none;
  position: absolute;
  background-color: #fefefe;
  padding: 10px 10px;
  border-radius: 3px;
  top: -32px;
  right: 20%;
  border: 1px solid #b20000;
  color: #b20000;
}

[name="village"].show-tip:hover,
[name="district"].show-tip:hover {
  border: 1px solid #b20000;
}

[name="village"].show-tip:hover+span.tip,
[name="district"].show-tip:hover+span.tip {
  display: block;
}