@charset "UTF-8";
@font-face {
  font-family: "Bembo";
  src: url("../fonts/Bembo.eot?") format("eot"), url("../fonts/Bembo.woff") format("woff"), url("../fonts/Bembo.ttf") format("truetype"), url('../fonts/Bembo.svg#str-replace("Bembo", " ", "_")') format("svg"); }

@font-face {
  font-family: "Bembo Semi Bold";
  src: url("../fonts/BemboSemiBold.eot?") format("eot"), url("../fonts/BemboSemiBold.woff") format("woff"), url("../fonts/BemboSemiBold.ttf") format("truetype"), url('../fonts/BemboSemiBold.svg#str-replace("Bembo Semi Bold", " ", "_")') format("svg"); }

@font-face {
  font-family: "Bembo Extra Bold";
  src: url("../fonts/BemboExtraBold.eot?") format("eot"), url("../fonts/BemboExtraBold.woff") format("woff"), url("../fonts/BemboExtraBold.ttf") format("truetype"), url('../fonts/BemboExtraBold.svg#str-replace("Bembo Extra Bold", " ", "_")') format("svg"); }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, b, i, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, output, section, time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%; }

html, body {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  touch-action: none; }

html {
  overflow-x: hidden; }

body {
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  zoom: 1;
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  color: #000;
  letter-spacing: 0.75px;
  background-color: #58595b; }

ul, li, ol {
  list-style: none;
  list-style-type: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

button, input[type="submit"] {
  border-radius: 0; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

*, *:before, *:after {
  border: 0;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

audio, canvas, img, video {
  vertical-align: middle; }

a, button, .trans, a:before, a:after, button:before, button:after, .trans:before, .trans:after {
  text-decoration: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

a:active {
  top: 1px; }

p {
  line-height: 1.4em;
  font-family: "futura-pt",Arial,Helvetica,sans-serif; }

h1, h2, h3, h4, h5, h6, nav {
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  font-weight: normal; }

.full {
  width: 100%; }

.half {
  width: 50%; }

.third {
  width: 33.33333333%;
  width: calc(100%/3); }

.twothird, .two-third {
  width: 66.66%;
  width: calc((100%/3)*2); }

.fourth {
  width: 25%; }

.twofourth, .two-fourth {
  width: 50%; }

.threefourth, .three-fourth {
  width: 75%; }

.fifth {
  width: 20%; }

.twofifth, .two-fifth {
  width: 40%; }

.threefifth, .three-fifth {
  width: 60%; }

.fourfifth, .four-fifth {
  width: 80%; }

.sixth {
  width: 16.66666666;
  width: calc(100%/6); }

.twosixth, .two-sixth {
  width: 33.33333333;
  width: calc((100%/6) * 2); }

.threesixth, .three-sixth {
  width: 50%; }

.foursixth, .four-sixth {
  width: 66.66666666;
  width: calc((100%/6) * 4); }

.fivesixth, .five-sixth {
  width: 83.33333333;
  width: calc((100%/6) * 5); }

.half-gutter1 .half {
  width: calc(50% - 1em); }

.half-gutter1 .half:first-of-type {
  margin-right: 1em; }

.half-gutter1 .half:last-of-type {
  margin-left: 1em; }

.half-gutter2 .half {
  width: calc(50% - 2em); }

.half-gutter2 .half:first-of-type {
  margin-right: 2em; }

.half-gutter2 .half:last-of-type {
  margin-left: 2em; }

.third-gutter1 .third {
  width: calc(100%/3 - .67em);
  margin: 1em 0 0; }

.third-gutter1 .third:nth-child(3n+2) {
  margin: 1em 1em 0; }

.left {
  float: left; }

.right {
  float: right; }

.center {
  margin: 0 auto; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 200; }

.tleft, .text-left {
  text-align: left; }

.tright, .text-right {
  text-align: right; }

.tcenter, .text-center {
  text-align: center; }

strong {
  font-weight: 600;
  vertical-align: initial; }

.bold {
  font-weight: 700 !important; }

.semibold {
  font-weight: 500 !important; }

.bolder {
  font-weight: 600 !important; }

.regular {
  font-weight: 400 !important; }

.light {
  font-weight: 200 !important; }

.no-pad, .nopad, .pad0 {
  padding: 0; }

.pad-half {
  padding: 0.5em; }

.pad1-0 {
  padding: 1em 0; }

.pad2-0 {
  padding: 2em 0; }

.pad3-0 {
  padding: 3em 0; }

.pad4-0 {
  padding: 4em 0; }

.pad0-1 {
  padding: 0 1em; }

.pad0-2 {
  padding: 0 2em; }

.pad0-3 {
  padding: 0 3em; }

.pad0-4 {
  padding: 0 4em; }

.pad1-2 {
  padding: 1em 2em; }

.pad1-3 {
  padding: 1em 3em; }

.pad1-4 {
  padding: 1em 4em; }

.pad2-1 {
  padding: 2em 1em; }

.pad2-3 {
  padding: 2em 3em; }

.pad2-4 {
  padding: 2em 4em; }

.pad3-1 {
  padding: 3em 1em; }

.pad3-2 {
  padding: 3em 2em; }

.pad3-4 {
  padding: 3em 4em; }

.pad4-1 {
  padding: 4em 1em; }

.pad4-2 {
  padding: 4em 2em; }

.pad4-3 {
  padding: 4em 3em; }

.pad1 {
  padding: 1em; }

.pad2 {
  padding: 2em; }

.pad3 {
  padding: 3em; }

.pad4 {
  padding: 4em; }

.padt1 {
  padding-top: 1em; }

.padt2 {
  padding-top: 2em; }

.padt3 {
  padding-top: 3em; }

.padt4 {
  padding-top: 4em; }

.padl1 {
  padding-left: 1em; }

.padb1 {
  padding-bottom: 1em; }

.padb2 {
  padding-bottom: 2em; }

.padb3 {
  padding-bottom: 3em; }

.padb4 {
  padding-bottom: 4em; }

.no-mar, .nomar, .nomarg, .mar0 {
  margin: 0; }

.mar-half {
  margin: 0.5em; }

.mar1-0 {
  margin: 1em 0; }

.mar2-0 {
  margin: 2em 0; }

.mar3-0 {
  margin: 2em 0; }

.mar4-0 {
  margin: 4em 0; }

.mar0-1 {
  margin: 0 1em; }

.mar0-2 {
  margin: 0 2em; }

.mar0-3 {
  margin: 0 3em; }

.mar0-4 {
  margin: 0 4em; }

.mar1-2 {
  margin: 1em 2em; }

.mar1-3 {
  margin: 1em 3em; }

.mar1-4 {
  margin: 1em 4em; }

.mar2-1 {
  margin: 2em 1em; }

.mar2-3 {
  margin: 2em 3em; }

.mar2-4 {
  margin: 2em 4em; }

.mar3-1 {
  margin: 3em 1em; }

.mar3-2 {
  margin: 3em 2em; }

.mar3-4 {
  margin: 3em 4em; }

.mar4-1 {
  margin: 4em 1em; }

.mar4-2 {
  margin: 4em 2em; }

.mar4-3 {
  margin: 4em 3em; }

.mar1 {
  margin: 1em; }

.mar2 {
  margin: 2em; }

.mar3 {
  margin: 3em; }

.mar4 {
  margin: 4em; }

.mart1 {
  margin-top: 1em; }

.mart2 {
  margin-top: 2em; }

.mart3 {
  margin-top: 3em; }

.mart4 {
  margin-top: 4em; }

.marb1 {
  margin-bottom: 1em; }

.marb2 {
  margin-bottom: 2em; }

.marb3 {
  margin-bottom: 3em; }

.marb4 {
  margin-bottom: 4em; }

sup {
  vertical-align: super;
  font-size: 50%; }

.center {
  margin: 0 auto; }

.upper {
  text-transform: uppercase; }

.lower {
  text-transform: lowercase; }

.hidden {
  display: none; }

.noscroll, .no-scroll {
  height: 100%;
  overflow: hidden; }

.cover {
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.css-table {
  display: table; }

.css-table .css-col {
  display: table-cell; }

body {
  color: #58595b; }

.wrapper a {
  color: #fff;
  text-decoration: underline; }

.stretch {
  width: 100%;
  height: auto; }

#secloader {
  display: none;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -100px 0 0 -50px;
  opacity: 0.7;
  background: url("../../images/global/loader.svg") no-repeat #fff;
  border-radius: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.montage #secloader {
  background-color: #fff; }

#container {
  width: 1920px;
  height: 1080px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 1920px auto;
  background-position: left;
  transform: scale(2);
  transform-origin: left top; }

#ip-content, #ip-content2 {
  width: 1920px;
  height: 980px;
  position: absolute;
  z-index: 600;
  overflow: hidden; }

#ip-content2 {
  left: -1920px; }

#ip-content.withsidebar, #ip-content2.withsidebar {
  width: 1600px;
  height: 980px; }

#ip-content-home {
  width: 1920px;
  height: 980px;
  position: absolute;
  z-index: 1;
  overflow: hidden; }

#ip-content-home .tagline {
  display: none;
  width: 970px;
  height: auto;
  position: absolute;
  left: 160px;
  top: 90px; }

#ip-content-home .tagline img {
  width: 100%;
  height: auto; }

#ip-content-home #pic-left {
  position: absolute;
  width: 1300px;
  height: 980px;
  overflow: hidden; }

#ip-content-home #pic-left img {
  width: 100%;
  height: auto; }

#ip-content-home #pic-right-top {
  position: absolute;
  right: 0;
  width: 620px;
  height: 530px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  background-image: url(../../images/home/logo-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  overflow: hidden; }

@keyframes topFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#ip-content-home #pic-right-top #home-logo {
  position: absolute;
  top: 200px;
  left: 50%;
  width: 400px;
  height: auto;
  margin-left: -200px;
  animation-name: topFadeIn;
  animation-duration: 1.5s;
  animation-timing-function: ease-in;
  animation-iteration-count: 1;
  text-align: center; }

#ip-content-home #pic-right-top #home-logo img {
  width: 100%;
  height: auto; }

#ip-content-home #pic-right-bottom {
  position: absolute;
  right: 0;
  top: 530px;
  width: 620px;
  height: 450px;
  overflow: hidden; }

#ip-content-home #pic-right-bottom h3 {
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1em;
  padding: 0.5em 0.7em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45); }

#ip-content-home #pic-right-bottom img {
  width: 100%;
  height: auto; }

.ip-content-inner {
  width: 1920px;
  height: 980px;
  position: relative;
  overflow: hidden;
  background: #e0f4fa; }

.ip-content-inner .main-content {
  display: block;
  position: absolute;
  z-index: 5;
  width: 1600px;
  height: 980px;
  left: 0px;
  overflow: hidden; }

.sidebar {
  position: absolute;
  left: 1920px;
  z-index: 50;
  width: 320px;
  height: 980px;
  background-color: #b5e4f2; }

.sidebar .sidebar-inner {
  position: relative;
  width: 320px;
  height: 980px; }

.sidebar .sidebar-inner h6 {
  float: left;
  width: 100%;
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  font-size: 1.3em;
  color: #fff;
  text-align: center;
  margin: 0 0 12px 0; }

.sidebar .sidebar-inner .sidebar-inner-header {
  position: absolute;
  z-index: 501;
  width: 320px;
  height: 110px;
  background-color: #58595b;
  background-image: url(../../images/global/footer-builder-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; }

.sidebar .sidebar-inner .sidebar-inner-header h2 {
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  font-size: 2.2em;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #fff;
  text-align: center;
  padding: 1.1em 0 0 0; }

.sidebar .sidebar-inner .sidebar-inner-graphic {
  top: 110px;
  position: absolute;
  display: none;
  width: 100%;
  text-align: center; }

.sidebar .sidebar-inner .sidebar-inner-graphic img {
  width: 100%;
  height: auto; }

.sidebar .sidebar-inner .btn {
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  font-weight: 500;
  width: 200px;
  position: absolute;
  z-index: 1;
  left: 60px;
  bottom: 20px;
  display: none;
  padding: 0.6em 0;
  margin: 0 auto;
  color: #fff;
  background: #00568b;
  border: #fff 1px solid;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.3em;
  cursor: pointer; }

.sidebar .sidebar-inner .vis {
  display: block; }

.sidebar .sidebar-inner .sidebar-nav {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 320px;
  text-align: center; }

.sidebar .sidebar-inner .sidebar-nav ul {
  margin: 0 auto;
  padding: 0;
  width: 80%; }

.sidebar .sidebar-inner .sidebar-nav ul li {
  display: block;
  width: 100%;
  padding: 0.5em;
  margin: 0.5em 0;
  font-size: 1.4em;
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #58595b;
  background-color: #0092cf;
  border: #fff 1px solid;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s; }

.sidebar .sidebar-inner .sidebar-nav ul li svg {
  display: inline;
  vertical-align: middle;
  font-size: 0.85em;
  font-weight: 600;
  text-align: center;
  margin: 0 7px 5px 0; }

.sidebar .sidebar-inner .sidebar-nav ul li.on {
  color: #fff !important;
  background-color: #00568b; }

.bg-primary {
  background-color: #58595b !important; }

.bg-secondary {
  background-color: #00568b !important; }

.bg-tertiary {
  background-color: #0092cf !important; }

.bg-surrogate {
  background-color: #1e1f51 !important; }

.bg-alternate {
  background-color: #9fdcee !important; }

.bg-white {
  background-color: #fff !important; }

#nav {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 2000;
  bottom: 0;
  background-color: #00568b; }

#nav .logo-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 320px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../../images/global/footer-builder-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto; }

#nav .logo-container .logos {
  position: absolute;
  left: -320px;
  width: 640px;
  -webkit-transition: left 0.7s ease;
  -moz-transition: left 0.7s ease;
  -ms-transition: left 0.7s ease;
  -o-transition: left 0.7s ease;
  transition: left 0.7s ease; }

#nav .logo-container .logos .logo-comm, #nav .logo-container .logos .logo-builder {
  position: absolute;
  width: 320px;
  height: 100px; }

#nav .logo-container .logos .logo-comm {
  left: 0; }

#nav .logo-container .logos .logo-comm img {
  width: 70%;
  height: auto;
  margin: 21px 0 0 0; }

#nav .logo-container .logos .logo-builder {
  left: 320px; }

#nav .logo-container .logos .logo-builder img {
  width: 80%;
  height: auto;
  margin: 20px 0 0 0; }

#nav .logo-container.nav-right .logos {
  left: 0; }

#nav .menu-holder {
  overflow: hidden;
  position: absolute;
  left: 370px;
  top: 28px;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  -ms-transition: left 0.5s ease;
  -o-transition: left 0.5s ease;
  transition: left 0.5s ease; }

#nav .menu-holder ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -2px;
  padding: 0; }

#nav .menu-holder ul li {
  flex-grow: 2;
  flex-basis: auto;
  padding: .1em .9em 0 .9em;
  text-align: center;
  border-left: 2px solid #0092cf;
  background-color: #00568b;
  display: inline-block;
  position: relative;
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  font-size: 2.2em;
  line-height: 1em;
  letter-spacing: 0.07em;
  position: relative;
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

#nav .menu-holder ul li:hover {
  color: rgba(0, 146, 207, 0.5); }

#nav .menu-holder ul li.active {
  color: #0092cf;
  opacity: 1; }

#nav.small-nav #logo {
  left: 30px; }

#nav.small-nav .menu-holder {
  left: 470px; }

.content-center {
  position: absolute;
  left: 320px;
  z-index: 400;
  width: 1280px;
  height: 980px; }

.sidebar-left {
  position: absolute;
  z-index: 499;
  width: 700px;
  height: 980px; }

.sidebar-420 {
  position: absolute;
  z-index: 499;
  width: 420px;
  height: 980px;
  overflow: hidden; }

.sidebar-420 img {
  width: 100%;
  height: auto; }

.left-sidebar-push {
  margin-left: 700px;
  width: 1180px;
  height: 980px;
  position: relative; }

.home-images {
  width: 1920px;
  height: 980px; }

.home-frame {
  position: absolute;
  width: 1920px;
  height: 980px;
  opacity: 0; }

.branding {
  opacity: 0;
  width: 500px;
  height: auto;
  padding: 0;
  position: absolute;
  left: 50%;
  z-index: 999;
  top: 0;
  margin-left: -250px;
  text-align: center; }

.branding img {
  max-width: 100%;
  height: auto; }

#home-tagline {
  display: none;
  width: 1095px;
  height: auto;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -548px;
  z-index: 998; }

.layer, .layer-cover {
  position: absolute;
  width: auto;
  height: 100%;
  z-index: 2;
  display: none; }

.layer-cover {
  z-index: 1; }

.base {
  position: absolute;
  width: auto;
  height: 100%;
  z-index: 1; }

.layer img, .layer-cover img, .base img {
  width: auto;
  height: 100%; }

#planHolder {
  width: 100%;
  text-align: center;
  overflow: hidden;
  position: relative; }

.plan {
  position: absolute;
  width: auto;
  height: 980px;
  left: 412px;
  top: 0;
  z-index: 1; }

.plan img {
  width: auto;
  height: 100%; }

.feature {
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0 3em 0 3em; }

.feature .feature-img {
  width: 420px;
  height: 980px;
  float: left;
  display: none; }

.feature .feature-text {
  display: inline;
  margin: 0 auto;
  width: 1500px;
  height: 980px; }

.feature p {
  text-indent: 0;
  margin: 0 0 1em -1em; }

.feature h2 {
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  font-size: 2em;
  margin: 0 0 0.8em .125em;
  color: #3f4041;
  text-transform: uppercase; }

.feature h3 {
  font-size: 1.55em;
  margin: 0.6em 0 0.3em 0;
  color: #3f4041; }

.feature ul {
  padding: 0 1.5em 0 1.5em;
  margin: 0 0 0.95em 0;
  list-style: none;
  text-indent: -.8em; }

.feature ul li {
  font-size: 0.9em;
  line-height: 1.3em;
  text-align: left;
  margin: 0 0 0.25em 0;
  padding: 0; }

.feature ul li:before {
  content: "•";
  color: #0092cf;
  padding-right: 0; }

.feature ul ul li:before {
  content: "-";
  font-weight: 800; }

.bottom-photo-full {
  margin: 1em 0 0 0.6em;
  width: 1100px;
  height: 420px; }

.bottom-photo-full img {
  width: 100%;
  height: auto; }

.gallery-pad {
  display: block;
  margin: 0 auto;
  overflow: hidden; }

a.gallery-thumb {
  display: inline-block;
  margin: -0.15em;
  text-decoration: none;
  position: relative;
  color: #fff;
  width: 20%;
  height: 15.35em;
  overflow: hidden; }

a.gallery-thumb img {
  width: auto;
  height: 100%;
  margin: 0 auto; }

a.gallery-thumb p {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  width: 100%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  transition: all 0.3s ease-in-out 0s; }

a.gallery-thumb p span {
  padding: 10px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; }

a.gallery-thumb:hover p {
  opacity: 1; }

#slideshow {
  position: relative;
  width: 1920px;
  height: 1080px;
  overflow: hidden; }

.frame {
  position: absolute;
  width: 2120px;
  height: 1280px;
  left: -100px;
  top: -100px;
  opacity: 0; }

.frame.staticslide {
  width: 1920px;
  height: 1080px;
  left: 0;
  top: 0; }

.fancybox-container {
  width: 1920px;
  height: 1080px; }

.fancybox-button {
  background: #00568b; }

.ds-nav {
  width: 100%;
  margin: 1em auto 0 auto;
  text-align: center; }

.ds-nav h3 {
  color: #000;
  font-size: 1em;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0 0 1em 0;
  cursor: pointer; }

.ds-nav h4 {
  color: #fff;
  background-color: #1e1f51;
  border: #fff 1px solid;
  padding: .6em .8em;
  font-size: 1.4em;
  text-align: center;
  display: inline-block;
  margin: 0 .4em;
  cursor: pointer; }

#links {
  display: none; }

.res-block {
  display: block;
  opacity: 0;
  position: absolute;
  z-index: 99;
  width: 1920px;
  height: 980px;
  background: #e0f4fa; }

.elev-thumbs {
  width: 100%;
  display: block;
  margin: 0; }

.elev-thumbs .elev-thumb {
  float: left;
  margin: 32px 0 0 32px;
  padding: 0;
  width: 490px;
  height: 440px;
  background-color: #00568b;
  text-align: center; }

.elev-thumbs .elev-thumb .thumb-img {
  float: left;
  width: 100%;
  height: 260px;
  overflow: hidden;
  background: #000;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center; }

.elev-thumbs .elev-thumb .thumb-img img {
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.elev-thumbs .elev-thumb .thumb-txt {
  float: left;
  width: 49%;
  text-align: center;
  margin-top: 30px; }

.elev-thumbs .elev-thumb .thumb-txt h2 {
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  text-align: center;
  font-size: 1.8em;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin: .2em 0 .1em 0;
  width: 100%; }

.elev-thumbs .elev-thumb .thumb-txt h3 {
  display: inline-block;
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.25em;
  color: #fff;
  margin: .3em 0 1.5em 0;
  width: 100%; }

.elev-thumbs .elev-thumb .thumb-btns {
  float: right;
  width: 50%;
  text-align: center;
  margin-top: 22px; }

.elev-thumbs .elev-thumb .thumb-btns h4 {
  width: 170px;
  cursor: pointer;
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: .9em;
  text-transform: uppercase;
  color: #00568b;
  background-color: #22beff;
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-position: 9px 6px;
  padding: 1em 0 .9em 45px;
  margin: 0 0 .7em 0; }

.elev-thumbs .elev-thumb .center-txt {
  margin-top: 60px; }

.elev-line {
  position: absolute;
  z-index: 1;
  width: 1px;
  height: 830px;
  left: 802px;
  top: 80px;
  background-color: #444; }

.plan-desc {
  position: absolute;
  top: 130px;
  width: 100%; }

.plan-desc .desc-txt {
  position: absolute;
  width: 100%;
  padding: 1em 0; }

.plan-desc .desc-txt h2 {
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  font-weight: 500;
  font-size: 2.2em;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin-bottom: .5em; }

.plan-desc .desc-txt h3 {
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  font-weight: 500;
  font-size: 1.4em;
  color: #fff;
  text-align: center;
  margin-bottom: .4em; }

.plan-desc .desc-txt h4, .plan-desc .desc-txt h5, .plan-desc .desc-txt h6 {
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  font-size: 1.4em;
  line-height: 1.3em;
  color: #fff;
  text-align: center;
  margin: 0 0 .1em 0; }

.plan-desc .on {
  background-color: #58595b;
  border: #fff 1px solid; }

.plan-desc .on h2, .plan-desc .on h3 {
  color: #fff; }

.plans {
  background-color: #1e1f51; }

#gallery {
  display: block;
  position: absolute;
  z-index: 700;
  opacity: 1; }

.rend-full, .gallery-images {
  position: absolute;
  width: 1600px;
  height: 980px;
  overflow: hidden;
  background-color: #1e1f51; }

.gallery-images {
  opacity: 0; }

.top-layer {
  z-index: 100 !important; }

.elev-full {
  display: none;
  position: absolute;
  z-index: 6;
  width: 1600px;
  height: 980px; }

.elev-full img {
  width: 100%;
  height: auto;
  margin-top: 0px; }

.caption-bar {
  width: 1600px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  background-color: #004672;
  height: 80px;
  text-align: left; }

.caption-bar h2 {
  width: auto;
  font-size: 2em;
  margin: 25px 0 0 1030px;
  color: #fff;
  text-align: left;
  display: inline-block; }

.caption-bg {
  width: 1600px;
  height: 80px;
  position: absolute;
  z-index: 100;
  bottom: 0;
  background: #004672; }

.caption-nav, .res-nav {
  position: absolute;
  bottom: 18px; }

.caption-nav h3, .res-nav h3 {
  display: inline-block;
  float: left;
  margin: .3em .2em 0 80px;
  font-size: 1.6em;
  line-height: 1.5em;
  color: #fff; }

.caption-nav .btn, .res-nav .btn {
  color: #fff;
  display: inline-block;
  float: left;
  padding: .4em 0;
  margin: 0 .3em;
  background-color: #0066a5;
  border: rgba(255, 255, 255, 0.6) 1px solid;
  text-align: center;
  text-transform: uppercase;
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
  cursor: pointer; }

.caption-nav .orient, .res-nav .orient {
  width: 120px; }

.caption-nav .build-btn, .res-nav .build-btn {
  width: 90px; }

.caption-nav .elev, .res-nav .elev {
  width: 60px; }

.caption-nav .res-btn, .res-nav .res-btn {
  width: 60px; }

.caption-nav .on, .res-nav .on {
  background-color: #58595b;
  border: #fff 1px solid; }

.caption-nav .disabled, .res-nav .disabled {
  opacity: .42;
  cursor: none;
  pointer-events: none; }

.res-nav {
  display: none;
  z-index: 900;
  left: 250px; }

.standard {
  transition: transform 1s;
  transform-style: preserve-3d;
  transform: rotateY(0deg); }

.reverse {
  transition: transform 1s;
  transform-style: preserve-3d;
  transform: rotateY(180deg); }

#ifloor {
  position: absolute;
  z-index: 300;
  top: 0px;
  left: -1920px;
  width: 1920px;
  height: 980px;
  background: #fff; }

.sidebar-nav-residences {
  position: absolute;
  z-index: 100;
  right: 13px;
  bottom: 4px; }

.back, .back-main {
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  font-weight: 500;
  width: 140px;
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 60px;
  display: block;
  padding: .5em 0;
  color: #fff;
  background: #1e1f51;
  border: #fff 1px solid;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 1.3em;
  cursor: pointer; }

.back-main {
  right: 36px;
  bottom: 15px;
  padding: .9em 0;
  width: 220px; }

.links {
  height: 0; }

.slider {
  width: 1600px;
  height: 980px;
  min-height: 980px;
  margin-top: -70px;
  left: 0;
  padding: 0; }

.slick-slide {
  margin: 0px;
  overflow: hidden;
  height: 980px; }

.slick-slide img {
  width: 100%;
  margin-top: 0px; }

.slick-prev, .slick-next {
  position: absolute;
  width: 70px;
  height: 70px;
  z-index: 1000;
  top: calc(50% - 35px);
  margin-top: 0px !important; }

.slick-prev:before, .slick-prev:before, .slick-next:before, .slick-next:before {
  color: #fff;
  opacity: .8; }

.slick-prev {
  left: 50px; }

.slick-next {
  right: 50px; }

.nav-cover {
  display: none;
  position: absolute;
  z-index: 999999999;
  background-color: #545859;
  width: 90px;
  height: 90px;
  left: 52px; }

#cover1 {
  top: 175px; }

#cover2 {
  top: 555px; }

.fancybox-caption__body {
  font-size: 1.6em; }

.links {
  height: 0; }

.slider {
  width: 1600px;
  height: 980px;
  min-height: 980px;
  margin-top: 0;
  left: 0;
  padding: 0; }

.slick-slide {
  margin: 0px;
  overflow: hidden;
  height: 980px; }

.slick-slide img {
  width: 100%;
  margin-top: 0px; }

.slick-prev, .slick-prev:before, .slick-next, .slick-next:before {
  position: absolute;
  width: 60px;
  height: 120px;
  z-index: 1000;
  top: 40%;
  background-size: 30px auto;
  background-color: rgba(0, 86, 139, 0.8);
  background-image: url("/ip/images/global/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
  background-size: 30px auto;
  background-color: rgba(0, 0, 0, 0.8);
  background-image: url("/ip/images/global/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1; }

.slick-prev:focus, .slick-next:focus {
  background-color: rgba(0, 86, 139, 0.8); }

.slick-prev, .slick-prev:hover, .slick-prev:focus {
  left: 0;
  transform: scaleX(-1); }

[dir='rtl'] .slick-prev {
  right: auto;
  left: 0; }

.slick-prev:before {
  content: none; }

[dir='rtl'] .slick-prev:before {
  content: none; }

.slick-next {
  right: 0; }

[dir='rtl'] .slick-next {
  right: 0;
  left: auto; }

.slick-next:before {
  content: none; }

[dir='rtl'] .slick-next:before {
  content: none; }

.builder-photos {
  width: 1000px;
  height: 980px;
  position: relative; }

.builder-photos .builder-slider .slide {
  position: relative; }

.builder-photos .builder-slider .slide .slide-text {
  position: absolute;
  bottom: 2em;
  width: 60%;
  margin: 0 20%;
  background: #fff;
  padding: 1.5em; }

.builder-photos .builder-slider .slide .slide-text h2 {
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  font-size: 2em;
  margin-bottom: .25em;
  color: #d26d78; }

.builder-photos .builder-slider .slide .slide-text p {
  font-size: 1.125em; }

.builder-sidebar {
  position: absolute;
  z-index: 499;
  width: 920px;
  height: 980px;
  right: 0;
  padding: 9em 4em 0 4em; }

.builder-sidebar h1 {
  color: #00568b;
  font-size: 4em;
  line-height: 1.25em;
  margin-bottom: .4em; }

.builder-sidebar h2 {
  width: 200px;
  cursor: pointer;
  display: block;
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #fff;
  border: #fff 1px solid;
  background: #0092cf;
  padding: 0.7em 0.9em;
  margin: 2.5em auto 0 auto; }

.builder-sidebar p {
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  color: #444;
  font-size: 1.1em;
  line-height: 1.6em;
  margin-bottom: 1.6em; }

.builder-sidebar .comm-logo {
  width: 280px;
  height: auto;
  text-align: center;
  margin: 1em auto 0 auto; }

.builder-sidebar .comm-logo img {
  width: 100%;
  height: auto; }

.builder-logo {
  width: 260px;
  height: auto;
  text-align: center;
  margin: 2.6em auto 0 auto; }

.builder-logo img {
  width: 100%;
  height: auto; }

.community-content {
  position: absolute;
  z-index: 1;
  width: 740px; }

.community-content h2, .community-content h3, .community-content h4 {
  width: 100%;
  display: block;
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  color: #58595b; }

.community-content h2 {
  text-transform: uppercase;
  font-size: 2.8em;
  line-height: 1.3em;
  margin-bottom: .4em; }

.community-content h3 {
  font-size: 2.3em;
  line-height: 1.3em;
  margin: 1.2em 0 .4em 0; }

.community-content h4 {
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 0; }

.community-content p {
  font-family: "futura-pt",Arial,Helvetica,sans-serif;
  color: #444;
  font-size: 1.1em;
  line-height: 1.6em;
  margin-bottom: 1.6em; }

.community-content p.short {
  width: 570px; }

.community-content hr {
  border: 1px solid #00568b;
  margin-top: .5em; }

.community-content img {
  width: 640px;
  height: auto; }

.montage #secloader {
  background-color: #000; }

#slideshow {
  position: relative;
  width: 1920px;
  height: 1080px;
  overflow: hidden; }

.frame {
  position: absolute;
  width: 2120px;
  height: 1280px;
  left: -100px;
  top: -100px;
  opacity: 0; }

.logoslide {
  position: absolute;
  width: 1920px;
  height: 1080px;
  left: 0;
  top: 0; }

.logoslide img {
  width: 100%;
  height: 100%; }

#logo-slide {
  opacity: 0;
  position: absolute;
  z-index: 99;
  left: 40px;
  top: 40px;
  width: 410px; }

#logo-slide img {
  width: 100%;
  height: auto; }

.comm-slide {
  opacity: 0;
  position: absolute;
  z-index: 500;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  background-color: #fff;
  background-image: url(../../images/montage/logo-slide-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto; }

.comm-slide .comm-logo, .comm-slide .tagline {
  opacity: 0;
  width: 1920px;
  height: 1080px;
  position: absolute;
  z-index: 2; }

.comm-slide .comm-logo img, .comm-slide .tagline img {
  width: 100%;
  height: 100%; }

.comm-slide .builder-logo {
  opacity: 0;
  position: absolute;
  bottom: 45px;
  width: 370px;
  height: auto;
  left: 70px;
  z-index: 3; }

.comm-slide .builder-logo img {
  width: 100%;
  height: auto; }

.comm-slide .touch-screen {
  opacity: 0;
  position: absolute;
  bottom: 53px;
  right: 90px;
  z-index: 4; }

.comm-slide .footer-area, .comm-slide .footer-cover {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1920px;
  height: 380px;
  background-color: #00568b;
  background-size: 100% auto;
  background-repeat: no-repeat; }

.comm-slide .footer-cover {
  z-index: 1;
  background-color: #fff; }
