@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap");
.map_wrapper {
  font-family: Open Sans;
  max-width: 900px; }
  .map_wrapper ul {
    margin: 0;
    padding: 0; }
  .map_wrapper img {
    max-width: 100%; }
  @media screen and (min-width: 701px) {
    .map_wrapper .map_wrap {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; } }
  .map_wrapper .map_wrap .toggles {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
    z-index: 9; }
    .map_wrapper .map_wrap .toggles p {
      margin: 10px; }
    .map_wrapper .map_wrap .toggles li {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      padding: 10px 20px;
      margin: 10px;
      border: 2px solid #CEB467;
      border-radius: 40px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      background-color: #fff;
      cursor: pointer; }
      .map_wrapper .map_wrap .toggles li.active {
        background-color: #000;
        color: #fff; }
      .map_wrapper .map_wrap .toggles li img {
        margin: 0 10px 0 0;
        height: 40px; }
    @media screen and (max-width: 700px) {
      .map_wrapper .map_wrap .toggles li {
        font-size: 0.8em;
        padding: 5px 10px;
        margin: 5px; }
        .map_wrapper .map_wrap .toggles li img {
          height: 20px; } }
    @media screen and (min-width: 701px) {
      .map_wrapper .map_wrap .toggles {
        width: 40%; }
        .map_wrapper .map_wrap .toggles li {
          width: 100%; } }
  @media screen and (min-width: 701px) {
    .map_wrapper .map_wrap .map {
      -webkit-box-flex: 1;
              flex: 1;
      padding: 0 0 0 20px; } }
  @media screen and (max-width: 700px) {
    .map_wrapper .map_wrap .map {
      margin-top: -40%; } }

.ip_wrapper section .inner {
  max-width: 900px;
  padding: 20px;
  margin: auto; }
  .ip_wrapper section .inner.border {
    border-bottom: 2px solid #000; }

.ip_wrapper section h1, .ip_wrapper section h2, .ip_wrapper section h3, .ip_wrapper section p, .ip_wrapper section li, .ip_wrapper section a {
  font-family: Open Sans;
  font-size: 1.1em;
  text-align: center; }

.ip_wrapper section ul {
  padding: 0; }

.ip_wrapper section li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block; }

.ip_wrapper section figure {
  margin: 20px 0;
  text-align: center; }
  .ip_wrapper section figure.small {
    max-width: 500px;
    margin: 20px auto; }
  .ip_wrapper section figure img {
    max-width: 100%; }

.ip_wrapper section h2 {
  font-size: 1.7em;
  text-transform: uppercase;
  color: #C8AA57;
  font-weight: 700;
  letter-spacing: 3px; }

.ip_wrapper section.header, .ip_wrapper section.ip_header {
  background-image: url(../img/header.jpg);
  background-size: cover;
  background-position: center center; }
  .ip_wrapper section.header h1, .ip_wrapper section.ip_header h1 {
    margin: 0 0 40px; }
    .ip_wrapper section.header h1 img, .ip_wrapper section.ip_header h1 img {
      max-width: 100%; }

.ip_wrapper section.intro, .ip_wrapper section.footer {
  background-color: #000; }
  .ip_wrapper section.intro p, .ip_wrapper section.footer p {
    color: #fff; }
    .ip_wrapper section.intro p a, .ip_wrapper section.footer p a {
      color: inherit; }
    .ip_wrapper section.intro p.small, .ip_wrapper section.intro p.cc, .ip_wrapper section.footer p.small, .ip_wrapper section.footer p.cc {
      font-size: 0.9em; }
    .ip_wrapper section.intro p.small, .ip_wrapper section.footer p.small {
      margin: 40px 0; }

.ip_wrapper section.intro ul {
  display: -webkit-box;
  display: flex;
  margin: 40px 0; }
  .ip_wrapper section.intro ul li {
    -webkit-box-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding: 0 20px; }
    .ip_wrapper section.intro ul li:nth-child(2) {
      border-right: 1px solid #fff;
      border-left: 1px solid #fff; }
  .ip_wrapper section.intro ul img {
    max-width: 100%;
    height: 200px; }
  @media screen and (max-width: 700px) {
    .ip_wrapper section.intro ul {
      flex-wrap: wrap; }
      .ip_wrapper section.intro ul li {
        -webkit-box-flex: 1;
                flex: auto;
        margin: 20px 0;
        border: 0 !important; } }
