@charset "UTF-8";
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VARIABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* main dominant color from logo */
/* compliments main color */
/* unique color, most likely from logo */
/* a fourth color if necesary */
/* stupid 5th color */
/*
*  _mixins
*  Author: P11 Interactive Team
*  -------------------------------------------------------------------------------------------
*  Notes: Define patterns of property value pairs, which can then be reused in other rule sets
*/
/*@include mq-md {
   width: 100%;
 }*/
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

Site design by p11|creative
Visit us @ p11.com


/*
|--------------------------------------------------------------------------
| Font Style Generator (See Mixin)
|--------------------------------------------------------------------------
*/
@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");
}
/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

Site design by p11|creative
Visit us @ p11.com

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  JARED GRID + MEYER RESET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
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: "Source Sans Pro", sans-serif;
  color: #000000;
  letter-spacing: 0.75px;
  background-color: #044980;
}

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 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a:active {
  top: 1px;
}

p {
  line-height: 1.4em;
  font-family: "Source Sans Pro", sans-serif;
}

h1, h2, h3, h4, h5, h6, nav {
  font-family: "Bembo", serif;
  font-weight: normal;
}

.full {
  width: 100%;
}

.half {
  width: 50%;
}

.third {
  width: 33.33333333%; /* IE Fallback */
  width: 33.3333333333%;
}

.twothird, .two-third {
  width: 66.66%; /* IE Fallback */
  width: 66.6666666667%;
}

.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; /* IE Fallback */
  width: 16.6666666667%;
}

.twosixth, .two-sixth {
  width: 33.33333333; /* IE Fallback */
  width: 33.3333333333%;
}

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

.foursixth, .four-sixth {
  width: 66.66666666; /* IE Fallback */
  width: 66.6666666667%;
}

.fivesixth, .five-sixth {
  width: 83.33333333; /* IE Fallback */
  width: 83.3333333333%;
}

/**** Gutters ***/
.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(33.3333333333% - 0.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: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

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

/*~~ TEXT ALIGN ~~*/
.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;
}

/*~~ PADDING ~~*/
.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;
}

/*~~ PADDING  TOP~~*/
.padt1 {
  padding-top: 1em;
}

.padt2 {
  padding-top: 2em;
}

.padt3 {
  padding-top: 3em;
}

.padt4 {
  padding-top: 4em;
}

.padl1 {
  padding-left: 1em;
}

/*~~ PADDING BOTTOM ~~*/
.padb1 {
  padding-bottom: 1em;
}

.padb2 {
  padding-bottom: 2em;
}

.padb3 {
  padding-bottom: 3em;
}

.padb4 {
  padding-bottom: 4em;
}

/*~~ MARGIN ~~*/
.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;
}

/*~~ margin  TOP~~*/
.mart1 {
  margin-top: 1em;
}

.mart2 {
  margin-top: 2em;
}

.mart3 {
  margin-top: 3em;
}

.mart4 {
  margin-top: 4em;
}

/*~~ margin BOTTOM ~~*/
.marb1 {
  margin-bottom: 1em;
}

.marb2 {
  margin-bottom: 2em;
}

.marb3 {
  margin-bottom: 3em;
}

.marb4 {
  margin-bottom: 4em;
}

/*~~ GLOBAL ~~*/
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;
}

/*
       _ _                     _   _
 _ __ / / | ___ _ __ ___  __ _| |_(_)_   _____
| '_ \| | |/ __| '__/ _ \/ _` | __| \ \ / / _ \
| |_) | | | (__| | |  __/ (_| | |_| |\ V /  __/
| .__/|_|_|\___|_|  \___|\__,_|\__|_| \_/ \___|
|_|

Site design by p11|creativemenu-holder

Visit us @ p11.com

/*```````````````````````````//
//			GLOBALS			         //
//___________________________*/
body {
  color: #044980;
}

.wrapper a {
  color: #ffffff;
  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 #ffffff;
  border-radius: 50px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

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

/* Interactive Presentation Styles */
#container {
  width: 1920px;
  height: 1080px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  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: #ffffff;
  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: 80px;
  left: 50%;
  width: 490px;
  height: auto;
  margin-left: -245px;
  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: "Source Sans Pro", sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 1em;
  padding: 0.5em 0.7em;
  color: #ffffff;
  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: #ffffff;
}
.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: #c8dbe9;
}
.sidebar .sidebar-inner {
  position: relative;
  width: 320px;
  height: 980px;
}
.sidebar .sidebar-inner h6 {
  float: left;
  width: 100%;
  font-family: "Bembo", serif;
  font-size: 1.3em;
  color: #ffffff;
  text-align: center;
  margin: 0 0 12px 0;
}
.sidebar .sidebar-inner .sidebar-inner-header {
  position: absolute;
  z-index: 501;
  width: 320px;
  background-color: #044980;
}
.sidebar .sidebar-inner .sidebar-inner-header h2 {
  font-family: "Bembo", serif;
  font-size: 2em;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #ffffff;
  text-align: center;
  padding: 1.1em 0;
}
.sidebar .sidebar-inner .sidebar-inner-graphic {
  top: 120px;
  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: "Montserrat", 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: #ffffff;
  background: #0668af;
  border: #ffffff 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: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #044980;
  background-color: #8eabd0;
  border: #ffffff 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: 0.3s;
  transition-duration: 0.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: #ffffff !important;
  background-color: #0668af;
}

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

.bg-secondary {
  background-color: #0668af !important;
}

.bg-tertiary {
  background-color: #8eabd0 !important;
}

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

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

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

/*  NAV  */
#nav {
  width: 100%;
  height: 100px;
  position: absolute;
  z-index: 2000;
  bottom: 0;
  background-color: #044980;
}
#nav .logo-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 320px;
  height: 100px;
  text-align: center;
  overflow: hidden;
  background-color: #ffffff;
  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: 10px 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: 338px;
  top: 35px;
  -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: 0.1em 0.9em 0 0.9em;
  text-align: center;
  border-left: 2px solid #8eabd0;
  background-color: #044980;
  display: inline-block;
  position: relative;
  font-family: "Bembo", serif;
  font-size: 1.9em;
  line-height: 1em;
  letter-spacing: 0.05em;
  position: relative;
  color: #ffffff;
  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(142, 171, 208, 0.5);
}
#nav .menu-holder ul li.active {
  color: #8eabd0;
  opacity: 1;
}
#nav.small-nav #logo {
  left: 30px;
}
#nav.small-nav .menu-holder {
  left: 430px;
}

/* Content Divs */
.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;
}

/* Content Blocks */
.home-images {
  /*position: absolute;*/
  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;
}

/* Sections with map graphics */
.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%;
}

/* ---- FEATURES ---- */
.feature {
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 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: "Bembo", serif;
  font-size: 2em;
  margin: 0 0 0.8em 0.125em;
  color: #0668af;
  text-transform: uppercase;
}
.feature h3 {
  font-size: 1.45em;
  margin: 0.8em 0 0.2em 0;
  color: #0668af;
}
.feature ul {
  padding: 0 1.5em 0 1.5em;
  list-style: none;
  text-indent: -0.8em;
}
.feature ul li {
  font-size: 0.8em;
  line-height: 1.3em;
  text-align: left;
  margin: 0 0 0.6em 0;
  padding: 0;
}
.feature ul li:before {
  content: "•";
  color: #8eabd0;
  padding-right: 0.5em;
}
.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 ---- */
.gallery-pad {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

a.gallery-thumb {
  display: inline-block;
  margin: -0.15em;
  text-decoration: none;
  position: relative;
  color: #ffffff;
  width: 20%;
  height: 15.35em;
  /*border: 1px solid #000;*/
  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;
}

/* ---- MONTAGE ---- */
#slideshow {
  position: relative; /*	We set it to relative, so we can use absolute positioning for the slides */
  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: #0668af;
}

/* ---- Design Studio ---- */
.ds-nav {
  width: 100%;
  margin: 1em auto 0 auto;
  text-align: center;
}
.ds-nav h3 {
  color: #000000;
  font-size: 1em;
  text-align: center;
  display: inline-block;
  width: 100%;
  margin: 0 0 1em 0;
  cursor: pointer;
}
.ds-nav h4 {
  color: #ffffff;
  background-color: #c8dbe9;
  border: #ffffff 1px solid;
  padding: 0.6em 0.8em;
  font-size: 1.4em;
  text-align: center;
  display: inline-block;
  margin: 0 0.4em;
  cursor: pointer;
}

/* Residences */
#links {
  display: none;
}

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

.elev-thumbs {
  width: 100%;
  display: block;
  margin: 0;
}
.elev-thumbs .elev-thumb {
  float: left;
  margin: 20px 0 0 20px;
  padding: 0;
  width: 770px;
  height: 460px;
  background-color: #044980;
  text-align: center;
}
.elev-thumbs .elev-thumb .thumb-img {
  float: left;
  width: 500px;
  height: 460px;
  overflow: hidden;
  background: #000000;
  text-align: center;
}
.elev-thumbs .elev-thumb .thumb-img img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.elev-thumbs .elev-thumb .thumb-txt {
  float: right;
  width: 270px;
  text-align: center;
  margin-top: 85px;
}
.elev-thumbs .elev-thumb .thumb-txt h2 {
  font-family: "Bembo", serif;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0.2em 0 0.1em 0;
  width: 100%;
}
.elev-thumbs .elev-thumb .thumb-txt h3 {
  display: inline-block;
  font-family: "Source Sans Pro", sans-serif;
  text-align: center;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.25em;
  color: #ffffff;
  margin: 0.3em 0 1.5em 0;
  width: 100%;
}
.elev-thumbs .elev-thumb .thumb-txt h4 {
  width: 202px;
  cursor: pointer;
  font-family: "BemboSemiBold", serif;
  text-align: left;
  font-size: 1em;
  text-transform: uppercase;
  color: #044980;
  background-color: #c8d6e8;
  background-repeat: no-repeat;
  background-size: 28px auto;
  background-position: 9px 6px;
  padding: 0.8em 0 0.75em 48px;
  margin: 0 auto 0.7em auto;
}
.elev-thumbs .elev-thumb .center-txt {
  margin-top: 44px;
}

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

.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: "Bembo", serif;
  font-weight: 700;
  font-size: 2.2em;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.5em;
}
.plan-desc .desc-txt h3 {
  font-family: "Bembo", serif;
  font-weight: 500;
  font-size: 1.4em;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.4em;
}
.plan-desc .desc-txt h4, .plan-desc .desc-txt h5, .plan-desc .desc-txt h6 {
  font-family: "Bembo", serif;
  font-size: 1.4em;
  line-height: 1.3em;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0.1em 0;
}
.plan-desc .on {
  background-color: #044980;
  border: #ffffff 1px solid;
}
.plan-desc .on h2, .plan-desc .on h3 {
  color: #ffffff;
}

.plans {
  background-color: #c8dbe9;
}

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

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

.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: #7196c4;
  height: 80px;
  text-align: left;
}
.caption-bar h2 {
  width: auto;
  font-size: 1.9em;
  margin: 26px 0 0 900px;
  color: #ffffff;
  text-align: left;
  display: inline-block;
}

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

.caption-nav, .res-nav {
  position: absolute;
  bottom: 18px;
}
.caption-nav h3, .res-nav h3 {
  display: inline-block;
  float: left;
  margin: 0.3em 0.2em 0 80px;
  font-size: 1.2em;
  line-height: 1.5em;
  color: #ffffff;
}
.caption-nav .btn, .res-nav .btn {
  color: #ffffff;
  display: inline-block;
  float: left;
  padding: 0.4em 0;
  margin: 0 0.3em;
  background-color: rgba(6, 104, 175, 0.3);
  border: rgba(255, 255, 255, 0.6) 1px solid;
  text-align: center;
  text-transform: uppercase;
  font-family: "BemboSemiBold", 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: #044980;
  border: #ffffff 1px solid;
}
.caption-nav .disabled, .res-nav .disabled {
  opacity: 0.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: #ffffff;
}

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

.back, .back-main {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  width: 140px;
  position: absolute;
  z-index: 1;
  right: 0px;
  bottom: 60px;
  display: block;
  padding: 0.5em 0;
  color: #ffffff;
  background: #0668af;
  border: #ffffff 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: 0.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: #ffffff;
  opacity: 0.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;
}

.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: "Source Sans Pro", sans-serif;
  font-size: 2em;
  margin-bottom: 0.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;
  background: url("../../images/global/bg-main-content-trees.jpg") no-repeat #dae7f0;
}
.builder-sidebar h1 {
  color: #0668af;
  font-size: 4em;
  line-height: 1.25em;
  margin-bottom: 0.4em;
}
.builder-sidebar h2 {
  width: 200px;
  cursor: pointer;
  display: block;
  font-family: "Bembo", serif;
  text-align: center;
  font-size: 1.1em;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #ffffff;
  border: #ffffff 1px solid;
  background: #8eabd0;
  padding: 0.7em 0.9em;
  margin: 2.5em auto 0 auto;
}
.builder-sidebar p {
  font-family: "Source Sans Pro", sans-serif;
  color: #444444;
  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: "Bembo", serif;
  color: #0668af;
}
.community-content h2 {
  text-transform: uppercase;
  font-size: 2.8em;
  line-height: 1.3em;
  margin-bottom: 0.4em;
}
.community-content h3 {
  font-size: 2.3em;
  line-height: 1.3em;
  margin: 1.2em 0 0.4em 0;
}
.community-content h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 0;
}
.community-content p {
  font-family: "Source Sans Pro", sans-serif;
  color: #444444;
  font-size: 1.1em;
  line-height: 1.6em;
  margin-bottom: 1.6em;
}
.community-content p.short {
  width: 570px;
}
.community-content hr {
  border: 1px solid #0668af;
  margin-top: 0.5em;
}
.community-content img {
  width: 640px;
  height: auto;
}

/* ---- MONTAGE ---- */
.montage #secloader {
  background-color: #000000;
}

#slideshow {
  position: relative; /*	We set it to relative, so we can use absolute positioning for the slides */
  width: 1920px;
  height: 1080px;
  overflow: hidden;
}

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

.logoslide, .pardeeSlide {
  position: absolute;
  width: 1920px;
  height: 1080px;
  left: 0;
  top: 0;
}
.logoslide img, .pardeeSlide img {
  width: 100%;
  height: 100%;
}

/* Custom Montage Graphics */
#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: #ffffff;
  background-image: url(../../images/montage/logo-slide-bg.jpg);
  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: #0668af;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.comm-slide .footer-cover {
  z-index: 1;
  background-color: #ffffff;
}

/*# sourceMappingURL=ip.css.map */
