/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img, .directory-map {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* custom */
body {
  background-color: #381E68;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.main {
  background-image: url("../img/home1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 1079px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 50px;
}
.main .widgettop {
  width: 100%;
  background: #381E68;
  margin-bottom: 30px;
}
.main .overlay-ryp {
  opacity: 0.9;
  background: #381E68;
  width: 90%;
  height: 766px;
  margin-left: auto;
  margin-right: auto;
  padding: 84px;
  box-sizing: border-box;
  margin-bottom: 30px;
  display: inline-block;
  text-decoration: none;
}
.main .overlay-ryp .welcome {
  color: white;
  font-size: 29.55px;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 52px;
}
.main .overlay-ryp .touch1 {
  color: white;
  font-size: 131.37px;
  font-family: Roboto;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  line-height: 120px;
  margin-top: 112px;
}
.main .overlay-ryp .touch2 {
  color: white;
  font-size: 113.25px;
  font-family: Roboto;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.main .overlay-ryp .touch3 {
  color: white;
  font-size: 91.15px;
  font-family: Roboto;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
.main .overlay-ryp .icon {
  margin-top: 50px;
}
.main .video {
  margin-bottom: 30px;
}

.maintop {
  width: 1079px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-left: 55px;
  padding-bottom: 55px;
  padding-right: 55px;
  box-sizing: border-box;
  text-align: center;
}
.maintop .welcome {
  color: white;
  font-size: 50px;
  font-family: Roboto;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.search {
  background-color: #381E68;
  padding: 41px;
  width: 1079px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.search .logo {
  width: 886px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.search .searchimage {
  width: 100%;
}
.search .search-wrap {
  margin-top: 64px;
  margin-bottom: 54px;
  width: 529px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  box-shadow: 0px 10px 60px rgba(226, 236, 249, 0.5);
  border-radius: 12px;
  display: grid;
  grid-template-columns: 1fr auto;
  height: 38px;
  align-content: center;
  padding-left: 8px;
  position: relative;
}
.search .search-wrap input {
  width: 494px;
  height: 100%;
  box-sizing: border-box;
  border: none;
  color: #636466;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}
.search .search-wrap input:focus {
  outline: none;
}
.search .search-grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 31px;
}
.search .search-grid h1 {
  color: #FFF;
  font-family: Roboto;
  font-size: 64px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 19.2px;
  margin: 0;
}
.search .search-grid a {
  color: #000;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.15px;
  text-decoration: none;
  display: inline-block;
  border-radius: 8px;
  background: #BDBDBD;
  box-shadow: 0px 10px 60px 0px rgba(226, 236, 249, 0.5);
  padding: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
.search .search-grid .search-grid-col2 {
  display: grid;
  justify-content: end;
}
.search .image-map {
  width: 100%;
  text-align: right;
  position: relative;
}

.search .image-map__star {
  position: absolute;
}

.search .results {
  width: 100%;
  margin-top: -64px;
}
.search .results .qr {
  width: 306px;
}
.search .results .qr .scan {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 17px;
  margin-top: 14px;
}
.search .results .qr .proudly {
  color: #F5A800;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5px;
}
.search .results .qr .prd-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  margin-bottom: 22px;
}
.search .results .qr .prd-grid .phone {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 21px;
}
.search .results .qr .prd-grid .web {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.search .results .qr .fortenants {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}
.search .results .location {
  display: grid;
  grid-template-columns: 1fr auto;
  column-gap: 51px;
  width: 600px;
}
.search .results .location h3 {
  color: #FFF;
  font-family: Roboto;
  font-size: 24.887px;
  font-weight: 700;
  line-height: 27.376px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 25px;
}
.search .results .location hr {
  border-top: 1px solid #fff;
  margin-bottom: 28px;
}
.search .results .location table {
  color: #FFF;
  font-family: Roboto;
  font-size: 19.91px;
  font-weight: 400;
  line-height: 27px;
}
.search .results .location table .title {
  color: #FFF;
  font-family: Roboto;
  font-size: 19.91px;
  font-weight: 700;
  width: 153px;
  padding-right: 37px;
}
.search.unitdetails .search-grid {
  margin-bottom: 95px;
}
.search.unitdetails .search-grid a {
  padding-left: 23px;
  padding-right: 23px;
}
.search.unitdetails .image-map img {
  width: 100%;
}
.search.unitdetails .results {
  margin-top: -19px;
  margin-bottom: 65px;
}
.search.unitdetails .searchimage {
  margin-bottom: 20px;
}

.directory-grid {
  display: grid;
  grid-template-columns: auto 558px;
  column-gap: 45px;
  margin-top: 73px;
}
.directory-grid .directory-map svg {
  max-width: 100%;
  max-height: 462px;
  margin-top: 50px;
}

.directory-group h3 {
  color: #FF8787;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 28px;
  margin-top: 0;
}
.directory-group.pzrs {
  margin-bottom: 48px;
  width: 390px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 122px;
}
.directory-group.pzrs h3 {
  color: #B58FF2;
}
.directory-group.pzrs .directory-table-wrap {
  border-left: 5px solid #B58FF2;
}
.directory-group.pzr {
  margin-bottom: 48px;
  width: 390px;
  margin-left: auto;
  margin-right: auto;
}
.directory-group.pzr h3 {
  color: #93DCF3;
}
.directory-group.pzr .directory-table-wrap {
  border-left: 5px solid #93DCF3;
}
.directory-group.mizner {
  width: 390px;
  margin-left: auto;
  margin-right: auto;
}
.directory-group.mizner h3 {
  color: #8CC63F;
}
.directory-group.mizner .directory-table-wrap {
  border-left: 5px solid #8CC63F;
}
.directory-group .directory-table-wrap {
  border-left: 5px solid #FF8787;
  padding-left: 15px;
}
.directory-group table {
  border: none;
  width: 100%;
  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.directory-group table tr {
  border: none;
}
.directory-group table tr:nth-child(even) {
  background-color: #381E68;
}
.directory-group table tr:nth-child(odd) {
  background-color: #4F2B83;
}
.directory-group table tr td {
  border: none;
}
.directory-group table tr td:nth-child(odd) {
  padding-left: 18px;
  box-sizing: border-box;
  width: 90px;
}

.selected {
  fill: #F5A800;
}

.errormes {
  text-align: center;
}

.resultlist {
  background-color: white;
  width: 100%;
  max-height: 500px;
  position: absolute;
  left: 0;
  top: 38px;
  overflow-y: scroll;
  color: #000;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 10px;
  display: none;
}
.resultlist tr {
  cursor: pointer;
}