/* -- Base ------------------------------------------------------------------ */
html,
body {
  min-height: 100%;
}

body {
  min-width: 320px;
}

.container-fluid {
  padding: 0;
}

@media (min-width: 992px) {
  body {
    background-attachment: fixed;
    background-image: url(/images/find-optometrist.jpg);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 50%;
  }

  .container {
    padding-left: 90px;
  }
}


/* -- Navbar ---------------------------------------------------------------- */
.navbar {
  justify-content: flex-start;
}

.custom-nav-bar {
  background-color: #191919 !important;
  height: 76px;
  margin: 0 0 60px;
}

.custom-nav-bar a.navbar-brand {
  color: #FFFFFF;
  font-family: rig-shaded-bold-face, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 19px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
}

.custom-nav-bar a.navbar-brand:hover {
  color: #6EBDD1 !important;
}

@media (min-width: 768px) {
  .custom-nav-bar {
    height: 50px;
  }

  .custom-nav-bar a.navbar-brand {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0 0 0 34px;
    position: relative;
    top: 10px;
  }
}


/* -- Site Nav -------------------------------------------------------------- */
.site-nav {
  background-color: #191919;
  left: 0;
  position: relative;
  top: 9px;
  width: 100%;
}

@media (min-width: 768px) {
  .site-nav {
    left: 30px;
    width: auto;
  }
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav > ul > li {
  border-left: 1px solid #7f7f7f;
  display: inline-block;
  height: 32px;
  position: relative;
}

.site-nav a {
  color: #fff !important;
}

.site-nav a:hover {
  color: #6ebdd1 !important;
  text-decoration: none;
}

.site-nav > ul > li > a {
  cursor: pointer;
  display: inline-block;
  font-family: niveau-grotesk, sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 0 20px 0 10px;
  text-transform: uppercase;
}

.site-nav .dropdown {
  background-color: #191919;
  border-left: 1px solid #7f7f7f;
  display: none;
  left: -1px;
  padding: 5px 0;
  position: absolute;
  top: 32px;
  width: 220px;
}

.site-nav .dropdown--double {
  left: auto;
  right: 0;
  width: 240px;
}

@media (min-width: 1024px) {
  .site-nav .dropdown--double {
    left: -1px;
    right: auto;
  }
}

.site-nav .dropdown a {
  display: block;
  font-size: 15px;
  line-height: 27px;
  padding: 0 0 0 10px;
}

.site-nav li:hover .dropdown {
  display: flex;
}

.site-nav .dropdown dl {
  padding: 0 10px;
  position: relative;
}

.site-nav .dropdown dt {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
  text-transform: uppercase;
}

.site-nav .dropdown dd {
  margin: 0;
}

.site-nav .dropdown dl a {
  font-size: 16px;
  line-height: 21px;
}


/* -- Text ------------------------------------------------------------------ */
.main-title {
  color: #000000;
  font-family: rig-shaded-bold-face, sans-serif;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 40px;
  margin: 0 0 35px;
  padding: 0;
  text-align: center;
}

.sub-title {
  font-family: open-sans, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 39px;
  letter-spacing: -1px;
  margin: 0;
  padding: 34px 0 30px;
}

.description-content {
  font-family: open-sans, sans-serif;
  font-size: 18px;
}

.description-content small {
  color: #999;
  font-size: 15px;
  line-height: 24px;
  padding-top: 30px;
}

@media (min-width: 768px) {
  .main-title {
    font-size: 50px;
    letter-spacing: -4px;
    text-align: left;
  }
}


/* -- Form ------------------------------------------------------------------ */
.form-container {
  border-bottom: 1px solid #999;
  margin: 0 -15px;
  padding: 0 0 27px;
}

.form-container form {
  margin: 0 auto;
  width: 196px;
}

.form-container select {
  background-color: transparent;
  background-image: url("https://www.pcli.com/images/dropdown.svg?crc=3810214775");
  background-position: calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  cursor: pointer;
  background-color: #FFFFFF;
  border-radius: 3px;
  border-color: #D8D8D8;
  border-width: 1px;
  border-style: solid;
  color: #6EBDD1;
  font-family: niveau-grotesk, sans-serif;
  font-weight: 500;
  font-size: 20px;
  height: 50px;
  margin: 0 0 15px;
  padding-left: 20px;
  padding-right: 20px;
  width: 200px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-container select:hover {
  border-color: black;
}

.form-container select[disabled] {
  border-color: #d8d8d8 !important;
  color: #999;
  cursor: default;
}

.submit-search-button {
  background-color: #77C9E5;
  border: none;
  border-radius: 3px;
  color: white;
  cursor: pointer;
  font-family: niveau-grotesk, sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 50px;
  width: 100%;
}

.submit-search-button:hover {
  background-color: black;
}

@media (min-width: 768px) {
  .form-container {
    padding-bottom: 0;
    width: 580px;
  }

  .form-container form {
    padding: 0 20px;
    width: auto;
  }

  .form-container select {
    margin-right: 20px;
  }

  .submit-search-button {
    width: 98px;
  }
}


/* -- Results --------------------------------------------------------------- */
.results {
  left: 50%;
  max-width: 320px;
  position: relative;
  transform: translateX(-50%);
}

.doctor-information {
  font-family: open-sans, sans-serif;
  margin: 0 -15px 20px;
  overflow: hidden;
}

.doctor-information dt {
  clear: left;
  color: #7F7F7F;
  font-size: 11px;
  font-weight: normal;
  float: left;
  line-height: 25px;
  margin-right: 10px;
  text-align: right;
  text-transform: uppercase;
  width: 90px;
}

.doctor-information dd {
  float: left;
  font-size: 16px;
  margin: 0;
  width: 200px;
}

.doctor-information dd strong {
  font-size: 18px;
  line-height: 21px;
}

.doctor-information a {
  color: #298DA6;
}

.doctor-information .links {
  clear: left;
  padding: 5px 0 5px 100px
}

.doctor-information .links ul {
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.doctor-information .links li {
  float: left;
  margin-right: 10px;
}

.doctor-information .links a {
  background-color: #77c9e5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 50px;
  width: 50px;
}

.doctor-information .links a:hover {
  background-color: #000;
}

.doctor-information .links a.doctor-website {
  background-image: url(/images/icon_www.svg);
}

.doctor-information .links a.doctor-map {
  background-image: url(/images/icon_map.svg);
}

.doctor-information .links a.doctor-facebook {
  background-image: url(/images/icon_fb.svg);
}

.doctor-information .links span {
  display: none;
}

@media (min-width: 768px) {
  .results {
    left: 0;
    max-width: none;
    padding: 0 20px;
    transform: none;
  }

  .doctor-information dd {
    width: auto;
  }
}
