/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
VARIABLES
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* 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: "futura-pt", Arial, Helvetica, sans-serif;
  color: #000000;
  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 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: "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%; /* 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: #58595b;
}

.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: #9fdcee;
  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: 1080px;
  overflow: hidden;
}

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

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

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

.comm-thumbs {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.comm-thumbs .comm-thumb {
  margin: 0 40px;
  padding: 0;
  width: 540px;
  height: 920px;
  background-color: #ffffff;
  text-align: center;
}
.comm-thumbs .comm-thumb .thumb-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
  background: #000000;
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.comm-thumbs .comm-thumb .thumb-img img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.comm-thumbs .comm-thumb .thumb-logo {
  width: 100%;
  height: 180px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}
.comm-thumbs .comm-thumb .thumb-txt {
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.comm-thumbs .comm-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: #00568b;
  margin: 0 0 0.9em 0;
  width: 100%;
}
.comm-thumbs .comm-thumb .thumb-txt h3 {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 1.6em;
  color: #00568b;
  margin: 0 0 1.7em 0;
  width: 100%;
}
.comm-thumbs .comm-thumb .thumb-txt a {
  display: inline-block;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #00568b;
  text-decoration: none;
  margin: 0;
  padding: 0.4em 0;
  width: 40%;
}
.comm-thumbs .comm-thumb .center-txt {
  margin-top: 60px;
}

.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: #ffffff !important;
}

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

/* ---- 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 {
  position: absolute;
  width: 1920px;
  height: 1080px;
  left: 0;
  top: 0;
  background-color: #00568b;
}

/* 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: #00568b;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.comm-slide .logo-bg {
  position: absolute;
  width: 1920px;
  height: 650px;
  left: 0;
  top: 50%;
  margin-top: -325px;
}
.comm-slide .logo-bg img {
  width: 100%;
  height: 100%;
}
.comm-slide .logo {
  position: absolute;
  z-index: 30;
  width: 800px;
  height: auto;
  left: 50%;
  margin-left: -400px;
  top: 50%;
  margin-top: -155px;
}
.comm-slide .logo img {
  width: 100%;
  height: 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: #ffffff;
}

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