/*!
 * fullPage 2.9.2
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */.fp-enabled body,html.fp-enabled{margin:0;padding:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0)}#superContainer{height:100%;position:relative;-ms-touch-action:none;touch-action:none}.fp-section{position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.fp-slide{float:left}.fp-slide,.fp-slidesContainer{height:100%;display:block}.fp-slides{z-index:1;height:100%;overflow:hidden;position:relative;-webkit-transition:all .3s ease-out;transition:all .3s ease-out}.fp-section.fp-table,.fp-slide.fp-table{display:table;table-layout:fixed;width:100%}.fp-tableCell{display:table-cell;vertical-align:middle;width:100%;height:100%}.fp-slidesContainer{float:left;position:relative}.fp-controlArrow{-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none;position:absolute;z-index:4;top:50%;cursor:pointer;width:0;height:0;border-style:solid;margin-top:-38px;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fp-controlArrow.fp-prev{left:15px;width:0;border-width:38.5px 34px 38.5px 0;border-color:transparent #fff transparent transparent}.fp-controlArrow.fp-next{right:15px;border-width:38.5px 0 38.5px 34px;border-color:transparent transparent transparent #fff}.fp-scrollable{overflow:hidden;position:relative}.fp-scroller{overflow:hidden}.iScrollIndicator{border:0!important}.fp-notransition{-webkit-transition:none!important;transition:none!important}#fp-nav{position:fixed;z-index:100;margin-top:-32px;top:50%;opacity:1;-webkit-transform:translate3d(0,0,0)}#fp-nav.right{right:17px}#fp-nav.left{left:17px}.fp-slidesNav{position:absolute;z-index:4;left:50%;opacity:1;-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fp-slidesNav.bottom{bottom:17px}.fp-slidesNav.top{top:17px}#fp-nav ul,.fp-slidesNav ul{margin:0;padding:0}#fp-nav ul li,.fp-slidesNav ul li{display:block;width:14px;height:13px;margin:7px;position:relative}.fp-slidesNav ul li{display:inline-block}#fp-nav ul li a,.fp-slidesNav ul li a{display:block;position:relative;z-index:1;width:100%;height:100%;cursor:pointer;text-decoration:none}#fp-nav ul li a.active span,#fp-nav ul li:hover a.active span,.fp-slidesNav ul li a.active span,.fp-slidesNav ul li:hover a.active span{height:12px;width:12px;margin:-6px 0 0 -6px;border-radius:100%}#fp-nav ul li a span,.fp-slidesNav ul li a span{border-radius:50%;position:absolute;z-index:1;height:4px;width:4px;border:0;background:#333;left:50%;top:50%;margin:-2px 0 0 -2px;-webkit-transition:all .1s ease-in-out;-moz-transition:all .1s ease-in-out;-o-transition:all .1s ease-in-out;transition:all .1s ease-in-out}#fp-nav ul li:hover a span,.fp-slidesNav ul li:hover a span{width:10px;height:10px;margin:-5px 0 0 -5px}#fp-nav ul li .fp-tooltip{position:absolute;top:-2px;color:#fff;font-size:14px;font-family:arial,helvetica,sans-serif;white-space:nowrap;max-width:220px;overflow:hidden;display:block;opacity:0;width:0;cursor:pointer}#fp-nav ul li:hover .fp-tooltip,#fp-nav.fp-show-active a.active+.fp-tooltip{-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;width:auto;opacity:1}#fp-nav ul li .fp-tooltip.right{right:20px}#fp-nav ul li .fp-tooltip.left{left:20px}.fp-auto-height .fp-slide,.fp-auto-height .fp-tableCell,.fp-auto-height.fp-section{height:auto!important}.fp-responsive .fp-auto-height-responsive .fp-slide,.fp-responsive .fp-auto-height-responsive .fp-tableCell,.fp-responsive .fp-auto-height-responsive.fp-section{height:auto!important}
/*# sourceMappingURL=jquery.fullpage.min.css.map */

/* -------------------------------- 

Primary style

-------------------------------- */

*, *::after, *::before {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

/* -------------------------------- 

Main Components 

-------------------------------- */
.cd-product-viewer-wrapper {
  text-align: center;
  padding: 2em 0;
}
.cd-product-viewer-wrapper > div {
  display: inline-block;
}
.cd-product-viewer-wrapper .product-viewer {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
}
.cd-product-viewer-wrapper img {
  /* this is the image visible before the image sprite is loaded */
  display: block;
  position: relative;
  z-index: 1;
}
.cd-product-viewer-wrapper .product-sprite {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  /* our image sprite is composed by 16 frames */
  width: 3400%;
  background: url(../images/buildings/oriental-pearl-tower/sequence-min.png) no-repeat center center;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-product-viewer-wrapper.loaded .product-sprite {
  /* image sprite has been loaded */
  opacity: 1;
  cursor: ew-resize;
}

.cd-product-viewer-handle {
  position: relative;
  z-index: 2;
  width: 60%;
  max-width: 300px;
  border-radius: 50em;
  margin: 1em auto 3em;
  height: 4px;
  background: #4d4d4d;
}
.cd-product-viewer-handle .fill {
  /* this is used to create the loading fill effect */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: #b54240;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s;
}
.no-csstransitions .cd-product-viewer-handle .fill {
  display: none;
}
.loaded .cd-product-viewer-handle .fill {
  /* image sprite has been loaded */
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s 0.3s;
  transition: transform 0.3s, opacity 0.2s 0.3s;
}
.cd-product-viewer-handle .handle {
  position: absolute;
  z-index: 2;
  display: inline-block;
  height: 44px;
  width: 44px;
  left: 0;
  top: -20px;
  background: #b54240 url(../images/buildings/360/cd-arrows.svg) no-repeat center center;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(181, 66, 64, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
  /* replace text with image */
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: box-shadow 0.2s;
  -moz-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
}
.cd-product-viewer-handle .handle:active {
  box-shadow: 0 0 0 0 rgba(181, 66, 64, 0), 0 0 20px rgba(0, 0, 0, 0.2);
}
.loaded .cd-product-viewer-handle .handle {
  /* image sprite has been loaded */
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  -webkit-animation: cd-bounce 0.3s 0.3s;
  -moz-animation: cd-bounce 0.3s 0.3s;
  animation: cd-bounce 0.3s 0.3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  cursor: ew-resize;
}

@-webkit-keyframes cd-bounce {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
  }
}
@-moz-keyframes cd-bounce {
  0% {
    -moz-transform: translateX(-50%) scale(0);
  }
  60% {
    -moz-transform: translateX(-50%) scale(1.1);
  }
  100% {
    -moz-transform: translateX(-50%) scale(1);
  }
}
@keyframes cd-bounce {
  0% {
    -webkit-transform: translateX(-50%) scale(0);
    -moz-transform: translateX(-50%) scale(0);
    -ms-transform: translateX(-50%) scale(0);
    -o-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(1.1);
    -moz-transform: translateX(-50%) scale(1.1);
    -ms-transform: translateX(-50%) scale(1.1);
    -o-transform: translateX(-50%) scale(1.1);
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-50%) scale(1);
    -moz-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    -o-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
  }
}

@import url("http://fast.fonts.net/t/1.css?apiType=css&projectid=48855dc6-15b0-4ced-856e-74abf2877435");
@font-face {
  font-family: "Otis Thin";
  src: url("../fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix");
  src: url("../fonts/56be84de-9d60-4089-8df0-0ea6ec786b84.eot?#iefix") format("eot"), url("../fonts/aff68211-86bb-476d-882e-f7a3face144c.woff2") format("woff2"), url("../fonts/50d35bbc-dfd4-48f1-af16-cf058f69421d.woff") format("woff"), url("../fonts/278bef59-6be1-4800-b5ac-1f769ab47430.ttf") format("truetype"), url("../fonts/2e309b1b-08b8-477f-bc9e-7067cf0af0b3.svg#2e309b1b-08b8-477f-bc9e-7067cf0af0b3") format("svg"); }

@font-face {
  font-family: "Otis Light";
  src: url("../fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix");
  src: url("../fonts/ae1656aa-5f8f-4905-aed0-93e667bd6e4a.eot?#iefix") format("eot"), url("../fonts/5a13f7d1-b615-418e-bc3a-525001b9a671.woff2") format("woff2"), url("../fonts/530dee22-e3c1-4e9f-bf62-c31d510d9656.woff") format("woff"), url("../fonts/688ab72b-4deb-4e15-a088-89166978d469.ttf") format("truetype"), url("../fonts/7816f72f-f47e-4715-8cd7-960e3723846a.svg#7816f72f-f47e-4715-8cd7-960e3723846a") format("svg"); }

@font-face {
  font-family: "Otis Regular";
  src: url("../fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix");
  src: url("../fonts/b7693a83-b861-4aa6-85e0-9ecf676bc4d6.eot?#iefix") format("eot"), url("../fonts/b0868b4c-234e-47d3-bc59-41ab9de3c0db.woff2") format("woff2"), url("../fonts/bcf54343-d033-41ee-bbd7-2b77df3fe7ba.woff") format("woff"), url("../fonts/b0ffdcf0-26da-47fd-8485-20e4a40d4b7d.ttf") format("truetype"), url("../fonts/da09f1f1-062a-45af-86e1-2bbdb3dd94f9.svg#da09f1f1-062a-45af-86e1-2bbdb3dd94f9") format("svg"); }

@font-face {
  font-family: "Otis Bold";
  src: url("../fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix");
  src: url("../fonts/c07fef9e-a934-42d7-92ad-69205f2b8a00.eot?#iefix") format("eot"), url("../fonts/3b303641-706e-4221-94c4-4fb491f4f8ef.woff2") format("woff2"), url("../fonts/14ff6081-326d-4dae-b778-d7afa66166fc.woff") format("woff"), url("../fonts/8fda1e47-19be-46c7-8d83-8d4fb35572f0.ttf") format("truetype"), url("../fonts/f751c8ae-1057-46d9-8d74-62592e002568.svg#f751c8ae-1057-46d9-8d74-62592e002568") format("svg"); }

@font-face {
  font-family: 'grifo_mbold_italic';
  src: url("../fonts/grifo_m_bold_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'grifo_mbold';
  src: url("../fonts/grifo_m_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'grifo_mmedium_italic';
  src: url("../fonts/grifo_m_medium_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'grifo_mmedium';
  src: url("../fonts/grifo_m_medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "otis";
  src: url("../fonts/otis.eot");
  src: url("../fonts/otis.eot?#iefix") format("embedded-opentype"), url("../fonts/otis.woff") format("woff"), url("../fonts/otis.ttf") format("truetype"), url("../fonts/otis.svg#otis") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "otis" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="otis-icon-"]:before,
[class*=" otis-icon-"]:before {
  font-family: "otis" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.otis-icon-worldwide-employees:before {
  content: "\e029"; }

.otis-icon-valued-employees:before {
  content: "\e0028"; }

.otis-icon-training:before {
  content: "\e02e"; }

.otis-icon-sphere:before {
  content: "\e000"; }

.otis-icon-scholar-program:before {
  content: "\e025"; }

.otis-icon-shield:before {
  content: "\e042"; }

.otis-icon-rosette:before {
  content: "\e01f"; }

.otis-icon-quote:before {
  content: "\e00a"; }

.otis-icon-icon-brochure:before {
  content: "\e015"; }

.otis-icon-icon-elevator:before {
  content: "\e017"; }

.otis-icon-icon-escalator:before {
  content: "\e018"; }

.otis-icon-icon-tools:before {
  content: "\e019"; }

.otis-icon-info-sign:before {
  content: "\e086"; }

.otis-icon-list-normal-state:before {
  content: "\e00b"; }

.otis-icon-maintenance-services:before {
  content: "\e024"; }

.otis-icon-movement:before {
  content: "\e01e"; }

.otis-icon-nametag:before {
  content: "\e02c"; }

.otis-icon-news:before {
  content: "\e008"; }

.otis-icon-pdf:before {
  content: "\e00f"; }

.otis-icon-question:before {
  content: "\e085"; }

.otis-icon-community:before {
  content: "\e021"; }

.otis-icon-cogs:before {
  content: "\e001"; }

.otis-icon-headset:before {
  content: "\e007"; }

.otis-icon-hard-hat:before {
  content: "\e020"; }

.otis-icon-carousel-normal-state:before {
  content: "\e00d"; }

.otis-icon-career-progression:before {
  content: "\e02a"; }

.otis-icon-handshake:before {
  content: "\e006"; }

.otis-icon-grid-normal-state:before {
  content: "\e00c"; }

.otis-icon-cab-create:before {
  content: "\e012"; }

.otis-icon-bulb:before {
  content: "\e031"; }

.otis-icon-exclamation-sign:before {
  content: "\e101"; }

.otis-icon-bim-create:before {
  content: "\e010"; }

.otis-icon-employee-refresh:before {
  content: "\e02d"; }

.otis-icon-employee-benefits:before {
  content: "\e026"; }

.otis-icon-application-process:before {
  content: "\e027"; }

.otis-icon-advanced-services:before {
  content: "\e023"; }

.otis-icon-earth:before {
  content: "\e034"; }

.otis-icon-droplet:before {
  content: "\e003"; }

.otis-icon-compass-plus:before {
  content: "\e01a"; }

.otis-icon-facebook:before {
  content: "\e014"; }

.otis-icon-twitter:before {
  content: "\e016"; }

.otis-icon-angle-left:before {
  content: "\e02f"; }

.otis-icon-angle-down:before {
  content: "\e01b"; }

.otis-icon-angle-right:before {
  content: "\e00e"; }

.otis-icon-angle-up:before {
  content: "\e030"; }

.otis-icon-caret-down:before {
  content: "\e022"; }

.otis-icon-minus-circle:before {
  content: "\e01d"; }

.otis-icon-plus-circle:before {
  content: "\e01c"; }

.otis-icon-pin:before {
  content: "\e002"; }

.otis-icon-global-structure:before {
  content: "\e02b"; }

.otis-icon-power:before {
  content: "\e005"; }

.otis-icon-single-cog:before {
  content: "\e009"; }

.otis-icon-wrench:before {
  content: "\e011"; }

.otis-icon-people:before {
  content: "\e004"; }

.otis-icon-graph-up:before {
  content: "\e028"; }

.otis-icon-pie-chart:before {
  content: "\e013"; }

.otis-icon-computer-user:before {
  content: "\e032"; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.noPad {
  padding: 0 !important; }

.noTopPad {
  padding-top: 0 !important; }

.noBottomPad {
  padding-bottom: 0 !important; }

.noMargin {
  margin: 0 !important; }

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

span[class^="otis-icon-"]:before,
span[class*=" otis-icon-"]:before {
  font-size: 22.4px;
  font-weight: normal;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  margin: 0 auto;
  display: inline-block;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    span[class^="otis-icon-"]:before,
    span[class*=" otis-icon-"]:before {
      padding: 20px;
      font-size: 32px; } }

.otis-icon {
  width: 22px;
  height: 22px;
  border-width: 2px;
  border-style: solid;
  padding: 10px;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  transform: rotate(45deg); }
  .otis-icon img {
    max-width: 100%;
    max-height: 100%;
    transform: rotate(-45deg); }
  @media only screen and (min-width: 992px) {
    .otis-icon {
      padding: 20px;
      width: 75px;
      height: 75px; } }

/* columns of same height styles */
.row-full-height {
  height: 100%; }

.col-full-height {
  height: auto;
  vertical-align: middle; }

.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed; }

.col-xs-height {
  display: table-cell;
  float: none !important; }

@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important; } }

@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important; }
  .col-full-height {
    height: 100%;
    vertical-align: middle; }
    .col-full-height.v-top {
      vertical-align: top; } }

@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important; } }

/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

/* bg imgs position */
.bg-top {
  background-position: top center !important; }
  .bg-top-left {
    background-position: top left !important; }
  .bg-top-right {
    background-position: top right !important; }

.bg-center {
  background-position: center center !important; }
  .bg-center-left {
    background-position: center left !important; }
  .bg-center-right {
    background-position: center right !important; }

.bg-bottom {
  background-position: bottom center !important; }
  .bg-bottom-left {
    background-position: bottom left !important; }
  .bg-bottom-right {
    background-position: bottom right !important; }

.background-wrapper {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 991px) {
    .background-wrapper {
      background-image: none !important; } }
  .background-wrapper.otis-black {
    background-color: #0033A0; }
    .background-wrapper.otis-black h2,
    .background-wrapper.otis-black h3,
    .background-wrapper.otis-black p {
      color: #FFFFFF; }
    .background-wrapper.otis-black h2:after {
      background-color: #F65275; }

.carousel-indicators li {
  border-radius: 0;
  transform: rotate(45deg); }

.carousel-inner {
  overflow: visible; }

#escalator_carousel_1 .carousel-inner .content-wrapper h3 {
  font-size: 18px; }

.background-wrapper.otis-black .full_width_strip .otis_button {
  transition: all 0.4s ease-out;
  border: 2px solid #FFFFFF;
  padding: 10px 20px;
  font-family: "Avenir LT W01_65 Medium1475532";
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase; }
  .background-wrapper.otis-black .full_width_strip .otis_button .btn-icon {
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0 10px -8px 0; }
    .background-wrapper.otis-black .full_width_strip .otis_button .btn-icon.otis-white {
      background-position: 0 -24px; }
    .background-wrapper.otis-black .full_width_strip .otis_button .btn-icon.otis-green {
      background-position: 0 -48px; }
    .background-wrapper.otis-black .full_width_strip .otis_button .btn-icon.otis-gold {
      background-position: 0 -72px; }
  .background-wrapper.otis-black .full_width_strip .otis_button:hover {
    background-color: #FFFFFF;
    text-decoration: none;
    color: #041E42 !important;
    border: 2px solid #041E42; }
    .background-wrapper.otis-black .full_width_strip .otis_button:hover:before {
      color: #041E42 !important; }
    .background-wrapper.otis-black .full_width_strip .otis_button:hover .btn-icon {
      background-position: 0 -24px; }
      .background-wrapper.otis-black .full_width_strip .otis_button:hover .btn-icon.otis-white {
        background-position: 0 0; }
  .background-wrapper.otis-black .full_width_strip .otis_button.pdf-button:before {
    content: "\e00f";
    font-family: "Otis";
    color: #FFFFFF;
    vertical-align: middle;
    font-size: 22.4px;
    line-height: 0;
    margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    .background-wrapper.otis-black .full_width_strip .otis_button {
      min-width: 200px; } }
  @media only screen and (max-width: 991px) {
    .background-wrapper.otis-black .full_width_strip .otis_button {
      margin: 20px auto; } }

.content-block {
  padding-top: 8rem;
  padding-bottom: 8rem; }

.contact-section header.page-hero {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  font-family: "grifo_mmedium", "Times New Roman", serif; }
  @media screen and (max-width: 767px) {
    .contact-section header.page-hero {
      background-position: 80%; } }
  .contact-section header.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }
  .contact-section header.page-hero h1 {
    font-size: 35px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }
    .contact-section header.page-hero h1 .hero-phone a {
      font-size: 50px;
      color: #ffffff; }
      .contact-section header.page-hero h1 .hero-phone a:hover {
        text-decoration: none;
        color: #e6e6e6; }
  @media screen and (min-width: 992px) {
    .contact-section header.page-hero h1 {
      font-size: 45px; }
      .contact-section header.page-hero h1 .hero-phone a {
        font-size: 75px; } }
  .contact-section header.page-hero .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #FFFFFF;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    border-color: #CBA052; }
    .contact-section header.page-hero .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .contact-section header.page-hero .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .contact-section header.page-hero .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .contact-section header.page-hero .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .contact-section header.page-hero .otis_button:hover {
      background-color: #FFFFFF;
      text-decoration: none;
      color: #041E42 !important;
      border: 2px solid #041E42; }
      .contact-section header.page-hero .otis_button:hover:before {
        color: #041E42 !important; }
      .contact-section header.page-hero .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .contact-section header.page-hero .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .contact-section header.page-hero .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #FFFFFF;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .contact-section header.page-hero .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .contact-section header.page-hero .otis_button {
        margin: 20px auto; } }

@media screen and (max-width: 767px) {
  .contact-section section#enquiries {
    padding-bottom: 0; } }

.contact-section section#enquiries h2 {
  color: #CBA052;
  font-family: "grifo_mmedium", "Times New Roman", serif;
  font-size: 48px;
  margin-bottom: 5rem; }
  @media screen and (min-width: 992px) {
    .contact-section section#enquiries h2 {
      text-align: center; } }

@media screen and (min-width: 992px) {
  .contact-section section#enquiries form {
    padding: 3rem;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.5); } }

.contact-section section#enquiries form label {
  color: #CBA052;
  text-transform: uppercase;
  font-size: smaller; }

.contact-section section#enquiries form .form-control {
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #CBA052;
  background: transparent;
  color: #ECEAE8;
  transition: all 0.2s ease-out;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */ }
  .contact-section section#enquiries form .form-control:focus, .contact-section section#enquiries form .form-control:hover {
    color: #ffffff; }
  .contact-section section#enquiries form .form-control::-webkit-input-placeholder {
    color: #ECEAE8; }
  .contact-section section#enquiries form .form-control:-moz-placeholder {
    color: #ECEAE8; }
  .contact-section section#enquiries form .form-control::-moz-placeholder {
    color: #ECEAE8; }
  .contact-section section#enquiries form .form-control:-ms-input-placeholder {
    color: #ECEAE8; }
  .contact-section section#enquiries form .form-control::-ms-input-placeholder {
    color: #ECEAE8; }

.contact-section section#enquiries form select:not([multiple]) {
  border: none;
  border-bottom: 2px solid #CBA052;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: .5em;
  padding-right: 1.5em; }

.contact-section section#enquiries form .form-footer .otis_button {
  transition: all 0.4s ease-out;
  border: 2px solid #CBA052;
  padding: 10px 20px;
  font-family: "Avenir LT W01_65 Medium1475532";
  font-size: 14px;
  line-height: 24px;
  color: #CBA052;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #CBA052;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #ffffff; }
  .contact-section section#enquiries form .form-footer .otis_button .btn-icon {
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0 10px -8px 0; }
    .contact-section section#enquiries form .form-footer .otis_button .btn-icon.otis-white {
      background-position: 0 -24px; }
    .contact-section section#enquiries form .form-footer .otis_button .btn-icon.otis-green {
      background-position: 0 -48px; }
    .contact-section section#enquiries form .form-footer .otis_button .btn-icon.otis-gold {
      background-position: 0 -72px; }
  .contact-section section#enquiries form .form-footer .otis_button:hover {
    background-color: #CBA052;
    text-decoration: none;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF; }
    .contact-section section#enquiries form .form-footer .otis_button:hover:before {
      color: #FFFFFF !important; }
    .contact-section section#enquiries form .form-footer .otis_button:hover .btn-icon {
      background-position: 0 -24px; }
      .contact-section section#enquiries form .form-footer .otis_button:hover .btn-icon.otis-white {
        background-position: 0 0; }
  .contact-section section#enquiries form .form-footer .otis_button.pdf-button:before {
    content: "\e00f";
    font-family: "Otis";
    color: #CBA052;
    vertical-align: middle;
    font-size: 22.4px;
    line-height: 0;
    margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    .contact-section section#enquiries form .form-footer .otis_button {
      min-width: 200px; } }
  @media only screen and (max-width: 991px) {
    .contact-section section#enquiries form .form-footer .otis_button {
      margin: 20px auto; } }
  @media screen and (max-width: 767px) {
    .contact-section section#enquiries form .form-footer .otis_button {
      margin-bottom: 0;
      margin-left: -15px;
      margin-right: -15px;
      width: calc(100% + 30px); } }
  @media screen and (min-width: 768px) {
    .contact-section section#enquiries form .form-footer .otis_button {
      background: transparent; } }

@media screen and (min-width: 768px) {
  .contact-section section#enquiries form .form-footer {
    display: -ms-flexbox;
    display: flex; }
    .contact-section section#enquiries form .form-footer .otis_button {
      margin: 0;
      margin-left: auto; } }

.contact-section section#regional-contacts {
  position: relative; }
  .contact-section section#regional-contacts h3:after {
    content: '';
    width: 35px !important;
    height: 3px !important;
    bottom: 0px !important;
    position: absolute !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #CBA052; }
    @media only screen and (min-width: 992px) {
      .contact-section section#regional-contacts h3:after {
        content: '';
        width: 52px !important;
        height: 5px !important;
        bottom: 0px !important;
        position: absolute !important; } }
  .contact-section section#regional-contacts .section-headline {
    text-align: left; }
    @media screen and (min-width: 768px) {
      .contact-section section#regional-contacts .section-headline {
        text-align: center; } }
  .contact-section section#regional-contacts .img-wrapper {
    display: none; }
  @media screen and (min-width: 991px) {
    .contact-section section#regional-contacts .img-wrapper {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 50%;
      height: 100%;
      overflow: hidden; }
      .contact-section section#regional-contacts .img-wrapper img {
        height: 100%;
        width: auto;
        transform: translate(-50%, 0); } }
  .contact-section section#regional-contacts .contact-pod {
    margin-bottom: 2rem;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .contact-section section#regional-contacts .contact-pod {
        text-align: center; } }
    .contact-section section#regional-contacts .contact-pod .pod-title {
      font-size: 18px;
      font-family: "Avenir LT W01_65 Medium1475532";
      color: #041E42; }
    .contact-section section#regional-contacts .contact-pod .pod-content {
      font-size: 18px;
      font-weight: "Avenir LT W01_35 Light1475496";
      color: #041E42; }
      .contact-section section#regional-contacts .contact-pod .pod-content a {
        color: #041E42; }
        .contact-section section#regional-contacts .contact-pod .pod-content a:hover {
          color: #010812;
          text-decoration: none; }

@media screen and (max-width: 991px) {
  .contact-section section#location-selection #selection-map {
    display: none; } }

@media screen and (min-width: 992px) {
  .contact-section section#location-selection .selection-heading {
    display: none; } }

.contact-section section#location-selection label {
  color: #9E978E;
  text-transform: uppercase;
  font-size: smaller; }

.contact-section section#location-selection .form-control {
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #ffffff;
  background: transparent;
  color: #9E978E;
  transition: all 0.2s ease-out;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */ }
  .contact-section section#location-selection .form-control:focus, .contact-section section#location-selection .form-control:hover {
    color: #ffffff; }
  .contact-section section#location-selection .form-control::-webkit-input-placeholder {
    color: #9E978E; }
  .contact-section section#location-selection .form-control:-moz-placeholder {
    color: #9E978E; }
  .contact-section section#location-selection .form-control::-moz-placeholder {
    color: #9E978E; }
  .contact-section section#location-selection .form-control:-ms-input-placeholder {
    color: #9E978E; }
  .contact-section section#location-selection .form-control::-ms-input-placeholder {
    color: #9E978E; }

.contact-section section#location-selection select:not([multiple]) {
  border: none;
  border-bottom: 2px solid #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: .5em;
  padding-right: 1.5em; }

.contact-section section#location-selection .bootstrap-select .btn {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #F65275; }
  .contact-section section#location-selection .bootstrap-select .btn:hover {
    background: transparent; }

.contact-section section#location-selection .btn-group.open .dropdown-toggle {
  background: #ECEAE8;
  box-shadow: none; }

.contact-section section#selected-contacts .fluid-max {
  width: calc(100% - 60px); }

.contact-section section#selected-contacts .contact-pod {
  padding: 4rem;
  text-align: left; }
  .contact-section section#selected-contacts .contact-pod .pod-title {
    color: #CBA052;
    font-size: 20px;
    font-family: "Avenir LT W01_95 Black1475556"; }
  .contact-section section#selected-contacts .contact-pod .pod-content {
    color: #9E978E;
    font-size: 16px; }
    .contact-section section#selected-contacts .contact-pod .pod-content.phone, .contact-section section#selected-contacts .contact-pod .pod-content.phone_2 {
      font-family: "Avenir LT W01_95 Black1475556";
      font-size: 15px; }
      .contact-section section#selected-contacts .contact-pod .pod-content.phone a, .contact-section section#selected-contacts .contact-pod .pod-content.phone_2 a {
        color: #9E978E;
        transition: all 0.4s ease-out; }
        .contact-section section#selected-contacts .contact-pod .pod-content.phone a:hover, .contact-section section#selected-contacts .contact-pod .pod-content.phone_2 a:hover {
          color: #867e73;
          text-decoration: none; }
  .contact-section section#selected-contacts .contact-pod .pod-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 3rem; }
    .contact-section section#selected-contacts .contact-pod .pod-footer .footer-content {
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .contact-section section#selected-contacts .contact-pod .pod-footer .map-toggle {
      justify-self: end;
      transition: all 0.4s ease-out; }
      .contact-section section#selected-contacts .contact-pod .pod-footer .map-toggle a {
        color: #9E978E;
        text-decoration: none; }
        .contact-section section#selected-contacts .contact-pod .pod-footer .map-toggle a i {
          font-size: 36px; }
        .contact-section section#selected-contacts .contact-pod .pod-footer .map-toggle a .small {
          font-size: 12px; }
        .contact-section section#selected-contacts .contact-pod .pod-footer .map-toggle a :hover {
          text-decoration: none;
          color: #867e73; }
      .contact-section section#selected-contacts .contact-pod .pod-footer .map-toggle:hover {
        color: #867e73; }

.contact-section section#selected-contacts {
  padding-top: 0; }
  .contact-section section#selected-contacts .contact-pod::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 100%;
    left: 15%;
    top: 0;
    bottom: 0;
    border-top: 1px solid #9E978E;
    border-bottom: 1px solid #9E978E;
    z-index: -1; }
  .contact-section section#selected-contacts .contact-pod::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    top: 15%;
    border-left: 2px solid #9E978E;
    border-right: 2px solid #9E978E;
    z-index: -1; }
    @media screen and (min-width: 992px) {
      .contact-section section#selected-contacts .contact-pod::after {
        border-width: 1px; } }
  .contact-section section#selected-contacts .contact-pod:first-of-type::before {
    border-top: 2px solid #9E978E; }
  .contact-section section#selected-contacts .contact-pod:last-of-type::before {
    border-bottom: 2px solid #9E978E; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-section section#selected-contacts .contact-pod:nth-of-type(odd)::after {
      border-left: 2px solid #9E978E; }
    .contact-section section#selected-contacts .contact-pod:nth-of-type(even)::after {
      border-right: 2px solid #9E978E; }
    .contact-section section#selected-contacts .contact-pod:nth-of-type(-n+2)::before {
      border-top: 2px solid #9E978E; } }
  @media screen and (min-width: 1200px) {
    .contact-section section#selected-contacts .contact-pod:nth-of-type(-n+4)::before {
      border-top: 2px solid #9E978E; }
    .contact-section section#selected-contacts .contact-pod:nth-of-type(4n-7)::after {
      border-left: 2px solid #9E978E; }
    .contact-section section#selected-contacts .contact-pod:nth-of-type(4n)::after {
      border-right: 2px solid #9E978E; }
    .contact-section section#selected-contacts .contact-pod:nth-last-child(-n+4)::before {
      border-bottom: 2px solid #9E978E; } }

.contact-section:not(.contact-rebrand) .region-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center; }
  .contact-section:not(.contact-rebrand) .region-section h1 {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    padding: 30px 15px;
    transition: all 0.4s ease-out; }
    .contact-section:not(.contact-rebrand) .region-section h1 a {
      font-size: 32px;
      color: #e6e6e6;
      text-decoration: none; }

.contact-section:not(.contact-rebrand) .region-selector {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 20px 0; }
  .contact-section:not(.contact-rebrand) .region-selector h2 {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 22.4px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 5px 15px 20px; }
  .contact-section:not(.contact-rebrand) .region-selector .otis_button {
    width: 100%;
    margin-top: 0; }
    @media only screen and (min-width: 992px) {
      .contact-section:not(.contact-rebrand) .region-selector .otis_button {
        margin-top: 10px; } }
  .contact-section:not(.contact-rebrand) .region-selector .otis_form {
    padding: 0; }

@media only screen and (min-width: 992px) {
  .contact-section:not(.contact-rebrand) .region-section {
    background-image: url("../images/contact/region-section-bg.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover; }
    .contact-section:not(.contact-rebrand) .region-section h1 {
      font-size: 24px;
      padding: 60px 15px; }
      .contact-section:not(.contact-rebrand) .region-section h1 a {
        font-size: 55px; }
  .contact-section:not(.contact-rebrand) .region-selector h2 {
    font-size: 24px;
    text-align: left;
    margin: 10px 0 10px;
    padding: 0; }
  .contact-section:not(.contact-rebrand) .region-selector > .container > .row .col-hook {
    padding: 0 0 0 15px; }
    .contact-section:not(.contact-rebrand) .region-selector > .container > .row .col-hook:last-child {
      padding: 0 15px 0 30px; } }

.contact-section:not(.contact-rebrand) .carousel-inner {
  overflow: hidden;
  padding-top: 40px; }

.contact-section:not(.contact-rebrand) .dropdown-menu {
  border-radius: 0;
  border: 1px solid #041E42;
  padding: 0; }
  .contact-section:not(.contact-rebrand) .dropdown-menu li {
    padding: 0; }
    .contact-section:not(.contact-rebrand) .dropdown-menu li a {
      padding: 15px 10px;
      border: 1px solid #041E42; }
    .contact-section:not(.contact-rebrand) .dropdown-menu li.disabled a {
      background-color: #d4d4d4;
      color: #949494;
      border-color: #949494; }

.contact-section:not(.contact-rebrand) .regional-details-section {
  overflow: hidden;
  padding-bottom: 20px; }
  @media only screen and (max-width: 991px) {
    .contact-section:not(.contact-rebrand) .regional-details-section .city-row .city-strip {
      min-height: 50px;
      border-bottom: 1px solid #949494;
      position: relative; }
      .contact-section:not(.contact-rebrand) .regional-details-section .city-row .city-strip h3 {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
        text-align: left;
        width: 100%; }
      .contact-section:not(.contact-rebrand) .regional-details-section .city-row .city-strip span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px; } }
  .contact-section:not(.contact-rebrand) .regional-details-section .city-row .city-strip h3 {
    font-family: "Avenir LT W01_45 Book1475508";
    color: #041E42;
    font-size: 19.2px; }
  .contact-section:not(.contact-rebrand) .regional-details-section .city-row .city-strip span {
    transition: all 0.4s ease-out;
    font-size: 22.4px;
    color: #949494;
    cursor: pointer; }
    .contact-section:not(.contact-rebrand) .regional-details-section .city-row .city-strip span:hover {
      color: #0032a0; }
  @media only screen and (min-width: 992px) {
    .contact-section:not(.contact-rebrand) .regional-details-section .city-row .city-strip {
      padding: 40px 0; }
      .contact-section:not(.contact-rebrand) .regional-details-section .city-row .city-strip h3 {
        font-size: 24px; }
      .contact-section:not(.contact-rebrand) .regional-details-section .city-row .city-strip span {
        padding: 20px 0; } }
  .contact-section:not(.contact-rebrand) .regional-details-section .map_wrapper {
    width: 100%;
    min-height: 330px;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .contact-section:not(.contact-rebrand) .regional-details-section .map_wrapper {
        border-top: 5px solid #e6e6e6; } }
    .contact-section:not(.contact-rebrand) .regional-details-section .map_wrapper .show_map {
      display: block; }
    .contact-section:not(.contact-rebrand) .regional-details-section .map_wrapper .map-container {
      position: absolute;
      height: 330px;
      width: 100%;
      display: block; }
  .contact-section:not(.contact-rebrand) .regional-details-section .contact-pod {
    position: relative;
    width: 100%;
    height: 330px;
    background-color: #e6e6e6;
    padding: 30px 0; }
    @media only screen and (max-width: 991px) {
      .contact-section:not(.contact-rebrand) .regional-details-section .contact-pod {
        margin-top: 20px; } }
  .contact-section:not(.contact-rebrand) .regional-details-section .triangle-marker {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #e6e6e6 transparent;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -20px; }

.contact-section:not(.contact-rebrand) .contact-pods-section {
  background: #e6e6e6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 20px 0 0; }
  @media only screen and (min-width: 768px) {
    .contact-section:not(.contact-rebrand) .contact-pods-section {
      padding: 60px 0; } }
  .contact-section:not(.contact-rebrand) .contact-pods-section .collapsable_carousel .cloneditem {
    display: none; }
  .contact-section:not(.contact-rebrand) .contact-pods-section .collapsable_carousel .carousel-indicators {
    position: inherit;
    width: 100%;
    background-color: #041E42;
    bottom: 0;
    left: 0;
    margin: 20px 0 0;
    padding: 20px; }
    .contact-section:not(.contact-rebrand) .contact-pods-section .collapsable_carousel .carousel-indicators li {
      margin: 0 5px; }
  @media only screen and (min-width: 768px) {
    .contact-section:not(.contact-rebrand) .contact-pods-section .collapsable_carousel .cloneditem {
      display: block; } }
  .contact-section:not(.contact-rebrand) .contact-pods-section.regional {
    background: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px 0 0; }
    @media only screen and (min-width: 768px) {
      .contact-section:not(.contact-rebrand) .contact-pods-section.regional {
        padding: 60px 0; } }
    .contact-section:not(.contact-rebrand) .contact-pods-section.regional .collapsable_carousel .cloneditem {
      display: none; }
    .contact-section:not(.contact-rebrand) .contact-pods-section.regional .collapsable_carousel .carousel-indicators {
      position: inherit;
      width: 100%;
      background-color: #041E42;
      bottom: 0;
      left: 0;
      margin: 20px 0 0;
      padding: 20px; }
      .contact-section:not(.contact-rebrand) .contact-pods-section.regional .collapsable_carousel .carousel-indicators li {
        margin: 0 5px; }
    @media only screen and (min-width: 768px) {
      .contact-section:not(.contact-rebrand) .contact-pods-section.regional .collapsable_carousel .cloneditem {
        display: block; } }

.contact-section:not(.contact-rebrand) .full_width_section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 0; }
  .contact-section:not(.contact-rebrand) .full_width_section .section-headline {
    color: #FFFFFF; }
  .contact-section:not(.contact-rebrand) .full_width_section .contact-pod .pod-title {
    color: #FFFFFF; }
  .contact-section:not(.contact-rebrand) .full_width_section .contact-pod .pod-content-wrapper .pod-content {
    color: #FFFFFF; }
    .contact-section:not(.contact-rebrand) .full_width_section .contact-pod .pod-content-wrapper .pod-content a {
      color: #FFFFFF; }
  .contact-section:not(.contact-rebrand) .full_width_section .contact-pod .social-bar li a {
    color: #FFFFFF;
    transition: 0.25s color ease-in-out; }
    .contact-section:not(.contact-rebrand) .full_width_section .contact-pod .social-bar li a:hover {
      color: #e6e6e6; }
  .contact-section:not(.contact-rebrand) .full_width_section .contact-pod .pod-contact-wrapper {
    color: #FFFFFF; }

@media only screen and (min-width: 768px) {
  .contact-section:not(.contact-rebrand) .full_width_section .contact-pod .pod-content-wrapper .pod-content {
    font-size: 24px; } }

.contact-section:not(.contact-rebrand) .two_col_section {
  text-align: center; }
  .contact-section:not(.contact-rebrand) .two_col_section [class^="otis-icon-"]:before,
  .contact-section:not(.contact-rebrand) .two_col_section [class*=" otis-icon-"]:before {
    margin: 0 0 20px; }
  .contact-section:not(.contact-rebrand) .two_col_section .bg-col {
    background: url(../images/contact/pullout-bg.jpg) no-repeat center center;
    background-size: cover;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    padding: 40px 15px; }
    .contact-section:not(.contact-rebrand) .two_col_section .bg-col [class^="otis-icon-"]:before,
    .contact-section:not(.contact-rebrand) .two_col_section .bg-col [class*=" otis-icon-"]:before {
      color: #FFFFFF;
      margin: 0 0 20px; }
    .contact-section:not(.contact-rebrand) .two_col_section .bg-col h2 {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 24px;
      color: #FFFFFF; }
  .contact-section:not(.contact-rebrand) .two_col_section .contact-faq-holder {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%; }
    .contact-section:not(.contact-rebrand) .two_col_section .contact-faq-holder h2 {
      margin-bottom: 20px; }
      @media only screen and (max-width: 991px) {
        .contact-section:not(.contact-rebrand) .two_col_section .contact-faq-holder h2 {
          margin-bottom: 0; } }
  .contact-section:not(.contact-rebrand) .two_col_section .content-col {
    padding: 40px 15px;
    color: #041E42; }
    .contact-section:not(.contact-rebrand) .two_col_section .content-col h2 {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 24px; }
    .contact-section:not(.contact-rebrand) .two_col_section .content-col h4 {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 19.2px;
      margin: 0 0 20px; }
    .contact-section:not(.contact-rebrand) .two_col_section .content-col p {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 16px;
      color: #0d60d2;
      margin: 0 0 10px; }
      .contact-section:not(.contact-rebrand) .two_col_section .content-col p:last-of-type {
        margin: 0 0 30px; }
    .contact-section:not(.contact-rebrand) .two_col_section .content-col .otis_button {
      transition: all 0.4s ease-out;
      border: 2px solid #041E42;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #041E42;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase; }
      .contact-section:not(.contact-rebrand) .two_col_section .content-col .otis_button .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .contact-section:not(.contact-rebrand) .two_col_section .content-col .otis_button .btn-icon.otis-white {
          background-position: 0 -24px; }
        .contact-section:not(.contact-rebrand) .two_col_section .content-col .otis_button .btn-icon.otis-green {
          background-position: 0 -48px; }
        .contact-section:not(.contact-rebrand) .two_col_section .content-col .otis_button .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .contact-section:not(.contact-rebrand) .two_col_section .content-col .otis_button:hover {
        background-color: #041E42;
        text-decoration: none;
        color: #FFFFFF !important;
        border: 2px solid #FFFFFF; }
        .contact-section:not(.contact-rebrand) .two_col_section .content-col .otis_button:hover:before {
          color: #FFFFFF !important; }
        .contact-section:not(.contact-rebrand) .two_col_section .content-col .otis_button:hover .btn-icon {
          background-position: 0 -24px; }
          .contact-section:not(.contact-rebrand) .two_col_section .content-col .otis_button:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .contact-section:not(.contact-rebrand) .two_col_section .content-col .otis_button.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #041E42;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .contact-section:not(.contact-rebrand) .two_col_section .content-col .otis_button {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .contact-section:not(.contact-rebrand) .two_col_section .content-col .otis_button {
          margin: 20px auto; } }

@media only screen and (min-width: 768px) {
  .contact-section:not(.contact-rebrand) .two_col_section .bg-col h2 {
    font-size: 24px; }
  .contact-section:not(.contact-rebrand) .two_col_section .content-col {
    padding: 60px 5%; }
    .contact-section:not(.contact-rebrand) .two_col_section .content-col h2 {
      font-size: 24px; }
    .contact-section:not(.contact-rebrand) .two_col_section .content-col h4 {
      font-size: 18px; } }

@media only screen and (min-width: 992px) {
  .contact-section:not(.contact-rebrand) .two_col_section .bg-col h2 {
    font-size: 32px; }
  .contact-section:not(.contact-rebrand) .two_col_section .content-col h2 {
    font-size: 32px; }
  .contact-section:not(.contact-rebrand) .two_col_section .content-col h4 {
    font-size: 24px; } }

.cookie_notice {
  position: fixed;
  z-index: 9999999;
  background-color: rgba(0, 50, 160, 0.9);
  padding: 20px;
  width: 100%;
  bottom: 0; }
  @media only screen and (max-width: 991px) {
    .cookie_notice .otis_button {
      width: 100%; } }
  .cookie_notice p {
    color: #FFFFFF;
    font-family: "Avenir LT W01_45 Book1475508"; }

.text-content {
  padding: 40px 0;
  color: #041E42; }
  .text-content .text-bar {
    background: #e6e6e6;
    min-height: 50px; }
  .text-content span {
    font-size: 24px; }
  .text-content input {
    border: medium none;
    color: #b4b4b4;
    font-size: 16px;
    height: 50px;
    margin: 20px auto;
    padding: 10px 10px 10px 15px;
    width: 80%;
    border-radius: 0; }
  .text-content h1 {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    font-size: 48px;
    line-height: 52.8px;
    padding-bottom: 10px; }
  .text-content h2 {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    font-size: 32px;
    padding-bottom: 20px; }
  .text-content h3 {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    font-size: 24px;
    padding-bottom: 20px; }
  .text-content p {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 16px;
    margin-bottom: 20px; }
  .text-content ul {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 16px;
    margin: 20px 0;
    padding-left: 30px; }
    .text-content ul li {
      padding: 8px 0; }
  @media only screen and (max-width: 768px) {
    .text-content .otis_button {
      border: 2px solid #041E42;
      color: #041E42; } }

.horizontal_tabs_content .tab-pane h2 {
  color: #041E42;
  font-size: 48px;
  line-height: 52.8px;
  font-family: "grifo_mmedium", "Times New Roman", serif;
  position: relative;
  margin-bottom: 40px; }
  .horizontal_tabs_content .tab-pane h2:after {
    content: '';
    width: 35px !important;
    height: 3px !important;
    bottom: -10px !important;
    position: absolute !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #CBA052;
    left: 15px; }
    @media only screen and (min-width: 992px) {
      .horizontal_tabs_content .tab-pane h2:after {
        content: '';
        width: 52px !important;
        height: 5px !important;
        bottom: -10px !important;
        position: absolute !important;
        left: 25px; } }

.horizontal_tabs_content .tab-pane h3 {
  font-size: 24px;
  font-family: "Avenir LT W01_45 Book1475508";
  padding-bottom: 30px;
  color: #041E42; }

.horizontal_tabs_content .tab-pane p {
  font-size: 16px;
  font-family: "Avenir LT W01_45 Book1475508";
  color: #041E42; }

.horizontal_tabs_content .tab-pane img {
  margin: 0 auto; }

.horizontal_tabs_content .tab-pane .otis_button {
  transition: all 0.4s ease-out;
  border: 2px solid #041E42;
  padding: 10px 20px;
  font-family: "Avenir LT W01_65 Medium1475532";
  font-size: 14px;
  line-height: 24px;
  color: #041E42;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase;
  margin: 20px 0; }
  .horizontal_tabs_content .tab-pane .otis_button .btn-icon {
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0 10px -8px 0; }
    .horizontal_tabs_content .tab-pane .otis_button .btn-icon.otis-white {
      background-position: 0 -24px; }
    .horizontal_tabs_content .tab-pane .otis_button .btn-icon.otis-green {
      background-position: 0 -48px; }
    .horizontal_tabs_content .tab-pane .otis_button .btn-icon.otis-gold {
      background-position: 0 -72px; }
  .horizontal_tabs_content .tab-pane .otis_button:hover {
    background-color: #041E42;
    text-decoration: none;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF; }
    .horizontal_tabs_content .tab-pane .otis_button:hover:before {
      color: #FFFFFF !important; }
    .horizontal_tabs_content .tab-pane .otis_button:hover .btn-icon {
      background-position: 0 -24px; }
      .horizontal_tabs_content .tab-pane .otis_button:hover .btn-icon.otis-white {
        background-position: 0 0; }
  .horizontal_tabs_content .tab-pane .otis_button.pdf-button:before {
    content: "\e00f";
    font-family: "Otis";
    color: #041E42;
    vertical-align: middle;
    font-size: 22.4px;
    line-height: 0;
    margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    .horizontal_tabs_content .tab-pane .otis_button {
      min-width: 200px; } }
  @media only screen and (max-width: 991px) {
    .horizontal_tabs_content .tab-pane .otis_button {
      margin: 20px auto; } }
  @media only screen and (max-width: 767px) {
    .horizontal_tabs_content .tab-pane .otis_button {
      width: 100%; } }
  @media only screen and (min-width: 992px) {
    .horizontal_tabs_content .tab-pane .otis_button {
      margin: 40px 0; } }

.horizontal_tabs_content .tab-pane .image_strip {
  margin: 0;
  background-attachment: scroll !important; }
  @media only screen and (min-width: 768px) {
    .horizontal_tabs_content .tab-pane .image_strip {
      margin: 40px 15px 0; } }

.horizontal_tabs_content .tab-pane .tierStat {
  margin-top: 40px;
  border-top: 2px dotted #949494;
  border-bottom: 2px dotted #949494;
  padding: 10px 0; }
  .horizontal_tabs_content .tab-pane .tierStat em {
    font-size: 36px;
    line-height: 48px;
    font-family: "Avenir LT W01_45 Book1475508";
    font-style: normal; }
    @media only screen and (min-width: 1200px) {
      .horizontal_tabs_content .tab-pane .tierStat em {
        font-size: 44.8px; } }
  .horizontal_tabs_content .tab-pane .tierStat .topStat {
    padding-bottom: 10px;
    border-bottom: 2px dotted #949494; }
    .horizontal_tabs_content .tab-pane .tierStat .topStat em {
      color: #4d4d4d; }
  .horizontal_tabs_content .tab-pane .tierStat .bottomStat {
    padding-top: 10px; }
    .horizontal_tabs_content .tab-pane .tierStat .bottomStat em {
      color: #041E42; }

.horizontal_tabs_content .tab-pane .product-rm {
  margin-bottom: 20px; }
  .horizontal_tabs_content .tab-pane .product-rm a {
    color: #041E42;
    text-decoration: underline; }

.horizontal_tabs_content .tab-pane .dialsContainer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 992px) {
    .horizontal_tabs_content .tab-pane .dialsContainer {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .horizontal_tabs_content .tab-pane .dialsContainer .circles-wrp svg {
    float: left; }
  .horizontal_tabs_content .tab-pane .dialsContainer .circle {
    text-align: center;
    position: relative;
    display: inline-block; }
    .horizontal_tabs_content .tab-pane .dialsContainer .circle .circles-text {
      font-family: "Avenir LT W01_45 Book1475508";
      position: relative !important;
      width: auto !important;
      height: auto !important;
      display: inline-block;
      margin-left: 20px;
      font-size: 64px !important; }
      @media only screen and (min-width: 992px) {
        .horizontal_tabs_content .tab-pane .dialsContainer .circle .circles-text {
          font-size: 64px !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .horizontal_tabs_content .tab-pane .dialsContainer .circle .circles-text {
        margin: 20px 0;
        transform: none; } }
  .horizontal_tabs_content .tab-pane .dialsContainer .unit-suffix {
    display: inline-block;
    font-size: 64px !important;
    font-family: "Avenir LT W01_45 Book1475508";
    padding-top: 15px; }
  .horizontal_tabs_content .tab-pane .dialsContainer p {
    float: none;
    clear: both;
    padding-top: 20px; }
    .horizontal_tabs_content .tab-pane .dialsContainer p:last-of-type {
      margin-bottom: 20px; }
      @media only screen and (min-width: 992px) {
        .horizontal_tabs_content .tab-pane .dialsContainer p:last-of-type {
          margin-bottom: 0;
          margin-top: 10px; } }

.horizontal_tabs_content .tab-pane.otis-gold h2 {
  color: #041E42;
  font-size: 48px;
  line-height: 52.8px;
  font-family: "grifo_mmedium", "Times New Roman", serif;
  position: relative;
  margin-bottom: 40px; }
  .horizontal_tabs_content .tab-pane.otis-gold h2:after {
    content: '';
    width: 35px !important;
    height: 3px !important;
    bottom: -10px !important;
    position: absolute !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #CBA052;
    left: 15px; }
    @media only screen and (min-width: 992px) {
      .horizontal_tabs_content .tab-pane.otis-gold h2:after {
        content: '';
        width: 52px !important;
        height: 5px !important;
        bottom: -10px !important;
        position: absolute !important;
        left: 25px; } }

.horizontal_tabs_content .tab-pane.otis-gold h3 {
  font-size: 24px;
  font-family: "Avenir LT W01_45 Book1475508";
  padding-bottom: 30px;
  color: #041E42; }

.horizontal_tabs_content .tab-pane.otis-gold p {
  font-size: 16px;
  font-family: "Avenir LT W01_45 Book1475508";
  color: #041E42; }

.horizontal_tabs_content .tab-pane.otis-gold img {
  margin: 0 auto; }

.horizontal_tabs_content .tab-pane.otis-gold .otis_button {
  transition: all 0.4s ease-out;
  border: 2px solid #86754d;
  padding: 10px 20px;
  font-family: "Avenir LT W01_65 Medium1475532";
  font-size: 14px;
  line-height: 24px;
  color: #86754d;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase;
  margin: 20px 0; }
  .horizontal_tabs_content .tab-pane.otis-gold .otis_button .btn-icon {
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0 10px -8px 0; }
    .horizontal_tabs_content .tab-pane.otis-gold .otis_button .btn-icon.otis-white {
      background-position: 0 -24px; }
    .horizontal_tabs_content .tab-pane.otis-gold .otis_button .btn-icon.otis-green {
      background-position: 0 -48px; }
    .horizontal_tabs_content .tab-pane.otis-gold .otis_button .btn-icon.otis-gold {
      background-position: 0 -72px; }
  .horizontal_tabs_content .tab-pane.otis-gold .otis_button:hover {
    background-color: #86754d;
    text-decoration: none;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF; }
    .horizontal_tabs_content .tab-pane.otis-gold .otis_button:hover:before {
      color: #FFFFFF !important; }
    .horizontal_tabs_content .tab-pane.otis-gold .otis_button:hover .btn-icon {
      background-position: 0 -24px; }
      .horizontal_tabs_content .tab-pane.otis-gold .otis_button:hover .btn-icon.otis-white {
        background-position: 0 0; }
  .horizontal_tabs_content .tab-pane.otis-gold .otis_button.pdf-button:before {
    content: "\e00f";
    font-family: "Otis";
    color: #86754d;
    vertical-align: middle;
    font-size: 22.4px;
    line-height: 0;
    margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    .horizontal_tabs_content .tab-pane.otis-gold .otis_button {
      min-width: 200px; } }
  @media only screen and (max-width: 991px) {
    .horizontal_tabs_content .tab-pane.otis-gold .otis_button {
      margin: 20px auto; } }
  @media only screen and (max-width: 767px) {
    .horizontal_tabs_content .tab-pane.otis-gold .otis_button {
      width: 100%; } }
  @media only screen and (min-width: 992px) {
    .horizontal_tabs_content .tab-pane.otis-gold .otis_button {
      margin: 40px 0; } }

.horizontal_tabs_content .tab-pane.otis-gold .image_strip {
  margin: 0;
  background-attachment: scroll !important; }
  @media only screen and (min-width: 768px) {
    .horizontal_tabs_content .tab-pane.otis-gold .image_strip {
      margin: 40px 15px 0; } }

.horizontal_tabs_content .tab-pane.otis-gold .tierStat {
  margin-top: 40px;
  border-top: 2px dotted #949494;
  border-bottom: 2px dotted #949494;
  padding: 10px 0; }
  .horizontal_tabs_content .tab-pane.otis-gold .tierStat em {
    font-size: 36px;
    line-height: 48px;
    font-family: "Avenir LT W01_45 Book1475508";
    font-style: normal; }
    @media only screen and (min-width: 1200px) {
      .horizontal_tabs_content .tab-pane.otis-gold .tierStat em {
        font-size: 44.8px; } }
  .horizontal_tabs_content .tab-pane.otis-gold .tierStat .topStat {
    padding-bottom: 10px;
    border-bottom: 2px dotted #949494; }
    .horizontal_tabs_content .tab-pane.otis-gold .tierStat .topStat em {
      color: #4d4d4d; }
  .horizontal_tabs_content .tab-pane.otis-gold .tierStat .bottomStat {
    padding-top: 10px; }
    .horizontal_tabs_content .tab-pane.otis-gold .tierStat .bottomStat em {
      color: #86754d; }

.horizontal_tabs_content .tab-pane.otis-gold .product-rm {
  margin-bottom: 20px; }
  .horizontal_tabs_content .tab-pane.otis-gold .product-rm a {
    color: #041E42;
    text-decoration: underline; }

.horizontal_tabs_content .tab-pane.otis-gold .dialsContainer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 992px) {
    .horizontal_tabs_content .tab-pane.otis-gold .dialsContainer {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .horizontal_tabs_content .tab-pane.otis-gold .dialsContainer .circles-wrp svg {
    float: left; }
  .horizontal_tabs_content .tab-pane.otis-gold .dialsContainer .circle {
    text-align: center;
    position: relative;
    display: inline-block; }
    .horizontal_tabs_content .tab-pane.otis-gold .dialsContainer .circle .circles-text {
      font-family: "Avenir LT W01_45 Book1475508";
      position: relative !important;
      width: auto !important;
      height: auto !important;
      display: inline-block;
      margin-left: 20px;
      font-size: 64px !important; }
      @media only screen and (min-width: 992px) {
        .horizontal_tabs_content .tab-pane.otis-gold .dialsContainer .circle .circles-text {
          font-size: 64px !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .horizontal_tabs_content .tab-pane.otis-gold .dialsContainer .circle .circles-text {
        margin: 20px 0;
        transform: none; } }
  .horizontal_tabs_content .tab-pane.otis-gold .dialsContainer .unit-suffix {
    display: inline-block;
    font-size: 64px !important;
    font-family: "Avenir LT W01_45 Book1475508";
    padding-top: 15px; }
  .horizontal_tabs_content .tab-pane.otis-gold .dialsContainer p {
    float: none;
    clear: both;
    padding-top: 20px; }
    .horizontal_tabs_content .tab-pane.otis-gold .dialsContainer p:last-of-type {
      margin-bottom: 20px; }
      @media only screen and (min-width: 992px) {
        .horizontal_tabs_content .tab-pane.otis-gold .dialsContainer p:last-of-type {
          margin-bottom: 0;
          margin-top: 10px; } }

.horizontal_tabs_content .tab-pane.otis-green h2 {
  color: #041E42;
  font-size: 48px;
  line-height: 52.8px;
  font-family: "grifo_mmedium", "Times New Roman", serif;
  position: relative;
  margin-bottom: 40px; }
  .horizontal_tabs_content .tab-pane.otis-green h2:after {
    content: '';
    width: 35px !important;
    height: 3px !important;
    bottom: -10px !important;
    position: absolute !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #CBA052;
    left: 15px; }
    @media only screen and (min-width: 992px) {
      .horizontal_tabs_content .tab-pane.otis-green h2:after {
        content: '';
        width: 52px !important;
        height: 5px !important;
        bottom: -10px !important;
        position: absolute !important;
        left: 25px; } }

.horizontal_tabs_content .tab-pane.otis-green h3 {
  font-size: 24px;
  font-family: "Avenir LT W01_45 Book1475508";
  padding-bottom: 30px;
  color: #041E42; }

.horizontal_tabs_content .tab-pane.otis-green p {
  font-size: 16px;
  font-family: "Avenir LT W01_45 Book1475508";
  color: #041E42; }

.horizontal_tabs_content .tab-pane.otis-green img {
  margin: 0 auto; }

.horizontal_tabs_content .tab-pane.otis-green .otis_button {
  transition: all 0.4s ease-out;
  border: 2px solid #7f9f49;
  padding: 10px 20px;
  font-family: "Avenir LT W01_65 Medium1475532";
  font-size: 14px;
  line-height: 24px;
  color: #7f9f49;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase;
  margin: 20px 0; }
  .horizontal_tabs_content .tab-pane.otis-green .otis_button .btn-icon {
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0 10px -8px 0; }
    .horizontal_tabs_content .tab-pane.otis-green .otis_button .btn-icon.otis-white {
      background-position: 0 -24px; }
    .horizontal_tabs_content .tab-pane.otis-green .otis_button .btn-icon.otis-green {
      background-position: 0 -48px; }
    .horizontal_tabs_content .tab-pane.otis-green .otis_button .btn-icon.otis-gold {
      background-position: 0 -72px; }
  .horizontal_tabs_content .tab-pane.otis-green .otis_button:hover {
    background-color: #7f9f49;
    text-decoration: none;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF; }
    .horizontal_tabs_content .tab-pane.otis-green .otis_button:hover:before {
      color: #FFFFFF !important; }
    .horizontal_tabs_content .tab-pane.otis-green .otis_button:hover .btn-icon {
      background-position: 0 -24px; }
      .horizontal_tabs_content .tab-pane.otis-green .otis_button:hover .btn-icon.otis-white {
        background-position: 0 0; }
  .horizontal_tabs_content .tab-pane.otis-green .otis_button.pdf-button:before {
    content: "\e00f";
    font-family: "Otis";
    color: #7f9f49;
    vertical-align: middle;
    font-size: 22.4px;
    line-height: 0;
    margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    .horizontal_tabs_content .tab-pane.otis-green .otis_button {
      min-width: 200px; } }
  @media only screen and (max-width: 991px) {
    .horizontal_tabs_content .tab-pane.otis-green .otis_button {
      margin: 20px auto; } }
  @media only screen and (max-width: 767px) {
    .horizontal_tabs_content .tab-pane.otis-green .otis_button {
      width: 100%; } }
  @media only screen and (min-width: 992px) {
    .horizontal_tabs_content .tab-pane.otis-green .otis_button {
      margin: 40px 0; } }

.horizontal_tabs_content .tab-pane.otis-green .image_strip {
  margin: 0;
  background-attachment: scroll !important; }
  @media only screen and (min-width: 768px) {
    .horizontal_tabs_content .tab-pane.otis-green .image_strip {
      margin: 40px 15px 0; } }

.horizontal_tabs_content .tab-pane.otis-green .tierStat {
  margin-top: 40px;
  border-top: 2px dotted #949494;
  border-bottom: 2px dotted #949494;
  padding: 10px 0; }
  .horizontal_tabs_content .tab-pane.otis-green .tierStat em {
    font-size: 36px;
    line-height: 48px;
    font-family: "Avenir LT W01_45 Book1475508";
    font-style: normal; }
    @media only screen and (min-width: 1200px) {
      .horizontal_tabs_content .tab-pane.otis-green .tierStat em {
        font-size: 44.8px; } }
  .horizontal_tabs_content .tab-pane.otis-green .tierStat .topStat {
    padding-bottom: 10px;
    border-bottom: 2px dotted #949494; }
    .horizontal_tabs_content .tab-pane.otis-green .tierStat .topStat em {
      color: #4d4d4d; }
  .horizontal_tabs_content .tab-pane.otis-green .tierStat .bottomStat {
    padding-top: 10px; }
    .horizontal_tabs_content .tab-pane.otis-green .tierStat .bottomStat em {
      color: #7f9f49; }

.horizontal_tabs_content .tab-pane.otis-green .product-rm {
  margin-bottom: 20px; }
  .horizontal_tabs_content .tab-pane.otis-green .product-rm a {
    color: #041E42;
    text-decoration: underline; }

.horizontal_tabs_content .tab-pane.otis-green .dialsContainer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 992px) {
    .horizontal_tabs_content .tab-pane.otis-green .dialsContainer {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .horizontal_tabs_content .tab-pane.otis-green .dialsContainer .circles-wrp svg {
    float: left; }
  .horizontal_tabs_content .tab-pane.otis-green .dialsContainer .circle {
    text-align: center;
    position: relative;
    display: inline-block; }
    .horizontal_tabs_content .tab-pane.otis-green .dialsContainer .circle .circles-text {
      font-family: "Avenir LT W01_45 Book1475508";
      position: relative !important;
      width: auto !important;
      height: auto !important;
      display: inline-block;
      margin-left: 20px;
      font-size: 64px !important; }
      @media only screen and (min-width: 992px) {
        .horizontal_tabs_content .tab-pane.otis-green .dialsContainer .circle .circles-text {
          font-size: 64px !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .horizontal_tabs_content .tab-pane.otis-green .dialsContainer .circle .circles-text {
        margin: 20px 0;
        transform: none; } }
  .horizontal_tabs_content .tab-pane.otis-green .dialsContainer .unit-suffix {
    display: inline-block;
    font-size: 64px !important;
    font-family: "Avenir LT W01_45 Book1475508";
    padding-top: 15px; }
  .horizontal_tabs_content .tab-pane.otis-green .dialsContainer p {
    float: none;
    clear: both;
    padding-top: 20px; }
    .horizontal_tabs_content .tab-pane.otis-green .dialsContainer p:last-of-type {
      margin-bottom: 20px; }
      @media only screen and (min-width: 992px) {
        .horizontal_tabs_content .tab-pane.otis-green .dialsContainer p:last-of-type {
          margin-bottom: 0;
          margin-top: 10px; } }

.horizontal_tabs_content .tab-pane.otis-blue h2 {
  color: #041E42;
  font-size: 48px;
  line-height: 52.8px;
  font-family: "grifo_mmedium", "Times New Roman", serif;
  position: relative;
  margin-bottom: 40px; }
  .horizontal_tabs_content .tab-pane.otis-blue h2:after {
    content: '';
    width: 35px !important;
    height: 3px !important;
    bottom: -10px !important;
    position: absolute !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #CBA052;
    left: 15px; }
    @media only screen and (min-width: 992px) {
      .horizontal_tabs_content .tab-pane.otis-blue h2:after {
        content: '';
        width: 52px !important;
        height: 5px !important;
        bottom: -10px !important;
        position: absolute !important;
        left: 25px; } }

.horizontal_tabs_content .tab-pane.otis-blue h3 {
  font-size: 24px;
  font-family: "Avenir LT W01_45 Book1475508";
  padding-bottom: 30px;
  color: #041E42; }

.horizontal_tabs_content .tab-pane.otis-blue p {
  font-size: 16px;
  font-family: "Avenir LT W01_45 Book1475508";
  color: #041E42; }

.horizontal_tabs_content .tab-pane.otis-blue img {
  margin: 0 auto; }

.horizontal_tabs_content .tab-pane.otis-blue .otis_button {
  transition: all 0.4s ease-out;
  border: 2px solid #245e82;
  padding: 10px 20px;
  font-family: "Avenir LT W01_65 Medium1475532";
  font-size: 14px;
  line-height: 24px;
  color: #245e82;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase;
  margin: 20px 0; }
  .horizontal_tabs_content .tab-pane.otis-blue .otis_button .btn-icon {
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0 10px -8px 0; }
    .horizontal_tabs_content .tab-pane.otis-blue .otis_button .btn-icon.otis-white {
      background-position: 0 -24px; }
    .horizontal_tabs_content .tab-pane.otis-blue .otis_button .btn-icon.otis-green {
      background-position: 0 -48px; }
    .horizontal_tabs_content .tab-pane.otis-blue .otis_button .btn-icon.otis-gold {
      background-position: 0 -72px; }
  .horizontal_tabs_content .tab-pane.otis-blue .otis_button:hover {
    background-color: #245e82;
    text-decoration: none;
    color: #FFFFFF !important;
    border: 2px solid #FFFFFF; }
    .horizontal_tabs_content .tab-pane.otis-blue .otis_button:hover:before {
      color: #FFFFFF !important; }
    .horizontal_tabs_content .tab-pane.otis-blue .otis_button:hover .btn-icon {
      background-position: 0 -24px; }
      .horizontal_tabs_content .tab-pane.otis-blue .otis_button:hover .btn-icon.otis-white {
        background-position: 0 0; }
  .horizontal_tabs_content .tab-pane.otis-blue .otis_button.pdf-button:before {
    content: "\e00f";
    font-family: "Otis";
    color: #245e82;
    vertical-align: middle;
    font-size: 22.4px;
    line-height: 0;
    margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    .horizontal_tabs_content .tab-pane.otis-blue .otis_button {
      min-width: 200px; } }
  @media only screen and (max-width: 991px) {
    .horizontal_tabs_content .tab-pane.otis-blue .otis_button {
      margin: 20px auto; } }
  @media only screen and (max-width: 767px) {
    .horizontal_tabs_content .tab-pane.otis-blue .otis_button {
      width: 100%; } }
  @media only screen and (min-width: 992px) {
    .horizontal_tabs_content .tab-pane.otis-blue .otis_button {
      margin: 40px 0; } }

.horizontal_tabs_content .tab-pane.otis-blue .image_strip {
  margin: 0;
  background-attachment: scroll !important; }
  @media only screen and (min-width: 768px) {
    .horizontal_tabs_content .tab-pane.otis-blue .image_strip {
      margin: 40px 15px 0; } }

.horizontal_tabs_content .tab-pane.otis-blue .tierStat {
  margin-top: 40px;
  border-top: 2px dotted #949494;
  border-bottom: 2px dotted #949494;
  padding: 10px 0; }
  .horizontal_tabs_content .tab-pane.otis-blue .tierStat em {
    font-size: 36px;
    line-height: 48px;
    font-family: "Avenir LT W01_45 Book1475508";
    font-style: normal; }
    @media only screen and (min-width: 1200px) {
      .horizontal_tabs_content .tab-pane.otis-blue .tierStat em {
        font-size: 44.8px; } }
  .horizontal_tabs_content .tab-pane.otis-blue .tierStat .topStat {
    padding-bottom: 10px;
    border-bottom: 2px dotted #949494; }
    .horizontal_tabs_content .tab-pane.otis-blue .tierStat .topStat em {
      color: #4d4d4d; }
  .horizontal_tabs_content .tab-pane.otis-blue .tierStat .bottomStat {
    padding-top: 10px; }
    .horizontal_tabs_content .tab-pane.otis-blue .tierStat .bottomStat em {
      color: #245e82; }

.horizontal_tabs_content .tab-pane.otis-blue .product-rm {
  margin-bottom: 20px; }
  .horizontal_tabs_content .tab-pane.otis-blue .product-rm a {
    color: #041E42;
    text-decoration: underline; }

.horizontal_tabs_content .tab-pane.otis-blue .dialsContainer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 992px) {
    .horizontal_tabs_content .tab-pane.otis-blue .dialsContainer {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .horizontal_tabs_content .tab-pane.otis-blue .dialsContainer .circles-wrp svg {
    float: left; }
  .horizontal_tabs_content .tab-pane.otis-blue .dialsContainer .circle {
    text-align: center;
    position: relative;
    display: inline-block; }
    .horizontal_tabs_content .tab-pane.otis-blue .dialsContainer .circle .circles-text {
      font-family: "Avenir LT W01_45 Book1475508";
      position: relative !important;
      width: auto !important;
      height: auto !important;
      display: inline-block;
      margin-left: 20px;
      font-size: 64px !important; }
      @media only screen and (min-width: 992px) {
        .horizontal_tabs_content .tab-pane.otis-blue .dialsContainer .circle .circles-text {
          font-size: 64px !important; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .horizontal_tabs_content .tab-pane.otis-blue .dialsContainer .circle .circles-text {
        margin: 20px 0;
        transform: none; } }
  .horizontal_tabs_content .tab-pane.otis-blue .dialsContainer .unit-suffix {
    display: inline-block;
    font-size: 64px !important;
    font-family: "Avenir LT W01_45 Book1475508";
    padding-top: 15px; }
  .horizontal_tabs_content .tab-pane.otis-blue .dialsContainer p {
    float: none;
    clear: both;
    padding-top: 20px; }
    .horizontal_tabs_content .tab-pane.otis-blue .dialsContainer p:last-of-type {
      margin-bottom: 20px; }
      @media only screen and (min-width: 992px) {
        .horizontal_tabs_content .tab-pane.otis-blue .dialsContainer p:last-of-type {
          margin-bottom: 0;
          margin-top: 10px; } }

.faq-cat {
  margin-bottom: 40px; }

.faq_category_title {
  font-family: "Otis Regular", helvetica, arial, sans-serif;
  font-size: 22.4px;
  padding-bottom: 15px; }

.head {
  width: 100%;
  margin-bottom: 20px; }
  .head h1 {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 4rem;
    margin-bottom: 0;
    color: #041E42; }

.faq-question {
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 19.2px;
  border-top: 1px dotted #949494;
  padding: 20px 0;
  text-align: left; }
  .faq-question a[aria-expanded="false"]:before {
    color: #949494;
    content: "\e01c"; }
  .faq-question a[aria-expanded="true"]:before {
    color: #0032a0;
    content: "\e01d"; }
  .faq-question a:before {
    font-family: "Otis";
    font-size: 16px;
    line-height: 24px;
    vertical-align: middle;
    padding-right: 5px; }
  .faq-question a:hover, .faq-question a:active, .faq-question a:focus {
    text-decoration: none; }
  .faq-question.last-faq {
    border-bottom: 1px dotted #949494; }

.faq-answer {
  background-color: #e6e6e6;
  padding: 25px;
  margin-bottom: 25px;
  position: relative;
  text-align: left; }
  .faq-answer p {
    max-width: none; }
  .faq-answer:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 20px 15px;
    border-color: transparent transparent #e6e6e6 transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #e6e6e6 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='$otisBeige');
    position: absolute;
    top: -10px;
    left: 50px; }

.itunes {
  margin-left: 20px; }
  @media only screen and (max-width: 991px) {
    .itunes {
      margin: 0 auto;
      display: block;
      max-width: 155px; } }

.instagram_posts .instagram-item {
  text-align: center; }
  .instagram_posts .instagram-item:hover {
    background-color: #041E42;
    color: #FFFFFF; }
  .instagram_posts .instagram-item .img-wrap {
    max-height: 250px;
    min-height: 250px;
    overflow: hidden;
    background-size: cover;
    background-position: center; }
    @media only screen and (min-width: 992px) {
      .instagram_posts .instagram-item .img-wrap {
        max-height: 400px;
        min-height: 400px; } }
  .instagram_posts .instagram-item .inner-content {
    padding: 40px 20px;
    min-height: 0;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .instagram_posts .instagram-item .inner-content {
        min-height: 300px; } }
    .instagram_posts .instagram-item .inner-content .icons-wrapper {
      width: 100%;
      text-align: center;
      position: relative;
      bottom: auto;
      left: auto;
      right: auto;
      height: auto;
      margin-top: 20px; }
      @media only screen and (min-width: 768px) {
        .instagram_posts .instagram-item .inner-content .icons-wrapper {
          position: absolute;
          height: 50px;
          bottom: 0;
          left: 0;
          right: 0;
          margin-top: 0; } }
    .instagram_posts .instagram-item .inner-content .fa {
      font-size: 32px; }
      .instagram_posts .instagram-item .inner-content .fa.fa-heart, .instagram_posts .instagram-item .inner-content .fa.fa-comment {
        font-size: 16px; }
    .instagram_posts .instagram-item .inner-content h2 {
      font-size: 32px;
      font-family: "Avenir LT W01_45 Book1475508"; }
    .instagram_posts .instagram-item .inner-content p {
      font-size: 16px;
      font-family: "Avenir LT W01_45 Book1475508";
      margin-top: 10px; }
      @media only screen and (min-width: 992px) {
        .instagram_posts .instagram-item .inner-content p {
          font-size: 16px; } }

.search {
  min-height: 200px;
  padding: 60px 0 0;
  background: url(../images/products/brochure-downloads/search-background.jpg);
  background-size: cover;
  color: #fff;
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 2rem;
  box-sizing: border-box; }
  .search .bar div {
    float: left; }
  .search div input, .search div select {
    display: block; }
  .search div.library input {
    width: 100%;
    border: none;
    height: 40px;
    margin-top: 0.5em;
    padding-left: 0.5em;
    color: #949494;
    font-size: 1.8rem; }
  .search div.order select {
    width: 100%;
    border-radius: 0;
    border: none;
    height: 40px;
    margin-top: 0.5em;
    padding-left: 0.5em;
    color: #949494;
    font-size: 1.8rem;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-apperance: none;
    background-image: url(../images/products/brochure-downloads/select-arrows.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-color: #FFF; }
  .search div.submit input[type="submit"] {
    width: 100%;
    height: 40px;
    margin-top: 2.8em;
    padding-top: 8px; }
  @media only screen and (max-width: 991px) {
    .search {
      min-height: 250px;
      padding: 40px 0 0;
      margin-bottom: 2rem; }
      .search div .library, .search div .order, .search div .submit {
        margin: 0 auto;
        width: 100%; }
      .search div .order {
        margin-top: 2rem; }
      .search div .submit {
        width: 100%; } }

.search__results .section-headline:after {
  content: '';
  width: 35px !important;
  height: 3px !important;
  bottom: -5px !important;
  position: absolute !important;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #CBA052; }
  @media only screen and (min-width: 992px) {
    .search__results .section-headline:after {
      content: '';
      width: 52px !important;
      height: 5px !important;
      bottom: -5px !important;
      position: absolute !important; } }

.search__results .pagination_wrapper .pagination {
  float: right;
  margin: 0; }
  .search__results .pagination_wrapper .pagination li {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 14px;
    color: #041E42;
    display: none;
    text-decoration: none;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .search__results .pagination_wrapper .pagination li {
        display: inline-block;
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 28px;
        margin: 0 0 0 2px; } }
    .search__results .pagination_wrapper .pagination li a {
      transition: all 0.4s ease-out;
      font-size: 16px;
      color: #041E42;
      text-decoration: underline;
      display: block;
      background-color: transparent;
      border: none;
      float: none;
      margin: 0;
      padding: 0; }
      .search__results .pagination_wrapper .pagination li a:hover {
        color: #949494;
        text-decoration: none; }
    .search__results .pagination_wrapper .pagination li.active {
      display: inline-block;
      border: 1px solid #041E42;
      border-radius: 50%; }
      .search__results .pagination_wrapper .pagination li.active a {
        text-decoration: none; }
    .search__results .pagination_wrapper .pagination li.total {
      display: inline-block;
      width: auto; }
      @media only screen and (min-width: 768px) {
        .search__results .pagination_wrapper .pagination li.total {
          display: none; } }
      .search__results .pagination_wrapper .pagination li.total:before {
        content: "/";
        display: inline-block;
        padding: 0 5px 0 3px; }
    .search__results .pagination_wrapper .pagination li.prev, .search__results .pagination_wrapper .pagination li.next {
      display: inline-block; }
      .search__results .pagination_wrapper .pagination li.prev span:before, .search__results .pagination_wrapper .pagination li.next span:before {
        border: none;
        font-size: 19.2px;
        color: #4d4d4d;
        vertical-align: middle;
        padding: 0; }
      .search__results .pagination_wrapper .pagination li.prev a, .search__results .pagination_wrapper .pagination li.next a {
        text-decoration: none; }
      .search__results .pagination_wrapper .pagination li.prev.disabled, .search__results .pagination_wrapper .pagination li.next.disabled {
        display: none; }

.search__results .pagination_wrapper-bottom ul {
  padding-bottom: 40px; }

.search__results .custom-select {
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 16px;
  border-radius: 0;
  height: auto;
  padding: 0; }
  .search__results .custom-select .caret {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right center;
    background-size: 8px 10px;
    border: 0;
    width: 8px;
    height: 10px; }
  .search__results .custom-select .dropdown-toggle {
    background-color: #FFFFFF;
    border-radius: 0;
    border: 1px solid #e1edfd;
    padding: 16px 25px 16px 12px; }
    .search__results .custom-select .dropdown-toggle:hover, .search__results .custom-select .dropdown-toggle:focus, .search__results .custom-select .dropdown-toggle:active {
      background: transparent; }
  .search__results .custom-select.bootstrap-select.btn-group .dropdown-toggle .caret {
    margin: -4px 0 0; }

.search__results .results_wrapper {
  padding-top: 40px;
  padding-bottom: 40px; }

@media only screen and (min-width: 992px) {
  .four-0-four .hero_image {
    text-align: center; } }

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .four-0-four .otis_form.grey_form {
    background-color: transparent; } }

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .four-0-four .otis_form.grey_form .otis_submit {
    transition: all 0.4s ease-out;
    border: 2px solid #FFFFFF;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase; }
    .four-0-four .otis_form.grey_form .otis_submit .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .four-0-four .otis_form.grey_form .otis_submit .btn-icon.otis-white {
        background-position: 0 -24px; }
      .four-0-four .otis_form.grey_form .otis_submit .btn-icon.otis-green {
        background-position: 0 -48px; }
      .four-0-four .otis_form.grey_form .otis_submit .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .four-0-four .otis_form.grey_form .otis_submit:hover {
      background-color: #FFFFFF;
      text-decoration: none;
      color: #041E42 !important;
      border: 2px solid #041E42; }
      .four-0-four .otis_form.grey_form .otis_submit:hover:before {
        color: #041E42 !important; }
      .four-0-four .otis_form.grey_form .otis_submit:hover .btn-icon {
        background-position: 0 -24px; }
        .four-0-four .otis_form.grey_form .otis_submit:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .four-0-four .otis_form.grey_form .otis_submit.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #FFFFFF;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; } }
  @media only screen and (min-width: 992px) and (min-width: 992px) and (min-width: 768px) {
    .four-0-four .otis_form.grey_form .otis_submit {
      min-width: 200px; } }
  @media only screen and (min-width: 992px) and (min-width: 992px) and (max-width: 991px) {
    .four-0-four .otis_form.grey_form .otis_submit {
      margin: 20px auto; } }

.four-0-four span {
  font-size: 24px; }

.four-0-four input {
  border: medium none;
  color: #b4b4b4;
  font-size: 16px;
  height: 50px;
  margin: 20px auto;
  padding: 10px 10px 10px 15px;
  width: 80%;
  border-radius: 0; }

.four-0-four .sitemap h1 {
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 48px;
  line-height: 52.8px;
  padding-bottom: 10px; }

.four-0-four .sitemap h2 {
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 24px;
  padding-bottom: 20px; }

.four-0-four .sitemap ul {
  padding-bottom: 50px; }
  .four-0-four .sitemap ul li {
    list-style: none;
    font-family: "Avenir LT W01_45 Book1475508";
    line-height: 30px; }
  .four-0-four .sitemap ul a {
    color: #041E42;
    text-decoration: underline; }

@media only screen and (max-width: 768px) {
  .four-0-four .otis_button {
    border: 2px solid #041E42;
    color: #041E42; } }

.header-elements {
  position: relative; }
  @media only screen and (max-width: 991px) {
    .header-elements {
      margin-top: 20px; } }
  .header-elements .head {
    margin: 8rem 0 2rem;
    padding: 0 2rem;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .header-elements .head h1 {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 4rem;
      margin-bottom: 0; }
  .header-elements ul li {
    display: inline; }
  .header-elements .top-lists {
    padding: 0 2rem;
    font-family: "Avenir LT W01_45 Book1475508";
    width: 100%;
    background: #fff;
    z-index: 2; }
    .header-elements .top-lists ul.left {
      margin: 2rem 0;
      font-size: 2rem; }
      .header-elements .top-lists ul.left li {
        margin: 0 1rem;
        padding-bottom: 1rem; }
      .header-elements .top-lists ul.left li:first-child {
        margin-left: 0; }
      .header-elements .top-lists ul.left li.active {
        font-family: "Avenir LT W01_65 Medium1475532";
        border-bottom: #333 solid 2px; }
      .header-elements .top-lists ul.left li a {
        text-decoration: none;
        color: #333; }
  .header-elements .top-lists .right {
    margin: 2rem; }
    .header-elements .top-lists .right li {
      padding: 0 0.5rem;
      cursor: pointer; }
    .header-elements .top-lists .right li.active:before {
      color: #4d4d4d; }
  @media only screen and (max-width: 991px) {
    .header-elements .m-filter-header {
      font-family: "Otis Regular", helvetica, arial, sans-serif;
      font-size: 24px; }
    .header-elements .m-filter-select select {
      width: 100%;
      border-radius: 0;
      border: none;
      height: 40px;
      margin-top: 2rem;
      padding-left: 1rem;
      color: #041E42;
      font-size: 1.8rem;
      -webkit-appearance: none;
      appearance: none;
      -moz-appearance: none;
      -webkit-apperance: none;
      background-image: url(../images/products/brochure-downloads/select-arrows.png);
      background-repeat: no-repeat;
      background-position: right 10px center;
      background-color: #E5E5E5; }
      .header-elements .m-filter-select select option {
        border: none;
        padding: 1rem; }
    .header-elements .top-lists .right, .header-elements .top-lists .left {
      float: none;
      display: block; }
    .header-elements .top-lists ul.left {
      display: none;
      margin: 0; }
      .header-elements .top-lists ul.left li a {
        font-size: 1.4rem; }
    .header-elements .top-lists .right {
      margin: 3rem 0 0 0;
      padding-bottom: 2rem; }
      .header-elements .top-lists .right li {
        font-size: 3rem;
        padding: 0 1rem; }
      .header-elements .top-lists .right li:first-child {
        padding-left: 0; }
    .header-elements .head {
      margin-top: 2rem; }
      .header-elements .head .right, .header-elements .head .left {
        float: none;
        display: block; }
      .header-elements .head .right {
        position: relative; } }
  @media only screen and (max-width: 700px) {
    .header-elements .top-lists ul.left li {
      margin: 0.2rem 0.1rem;
      width: 100%;
      display: block; }
    .header-elements .pagination ul li {
      margin: 0 10px; }
    .header-elements .pagination ul li.active {
      margin: 0 5px 0 15px; } }
  @media only screen and (min-width: 992px) {
    .header-elements .m-filter-header {
      display: none; }
    .header-elements .m-filter-select select {
      display: none; } }

.breadcrumbs_wrapper {
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2; }
  .breadcrumbs_wrapper .breadcrumbs_list li {
    color: #041E42;
    display: inline;
    margin-right: 10px;
    font-family: "Avenir LT W01_45 Book1475508"; }
    .breadcrumbs_wrapper .breadcrumbs_list li a {
      transition: all 0.4s ease-out;
      color: #4d4d4d;
      text-decoration: none; }
      .breadcrumbs_wrapper .breadcrumbs_list li a:hover {
        color: #041E42; }
      .breadcrumbs_wrapper .breadcrumbs_list li a:after {
        font-family: "Otis";
        content: "\e00e";
        padding-left: 10px;
        vertical-align: middle; }
  .breadcrumbs_wrapper.home-results-breadcrumbs {
    background-color: #0033A0;
    border: none; }
    .breadcrumbs_wrapper.home-results-breadcrumbs .breadcrumbs_list {
      float: left; }
      .breadcrumbs_wrapper.home-results-breadcrumbs .breadcrumbs_list li {
        color: #FFFFFF; }
        .breadcrumbs_wrapper.home-results-breadcrumbs .breadcrumbs_list li a {
          color: #FFFFFF; }
          .breadcrumbs_wrapper.home-results-breadcrumbs .breadcrumbs_list li a:hover {
            color: #f2f2f2; }
    .breadcrumbs_wrapper.home-results-breadcrumbs .results {
      color: #FFFFFF; }

.breadcrumbs_wrapper {
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2; }
  .breadcrumbs_wrapper .breadcrumbs_list li {
    color: #041E42;
    display: inline;
    margin-right: 10px;
    font-family: "Avenir LT W01_45 Book1475508"; }
    .breadcrumbs_wrapper .breadcrumbs_list li a {
      transition: all 0.4s ease-out;
      color: #4d4d4d;
      text-decoration: none; }
      .breadcrumbs_wrapper .breadcrumbs_list li a:hover {
        color: #041E42; }
      .breadcrumbs_wrapper .breadcrumbs_list li a:after {
        font-family: "Otis";
        content: "\e00e";
        padding-left: 10px;
        vertical-align: middle; }
  .breadcrumbs_wrapper.home-results-breadcrumbs {
    background-color: #0033A0;
    border: none; }
    .breadcrumbs_wrapper.home-results-breadcrumbs .breadcrumbs_list {
      float: left; }
      .breadcrumbs_wrapper.home-results-breadcrumbs .breadcrumbs_list li {
        color: #FFFFFF; }
        .breadcrumbs_wrapper.home-results-breadcrumbs .breadcrumbs_list li a {
          color: #FFFFFF; }
          .breadcrumbs_wrapper.home-results-breadcrumbs .breadcrumbs_list li a:hover {
            color: #f2f2f2; }
    .breadcrumbs_wrapper.home-results-breadcrumbs .results {
      color: #FFFFFF; }

.animated_map_wrapper {
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 140%;
  padding-bottom: 40px;
  position: relative; }
  .animated_map_wrapper .animated-background {
    display: none; }
  @media only screen and (min-width: 992px) {
    .animated_map_wrapper {
      padding-bottom: 250px;
      background-image: none; }
      .animated_map_wrapper .animated-background {
        display: block;
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 0; }
        .animated_map_wrapper .animated-background .pin {
          position: absolute;
          z-index: 1; }
          .animated_map_wrapper .animated-background .pin.pin-1 {
            right: 15%;
            bottom: 15%;
            width: 50px; }
          .animated_map_wrapper .animated-background .pin.pin-2 {
            left: 15%;
            top: 25%;
            width: 40px; }
          .animated_map_wrapper .animated-background .pin.pin-3 {
            right: 25%;
            top: 15%;
            width: 30px; }
          .animated_map_wrapper .animated-background .pin.pin-4 {
            left: 18%;
            top: -10%;
            width: 30px; }
          .animated_map_wrapper .animated-background .pin.pin-5 {
            right: 15%;
            top: -10%;
            width: 30px; }
          .animated_map_wrapper .animated-background .pin.pin-6 {
            left: 22%;
            top: -20%;
            width: 20px; }
          .animated_map_wrapper .animated-background .pin.pin-7 {
            right: 25%;
            top: -20%;
            width: 20px; } }
  @media only screen and (min-width: 1200px) {
    .animated_map_wrapper {
      padding-bottom: 400px; } }

.steps-carousel-headline {
  border-bottom: 1px solid #949494;
  padding: 30px 0 20px; }
  @media only screen and (min-width: 992px) {
    .steps-carousel-headline {
      padding: 70px 0 60px;
      border-bottom: none; } }
  .steps-carousel-headline h2 {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 45px; }
  .steps-carousel-headline p {
    color: #041E42;
    font-size: 18px;
    font-family: "Avenir LT W01_45 Book1475508";
    padding: 10px 0 0; }
    @media only screen and (min-width: 768px) {
      .steps-carousel-headline p {
        font-size: 20.8px;
        max-width: 70%;
        margin: 0 auto; } }
    @media only screen and (min-width: 992px) {
      .steps-carousel-headline p {
        max-width: 70%;
        font-size: 24px; } }
    @media only screen and (min-width: 1200px) {
      .steps-carousel-headline p {
        max-width: 50%; } }
    @media only screen and (min-width: 1600px) {
      .steps-carousel-headline p {
        max-width: 40%; } }

.steps_carousel .anim-wrapper {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  z-index: 5; }

.steps_carousel .particles-canvas-wrapper {
  display: block;
  width: 600px;
  height: 600px;
  margin: 0 auto;
  overflow: hidden;
  background: #FFFFFF url("../images/about-us/leading-the-way/carousel-outer-circle.png") no-repeat center center;
  background-size: 100% 100%;
  position: relative;
  background-color: #FFFFFF; }
  .steps_carousel .particles-canvas-wrapper:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 7px;
    top: 299px;
    left: 0;
    background-color: #949494; }
  .steps_carousel .particles-canvas-wrapper:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    top: 299px;
    right: 0;
    background-color: #949494; }
  .steps_carousel .particles-canvas-wrapper .circle-wrapper {
    position: absolute;
    width: 70%;
    height: 70%;
    background: url("../images/about-us/leading-the-way/carousel-inner-circle.png") no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
    .steps_carousel .particles-canvas-wrapper .circle-wrapper .circle-inner-wrapper {
      display: table;
      height: 100%;
      width: 100%;
      transform: scale3d(1, 1, 1);
      transition: 0.4s transform ease-in-out; }
      .steps_carousel .particles-canvas-wrapper .circle-wrapper .circle-inner-wrapper p {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        font-family: "Avenir LT W01_45 Book1475508";
        font-size: 16px;
        color: #041E42;
        padding: 0 20%; }
        .steps_carousel .particles-canvas-wrapper .circle-wrapper .circle-inner-wrapper p .slide-no {
          position: relative;
          display: block;
          margin: 0 0 20px;
          font-size: 36px;
          color: #0032a0; }
          .steps_carousel .particles-canvas-wrapper .circle-wrapper .circle-inner-wrapper p .slide-no:after {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            width: 40px;
            height: 2px;
            margin: 0 auto;
            background-color: #0032a0; }
      .steps_carousel .particles-canvas-wrapper .circle-wrapper .circle-inner-wrapper.hiding {
        transform: scale3d(0, 0, 0); }

@media only screen and (min-width: 992px) {
  .steps_carousel .carousel-inner {
    padding: 0 0 120px; }
    .steps_carousel .carousel-inner:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 60px;
      height: 100%;
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
      z-index: 3; }
    .steps_carousel .carousel-inner:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 60px;
      height: 100%;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
      z-index: 3; } }

.steps_carousel .item {
  color: #041E42;
  padding: 40px 0 80px;
  background-color: #FFFFFF; }
  @media only screen and (min-width: 992px) {
    .steps_carousel .item {
      padding: 0; } }

.steps_carousel .content {
  position: relative;
  text-align: center;
  z-index: 2; }
  @media only screen and (min-width: 992px) {
    .steps_carousel .content {
      float: left;
      display: table;
      height: 600px; }
      .steps_carousel .content:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        background-color: #949494;
        top: 299px;
        left: 0;
        z-index: 1; } }
  .steps_carousel .content p {
    color: #0032a0;
    font-size: 24px;
    font-family: "Avenir LT W01_45 Book1475508";
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 992px) {
      .steps_carousel .content p {
        display: table-cell;
        vertical-align: middle;
        font-size: 24px; } }
    .steps_carousel .content p .content {
      display: none; }
    .steps_carousel .content p .slide-no {
      display: block;
      position: relative;
      line-height: 40px;
      margin: 0 0 20px;
      font-size: 19.2px; }
      @media only screen and (min-width: 992px) {
        .steps_carousel .content p .slide-no {
          margin: 0;
          font-size: 24px; } }
      .steps_carousel .content p .slide-no:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 40px;
        height: 40px;
        margin: auto;
        border: 2px solid #949494;
        border-radius: 50%; }
        @media only screen and (min-width: 992px) {
          .steps_carousel .content p .slide-no:after {
            display: none; } }
    .steps_carousel .content p .slide-content {
      font-size: 16px;
      color: #041E42; }
  .steps_carousel .content.l-cont, .steps_carousel .content.r-cont {
    width: 25%; }
    @media only screen and (min-width: 1600px) {
      .steps_carousel .content.l-cont, .steps_carousel .content.r-cont {
        width: 30%; } }
    .steps_carousel .content.l-cont .content, .steps_carousel .content.r-cont .content {
      display: none; }
    .steps_carousel .content.l-cont:after, .steps_carousel .content.r-cont:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #FFFFFF;
      height: 40px;
      width: 60px;
      margin: auto;
      z-index: 1; }
    .steps_carousel .content.l-cont.blank:after, .steps_carousel .content.r-cont.blank:after {
      display: none; }
  .steps_carousel .content.c-cont {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px; }
    @media only screen and (min-width: 768px) {
      .steps_carousel .content.c-cont {
        width: 60%; } }
    @media only screen and (min-width: 992px) {
      .steps_carousel .content.c-cont {
        width: 50%;
        visibility: hidden; }
        .steps_carousel .content.c-cont:before {
          visibility: visible; } }
    @media only screen and (min-width: 1600px) {
      .steps_carousel .content.c-cont {
        width: 40%; } }

.steps_carousel .carousel-control {
  z-index: 3; }
  .steps_carousel .carousel-control.right {
    outline: 0; }
    .steps_carousel .carousel-control.right:hover {
      cursor: url("../images/components/carousel-cursor-right-dark.png"), pointer; }
  .steps_carousel .carousel-control.left {
    outline: 0; }
    .steps_carousel .carousel-control.left:hover {
      cursor: url("../images/components/carousel-cursor-left-dark.png"), pointer; }

.steps_carousel .carousel-indicators {
  bottom: 30px; }
  @media only screen and (min-width: 992px) {
    .steps_carousel .carousel-indicators {
      bottom: 50px; } }
  .steps_carousel .carousel-indicators li {
    background-color: #e6e6e6;
    border: none;
    margin: 1px 3px; }
    .steps_carousel .carousel-indicators li.active {
      background-color: #0032a0;
      margin: 0 2px; }

.locations-carousel {
  border-bottom: 2px solid #FFFFFF; }
  .locations-carousel h2 {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    font-size: 32px;
    line-height: 1;
    position: relative;
    padding-bottom: 25px; }
    @media only screen and (min-width: 992px) {
      .locations-carousel h2 {
        padding-bottom: 10px; } }
    .locations-carousel h2.wow.animated:after {
      left: 50% !important; }
    @media only screen and (min-width: 992px) {
      .locations-carousel h2.wow.animated:after {
        left: 0 !important; } }
    .locations-carousel h2:after {
      content: '';
      width: 35px !important;
      height: 3px !important;
      bottom: 10px !important;
      position: absolute !important;
      background-color: #CBA052;
      left: 0 !important; }
      @media only screen and (min-width: 992px) {
        .locations-carousel h2:after {
          content: '';
          width: 52px !important;
          height: 5px !important;
          bottom: -5px !important;
          position: absolute !important; } }
    @media only screen and (min-width: 992px) {
      .locations-carousel h2 {
        margin: 40px 0 20px;
        font-size: 54.4px; } }
  .locations-carousel h3 {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 18px; }
    @media only screen and (min-width: 992px) {
      .locations-carousel h3 {
        font-size: 24px;
        padding-bottom: 20px; } }
    .locations-carousel h3.products {
      margin-bottom: 20px; }
  .locations-carousel p {
    display: block;
    margin: 0 0 10px;
    font-weight: light; }
    .locations-carousel p:last-of-type {
      margin: 0 0 20px; }
  .locations-carousel .otis_button,
  .locations-carousel .pdf-button {
    transition: all 0.4s ease-out;
    border: 2px solid #041E42;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #041E42;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    margin: 0 0 10px; }
    .locations-carousel .otis_button .btn-icon,
    .locations-carousel .pdf-button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .locations-carousel .otis_button .btn-icon.otis-white,
      .locations-carousel .pdf-button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .locations-carousel .otis_button .btn-icon.otis-green,
      .locations-carousel .pdf-button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .locations-carousel .otis_button .btn-icon.otis-gold,
      .locations-carousel .pdf-button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .locations-carousel .otis_button:hover,
    .locations-carousel .pdf-button:hover {
      background-color: #041E42;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .locations-carousel .otis_button:hover:before,
      .locations-carousel .pdf-button:hover:before {
        color: #FFFFFF !important; }
      .locations-carousel .otis_button:hover .btn-icon,
      .locations-carousel .pdf-button:hover .btn-icon {
        background-position: 0 -24px; }
        .locations-carousel .otis_button:hover .btn-icon.otis-white,
        .locations-carousel .pdf-button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .locations-carousel .otis_button.pdf-button:before,
    .locations-carousel .pdf-button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #041E42;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .locations-carousel .otis_button,
      .locations-carousel .pdf-button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .locations-carousel .otis_button,
      .locations-carousel .pdf-button {
        margin: 20px auto; } }
    @media only screen and (max-width: 991px) {
      .locations-carousel .otis_button,
      .locations-carousel .pdf-button {
        margin: 0 0 10px; } }
  .locations-carousel .location_image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 240px; }
    @media only screen and (min-width: 992px) {
      .locations-carousel .location_image {
        border-right: 2px solid #FFFFFF;
        height: 400px; } }
    @media only screen and (min-width: 1200px) {
      .locations-carousel .location_image {
        height: 500px; } }
  .locations-carousel .location_content {
    padding: 40px 15px; }
    @media only screen and (min-width: 768px) {
      .locations-carousel .location_content {
        padding: 40px 15px; } }
    @media only screen and (min-width: 992px) {
      .locations-carousel .location_content {
        padding: 40px; } }
    .locations-carousel .location_content h2:after {
      left: 18px;
      bottom: 10px; }
      @media only screen and (min-width: 992px) {
        .locations-carousel .location_content h2:after {
          left: 0px;
          bottom: -5px; } }
    .locations-carousel .location_content.otis-gold h3.products {
      color: #86754d; }
    .locations-carousel .location_content.otis-gold .numeric-value-description {
      color: #86754d; }
    .locations-carousel .location_content.otis-blue h3.products {
      color: #245e82; }
    .locations-carousel .location_content.otis-blue .numeric-value-description {
      color: #245e82; }
    .locations-carousel .location_content.otis-green h3.products {
      color: #7f9f49; }
    .locations-carousel .location_content.otis-green .numeric-value-description {
      color: #7f9f49; }
  .locations-carousel .stats_wrapper {
    text-align: center; }
    @media only screen and (min-width: 480px) {
      .locations-carousel .stats_wrapper {
        text-align: left; } }
    @media only screen and (max-width: 480px) {
      .locations-carousel .stats_wrapper .stats-item {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .locations-carousel .stats_wrapper .stats-item {
        width: 33.3333%; } }
    .locations-carousel .stats_wrapper .numeric-value {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 16px;
      line-height: 1;
      margin: 20px 0 0; }
      @media only screen and (min-width: 480px) {
        .locations-carousel .stats_wrapper .numeric-value {
          font-size: 32px; } }
      @media only screen and (min-width: 768px) {
        .locations-carousel .stats_wrapper .numeric-value {
          font-size: 36px; } }
      @media only screen and (min-width: 992px) {
        .locations-carousel .stats_wrapper .numeric-value {
          font-size: 32px; } }
      @media only screen and (min-width: 1200px) {
        .locations-carousel .stats_wrapper .numeric-value {
          font-size: 36px; } }
      .locations-carousel .stats_wrapper .numeric-value span {
        font-size: 14px; }
        @media only screen and (min-width: 768px) {
          .locations-carousel .stats_wrapper .numeric-value span {
            font-size: 20px; } }
        @media only screen and (min-width: 992px) {
          .locations-carousel .stats_wrapper .numeric-value span {
            font-size: 16px; } }
        @media only screen and (min-width: 1200px) {
          .locations-carousel .stats_wrapper .numeric-value span {
            font-size: 20px; } }
    .locations-carousel .stats_wrapper .numeric-value-description {
      font-family: "Otis Light", helvetica, arial, sans-serif;
      font-size: 12px;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .locations-carousel .stats_wrapper .numeric-value-description {
          font-size: 14px; } }
  .locations-carousel .carousel-control {
    background-color: #041E42;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 180px 0 0;
    text-decoration: none;
    outline: 0;
    text-shadow: none;
    transition: background-color 0.25s ease-in-out; }
    @media only screen and (min-width: 992px) {
      .locations-carousel .carousel-control {
        margin: auto 0; } }
    .locations-carousel .carousel-control:before {
      content: "\e02f";
      font-family: "otis";
      font-size: 18px;
      line-height: 40px;
      color: #FFFFFF;
      width: 40px;
      height: 40px;
      margin: 0;
      padding: 0;
      transition: margin 0.25s ease-in-out; }
    .locations-carousel .carousel-control.right:before {
      content: "\e00e"; }
    .locations-carousel .carousel-control.right:hover:before {
      margin: 0 -4px 0 0; }
    .locations-carousel .carousel-control.close-btn {
      background-color: #FFFFFF;
      color: #041E42;
      margin: 40px 0 0; }
      @media only screen and (max-width: 991px) {
        .locations-carousel .carousel-control.close-btn {
          left: inherit;
          right: 0; } }
      .locations-carousel .carousel-control.close-btn:before {
        content: "\00d7";
        font-family: helvetica, arial, sans-serif;
        font-size: 20px;
        color: #041E42;
        position: absolute;
        top: 0;
        left: 0;
        transition: background-color 0.25s ease-in-out; }
      .locations-carousel .carousel-control.close-btn:hover {
        background-color: #e6e6e6; }
        .locations-carousel .carousel-control.close-btn:hover:before {
          margin: 0; }
    .locations-carousel .carousel-control:hover {
      background-color: #041E42; }
      .locations-carousel .carousel-control:hover:before {
        margin: 0 0 0 -4px; }
  .locations-carousel .map-slide {
    padding: 40px 0; }
    @media only screen and (min-width: 992px) {
      .locations-carousel .map-slide {
        padding: 40px 0 0; } }
    .locations-carousel .map-slide h2 {
      font-family: "grifo_mmedium", "Times New Roman", serif;
      font-size: 28.8px;
      text-align: center;
      color: #041E42;
      margin: 0 auto 40px; }
      @media only screen and (min-width: 480px) {
        .locations-carousel .map-slide h2 {
          font-size: 38.4px;
          max-width: 80%; } }
      @media only screen and (min-width: 992px) {
        .locations-carousel .map-slide h2 {
          margin: 0;
          text-align: left;
          position: absolute;
          top: 20px;
          left: 0;
          max-width: 50%;
          font-size: 32px; } }
      @media only screen and (min-width: 1200px) {
        .locations-carousel .map-slide h2 {
          max-width: 40%;
          font-size: 41.6px; } }
    .locations-carousel .map-slide ul {
      list-style: none;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .locations-carousel .map-slide ul {
          text-align: left; } }
      .locations-carousel .map-slide ul li {
        position: relative;
        display: block;
        text-align: left;
        color: #CBA052;
        font-family: "Avenir LT W01_65 Medium1475532";
        font-size: 13px;
        padding: 10px 30px 10px 0;
        border-bottom: 1px solid #949494;
        transition: padding 0.25s ease-in-out, background-color 0.25s ease-in-out, height 0.25s ease-in-out;
        transform-origin: top left; }
        @media only screen and (max-width: 991px) {
          .locations-carousel .map-slide ul li {
            top: 0 !important;
            left: 0 !important; } }
        @media only screen and (min-width: 992px) {
          .locations-carousel .map-slide ul li {
            color: #CBA052;
            border: 0;
            padding: 0;
            position: absolute;
            display: inline-block;
            font-size: 12px;
            line-height: 14px;
            transition: transform 0.25s ease-in-out;
            text-transform: uppercase; } }
        .locations-carousel .map-slide ul li:last-child {
          border: none; }
        .locations-carousel .map-slide ul li .location {
          display: block;
          color: #041E42;
          transition: transform 0.25s ease-in-out;
          transform-origin: top left;
          font-size: 10px;
          font-family: "Avenir LT W01_65 Medium1475532"; }
          @media only screen and (min-width: 992px) {
            .locations-carousel .map-slide ul li .location {
              font-size: 12px; } }
        @media only screen and (max-width: 991px) {
          .locations-carousel .map-slide ul li:after {
            content: "\e00e";
            font-family: "Otis";
            font-size: 24px;
            line-height: 1;
            position: absolute;
            height: 24px;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto 0; } }
        .locations-carousel .map-slide ul li:nth-child(1).right-dot:after, .locations-carousel .map-slide ul li:nth-child(1).left-dot:after {
          animation-delay: 0.2s; }
        .locations-carousel .map-slide ul li:nth-child(2).right-dot:after, .locations-carousel .map-slide ul li:nth-child(2).left-dot:after {
          animation-delay: 0.4s; }
        .locations-carousel .map-slide ul li:nth-child(3).right-dot:after, .locations-carousel .map-slide ul li:nth-child(3).left-dot:after {
          animation-delay: 0.6s; }
        .locations-carousel .map-slide ul li:nth-child(4).right-dot:after, .locations-carousel .map-slide ul li:nth-child(4).left-dot:after {
          animation-delay: 0.8s; }
        .locations-carousel .map-slide ul li:nth-child(5).right-dot:after, .locations-carousel .map-slide ul li:nth-child(5).left-dot:after {
          animation-delay: 1s; }
        .locations-carousel .map-slide ul li:nth-child(6).right-dot:after, .locations-carousel .map-slide ul li:nth-child(6).left-dot:after {
          animation-delay: 1.2s; }
        .locations-carousel .map-slide ul li:nth-child(7).right-dot:after, .locations-carousel .map-slide ul li:nth-child(7).left-dot:after {
          animation-delay: 1.4s; }
        @media only screen and (min-width: 992px) {
          .locations-carousel .map-slide ul li.right-dot {
            text-align: right;
            transform-origin: top right; }
            .locations-carousel .map-slide ul li.right-dot:after {
              content: "\2022";
              font-size: 16px;
              line-height: 14px;
              text-align: center;
              display: inline-block;
              width: 16px;
              height: 16px;
              border-radius: 50%;
              border: 1px solid #CBA052;
              margin: 0 0 0 2px;
              transition: transform 0.25s ease-in-out;
              position: absolute;
              top: 0;
              right: -22px;
              transform: scale(0.5);
              transform-origin: center center;
              animation: dot-pulse 3s linear infinite; }
            .locations-carousel .map-slide ul li.right-dot:before {
              display: none; }
            .locations-carousel .map-slide ul li.right-dot:hover {
              transform: scale(1.2); }
              .locations-carousel .map-slide ul li.right-dot:hover:after {
                transform: scale(1.4);
                transform-origin: 10px right; } }
        @media only screen and (min-width: 992px) {
          .locations-carousel .map-slide ul li:before {
            content: "\2022";
            font-size: 16px;
            line-height: 14px;
            text-align: center;
            display: inline-block;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #CBA052;
            margin: 0 2px 0 0;
            transition: all 0.25s ease-in-out;
            position: absolute;
            top: 0;
            left: -22px;
            transform: scale(0.5);
            transform-origin: center center;
            animation: dot-pulse 3s linear infinite; } }
        .locations-carousel .map-slide ul li:hover {
          cursor: pointer; }
          @media only screen and (max-width: 991px) {
            .locations-carousel .map-slide ul li:hover {
              background-color: #d4d4d4;
              padding-left: 15px; } }
          @media only screen and (min-width: 992px) {
            .locations-carousel .map-slide ul li:hover {
              transform: scale(1.2); } }
          @media only screen and (min-width: 992px) {
            .locations-carousel .map-slide ul li:hover:before {
              transform: scale(1.4);
              transform-origin: 10px left; } }

@keyframes dot-pulse {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.5);
    opacity: 0; } }

.extended-section-carousel {
  border-bottom: 2px solid #FFFFFF; }
  .extended-section-carousel h2 {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 32px;
    line-height: 1.2em;
    margin: 0 0 20px; }
    @media only screen and (min-width: 992px) {
      .extended-section-carousel h2 {
        font-size: 36px;
        margin: 0 0 20px; } }
    @media only screen and (min-width: 1200px) {
      .extended-section-carousel h2 {
        font-size: 48px;
        margin: 0 0 30px; } }
    .extended-section-carousel h2 span {
      display: block; }
  .extended-section-carousel h3 {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 18px;
    margin: 0 0 20px; }
    @media only screen and (min-width: 992px) {
      .extended-section-carousel h3 {
        font-size: 24px; } }
  .extended-section-carousel h4 {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 18px; }
    @media only screen and (min-width: 992px) {
      .extended-section-carousel h4 {
        font-size: 24px; } }
  .extended-section-carousel p {
    display: block;
    margin: 0 0 5px;
    font-weight: light; }
    .extended-section-carousel p:last-of-type {
      margin: 0 0 20px; }
      @media only screen and (min-width: 992px) {
        .extended-section-carousel p:last-of-type {
          margin: 0 0 30px; } }
      @media only screen and (min-width: 1200px) {
        .extended-section-carousel p:last-of-type {
          margin: 0 0 40px; } }
  .extended-section-carousel.content-carousel h2 {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 32px;
    line-height: 1.2em;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      .extended-section-carousel.content-carousel h2 {
        font-size: 36px; } }
    @media only screen and (min-width: 1200px) {
      .extended-section-carousel.content-carousel h2 {
        font-size: 48px; } }
    .extended-section-carousel.content-carousel h2 span {
      display: block; }
  .extended-section-carousel.content-carousel h3 {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 18px;
    margin: 0 0 20px; }
    @media only screen and (min-width: 992px) {
      .extended-section-carousel.content-carousel h3 {
        font-size: 24px; } }
  .extended-section-carousel.content-carousel h4 {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 18px; }
    @media only screen and (min-width: 992px) {
      .extended-section-carousel.content-carousel h4 {
        font-size: 24px; } }
  .extended-section-carousel.content-carousel p {
    display: block;
    margin: 0 0 5px;
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 16px; }
    @media only screen and (min-width: 992px) {
      .extended-section-carousel.content-carousel p {
        font-size: 18px; } }
    .extended-section-carousel.content-carousel p:last-of-type {
      margin: 0 0 20px; }
      @media only screen and (min-width: 992px) {
        .extended-section-carousel.content-carousel p:last-of-type {
          margin: 0 0 30px; } }
      @media only screen and (min-width: 1200px) {
        .extended-section-carousel.content-carousel p:last-of-type {
          margin: 0 0 40px; } }
  .extended-section-carousel .item-logo {
    max-width: 200px;
    max-height: 35px; }
    @media only screen and (min-width: 1200px) {
      .extended-section-carousel .item-logo {
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto 10px; } }
  .extended-section-carousel .otis_button,
  .extended-section-carousel .pdf-button {
    transition: all 0.4s ease-out;
    border: 2px solid #041E42;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #041E42;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    margin: 0 0 10px; }
    .extended-section-carousel .otis_button .btn-icon,
    .extended-section-carousel .pdf-button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .extended-section-carousel .otis_button .btn-icon.otis-white,
      .extended-section-carousel .pdf-button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .extended-section-carousel .otis_button .btn-icon.otis-green,
      .extended-section-carousel .pdf-button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .extended-section-carousel .otis_button .btn-icon.otis-gold,
      .extended-section-carousel .pdf-button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .extended-section-carousel .otis_button:hover,
    .extended-section-carousel .pdf-button:hover {
      background-color: #041E42;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .extended-section-carousel .otis_button:hover:before,
      .extended-section-carousel .pdf-button:hover:before {
        color: #FFFFFF !important; }
      .extended-section-carousel .otis_button:hover .btn-icon,
      .extended-section-carousel .pdf-button:hover .btn-icon {
        background-position: 0 -24px; }
        .extended-section-carousel .otis_button:hover .btn-icon.otis-white,
        .extended-section-carousel .pdf-button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .extended-section-carousel .otis_button.pdf-button:before,
    .extended-section-carousel .pdf-button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #041E42;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .extended-section-carousel .otis_button,
      .extended-section-carousel .pdf-button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .extended-section-carousel .otis_button,
      .extended-section-carousel .pdf-button {
        margin: 20px auto; } }
    @media only screen and (max-width: 991px) {
      .extended-section-carousel .otis_button,
      .extended-section-carousel .pdf-button {
        margin: 0 0 10px;
        display: inline-block;
        max-width: inherit; } }
  .extended-section-carousel .item_image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 240px; }
    @media only screen and (min-width: 992px) {
      .extended-section-carousel .item_image {
        height: 400px; } }
    @media only screen and (min-width: 1200px) {
      .extended-section-carousel .item_image {
        height: 500px; } }
  .extended-section-carousel .item_content {
    padding: 20px 15px; }
    @media only screen and (min-width: 768px) {
      .extended-section-carousel .item_content {
        padding: 40px 15px; } }
    @media only screen and (min-width: 992px) {
      .extended-section-carousel .item_content {
        border-right: 2px solid #FFFFFF;
        padding: 40px; } }
    @media only screen and (min-width: 1200px) {
      .extended-section-carousel .item_content {
        padding: 40px 0; } }
  .extended-section-carousel .carousel-control {
    background-color: #041E42;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 180px 0 0;
    text-decoration: none;
    outline: 0;
    text-shadow: none;
    transition: background-color 0.25s ease-in-out; }
    @media only screen and (min-width: 992px) {
      .extended-section-carousel .carousel-control {
        margin: auto 0; } }
    .extended-section-carousel .carousel-control:before {
      content: "\e02f";
      font-family: "otis";
      font-size: 18px;
      line-height: 40px;
      color: #FFFFFF;
      width: 40px;
      height: 40px;
      margin: 0;
      padding: 0;
      transition: margin 0.25s ease-in-out; }
    .extended-section-carousel .carousel-control.right:before {
      content: "\e00e"; }
    .extended-section-carousel .carousel-control.right:hover:before {
      margin: 0 -4px 0 0; }
    .extended-section-carousel .carousel-control.close-btn {
      background-color: #FFFFFF;
      color: #041E42;
      margin: 40px 0 0;
      left: inherit;
      right: 0; }
      .extended-section-carousel .carousel-control.close-btn:before {
        content: "\00d7";
        font-family: helvetica, arial, sans-serif;
        font-size: 20px;
        color: #041E42;
        position: absolute;
        top: 0;
        left: 0;
        transition: background-color 0.25s ease-in-out; }
      .extended-section-carousel .carousel-control.close-btn:hover {
        background-color: #e6e6e6; }
        .extended-section-carousel .carousel-control.close-btn:hover:before {
          margin: 0; }
    .extended-section-carousel .carousel-control:hover {
      background-color: #041E42; }
      .extended-section-carousel .carousel-control:hover:before {
        margin: 0 0 0 -4px; }
  .extended-section-carousel.tools-carousel {
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .extended-section-carousel.tools-carousel .item_image {
        border-right: 2px solid #FFFFFF; } }
    @media only screen and (min-width: 992px) {
      .extended-section-carousel.tools-carousel .item_content {
        border-right: none; } }
    .extended-section-carousel.tools-carousel .carousel-control.close-btn {
      left: 0; }
      @media only screen and (max-width: 991px) {
        .extended-section-carousel.tools-carousel .carousel-control.close-btn {
          left: inherit;
          right: 0; } }
    @media only screen and (max-width: 991px) {
      .extended-section-carousel.tools-carousel .otis_button,
      .extended-section-carousel.tools-carousel .pdf-button {
        margin: 0 auto 10px; } }
  .extended-section-carousel.products-carousel {
    text-align: center; }
    .extended-section-carousel.products-carousel h2 {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 24px;
      line-height: 1.2em;
      margin: 0 0 20px; }
      @media only screen and (min-width: 992px) {
        .extended-section-carousel.products-carousel h2 {
          font-size: 32px;
          margin: 0 0 40px; } }
      .extended-section-carousel.products-carousel h2 span {
        display: block;
        font-size: 18px; }
        @media only screen and (min-width: 992px) {
          .extended-section-carousel.products-carousel h2 span {
            font-size: 24px; } }
    .extended-section-carousel.products-carousel .product-logo {
      max-width: 200px; }
      @media only screen and (min-width: 1200px) {
        .extended-section-carousel.products-carousel .product-logo {
          max-width: 100%;
          max-height: 100%; } }
    .extended-section-carousel.products-carousel ul {
      display: block;
      font-family: "Otis Light", helvetica, arial, sans-serif;
      font-size: 16px;
      list-style: none;
      max-width: 300px;
      margin: 0 auto 30px; }
      @media only screen and (min-height: 480px) {
        .extended-section-carousel.products-carousel ul {
          max-width: 400px; } }
      @media only screen and (min-width: 992px) {
        .extended-section-carousel.products-carousel ul {
          margin: 0 auto 40px;
          max-width: inherit; } }
      .extended-section-carousel.products-carousel ul li {
        border-color: #041E42;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        padding: 10px 0; }
        .extended-section-carousel.products-carousel ul li:first-child {
          border-top-width: 1px;
          border-top-style: solid; }
        .extended-section-carousel.products-carousel ul li .description {
          float: left; }
        .extended-section-carousel.products-carousel ul li .value {
          float: right; }
        .extended-section-carousel.products-carousel ul li:after {
          content: "";
          display: table;
          clear: both; }
    @media only screen and (max-width: 991px) {
      .extended-section-carousel.products-carousel .otis_button,
      .extended-section-carousel.products-carousel .pdf-button {
        margin: 0 auto 10px; } }
    .extended-section-carousel.products-carousel .icon-wrapper {
      position: absolute;
      top: 80px;
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 120px;
      height: 120px;
      background-color: red;
      border-radius: 50%; }
      .extended-section-carousel.products-carousel .icon-wrapper img {
        max-width: 60px;
        max-height: 60px; }
    .extended-section-carousel.products-carousel .product-icons-wrapper {
      /* position: absolute;
            top: 90px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 100px;
            height: 100px;
            background-color: red;
            border-radius: 50%; */
      /* background-color: red;
            display: block;
            height: 100%;
            position: absolute;
            left: 41.6667%;
            top: 0;
            //width: 8.33333%;
            width: 100px; */ }
    .extended-section-carousel.products-carousel .otis-gold ul li {
      border-color: #86754d; }
    .extended-section-carousel.products-carousel .otis-gold .otis_button,
    .extended-section-carousel.products-carousel .otis-gold .pdf-button {
      transition: all 0.4s ease-out;
      border: 2px solid #86754d;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #86754d;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase; }
      .extended-section-carousel.products-carousel .otis-gold .otis_button .btn-icon,
      .extended-section-carousel.products-carousel .otis-gold .pdf-button .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .extended-section-carousel.products-carousel .otis-gold .otis_button .btn-icon.otis-white,
        .extended-section-carousel.products-carousel .otis-gold .pdf-button .btn-icon.otis-white {
          background-position: 0 -24px; }
        .extended-section-carousel.products-carousel .otis-gold .otis_button .btn-icon.otis-green,
        .extended-section-carousel.products-carousel .otis-gold .pdf-button .btn-icon.otis-green {
          background-position: 0 -48px; }
        .extended-section-carousel.products-carousel .otis-gold .otis_button .btn-icon.otis-gold,
        .extended-section-carousel.products-carousel .otis-gold .pdf-button .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .extended-section-carousel.products-carousel .otis-gold .otis_button:hover,
      .extended-section-carousel.products-carousel .otis-gold .pdf-button:hover {
        background-color: #86754d;
        text-decoration: none;
        color: #FFFFFF !important;
        border: 2px solid #FFFFFF; }
        .extended-section-carousel.products-carousel .otis-gold .otis_button:hover:before,
        .extended-section-carousel.products-carousel .otis-gold .pdf-button:hover:before {
          color: #FFFFFF !important; }
        .extended-section-carousel.products-carousel .otis-gold .otis_button:hover .btn-icon,
        .extended-section-carousel.products-carousel .otis-gold .pdf-button:hover .btn-icon {
          background-position: 0 -24px; }
          .extended-section-carousel.products-carousel .otis-gold .otis_button:hover .btn-icon.otis-white,
          .extended-section-carousel.products-carousel .otis-gold .pdf-button:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .extended-section-carousel.products-carousel .otis-gold .otis_button.pdf-button:before,
      .extended-section-carousel.products-carousel .otis-gold .pdf-button.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #86754d;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .extended-section-carousel.products-carousel .otis-gold .otis_button,
        .extended-section-carousel.products-carousel .otis-gold .pdf-button {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .extended-section-carousel.products-carousel .otis-gold .otis_button,
        .extended-section-carousel.products-carousel .otis-gold .pdf-button {
          margin: 20px auto; } }
    .extended-section-carousel.products-carousel .otis-green ul li {
      border-color: #7f9f49; }
    .extended-section-carousel.products-carousel .otis-green .otis_button,
    .extended-section-carousel.products-carousel .otis-green .pdf-button {
      transition: all 0.4s ease-out;
      border: 2px solid #7f9f49;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #7f9f49;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase; }
      .extended-section-carousel.products-carousel .otis-green .otis_button .btn-icon,
      .extended-section-carousel.products-carousel .otis-green .pdf-button .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .extended-section-carousel.products-carousel .otis-green .otis_button .btn-icon.otis-white,
        .extended-section-carousel.products-carousel .otis-green .pdf-button .btn-icon.otis-white {
          background-position: 0 -24px; }
        .extended-section-carousel.products-carousel .otis-green .otis_button .btn-icon.otis-green,
        .extended-section-carousel.products-carousel .otis-green .pdf-button .btn-icon.otis-green {
          background-position: 0 -48px; }
        .extended-section-carousel.products-carousel .otis-green .otis_button .btn-icon.otis-gold,
        .extended-section-carousel.products-carousel .otis-green .pdf-button .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .extended-section-carousel.products-carousel .otis-green .otis_button:hover,
      .extended-section-carousel.products-carousel .otis-green .pdf-button:hover {
        background-color: #7f9f49;
        text-decoration: none;
        color: #FFFFFF !important;
        border: 2px solid #FFFFFF; }
        .extended-section-carousel.products-carousel .otis-green .otis_button:hover:before,
        .extended-section-carousel.products-carousel .otis-green .pdf-button:hover:before {
          color: #FFFFFF !important; }
        .extended-section-carousel.products-carousel .otis-green .otis_button:hover .btn-icon,
        .extended-section-carousel.products-carousel .otis-green .pdf-button:hover .btn-icon {
          background-position: 0 -24px; }
          .extended-section-carousel.products-carousel .otis-green .otis_button:hover .btn-icon.otis-white,
          .extended-section-carousel.products-carousel .otis-green .pdf-button:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .extended-section-carousel.products-carousel .otis-green .otis_button.pdf-button:before,
      .extended-section-carousel.products-carousel .otis-green .pdf-button.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #7f9f49;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .extended-section-carousel.products-carousel .otis-green .otis_button,
        .extended-section-carousel.products-carousel .otis-green .pdf-button {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .extended-section-carousel.products-carousel .otis-green .otis_button,
        .extended-section-carousel.products-carousel .otis-green .pdf-button {
          margin: 20px auto; } }
    .extended-section-carousel.products-carousel .otis-blue ul li {
      border-color: #245e82; }
    .extended-section-carousel.products-carousel .otis-blue .otis_button,
    .extended-section-carousel.products-carousel .otis-blue .pdf-button {
      transition: all 0.4s ease-out;
      border: 2px solid #245e82;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #245e82;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase; }
      .extended-section-carousel.products-carousel .otis-blue .otis_button .btn-icon,
      .extended-section-carousel.products-carousel .otis-blue .pdf-button .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .extended-section-carousel.products-carousel .otis-blue .otis_button .btn-icon.otis-white,
        .extended-section-carousel.products-carousel .otis-blue .pdf-button .btn-icon.otis-white {
          background-position: 0 -24px; }
        .extended-section-carousel.products-carousel .otis-blue .otis_button .btn-icon.otis-green,
        .extended-section-carousel.products-carousel .otis-blue .pdf-button .btn-icon.otis-green {
          background-position: 0 -48px; }
        .extended-section-carousel.products-carousel .otis-blue .otis_button .btn-icon.otis-gold,
        .extended-section-carousel.products-carousel .otis-blue .pdf-button .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .extended-section-carousel.products-carousel .otis-blue .otis_button:hover,
      .extended-section-carousel.products-carousel .otis-blue .pdf-button:hover {
        background-color: #245e82;
        text-decoration: none;
        color: #FFFFFF !important;
        border: 2px solid #FFFFFF; }
        .extended-section-carousel.products-carousel .otis-blue .otis_button:hover:before,
        .extended-section-carousel.products-carousel .otis-blue .pdf-button:hover:before {
          color: #FFFFFF !important; }
        .extended-section-carousel.products-carousel .otis-blue .otis_button:hover .btn-icon,
        .extended-section-carousel.products-carousel .otis-blue .pdf-button:hover .btn-icon {
          background-position: 0 -24px; }
          .extended-section-carousel.products-carousel .otis-blue .otis_button:hover .btn-icon.otis-white,
          .extended-section-carousel.products-carousel .otis-blue .pdf-button:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .extended-section-carousel.products-carousel .otis-blue .otis_button.pdf-button:before,
      .extended-section-carousel.products-carousel .otis-blue .pdf-button.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #245e82;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .extended-section-carousel.products-carousel .otis-blue .otis_button,
        .extended-section-carousel.products-carousel .otis-blue .pdf-button {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .extended-section-carousel.products-carousel .otis-blue .otis_button,
        .extended-section-carousel.products-carousel .otis-blue .pdf-button {
          margin: 20px auto; } }

.filter_section_wrapper {
  padding: 20px 0 10px; }
  @media only screen and (min-width: 992px) {
    .filter_section_wrapper {
      padding: 30px 0 20px; } }
  @media only screen and (min-width: 480px) and (max-width: 991px) {
    .filter_section_wrapper .form-inline {
      display: block;
      margin: 0 auto;
      max-width: 80%; } }
  .filter_section_wrapper .form-group {
    width: 100%;
    margin: 0 0 10px; }
    @media only screen and (min-width: 992px) {
      .filter_section_wrapper .form-group {
        margin: 0 0 20px; } }
  .filter_section_wrapper .otis_submit {
    transition: all 0.4s ease-out;
    border: 2px solid #FFFFFF;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    display: block;
    margin: 10px auto;
    width: 100%;
    background-color: #F65275;
    border: 2px solid #F65275;
    font-family: "Avenir LT W01_95 Black1475556";
    text-transform: uppercase;
    border-radius: 0; }
    .filter_section_wrapper .otis_submit .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .filter_section_wrapper .otis_submit .btn-icon.otis-white {
        background-position: 0 -24px; }
      .filter_section_wrapper .otis_submit .btn-icon.otis-green {
        background-position: 0 -48px; }
      .filter_section_wrapper .otis_submit .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .filter_section_wrapper .otis_submit:hover {
      background-color: #FFFFFF;
      text-decoration: none;
      color: #041E42 !important;
      border: 2px solid #041E42; }
      .filter_section_wrapper .otis_submit:hover:before {
        color: #041E42 !important; }
      .filter_section_wrapper .otis_submit:hover .btn-icon {
        background-position: 0 -24px; }
        .filter_section_wrapper .otis_submit:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .filter_section_wrapper .otis_submit.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #FFFFFF;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .filter_section_wrapper .otis_submit {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .filter_section_wrapper .otis_submit {
        margin: 20px auto; } }
    @media only screen and (min-width: 992px) {
      .filter_section_wrapper .otis_submit {
        max-width: 250px; } }
    .filter_section_wrapper .otis_submit:hover {
      background-color: transparent;
      border: 2px solid #F65275; }
  .filter_section_wrapper label {
    font-size: 12px;
    margin: 0;
    font-family: "Avenir LT W01_95 Black1475556";
    color: #F65275;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) {
      .filter_section_wrapper label {
        margin: 0 0 10px; } }
  .filter_section_wrapper .custom-select {
    font-family: "Avenir LT W01_45 Book1475508";
    border-radius: 0;
    height: auto;
    padding: 0;
    margin: 0;
    box-shadow: none !important;
    width: 100%; }
    .filter_section_wrapper .custom-select .caret {
      background: url("../images/home/carret.png") no-repeat right center;
      background-size: 20px 10px;
      border: 0;
      width: 20px;
      height: 10px; }
      @media only screen and (min-width: 992px) {
        .filter_section_wrapper .custom-select .caret {
          background-size: 30px 15px;
          width: 30px;
          height: 15px; } }
    .filter_section_wrapper .custom-select .dropdown-toggle {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 24px;
      background-color: #FFFFFF;
      color: #041E42;
      border-radius: 0;
      border: 0;
      border-bottom: 1px solid rgba(158, 151, 142, 0.5);
      padding: 5px 50px 5px 0;
      transition: padding 0.25s ease-in-out, background-color 0.25s ease-in-out;
      outline: 0; }
      @media only screen and (min-width: 992px) {
        .filter_section_wrapper .custom-select .dropdown-toggle {
          font-size: 24px; } }
      .filter_section_wrapper .custom-select .dropdown-toggle:focus, .filter_section_wrapper .custom-select .dropdown-toggle:active {
        color: #041E42;
        background: transparent;
        outline: 0; }
      .filter_section_wrapper .custom-select .dropdown-toggle:hover {
        background: #f3f3f3;
        color: #041E42;
        padding-left: 10px;
        outline: 0; }
    .filter_section_wrapper .custom-select.bootstrap-select.btn-group.open .dropdown-toggle {
      box-shadow: none; }
      .filter_section_wrapper .custom-select.bootstrap-select.btn-group.open .dropdown-toggle:focus, .filter_section_wrapper .custom-select.bootstrap-select.btn-group.open .dropdown-toggle:active, .filter_section_wrapper .custom-select.bootstrap-select.btn-group.open .dropdown-toggle:hover {
        box-shadow: none !important; }
    .filter_section_wrapper .custom-select.bootstrap-select.btn-group .dropdown-toggle {
      outline: 0 !important; }
      .filter_section_wrapper .custom-select.bootstrap-select.btn-group .dropdown-toggle .caret {
        margin: -5px 0 0;
        right: 10px; }
        @media only screen and (min-width: 992px) {
          .filter_section_wrapper .custom-select.bootstrap-select.btn-group .dropdown-toggle .caret {
            margin: -7px 0 0; } }
    .filter_section_wrapper .custom-select .btn:active, .filter_section_wrapper .custom-select .btn.active {
      box-shadow: none; }
  .filter_section_wrapper .dropdown-menu {
    border-radius: 0;
    border: 1px solid #041E42;
    padding: 0; }
    .filter_section_wrapper .dropdown-menu li {
      padding: 0;
      font-size: 18px; }
      @media only screen and (min-width: 992px) {
        .filter_section_wrapper .dropdown-menu li {
          font-size: 24px; } }
      .filter_section_wrapper .dropdown-menu li .text {
        font-family: "Avenir LT W01_45 Book1475508"; }
      .filter_section_wrapper .dropdown-menu li a {
        padding: 15px 10px;
        border-bottom: 1px solid rgba(4, 30, 66, 0.2); }
      .filter_section_wrapper .dropdown-menu li:last-child a {
        border: none; }
      .filter_section_wrapper .dropdown-menu li.disabled a {
        background-color: #FFFFFF;
        color: #949494;
        border-color: #949494; }
  .filter_section_wrapper .collapsed {
    display: none; }

.tiles-wrapper .fa {
  color: #F65275; }

.tiles-wrapper .tile-wrapper,
.tiles-wrapper .small-tile-wrapper {
  position: relative;
  border-bottom: 2px solid #FFFFFF;
  min-height: 240px;
  width: 100%;
  float: left;
  overflow: hidden; }
  .tiles-wrapper .tile-wrapper h2,
  .tiles-wrapper .tile-wrapper h3,
  .tiles-wrapper .small-tile-wrapper h2,
  .tiles-wrapper .small-tile-wrapper h3 {
    position: relative;
    font-family: "grifo_mmedium", "Times New Roman", serif;
    line-height: 1.2em;
    display: block;
    color: #FFFFFF;
    z-index: 2;
    max-width: 450px;
    text-shadow: 0px 0px 30px black; }
    .tiles-wrapper .tile-wrapper h2 span,
    .tiles-wrapper .tile-wrapper h3 span,
    .tiles-wrapper .small-tile-wrapper h2 span,
    .tiles-wrapper .small-tile-wrapper h3 span {
      display: block; }
    .tiles-wrapper .tile-wrapper h2 sup,
    .tiles-wrapper .tile-wrapper h3 sup,
    .tiles-wrapper .small-tile-wrapper h2 sup,
    .tiles-wrapper .small-tile-wrapper h3 sup {
      font-size: 16px; }
      @media only screen and (min-width: 992px) {
        .tiles-wrapper .tile-wrapper h2 sup,
        .tiles-wrapper .tile-wrapper h3 sup,
        .tiles-wrapper .small-tile-wrapper h2 sup,
        .tiles-wrapper .small-tile-wrapper h3 sup {
          font-size: 18px; } }
    .tiles-wrapper .tile-wrapper h2 a,
    .tiles-wrapper .tile-wrapper h3 a,
    .tiles-wrapper .small-tile-wrapper h2 a,
    .tiles-wrapper .small-tile-wrapper h3 a {
      color: #FFFFFF;
      text-decoration: none;
      outline: 0; }
  .tiles-wrapper .tile-wrapper h2,
  .tiles-wrapper .small-tile-wrapper h2 {
    font-size: 24px;
    z-index: 2; }
    .tiles-wrapper .tile-wrapper h2:after,
    .tiles-wrapper .small-tile-wrapper h2:after {
      content: '';
      width: 35px !important;
      height: 3px !important;
      bottom: -5px !important;
      position: absolute !important;
      background-color: #CBA052;
      left: 0; }
      @media only screen and (min-width: 992px) {
        .tiles-wrapper .tile-wrapper h2:after,
        .tiles-wrapper .small-tile-wrapper h2:after {
          content: '';
          width: 52px !important;
          height: 5px !important;
          bottom: -15px !important;
          position: absolute !important; } }
    @media only screen and (min-width: 992px) {
      .tiles-wrapper .tile-wrapper h2,
      .tiles-wrapper .small-tile-wrapper h2 {
        font-size: 38.4px; } }
  .tiles-wrapper .tile-wrapper h3,
  .tiles-wrapper .small-tile-wrapper h3 {
    font-size: 18px;
    margin: 0 0 5px;
    font-family: "Avenir LT W01_65 Medium1475532"; }
  .tiles-wrapper .tile-wrapper .otis_button,
  .tiles-wrapper .small-tile-wrapper .otis_button {
    z-index: 2; }
  .tiles-wrapper .tile-wrapper .tags,
  .tiles-wrapper .tile-wrapper .recommended,
  .tiles-wrapper .small-tile-wrapper .tags,
  .tiles-wrapper .small-tile-wrapper .recommended {
    position: relative;
    display: block;
    z-index: 2;
    color: #FFFFFF; }
  @media only screen and (min-width: 992px) {
    .tiles-wrapper .tile-wrapper .recommended,
    .tiles-wrapper .small-tile-wrapper .recommended {
      font-size: 18px; } }
  @media only screen and (min-width: 1200px) {
    .tiles-wrapper .tile-wrapper .recommended,
    .tiles-wrapper .small-tile-wrapper .recommended {
      font-size: 20px; } }
  .tiles-wrapper .tile-wrapper .tags,
  .tiles-wrapper .small-tile-wrapper .tags {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 16px; }
    @media only screen and (min-width: 992px) {
      .tiles-wrapper .tile-wrapper .tags,
      .tiles-wrapper .small-tile-wrapper .tags {
        font-size: 18px; } }
  .tiles-wrapper .tile-wrapper.home-top h2:after,
  .tiles-wrapper .small-tile-wrapper.home-top h2:after {
    display: none; }
  .tiles-wrapper .tile-wrapper.home-results-tile h2,
  .tiles-wrapper .small-tile-wrapper.home-results-tile h2 {
    display: inline-block; }
    .tiles-wrapper .tile-wrapper.home-results-tile h2 a:after,
    .tiles-wrapper .small-tile-wrapper.home-results-tile h2 a:after {
      content: "";
      display: block;
      height: 1px;
      background-color: #FFFFFF;
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 0;
      height: 1px;
      transition: 0.25s width ease-in-out;
      overflow: hidden; }
    .tiles-wrapper .tile-wrapper.home-results-tile h2 a:hover:after,
    .tiles-wrapper .small-tile-wrapper.home-results-tile h2 a:hover:after {
      content: "";
      width: 100%; }
  .tiles-wrapper .tile-wrapper.home-results-tile p,
  .tiles-wrapper .small-tile-wrapper.home-results-tile p {
    color: #FFFFFF;
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 19.2px;
    position: relative;
    z-index: 2; }
  .tiles-wrapper .tile-wrapper .content-wrapper,
  .tiles-wrapper .small-tile-wrapper .content-wrapper {
    display: table;
    height: 240px;
    width: 100%; }
    .tiles-wrapper .tile-wrapper .content-wrapper .inner-content,
    .tiles-wrapper .small-tile-wrapper .content-wrapper .inner-content {
      display: table-cell;
      vertical-align: top;
      padding: 20px 15px 86px;
      background-size: cover; }
      @media only screen and (min-width: 992px) {
        .tiles-wrapper .tile-wrapper .content-wrapper .inner-content,
        .tiles-wrapper .small-tile-wrapper .content-wrapper .inner-content {
          padding: 20px 20px 86px; } }
      .tiles-wrapper .tile-wrapper .content-wrapper .inner-content:before,
      .tiles-wrapper .small-tile-wrapper .content-wrapper .inner-content:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 60%;
        width: 100%;
        background: linear-gradient(to bottom, #010101 0%, rgba(1, 1, 1, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#00010101',GradientType=0 ); }
        @media only screen and (min-width: 480px) {
          .tiles-wrapper .tile-wrapper .content-wrapper .inner-content:before,
          .tiles-wrapper .small-tile-wrapper .content-wrapper .inner-content:before {
            top: inherit;
            bottom: 0;
            height: 40%;
            background: linear-gradient(to bottom, rgba(1, 1, 1, 0) 0%, #010101 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00010101', endColorstr='#010101',GradientType=0 ); } }
      .tiles-wrapper .tile-wrapper .content-wrapper .inner-content:after,
      .tiles-wrapper .small-tile-wrapper .content-wrapper .inner-content:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
        opacity: 0;
        z-index: 1; }
    .tiles-wrapper .tile-wrapper .content-wrapper:hover .inner-content-background, .tiles-wrapper .tile-wrapper .content-wrapper:focus .inner-content-background,
    .tiles-wrapper .small-tile-wrapper .content-wrapper:hover .inner-content-background,
    .tiles-wrapper .small-tile-wrapper .content-wrapper:focus .inner-content-background {
      transform: scale(1.1); }
    .tiles-wrapper .tile-wrapper .content-wrapper .inner-content-background,
    .tiles-wrapper .small-tile-wrapper .content-wrapper .inner-content-background {
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      height: 100%;
      width: 100%;
      position: absolute;
      z-index: 1;
      transition: all 1s ease; }
      .tiles-wrapper .tile-wrapper .content-wrapper .inner-content-background:before,
      .tiles-wrapper .small-tile-wrapper .content-wrapper .inner-content-background:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 60%;
        width: 100%;
        background: linear-gradient(to bottom, #010101 0%, rgba(1, 1, 1, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#00010101',GradientType=0 ); }
        @media only screen and (min-width: 480px) {
          .tiles-wrapper .tile-wrapper .content-wrapper .inner-content-background:before,
          .tiles-wrapper .small-tile-wrapper .content-wrapper .inner-content-background:before {
            top: inherit;
            bottom: 0;
            height: 40%;
            background: linear-gradient(to bottom, rgba(1, 1, 1, 0) 0%, #010101 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00010101', endColorstr='#010101',GradientType=0 ); } }
  .tiles-wrapper .tile-wrapper .carousel,
  .tiles-wrapper .small-tile-wrapper .carousel {
    display: inherit;
    position: inherit;
    height: 100%;
    width: 100%; }
    .tiles-wrapper .tile-wrapper .carousel .carousel-inner,
    .tiles-wrapper .small-tile-wrapper .carousel .carousel-inner {
      height: 100%; }
    .tiles-wrapper .tile-wrapper .carousel .item,
    .tiles-wrapper .small-tile-wrapper .carousel .item {
      height: 100%; }
    .tiles-wrapper .tile-wrapper .carousel .carousel-indicators,
    .tiles-wrapper .small-tile-wrapper .carousel .carousel-indicators {
      margin: 0;
      left: inherit;
      right: 15px;
      bottom: 20px;
      width: 80%;
      text-align: right; }
      @media only screen and (min-width: 480px) {
        .tiles-wrapper .tile-wrapper .carousel .carousel-indicators,
        .tiles-wrapper .small-tile-wrapper .carousel .carousel-indicators {
          left: 15px;
          right: inherit;
          bottom: inherit;
          top: 20px;
          text-align: left; } }
      @media only screen and (min-width: 992px) {
        .tiles-wrapper .tile-wrapper .carousel .carousel-indicators,
        .tiles-wrapper .small-tile-wrapper .carousel .carousel-indicators {
          left: 20px; } }
  .tiles-wrapper .tile-wrapper .expand-btn,
  .tiles-wrapper .small-tile-wrapper .expand-btn {
    z-index: 2;
    position: absolute;
    left: 15px;
    bottom: 20px;
    display: inline-block;
    width: 46px;
    height: 46px;
    border: 2px solid #CBA052;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out; }
    @media only screen and (min-width: 992px) {
      .tiles-wrapper .tile-wrapper .expand-btn,
      .tiles-wrapper .small-tile-wrapper .expand-btn {
        left: 20px; } }
    .tiles-wrapper .tile-wrapper .expand-btn:before,
    .tiles-wrapper .small-tile-wrapper .expand-btn:before {
      content: "\e01b";
      display: block;
      font-family: "otis";
      font-size: 24px;
      line-height: 42px;
      width: 42px;
      height: 42px;
      transition: color 0.25s ease-in-out, transform 0.25s ease-in-out; }
    .tiles-wrapper .tile-wrapper .expand-btn:hover,
    .tiles-wrapper .small-tile-wrapper .expand-btn:hover {
      background-color: #FFFFFF;
      color: #CBA052; }
    .tiles-wrapper .tile-wrapper .expand-btn.active:before,
    .tiles-wrapper .small-tile-wrapper .expand-btn.active:before {
      transform: rotateZ(180deg); }
  .tiles-wrapper .tile-wrapper .otis_button,
  .tiles-wrapper .small-tile-wrapper .otis_button {
    position: absolute;
    left: 15px;
    bottom: 20px;
    margin: 0;
    text-transform: uppercase;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 12px; }
    @media only screen and (min-width: 992px) {
      .tiles-wrapper .tile-wrapper .otis_button,
      .tiles-wrapper .small-tile-wrapper .otis_button {
        left: 20px; } }
    .tiles-wrapper .tile-wrapper .otis_button:hover,
    .tiles-wrapper .small-tile-wrapper .otis_button:hover {
      background-color: #F65275;
      color: #ffffff !important;
      border-color: #F65275; }
  .tiles-wrapper .tile-wrapper.side-border,
  .tiles-wrapper .small-tile-wrapper.side-border {
    border-right: 2px solid #FFFFFF; }
  .tiles-wrapper .tile-wrapper.no-border,
  .tiles-wrapper .small-tile-wrapper.no-border {
    border-right: 0; }

.tiles-wrapper .tile-wrapper.home-top h2 {
  font-size: 16px;
  font-family: "Avenir LT W01_45 Book1475508"; }
  @media only screen and (min-width: 992px) {
    .tiles-wrapper .tile-wrapper.home-top h2 {
      font-size: 19.2px; } }

.tiles-wrapper .tile-wrapper.home-top h3 {
  font-size: 24px;
  font-family: "grifo_mmedium", "Times New Roman", serif;
  position: relative;
  margin-bottom: 20px; }
  .tiles-wrapper .tile-wrapper.home-top h3:after {
    content: '';
    width: 35px !important;
    height: 3px !important;
    bottom: -10px !important;
    position: absolute !important;
    background-color: #CBA052;
    left: 0; }
    @media only screen and (min-width: 992px) {
      .tiles-wrapper .tile-wrapper.home-top h3:after {
        content: '';
        width: 52px !important;
        height: 5px !important;
        bottom: -10px !important;
        position: absolute !important; } }
  @media only screen and (min-width: 992px) {
    .tiles-wrapper .tile-wrapper.home-top h3 {
      font-size: 38.4px; } }

.tiles-wrapper .tile-wrapper.home-top.carousel-tile .headline-wrapper {
  position: absolute;
  left: 15px;
  transition: height 0.25s ease-in-out;
  margin-bottom: 20px; }
  @media only screen and (max-width: 479px) {
    .tiles-wrapper .tile-wrapper.home-top.carousel-tile .headline-wrapper {
      top: 15px; } }
  @media only screen and (min-width: 480px) {
    .tiles-wrapper .tile-wrapper.home-top.carousel-tile .headline-wrapper {
      top: initial;
      bottom: 20px;
      padding: 0 86px 40px 0; } }
  @media only screen and (min-width: 992px) {
    .tiles-wrapper .tile-wrapper.home-top.carousel-tile .headline-wrapper {
      left: 20px; } }
  @media only screen and (min-width: 992px) {
    .tiles-wrapper .tile-wrapper.home-top.carousel-tile .headline-wrapper h2 {
      opacity: 0;
      transition: opacity 0.25s ease-in-out 0.05s; } }

.tiles-wrapper .tile-wrapper.home-top.carousel-tile:hover .headline-wrapper h2 {
  opacity: 1; }

@media only screen and (min-width: 992px) {
  .tiles-wrapper .tile-wrapper.existing h2.anim {
    transition: height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    height: 0;
    opacity: 0;
    overflow: hidden; } }

.tiles-wrapper .tile-wrapper.existing:hover h2.anim {
  height: 140px;
  opacity: 1; }

.tiles-wrapper .tile-wrapper.active {
  z-index: 99999;
  border-bottom: 2px solid #000000; }

.tiles-wrapper .tile-wrapper .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

@media only screen and (min-width: 480px) {
  .tiles-wrapper .tile-wrapper .content-wrapper .inner-content {
    padding: 20px 86px 20px 15px;
    vertical-align: bottom; } }

@media only screen and (min-width: 992px) {
  .tiles-wrapper .tile-wrapper .content-wrapper .inner-content {
    padding: 20px 86px 20px 20px; } }

@media only screen and (min-width: 480px) {
  .tiles-wrapper .tile-wrapper .expand-btn {
    left: inherit;
    right: 15px; } }
  @media only screen and (min-width: 480px) and (min-width: 992px) {
    .tiles-wrapper .tile-wrapper .expand-btn {
      right: 20px; } }

.tiles-wrapper .tile-wrapper .otis_button {
  position: absolute;
  left: 15px;
  bottom: 20px;
  margin: 0; }
  @media only screen and (min-width: 480px) {
    .tiles-wrapper .tile-wrapper .otis_button {
      position: relative;
      left: inherit;
      bottom: inherit;
      margin: 40px 0 0; } }

@media only screen and (min-width: 768px) {
  .tiles-wrapper .tile-wrapper {
    min-height: 300px;
    width: 50%; } }

@media only screen and (min-width: 992px) {
  .tiles-wrapper .tile-wrapper {
    min-height: 400px; } }

@media only screen and (min-width: 1200px) {
  .tiles-wrapper .tile-wrapper {
    min-height: 500px; } }

.tiles-wrapper .tile-wrapper.home-results-tile h2 {
  margin: 0 0 20px; }
  @media only screen and (min-width: 992px) {
    .tiles-wrapper .tile-wrapper.home-results-tile h2 {
      font-size: 32px; } }
  @media only screen and (min-width: 1200px) {
    .tiles-wrapper .tile-wrapper.home-results-tile h2 {
      font-size: 36px; } }

@media only screen and (min-width: 480px) {
  .tiles-wrapper .small-tile-wrapper {
    width: 50%; } }

@media only screen and (min-width: 992px) {
  .tiles-wrapper .small-tile-wrapper {
    width: 25%; } }

@media only screen and (min-width: 1200px) {
  .tiles-wrapper .small-tile-wrapper {
    min-height: 300px; } }

@media only screen and (min-width: 1200px) {
  .tiles-wrapper .small-tile-wrapper h2 {
    font-size: 30px; } }

@media only screen and (min-width: 480px) {
  .tiles-wrapper .small-tile-wrapper .content-wrapper .inner-content:before {
    top: 0;
    bottom: inherit;
    left: 0;
    height: 60%;
    background: linear-gradient(to bottom, #010101 0%, rgba(1, 1, 1, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#010101', endColorstr='#00010101',GradientType=0 ); } }

.tiles-wrapper .small-tile-wrapper .content-wrapper .inner-content:hover:after {
  opacity: 0.05; }

.tiles-wrapper .small-tile-wrapper.home-results-tile h2 {
  margin: 0 0 20px; }

.tiles-wrapper .small-tile-wrapper.home-results-tile .content-wrapper .inner-content {
  vertical-align: bottom;
  padding: 20px 15px; }
  .tiles-wrapper .small-tile-wrapper.home-results-tile .content-wrapper .inner-content:before {
    top: inherit;
    bottom: 0;
    left: 0;
    height: 60%;
    background: linear-gradient(to bottom, rgba(1, 1, 1, 0) 0%, #010101 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00010101', endColorstr='#010101',GradientType=0 ); }
  @media only screen and (min-width: 480px) {
    .tiles-wrapper .small-tile-wrapper.home-results-tile .content-wrapper .inner-content {
      padding: 20px 15px; } }
  @media only screen and (min-width: 992px) {
    .tiles-wrapper .small-tile-wrapper.home-results-tile .content-wrapper .inner-content {
      padding: 20px; } }

.tiles-wrapper .social-tile {
  position: relative; }
  .tiles-wrapper .social-tile .content-wrapper {
    height: 120px; }
  @media only screen and (min-width: 768px) {
    .tiles-wrapper .social-tile {
      min-height: 149px; } }
  @media only screen and (min-width: 992px) {
    .tiles-wrapper .social-tile {
      min-height: 199px; } }
  @media only screen and (min-width: 1200px) {
    .tiles-wrapper .social-tile {
      min-height: 249px; } }

.tiles-wrapper .twitter-tile {
  display: block;
  background: #0033A0;
  vertical-align: middle;
  border-bottom: 2px solid #FFFFFF; }
  .tiles-wrapper .twitter-tile h2 {
    font-family: "Otis Light", helvetica, arial, sans-serif;
    font-size: 24px;
    line-height: 1.2em;
    color: #FFFFFF;
    margin: 0 0 20px;
    max-width: inherit;
    text-shadow: none; }
    .tiles-wrapper .twitter-tile h2:after {
      display: none; }
    .tiles-wrapper .twitter-tile h2 a {
      font-family: "grifo_mmedium", "Times New Roman", serif;
      font-size: 24px;
      color: #FFFFFF;
      text-decoration: none;
      transition: 0.25s text-shadow ease-in-out; }
      .tiles-wrapper .twitter-tile h2 a:hover {
        text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); }
  .tiles-wrapper .twitter-tile p {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 16px;
    color: #FFFFFF;
    margin: 0; }
    .tiles-wrapper .twitter-tile p a {
      text-decoration: underline; }
    .tiles-wrapper .twitter-tile p.tweet-meta {
      padding: 20px 0 30px; }
      .tiles-wrapper .twitter-tile p.tweet-meta span {
        padding: 0 5px; }
      .tiles-wrapper .twitter-tile p.tweet-meta a {
        text-decoration: none; }
  .tiles-wrapper .twitter-tile a {
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    color: #FFFFFF;
    position: relative;
    text-decoration: none; }
  .tiles-wrapper .twitter-tile .content-wrapper .inner-content {
    text-align: center;
    vertical-align: middle;
    padding: 20px 15px; }
    @media only screen and (min-width: 992px) {
      .tiles-wrapper .twitter-tile .content-wrapper .inner-content {
        padding: 20px 20%; } }
    .tiles-wrapper .twitter-tile .content-wrapper .inner-content:before {
      display: none; }
    .tiles-wrapper .twitter-tile .content-wrapper .inner-content:after {
      display: none; }
    .tiles-wrapper .twitter-tile .content-wrapper .inner-content:hover:after {
      opacity: 0.05; }
  .tiles-wrapper .twitter-tile .more-btn:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: 0.25s width ease-in-out; }
  .tiles-wrapper .twitter-tile .more-btn:hover:after {
    content: "";
    width: 0; }
  .tiles-wrapper .twitter-tile .carousel {
    display: inherit;
    position: inherit;
    height: 100%;
    width: 100%; }
    .tiles-wrapper .twitter-tile .carousel .carousel-inner {
      height: 100%; }
    .tiles-wrapper .twitter-tile .carousel .item {
      height: 100%; }
    .tiles-wrapper .twitter-tile .carousel .carousel-indicators {
      margin: 0 0 0 -30%;
      left: 50%;
      right: inherit;
      bottom: 10px;
      top: inherit;
      text-align: center;
      width: 60%; }

.tiles-wrapper .instagram-tile {
  overflow: hidden;
  float: left;
  display: block;
  vertical-align: middle;
  width: 100%;
  border-bottom: 2px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF; }
  @media only screen and (min-width: 480px) {
    .tiles-wrapper .instagram-tile {
      border-bottom: none;
      border-right: 2px solid #FFFFFF;
      width: 50%; } }
  .tiles-wrapper .instagram-tile:nth-child(3) {
    border-bottom: none !important;
    border-right: none !important; }
  @media only screen and (max-width: 479px) {
    .tiles-wrapper .instagram-tile .content-wrapper {
      height: 240px; } }
  .tiles-wrapper .instagram-tile .tile-bg {
    position: relative;
    display: block;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
    .tiles-wrapper .instagram-tile .tile-bg:before {
      content: "";
      transition: 0.4s opacity ease-in-out;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #041E42;
      opacity: 0; }
  .tiles-wrapper .instagram-tile .inner-wrapper {
    display: table;
    height: 100%;
    width: 100%; }
  .tiles-wrapper .instagram-tile .hover-content {
    position: relative;
    transition: opacity 0.4s ease-in-out;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .tiles-wrapper .instagram-tile .hover-content {
        text-align: left; } }
    .tiles-wrapper .instagram-tile .hover-content p {
      font-size: 16px;
      transition: 0.25s max-height ease-in-out, 0.25s opacity ease-in-out;
      padding: 10px 0 0; }
      @media only screen and (min-width: 992px) {
        .tiles-wrapper .instagram-tile .hover-content p {
          max-height: 0;
          overflow: hidden;
          opacity: 0;
          padding: 30px 0 0; } }
      .tiles-wrapper .instagram-tile .hover-content p a {
        font-size: 16px;
        display: inline;
        height: auto;
        width: auto;
        text-decoration: none; }
  .tiles-wrapper .instagram-tile .icons-wrapper {
    color: #FFFFFF;
    transition: 0.15s left ease-out 0.15s, 0.15s top ease-out, 0.1s margin-top ease-out, 0.1s margin-left ease-out 0.15s;
    display: block;
    width: auto;
    height: 20px;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .tiles-wrapper .instagram-tile .icons-wrapper {
        position: absolute;
        top: 50%;
        bottom: 50%;
        right: 50%;
        left: 50%;
        left: 50%;
        right: 50%;
        width: 100px;
        margin: -10px 0 0 -50px; } }
    .tiles-wrapper .instagram-tile .icons-wrapper span {
      color: #FFFFFF;
      font-size: 14px;
      margin: 0 5px; }
      .tiles-wrapper .instagram-tile .icons-wrapper span i {
        color: #F65275; }
  .tiles-wrapper .instagram-tile:hover .tile-bg:before {
    opacity: 0.7; }
  .tiles-wrapper .instagram-tile:hover .hover-content {
    opacity: 1; }
    .tiles-wrapper .instagram-tile:hover .hover-content p {
      max-height: 500px;
      opacity: 1; }
  @media only screen and (min-width: 992px) {
    .tiles-wrapper .instagram-tile:hover .icons-wrapper {
      left: -5px;
      top: 0;
      margin: 0; } }
  .tiles-wrapper .instagram-tile .tile-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .tiles-wrapper .instagram-tile .tile-bg:before {
      opacity: 0.4; }
    @media only screen and (min-width: 992px) {
      .tiles-wrapper .instagram-tile .tile-bg:before {
        opacity: 0; } }
  .tiles-wrapper .instagram-tile .content-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 20px; }
    .tiles-wrapper .instagram-tile .content-wrapper a,
    .tiles-wrapper .instagram-tile .content-wrapper p {
      color: #FFFFFF;
      font-family: "Avenir LT W01_45 Book1475508";
      margin: 0; }
  .tiles-wrapper .instagram-tile a {
    display: inline;
    height: auto;
    width: auto;
    text-decoration: none; }

.tiles-wrapper:after {
  content: "";
  display: table;
  clear: both; }

.tiles-wrapper.home-results-tiles {
  background-color: #041E42; }

.expanded-section-wrapper {
  float: left;
  width: 100%; }
  .expanded-section-wrapper .carousel {
    display: none; }

.grid-tiles .tile {
  position: relative;
  width: 100%;
  float: left;
  border-bottom: 2px solid #FFFFFF;
  text-align: center; }
  @media only screen and (min-width: 400px) {
    .grid-tiles .tile {
      width: 50%;
      border-right: 2px solid #FFFFFF; } }
  @media only screen and (min-width: 620px) {
    .grid-tiles .tile {
      width: 33.3333%; } }
  @media only screen and (min-width: 992px) {
    .grid-tiles .tile {
      width: 25%; } }
  .grid-tiles .tile:not(.no-overlay):hover .tile-content .inner-content {
    opacity: 1; }
  .grid-tiles .tile:not(.no-overlay):hover .tile-content:before {
    opacity: 1; }
  .grid-tiles .tile.no-overlay .tile-bg {
    background-size: auto 100%;
    transition: background-size 0.25s ease-in-out; }
  .grid-tiles .tile.no-overlay:hover {
    cursor: pointer; }
    .grid-tiles .tile.no-overlay:hover .tile-bg {
      background-size: auto 105%; }
  .grid-tiles .tile.active {
    border-bottom: 2px solid #FFFFFF; }
    .grid-tiles .tile.active.otis-white {
      border-bottom: 2px solid #FFFFFF; }
      @media only screen and (min-width: 768px) {
        .grid-tiles .tile.active.otis-white .tile-foot {
          background-color: #FFFFFF; }
          .grid-tiles .tile.active.otis-white .tile-foot h2,
          .grid-tiles .tile.active.otis-white .tile-foot h3,
          .grid-tiles .tile.active.otis-white .tile-foot h4,
          .grid-tiles .tile.active.otis-white .tile-foot p {
            color: #041E42; } }
    @media only screen and (min-width: 768px) {
      .grid-tiles .tile.active .tile-foot {
        background-color: #bfbfbf; } }
    @media only screen and (min-width: 768px) {
      .grid-tiles .tile.active .tile-foot.otis-white {
        background-color: #FFFFFF; }
        .grid-tiles .tile.active .tile-foot.otis-white h2,
        .grid-tiles .tile.active .tile-foot.otis-white h3,
        .grid-tiles .tile.active .tile-foot.otis-white h4,
        .grid-tiles .tile.active .tile-foot.otis-white p {
          color: #041E42; } }
    @media only screen and (max-width: 399px) {
      .grid-tiles .tile.active .tile-content {
        max-height: 0;
        padding: 0 15px; } }
    @media only screen and (min-width: 400px) {
      .grid-tiles .tile.active .tile-content {
        background-color: #949494; } }
    @media only screen and (min-width: 768px) {
      .grid-tiles .tile.active .tile-content {
        background-color: transparent; } }

.grid-tiles .tile-bg {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px 15px; }

.grid-tiles .tile-content {
  padding: 10px 15px;
  background-color: #062f68;
  transition: background-color 0.25s; }
  @media only screen and (max-width: 399px) {
    .grid-tiles .tile-content {
      box-sizing: border-box;
      overflow: hidden;
      max-height: 400px;
      transition: max-height 0.25s linear, padding 0.05s linear 0.25s, background-color 0.25s; } }
  @media only screen and (min-width: 768px) {
    .grid-tiles .tile-content {
      background-color: transparent; } }
  .grid-tiles .tile-content h2 {
    display: block;
    font-family: "Avenir LT W01_45 Book1475508";
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 14px; }
    .grid-tiles .tile-content h2.no-margin {
      margin: 0; }
    .grid-tiles .tile-content h2.strong {
      font-size: 24px;
      font-family: "grifo_mmedium", "Times New Roman", serif; }
    .grid-tiles .tile-content h2 i {
      margin-right: 1rem; }
      .grid-tiles .tile-content h2 i:after {
        content: "\00ae";
        position: absolute;
        font-size: 1.5rem;
        font-style: normal; }
      .grid-tiles .tile-content h2 i.tm {
        margin-right: 1rem; }
        .grid-tiles .tile-content h2 i.tm:after {
          content: "\2122";
          position: absolute;
          font-size: 1.5rem;
          font-style: normal; }
  .grid-tiles .tile-content .otis_button {
    margin: 5px auto;
    min-width: 100%; }
    @media only screen and (min-width: 1200px) {
      .grid-tiles .tile-content .otis_button {
        min-width: 200px; } }
  .grid-tiles .tile-content .inner-content {
    position: relative;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 0.25s ease-in-out 0.15s;
    z-index: 2; }
    @media only screen and (min-width: 768px) {
      .grid-tiles .tile-content .inner-content {
        opacity: 0; } }
  @media only screen and (max-width: 767px) {
    .grid-tiles .tile-content.no-content {
      display: none; } }
  .grid-tiles .tile-content:before {
    content: "";
    transition: all 0.4s ease-in-out; }
    @media only screen and (min-width: 768px) {
      .grid-tiles .tile-content:before {
        background-color: rgba(26, 26, 26, 0.8);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 0; } }

.grid-tiles .tile-foot {
  position: relative;
  width: 100%;
  background-color: #041E42;
  padding: 10px 15px;
  min-height: 70px;
  transition: background-color 0.25s; }
  @media only screen and (min-width: 992px) {
    .grid-tiles .tile-foot {
      min-height: 100px; } }
  .grid-tiles .tile-foot .foot-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: #FFFFFF; }
    .grid-tiles .tile-foot .foot-inner h2 {
      font-family: "grifo_mmedium", "Times New Roman", serif;
      font-size: 16px; }
      @media only screen and (min-width: 768px) {
        .grid-tiles .tile-foot .foot-inner h2 {
          font-size: 22.4px; } }
      .grid-tiles .tile-foot .foot-inner h2.left {
        float: left;
        text-align: left;
        line-height: 1.2em; }
      .grid-tiles .tile-foot .foot-inner h2.block {
        text-align: left;
        width: 100%;
        margin: 0; }
    .grid-tiles .tile-foot .foot-inner img.left {
      float: left;
      max-height: 24px;
      max-width: 100%;
      margin: 6px 6px 6px 0; }
    .grid-tiles .tile-foot .foot-inner:after {
      content: "";
      display: table;
      clear: both; }

.grid-tiles:after {
  content: "";
  display: table;
  clear: both; }

.grid-tiles .expanded-section {
  display: none;
  float: left;
  width: 100%;
  background-color: #bfbfbf;
  border-bottom: 2px solid #FFFFFF; }
  .grid-tiles .expanded-section.otis-white {
    background-color: #FFFFFF; }
    .grid-tiles .expanded-section.otis-white h2,
    .grid-tiles .expanded-section.otis-white h3,
    .grid-tiles .expanded-section.otis-white h4,
    .grid-tiles .expanded-section.otis-white p {
      color: #041E42; }
    .grid-tiles .expanded-section.otis-white .close-btn {
      background: url(../images/components/close-btn-dark.png) no-repeat center center; }
    .grid-tiles .expanded-section.otis-white .lg-img {
      padding: 0 0 20px; }
      @media only screen and (min-width: 620px) {
        .grid-tiles .expanded-section.otis-white .lg-img {
          padding: 0; } }
    @media only screen and (min-width: 620px) {
      .grid-tiles .expanded-section.otis-white .side-content {
        padding: 0 40px 0 0; } }
    @media only screen and (min-width: 1600px) {
      .grid-tiles .expanded-section.otis-white .inner-content {
        padding: 20px 0; } }
    .grid-tiles .expanded-section.otis-white .otis_button {
      transition: all 0.4s ease-out;
      border: 2px solid #041E42;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #041E42;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase;
      margin: 5px 10px 5px 0; }
      .grid-tiles .expanded-section.otis-white .otis_button .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .grid-tiles .expanded-section.otis-white .otis_button .btn-icon.otis-white {
          background-position: 0 -24px; }
        .grid-tiles .expanded-section.otis-white .otis_button .btn-icon.otis-green {
          background-position: 0 -48px; }
        .grid-tiles .expanded-section.otis-white .otis_button .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .grid-tiles .expanded-section.otis-white .otis_button:hover {
        background-color: #041E42;
        text-decoration: none;
        color: #FFFFFF !important;
        border: 2px solid #FFFFFF; }
        .grid-tiles .expanded-section.otis-white .otis_button:hover:before {
          color: #FFFFFF !important; }
        .grid-tiles .expanded-section.otis-white .otis_button:hover .btn-icon {
          background-position: 0 -24px; }
          .grid-tiles .expanded-section.otis-white .otis_button:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .grid-tiles .expanded-section.otis-white .otis_button.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #041E42;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .grid-tiles .expanded-section.otis-white .otis_button {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .grid-tiles .expanded-section.otis-white .otis_button {
          margin: 20px auto; } }
      @media only screen and (max-width: 991px) {
        .grid-tiles .expanded-section.otis-white .otis_button {
          margin: 5px 10px 5px 0; } }
  .grid-tiles .expanded-section .inner-content {
    padding: 20px 0; }
    @media only screen and (min-width: 620px) {
      .grid-tiles .expanded-section .inner-content {
        padding: 40px 0; } }
    @media only screen and (min-width: 620px) and (max-width: 767px) {
      .grid-tiles .expanded-section .inner-content .col-xs-12 {
        width: 50%; } }
  .grid-tiles .expanded-section .close-btn {
    position: relative;
    float: right;
    height: 20px;
    width: 20px;
    text-align: center;
    cursor: pointer;
    background: url(../images/components/close-btn-white.png) no-repeat center center;
    margin: 0 0 20px;
    transition: transform 0.25s ease-in-out;
    z-index: 2; }
    .grid-tiles .expanded-section .close-btn.white {
      background: url(../images/components/close-btn-dark.png); }
    @media only screen and (min-width: 620px) {
      .grid-tiles .expanded-section .close-btn {
        position: absolute;
        right: 15px;
        float: none; } }
    .grid-tiles .expanded-section .close-btn:hover {
      transform: rotate(90deg); }
  .grid-tiles .expanded-section .lg-img {
    padding: 0 0 20px; }
    @media only screen and (min-width: 620px) {
      .grid-tiles .expanded-section .lg-img {
        padding: 0 40px 0 0; } }
  .grid-tiles .expanded-section .side-content {
    color: #FFFFFF; }
    @media only screen and (min-width: 992px) {
      .grid-tiles .expanded-section .side-content {
        padding: 0 0 20px; } }
    .grid-tiles .expanded-section .side-content.dark {
      color: #041E42; }
    .grid-tiles .expanded-section .side-content h2 {
      font-family: "grifo_mmedium", "Times New Roman", serif;
      font-size: 32px; }
      .grid-tiles .expanded-section .side-content h2 i {
        margin-right: 1rem; }
        .grid-tiles .expanded-section .side-content h2 i:after {
          content: "\00ae";
          position: absolute;
          font-size: 1.5rem;
          font-style: normal; }
        .grid-tiles .expanded-section .side-content h2 i.tm {
          margin-right: 1rem; }
          .grid-tiles .expanded-section .side-content h2 i.tm:after {
            content: "\2122";
            position: absolute;
            font-size: 1.5rem;
            font-style: normal; }
    .grid-tiles .expanded-section .side-content h3 {
      font-family: "grifo_mmedium", "Times New Roman", serif;
      font-size: 20px;
      font-weight: 300;
      margin: 10px 0; }
    .grid-tiles .expanded-section .side-content h4 {
      font-family: "grifo_mmedium", "Times New Roman", serif;
      font-size: 20px;
      font-weight: 300; }
    .grid-tiles .expanded-section .side-content p {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 16px;
      font-weight: 300;
      margin: 0 0 20px; }
      .grid-tiles .expanded-section .side-content p.strong {
        font-family: "Avenir LT W01_65 Medium1475532";
        font-weight: 500;
        margin: 0; }
  .grid-tiles .expanded-section .contact-info {
    margin: 0 0 20px; }
    .grid-tiles .expanded-section .contact-info p {
      margin: 0; }
    .grid-tiles .expanded-section .contact-info a {
      color: #041E42; }
  .grid-tiles .expanded-section .meta-info {
    padding: 20px 0 0; }
    .grid-tiles .expanded-section .meta-info p {
      margin: 0; }
    .grid-tiles .expanded-section .meta-info a {
      color: #FFFFFF; }
  .grid-tiles .expanded-section .otis_button {
    margin: 5px 10px 5px 0; }
    .grid-tiles .expanded-section .otis_button.dark {
      transition: all 0.4s ease-out;
      border: 2px solid #041E42;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #041E42;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase; }
      .grid-tiles .expanded-section .otis_button.dark .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .grid-tiles .expanded-section .otis_button.dark .btn-icon.otis-white {
          background-position: 0 -24px; }
        .grid-tiles .expanded-section .otis_button.dark .btn-icon.otis-green {
          background-position: 0 -48px; }
        .grid-tiles .expanded-section .otis_button.dark .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .grid-tiles .expanded-section .otis_button.dark:hover {
        background-color: #041E42;
        text-decoration: none;
        color: #FFFFFF !important;
        border: 2px solid #FFFFFF; }
        .grid-tiles .expanded-section .otis_button.dark:hover:before {
          color: #FFFFFF !important; }
        .grid-tiles .expanded-section .otis_button.dark:hover .btn-icon {
          background-position: 0 -24px; }
          .grid-tiles .expanded-section .otis_button.dark:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .grid-tiles .expanded-section .otis_button.dark.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #041E42;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .grid-tiles .expanded-section .otis_button.dark {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .grid-tiles .expanded-section .otis_button.dark {
          margin: 20px auto; } }

.result_strip {
  padding: 25px 0;
  border-bottom: 1px dotted #949494; }
  .result_strip:first-child {
    border-top: 1px dotted #949494; }
  @media only screen and (max-width: 991px) {
    .result_strip img {
      width: 100%; } }
  .result_strip .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #041E42;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #041E42;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase; }
    .result_strip .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .result_strip .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .result_strip .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .result_strip .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .result_strip .otis_button:hover {
      background-color: #041E42;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .result_strip .otis_button:hover:before {
        color: #FFFFFF !important; }
      .result_strip .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .result_strip .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .result_strip .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #041E42;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .result_strip .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .result_strip .otis_button {
        margin: 20px auto; } }
  .result_strip h3 {
    font-size: 28.8px;
    font-family: "Avenir LT W01_45 Book1475508"; }
    @media only screen and (max-width: 991px) {
      .result_strip h3 {
        padding-top: 30px; } }
    .result_strip h3 a {
      text-decoration: underline;
      color: #041E42; }
  .result_strip .search_category {
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 19.2px;
    padding: 10px 0;
    display: block; }
    .result_strip .search_category a {
      color: #041E42;
      text-decoration: underline; }
  .result_strip p {
    font-size: 16px; }
  .result_strip .search_link {
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 19.2px;
    color: #041E42;
    text-decoration: underline;
    padding: 10px 0;
    display: block; }

.map_pod {
  position: relative;
  width: 100%;
  height: 350px;
  background-color: #e6e6e6;
  padding: 30px 0;
  text-align: center; }
  .map_pod .contact-pod-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    font-family: "Avenir LT W01_45 Book1475508"; }
  .map_pod .contact-info {
    margin-top: 10px; }
    .map_pod .contact-info a {
      color: #000000; }
  .map_pod .pod-title {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 24px;
    margin-bottom: 10px; }

.slick-carousel-wrapper .carousel-slider {
  background: #041E42;
  overflow: hidden;
  margin: 0; }

.slick-carousel-wrapper .slide-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 240px;
  margin: 10px 5px;
  opacity: 0.2;
  transition: transform 0.25s ease-in-out 0.4s, opacity 0.25s ease-in-out 0.4s; }
  @media only screen and (min-width: 500px) {
    .slick-carousel-wrapper .slide-item {
      height: 320px;
      margin: 40px 20px; } }
  @media only screen and (min-width: 768px) {
    .slick-carousel-wrapper .slide-item {
      margin: 60px 40px;
      height: 400px; } }
  @media only screen and (min-width: 992px) {
    .slick-carousel-wrapper .slide-item {
      height: 500px; } }
  @media only screen and (min-width: 1600px) {
    .slick-carousel-wrapper .slide-item {
      height: 600px; } }

.slick-carousel-wrapper .slick-current .slide-item {
  opacity: 1; }
  @media only screen and (min-width: 500px) {
    .slick-carousel-wrapper .slick-current .slide-item {
      transform: scale(1.1); } }

.slick-carousel-wrapper .slick-prev {
  left: 15px;
  z-index: 1;
  width: 60px;
  height: 60px;
  border-radius: 50%; }
  @media only screen and (min-width: 1200px) {
    .slick-carousel-wrapper .slick-prev {
      left: 80px; } }

.slick-carousel-wrapper .slick-prev:before {
  content: url(../images/components/carousel-cursor-left.png);
  float: left;
  height: 60px;
  width: 60px; }

.slick-carousel-wrapper .slick-next {
  right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%; }
  @media only screen and (min-width: 1200px) {
    .slick-carousel-wrapper .slick-next {
      right: 80px; } }

.slick-carousel-wrapper .slick-next:before {
  content: url(../images/components/carousel-cursor-right.png);
  float: left;
  height: 60px;
  width: 60px; }

.slick-carousel-wrapper .carousel-details-section {
  background-color: #949494;
  overflow: hidden;
  transition: all 0.25s ease-in-out; }
  .slick-carousel-wrapper .carousel-details-section .side-content {
    color: #FFFFFF; }
    @media only screen and (min-width: 992px) {
      .slick-carousel-wrapper .carousel-details-section .side-content {
        padding: 0 0 20px; } }
    .slick-carousel-wrapper .carousel-details-section .side-content.dark {
      color: #041E42; }
    .slick-carousel-wrapper .carousel-details-section .side-content h2 {
      font-family: "Otis Light", helvetica, arial, sans-serif;
      font-size: 32px;
      font-weight: 300; }
    .slick-carousel-wrapper .carousel-details-section .side-content h4 {
      font-family: "Otis Light", helvetica, arial, sans-serif;
      font-size: 20px;
      font-weight: 300;
      margin: 0 0 20px; }
    .slick-carousel-wrapper .carousel-details-section .side-content h2 i,
    .slick-carousel-wrapper .carousel-details-section .side-content h4 i {
      margin-right: 1rem; }
      .slick-carousel-wrapper .carousel-details-section .side-content h2 i:after,
      .slick-carousel-wrapper .carousel-details-section .side-content h4 i:after {
        content: "\00ae";
        position: absolute;
        font-size: 1.5rem;
        font-style: normal; }
      .slick-carousel-wrapper .carousel-details-section .side-content h2 i.tm,
      .slick-carousel-wrapper .carousel-details-section .side-content h4 i.tm {
        margin-right: 1rem; }
        .slick-carousel-wrapper .carousel-details-section .side-content h2 i.tm:after,
        .slick-carousel-wrapper .carousel-details-section .side-content h4 i.tm:after {
          content: "\2122";
          position: absolute;
          font-size: 1.5rem;
          font-style: normal; }
    .slick-carousel-wrapper .carousel-details-section .side-content p {
      font-family: "Otis Light", helvetica, arial, sans-serif;
      font-size: 16px;
      font-weight: 300;
      margin: 0 0 20px; }
      .slick-carousel-wrapper .carousel-details-section .side-content p.strong {
        font-family: "Avenir LT W01_65 Medium1475532";
        font-weight: 500;
        margin: 0; }
  .slick-carousel-wrapper .carousel-details-section .meta-info {
    padding: 0 0 20px; }
    @media only screen and (min-width: 768px) {
      .slick-carousel-wrapper .carousel-details-section .meta-info {
        padding: 20px 0 0; } }
    .slick-carousel-wrapper .carousel-details-section .meta-info p {
      margin: 0; }
    .slick-carousel-wrapper .carousel-details-section .meta-info a {
      color: #FFFFFF; }
  .slick-carousel-wrapper .carousel-details-section .otis_button {
    margin: 5px 10px 5px 0; }
    .slick-carousel-wrapper .carousel-details-section .otis_button.dark {
      transition: all 0.4s ease-out;
      border: 2px solid #041E42;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #041E42;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase; }
      .slick-carousel-wrapper .carousel-details-section .otis_button.dark .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .slick-carousel-wrapper .carousel-details-section .otis_button.dark .btn-icon.otis-white {
          background-position: 0 -24px; }
        .slick-carousel-wrapper .carousel-details-section .otis_button.dark .btn-icon.otis-green {
          background-position: 0 -48px; }
        .slick-carousel-wrapper .carousel-details-section .otis_button.dark .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .slick-carousel-wrapper .carousel-details-section .otis_button.dark:hover {
        background-color: #041E42;
        text-decoration: none;
        color: #FFFFFF !important;
        border: 2px solid #FFFFFF; }
        .slick-carousel-wrapper .carousel-details-section .otis_button.dark:hover:before {
          color: #FFFFFF !important; }
        .slick-carousel-wrapper .carousel-details-section .otis_button.dark:hover .btn-icon {
          background-position: 0 -24px; }
          .slick-carousel-wrapper .carousel-details-section .otis_button.dark:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .slick-carousel-wrapper .carousel-details-section .otis_button.dark.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #041E42;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .slick-carousel-wrapper .carousel-details-section .otis_button.dark {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .slick-carousel-wrapper .carousel-details-section .otis_button.dark {
          margin: 20px auto; } }
  .slick-carousel-wrapper .carousel-details-section .carousel-item-detail {
    display: none;
    padding: 20px 0; }
    @media only screen and (min-width: 992px) {
      .slick-carousel-wrapper .carousel-details-section .carousel-item-detail {
        padding: 40px 0; } }
    .slick-carousel-wrapper .carousel-details-section .carousel-item-detail.active {
      display: block; }

.building_stats {
  padding-bottom: 20px; }
  .building_stats img {
    margin: 0 auto; }
  .building_stats .stat-circle {
    width: 250px;
    height: 250px;
    border: 2px solid #949494;
    border-radius: 50%;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: center;
    padding: 60px 40px;
    display: block;
    margin-left: auto;
    margin-right: auto; }
    .building_stats .stat-circle .thousand:after {
      content: 'k'; }
    .building_stats .stat-circle span {
      color: #041E42;
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 86.4px;
      line-height: 80px; }
    .building_stats .stat-circle p {
      color: #949494;
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 20px;
      margin-top: 10px; }
  .building_stats .stat-text {
    text-align: center;
    margin-top: 40px; }
    .building_stats .stat-text h2 {
      color: #949494;
      font-size: 24px;
      font-family: "Avenir LT W01_45 Book1475508"; }
    .building_stats .stat-text p {
      font-size: 30px;
      font-family: "Avenir LT W01_45 Book1475508"; }
  .building_stats-landscape {
    padding-bottom: 60px; }
    @media only screen and (min-width: 992px) {
      .building_stats-landscape .stat-circle {
        margin-bottom: 60px; }
      .building_stats-landscape .stat-text {
        margin-top: 60px; } }

.news-row .news-block .tile-bg {
  height: 100%;
  min-height: 300px; }
  @media only screen and (min-width: 768px) {
    .news-row .news-block .tile-bg {
      min-height: 500px; } }

@media only screen and (min-width: 992px) {
  .news-row .news-block .arrow-top:before {
    display: none; } }

.news-row .news-block .arrow-left:after,
.news-row .news-block .arrow-right:after {
  display: none; }
  @media only screen and (min-width: 992px) {
    .news-row .news-block .arrow-left:after,
    .news-row .news-block .arrow-right:after {
      display: inline-block; } }

.news-row .news-block .content-wrapper {
  text-align: left;
  padding: 40px 15px;
  height: 100%; }
  @media only screen and (min-width: 992px) {
    .news-row .news-block .content-wrapper {
      padding: 40px; } }
  .news-row .news-block .content-wrapper h2 {
    font-size: 45px; }
    .news-row .news-block .content-wrapper h2 a {
      font-size: 45px; }
  .news-row .news-block .content-wrapper p {
    margin-bottom: 30px; }

.news-row .news-block .share-btns {
  float: right; }
  .news-row .news-block .share-btns .twitter-share-button {
    float: right;
    margin-left: 5px; }

.news-block.nb-full-strip {
  background: #041E42;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
  text-align: center;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  text-align: left; }
  .news-block.nb-full-strip .content-wrapper {
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 20px; }
    @media only screen and (min-width: 768px) {
      .news-block.nb-full-strip .content-wrapper {
        padding: 40px 20px; } }
    .news-block.nb-full-strip .content-wrapper .inner-content {
      display: table-cell;
      vertical-align: middle; }
    .news-block.nb-full-strip .content-wrapper .date,
    .news-block.nb-full-strip .content-wrapper .location {
      display: inline-block;
      font-family: "Avenir LT W01_95 Black1475556";
      font-size: 12px;
      color: #F65275;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .news-block.nb-full-strip .content-wrapper h2 {
      font-family: "grifo_mmedium", "Times New Roman", serif;
      font-size: 24px;
      line-height: 1.2em;
      color: #FFFFFF;
      margin-bottom: 20px; }
      .news-block.nb-full-strip .content-wrapper h2 a {
        font-family: "grifo_mmedium", "Times New Roman", serif;
        font-size: 24px;
        color: #FFFFFF;
        text-decoration: none;
        transition: 0.25s text-shadow ease-in-out; }
        .news-block.nb-full-strip .content-wrapper h2 a:hover {
          text-shadow: 0 0 2px rgba(255, 255, 255, 0.2); }
      .news-block.nb-full-strip .content-wrapper h2.twitter-icon:before {
        content: "\f099";
        display: block;
        margin-bottom: 20px;
        font-family: FontAwesome;
        font-size: 30px; }
    .news-block.nb-full-strip .content-wrapper p {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 16px;
      color: #FFFFFF;
      margin-bottom: 20px; }
      .news-block.nb-full-strip .content-wrapper p a {
        text-decoration: underline; }
    .news-block.nb-full-strip .content-wrapper a {
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      color: #FFFFFF;
      position: relative;
      text-decoration: none; }
    .news-block.nb-full-strip .content-wrapper .more-btn:after {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      background-color: #FFFFFF;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      transition: 0.25s width ease-in-out; }
    .news-block.nb-full-strip .content-wrapper .more-btn:hover:after {
      content: "";
      width: 0; }
  .news-block.nb-full-strip:hover .tile-bg:before {
    opacity: 0.2; }
  .news-block.nb-full-strip .tile-bg {
    position: relative;
    display: block;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
    .news-block.nb-full-strip .tile-bg:before {
      content: "";
      transition: 0.4s opacity ease-in-out;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #041E42;
      opacity: 0; }
  .news-block.nb-full-strip.instagram-block {
    background: transparent;
    color: #FFFFFF; }
    .news-block.nb-full-strip.instagram-block .inner-wrapper {
      display: table;
      height: 100%;
      width: 100%; }
    .news-block.nb-full-strip.instagram-block .hover-content {
      position: relative;
      transition: opacity 0.4s ease-in-out;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .news-block.nb-full-strip.instagram-block .hover-content {
          text-align: left; } }
      .news-block.nb-full-strip.instagram-block .hover-content p {
        font-size: 16px;
        transition: 0.25s max-height ease-in-out, 0.25s opacity ease-in-out;
        padding: 10px 0 0; }
        @media only screen and (min-width: 992px) {
          .news-block.nb-full-strip.instagram-block .hover-content p {
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            padding: 30px 0 0; } }
        .news-block.nb-full-strip.instagram-block .hover-content p a {
          font-size: 16px;
          display: inline;
          height: auto;
          width: auto;
          text-decoration: none; }
    .news-block.nb-full-strip.instagram-block .icons-wrapper {
      color: #FFFFFF;
      transition: 0.15s left ease-out 0.15s, 0.15s top ease-out, 0.1s margin-top ease-out, 0.1s margin-left ease-out 0.15s;
      display: block;
      width: auto;
      height: 20px;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .news-block.nb-full-strip.instagram-block .icons-wrapper {
          position: absolute;
          top: 50%;
          bottom: 50%;
          right: 50%;
          left: 50%;
          left: 50%;
          right: 50%;
          width: 100px;
          margin: -10px 0 0 -50px; } }
      .news-block.nb-full-strip.instagram-block .icons-wrapper span {
        color: #FFFFFF;
        font-size: 14px;
        margin: 0 5px; }
        .news-block.nb-full-strip.instagram-block .icons-wrapper span i {
          color: #F65275; }
    .news-block.nb-full-strip.instagram-block:hover .tile-bg:before {
      opacity: 0.7; }
    .news-block.nb-full-strip.instagram-block:hover .hover-content {
      opacity: 1; }
      .news-block.nb-full-strip.instagram-block:hover .hover-content p {
        max-height: 500px;
        opacity: 1; }
    @media only screen and (min-width: 992px) {
      .news-block.nb-full-strip.instagram-block:hover .icons-wrapper {
        left: -5px;
        top: 0;
        margin: 0; } }
    .news-block.nb-full-strip.instagram-block .tile-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .news-block.nb-full-strip.instagram-block .tile-bg:before {
        opacity: 0.4; }
      @media only screen and (min-width: 992px) {
        .news-block.nb-full-strip.instagram-block .tile-bg:before {
          opacity: 0; } }
    .news-block.nb-full-strip.instagram-block .content-wrapper {
      display: table-cell;
      vertical-align: middle;
      padding: 20px; }
      .news-block.nb-full-strip.instagram-block .content-wrapper a,
      .news-block.nb-full-strip.instagram-block .content-wrapper p {
        color: #FFFFFF;
        font-family: "Avenir LT W01_45 Book1475508";
        margin: 0; }
    .news-block.nb-full-strip.instagram-block .content-wrapper {
      height: 300px; }
  .news-block.nb-full-strip .arrow-top:before {
    content: "";
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #041E42 transparent;
    transition: 0.25s border-width ease-in-out; }
  .news-block.nb-full-strip .arrow-right:before {
    content: "";
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #041E42 transparent;
    transition: 0.25s border-width ease-in-out; }
  .news-block.nb-full-strip .arrow-left:after {
    content: "";
    display: inline-block;
    margin: auto 0;
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #041E42 transparent transparent;
    transition: 0.25s border-width ease-in-out; }
  .news-block.nb-full-strip .arrow-right:after {
    content: "";
    display: inline-block;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #041E42;
    transition: 0.25s border-width ease-in-out; }
  .news-block.nb-full-strip.white {
    background: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 0;
    text-align: center; }
    .news-block.nb-full-strip.white .content-wrapper {
      display: table;
      position: relative;
      margin: 0 auto;
      padding: 20px; }
      @media only screen and (min-width: 768px) {
        .news-block.nb-full-strip.white .content-wrapper {
          padding: 40px 20px; } }
      .news-block.nb-full-strip.white .content-wrapper .inner-content {
        display: table-cell;
        vertical-align: middle; }
      .news-block.nb-full-strip.white .content-wrapper .date,
      .news-block.nb-full-strip.white .content-wrapper .location {
        display: inline-block;
        font-family: "Avenir LT W01_95 Black1475556";
        font-size: 12px;
        color: #F65275;
        margin-bottom: 5px;
        text-transform: uppercase; }
      .news-block.nb-full-strip.white .content-wrapper h2 {
        font-family: "grifo_mmedium", "Times New Roman", serif;
        font-size: 24px;
        line-height: 1.2em;
        color: #041E42;
        margin-bottom: 20px; }
        .news-block.nb-full-strip.white .content-wrapper h2 a {
          font-family: "grifo_mmedium", "Times New Roman", serif;
          font-size: 24px;
          color: #041E42;
          text-decoration: none;
          transition: 0.25s text-shadow ease-in-out; }
          .news-block.nb-full-strip.white .content-wrapper h2 a:hover {
            text-shadow: 0 0 2px rgba(4, 30, 66, 0.2); }
        .news-block.nb-full-strip.white .content-wrapper h2.twitter-icon:before {
          content: "\f099";
          display: block;
          margin-bottom: 20px;
          font-family: FontAwesome;
          font-size: 30px; }
      .news-block.nb-full-strip.white .content-wrapper p {
        font-family: "Avenir LT W01_45 Book1475508";
        font-size: 16px;
        color: #041E42;
        margin-bottom: 20px; }
        .news-block.nb-full-strip.white .content-wrapper p a {
          text-decoration: underline; }
      .news-block.nb-full-strip.white .content-wrapper a {
        font-family: "Avenir LT W01_65 Medium1475532";
        font-size: 14px;
        color: #041E42;
        position: relative;
        text-decoration: none; }
      .news-block.nb-full-strip.white .content-wrapper .more-btn:after {
        content: "";
        display: block;
        height: 1px;
        width: 100%;
        background-color: #041E42;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        transition: 0.25s width ease-in-out; }
      .news-block.nb-full-strip.white .content-wrapper .more-btn:hover:after {
        content: "";
        width: 0; }
    .news-block.nb-full-strip.white:hover .tile-bg:before {
      opacity: 0.2; }
    .news-block.nb-full-strip.white .tile-bg {
      position: relative;
      display: block;
      height: 200px;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover; }
      .news-block.nb-full-strip.white .tile-bg:before {
        content: "";
        transition: 0.4s opacity ease-in-out;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #041E42;
        opacity: 0; }
    .news-block.nb-full-strip.white.instagram-block {
      background: transparent;
      color: #FFFFFF; }
      .news-block.nb-full-strip.white.instagram-block .inner-wrapper {
        display: table;
        height: 100%;
        width: 100%; }
      .news-block.nb-full-strip.white.instagram-block .hover-content {
        position: relative;
        transition: opacity 0.4s ease-in-out;
        text-align: center; }
        @media only screen and (min-width: 992px) {
          .news-block.nb-full-strip.white.instagram-block .hover-content {
            text-align: left; } }
        .news-block.nb-full-strip.white.instagram-block .hover-content p {
          font-size: 16px;
          transition: 0.25s max-height ease-in-out, 0.25s opacity ease-in-out;
          padding: 10px 0 0; }
          @media only screen and (min-width: 992px) {
            .news-block.nb-full-strip.white.instagram-block .hover-content p {
              max-height: 0;
              overflow: hidden;
              opacity: 0;
              padding: 30px 0 0; } }
          .news-block.nb-full-strip.white.instagram-block .hover-content p a {
            font-size: 16px;
            display: inline;
            height: auto;
            width: auto;
            text-decoration: none; }
      .news-block.nb-full-strip.white.instagram-block .icons-wrapper {
        color: #FFFFFF;
        transition: 0.15s left ease-out 0.15s, 0.15s top ease-out, 0.1s margin-top ease-out, 0.1s margin-left ease-out 0.15s;
        display: block;
        width: auto;
        height: 20px;
        text-align: center; }
        @media only screen and (min-width: 992px) {
          .news-block.nb-full-strip.white.instagram-block .icons-wrapper {
            position: absolute;
            top: 50%;
            bottom: 50%;
            right: 50%;
            left: 50%;
            left: 50%;
            right: 50%;
            width: 100px;
            margin: -10px 0 0 -50px; } }
        .news-block.nb-full-strip.white.instagram-block .icons-wrapper span {
          color: #FFFFFF;
          font-size: 14px;
          margin: 0 5px; }
          .news-block.nb-full-strip.white.instagram-block .icons-wrapper span i {
            color: #F65275; }
      .news-block.nb-full-strip.white.instagram-block:hover .tile-bg:before {
        opacity: 0.7; }
      .news-block.nb-full-strip.white.instagram-block:hover .hover-content {
        opacity: 1; }
        .news-block.nb-full-strip.white.instagram-block:hover .hover-content p {
          max-height: 500px;
          opacity: 1; }
      @media only screen and (min-width: 992px) {
        .news-block.nb-full-strip.white.instagram-block:hover .icons-wrapper {
          left: -5px;
          top: 0;
          margin: 0; } }
      .news-block.nb-full-strip.white.instagram-block .tile-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .news-block.nb-full-strip.white.instagram-block .tile-bg:before {
          opacity: 0.4; }
        @media only screen and (min-width: 992px) {
          .news-block.nb-full-strip.white.instagram-block .tile-bg:before {
            opacity: 0; } }
      .news-block.nb-full-strip.white.instagram-block .content-wrapper {
        display: table-cell;
        vertical-align: middle;
        padding: 20px; }
        .news-block.nb-full-strip.white.instagram-block .content-wrapper a,
        .news-block.nb-full-strip.white.instagram-block .content-wrapper p {
          color: #FFFFFF;
          font-family: "Avenir LT W01_45 Book1475508";
          margin: 0; }
      .news-block.nb-full-strip.white.instagram-block .content-wrapper {
        height: 300px; }
    .news-block.nb-full-strip.white .arrow-top:before {
      content: "";
      display: inline-block;
      margin: 0 auto;
      position: absolute;
      top: -15px;
      left: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 15px 15px;
      border-color: transparent transparent #FFFFFF transparent;
      transition: 0.25s border-width ease-in-out; }
    .news-block.nb-full-strip.white .arrow-right:before {
      content: "";
      display: inline-block;
      margin: 0 auto;
      position: absolute;
      top: -15px;
      left: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 15px 15px;
      border-color: transparent transparent #FFFFFF transparent;
      transition: 0.25s border-width ease-in-out; }
    .news-block.nb-full-strip.white .arrow-left:after {
      content: "";
      display: inline-block;
      margin: auto 0;
      position: absolute;
      top: 0;
      left: -15px;
      bottom: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 15px 15px 0;
      border-color: transparent #FFFFFF transparent transparent;
      transition: 0.25s border-width ease-in-out; }
    .news-block.nb-full-strip.white .arrow-right:after {
      content: "";
      display: inline-block;
      margin: auto 0;
      position: absolute;
      top: 0;
      right: -15px;
      bottom: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 0 15px 15px;
      border-color: transparent transparent transparent #FFFFFF;
      transition: 0.25s border-width ease-in-out; }
  .news-block.nb-full-strip .content-wrapper {
    padding: 40px 15px;
    text-align: left; }
    @media only screen and (min-width: 992px) {
      .news-block.nb-full-strip .content-wrapper {
        padding: 40px; } }
    .news-block.nb-full-strip .content-wrapper h2 {
      font-size: 45px; }
      .news-block.nb-full-strip .content-wrapper h2 a {
        font-size: 45px; }
    .news-block.nb-full-strip .content-wrapper p {
      margin-bottom: 30px; }
  .news-block.nb-full-strip .share-btns {
    float: right; }
    .news-block.nb-full-strip .share-btns .twitter-share-button {
      float: right;
      margin-left: 5px; }

.list-block {
  background-color: #041E42;
  border-bottom: 2px solid #FFFFFF;
  color: #FFFFFF;
  padding: 20px 0; }
  .list-block .inner-content {
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .list-block .inner-content {
        text-align: left; } }
    .list-block .inner-content h2 {
      font-family: "Otis Regular", helvetica, arial, sans-serif;
      font-size: 24px;
      color: #FFFFFF;
      margin: 0; }
      .list-block .inner-content h2 a {
        color: #FFFFFF; }
      .list-block .inner-content h2 i {
        margin-right: 1rem; }
        .list-block .inner-content h2 i:after {
          content: "\00ae";
          position: absolute;
          font-size: 1.5rem;
          font-style: normal; }
        .list-block .inner-content h2 i.tm {
          margin-right: 1rem; }
          .list-block .inner-content h2 i.tm:after {
            content: "\2122";
            position: absolute;
            font-size: 1.5rem;
            font-style: normal; }
    .list-block .inner-content p {
      margin: 0 0 10px;
      font-family: "Otis Light", helvetica, arial, sans-serif;
      font-size: 16px; }
  .list-block .date,
  .list-block .location {
    display: block;
    color: #FFFFFF;
    font-size: 16px; }
    @media only screen and (min-width: 1200px) {
      .list-block .date,
      .list-block .location {
        font-size: 24px; } }
  .list-block .date {
    font-family: "Avenir LT W01_65 Medium1475532"; }
  .list-block .location {
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) {
      .list-block .location {
        margin-bottom: 0; } }
  .list-block img {
    margin: 0 auto 10px;
    max-height: 100px; }
    @media only screen and (min-width: 992px) {
      .list-block img {
        margin: 0; } }
  @media only screen and (min-width: 768px) {
    .list-block .btns-col {
      text-align: center; } }
  @media only screen and (min-width: 992px) {
    .list-block .btns-col {
      text-align: inherit; } }
  .list-block .otis_button {
    width: 100%;
    min-width: inherit;
    margin: 10px auto; }
    .list-block .otis_button:nth-child(2) {
      margin: 10px auto; }
      @media only screen and (min-width: 768px) {
        .list-block .otis_button:nth-child(2) {
          margin: 0 5px; } }
    @media only screen and (min-width: 768px) {
      .list-block .otis_button {
        display: inline-block;
        margin: 0 5px; } }
    @media only screen and (min-width: 992px) {
      .list-block .otis_button {
        margin: 0;
        width: 100%; }
        .list-block .otis_button:nth-child(2) {
          margin: 10px 0 0; } }
    @media only screen and (min-width: 1200px) {
      .list-block .otis_button {
        margin: 0 5px !important;
        width: auto;
        float: right; } }
  .list-block .pagination-wrapper {
    background-color: #041E42;
    padding: 20px 0; }
    .list-block .pagination-wrapper .pagination {
      float: right;
      margin: 0; }
      .list-block .pagination-wrapper .pagination li {
        font-family: "Avenir LT W01_45 Book1475508";
        font-size: 14px;
        color: #FFFFFF;
        display: none;
        text-decoration: none;
        width: 18px;
        height: 18px;
        line-height: 16px;
        text-align: center;
        margin: 0; }
        @media only screen and (min-width: 768px) {
          .list-block .pagination-wrapper .pagination li {
            display: inline-block;
            font-size: 16px;
            width: 30px;
            height: 30px;
            line-height: 28px;
            margin: 0 0 0 2px; } }
        .list-block .pagination-wrapper .pagination li a {
          transition: all 0.4s ease-out;
          font-size: 16px;
          color: #FFFFFF;
          text-decoration: underline;
          display: block;
          background-color: transparent;
          border: none;
          float: none;
          margin: 0;
          padding: 0; }
          .list-block .pagination-wrapper .pagination li a:hover {
            color: #949494;
            text-decoration: none; }
        .list-block .pagination-wrapper .pagination li.active {
          display: inline-block;
          border: 1px solid #FFFFFF;
          border-radius: 50%; }
          .list-block .pagination-wrapper .pagination li.active a {
            text-decoration: none; }
        .list-block .pagination-wrapper .pagination li.total {
          display: inline-block;
          width: auto; }
          @media only screen and (min-width: 768px) {
            .list-block .pagination-wrapper .pagination li.total {
              display: none; } }
          .list-block .pagination-wrapper .pagination li.total:before {
            content: "/";
            display: inline-block;
            padding: 0 5px 0 3px; }
        .list-block .pagination-wrapper .pagination li.prev, .list-block .pagination-wrapper .pagination li.next {
          display: inline-block; }
          .list-block .pagination-wrapper .pagination li.prev span:before, .list-block .pagination-wrapper .pagination li.next span:before {
            border: none;
            font-size: 19.2px;
            color: #4d4d4d;
            vertical-align: middle;
            padding: 0; }
          .list-block .pagination-wrapper .pagination li.prev a, .list-block .pagination-wrapper .pagination li.next a {
            text-decoration: none; }
          .list-block .pagination-wrapper .pagination li.prev.disabled, .list-block .pagination-wrapper .pagination li.next.disabled {
            display: none; }
    @media only screen and (min-width: 768px) {
      .list-block .pagination-wrapper {
        padding: 30px 0; } }
  .list-block .otis_button {
    margin: 0 auto; }
  .list-block h2 {
    font-family: "Otis Light", helvetica, arial, sans-serif;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 20px; }
    @media only screen and (max-width: 991px) {
      .list-block h2 {
        text-align: center; } }
    @media only screen and (min-width: 992px) {
      .list-block h2 {
        margin-bottom: 0; } }
    @media only screen and (min-width: 1200px) {
      .list-block h2 {
        font-size: 24px; } }

.tooltip {
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 16px;
  border-radius: 0; }
  .tooltip .tooltip-inner {
    padding: 15px; }

@media only screen and (min-width: 992px) {
  .standard_blocks_wrapper {
    padding-top: 60px;
    padding-bottom: 60px; } }

.standard_blocks_wrapper .standard-block {
  margin: 20px 0;
  position: relative;
  padding: 0;
  background-color: #041E42; }
  .standard_blocks_wrapper .standard-block .block-image {
    max-height: 320px;
    overflow: hidden;
    border-top: 3px solid #CBA052; }
    .standard_blocks_wrapper .standard-block .block-image img {
      width: 100%; }
    @media only screen and (min-width: 992px) {
      .standard_blocks_wrapper .standard-block .block-image {
        max-height: 220px; } }
  .standard_blocks_wrapper .standard-block .block-icon {
    width: 80px;
    height: 80px;
    margin: 20px auto 0;
    border: 2px solid #949494;
    border-radius: 50%;
    padding: 10px;
    position: relative;
    top: 20px; }
    @media only screen and (min-width: 768px) {
      .standard_blocks_wrapper .standard-block .block-icon img {
        margin: 0 auto; } }
  .standard_blocks_wrapper .standard-block .block-text {
    padding: 20px; }
    .standard_blocks_wrapper .standard-block .block-text h2 {
      font-family: "grifo_mmedium", "Times New Roman", serif;
      color: #041E42;
      font-size: 32px;
      line-height: 1;
      margin-bottom: 10px;
      color: #ffffff; }
    .standard_blocks_wrapper .standard-block .block-text h3 {
      font-family: "Avenir LT W01_65 Medium1475532";
      color: #CBA052;
      font-size: 14px; }
    .standard_blocks_wrapper .standard-block .block-text p, .standard_blocks_wrapper .standard-block .block-text ul {
      font-family: "Avenir LT W01_45 Book1475508";
      color: #ffffff;
      font-size: 14px;
      margin: 20px 0; }
    .standard_blocks_wrapper .standard-block .block-text ul {
      padding-left: 30px; }
    .standard_blocks_wrapper .standard-block .block-text .otis_button {
      transition: all 0.4s ease-out;
      border: 2px solid #ffffff;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #ffffff;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase;
      margin-top: 20px;
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      width: auto; }
      .standard_blocks_wrapper .standard-block .block-text .otis_button .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .standard_blocks_wrapper .standard-block .block-text .otis_button .btn-icon.otis-white {
          background-position: 0 -24px; }
        .standard_blocks_wrapper .standard-block .block-text .otis_button .btn-icon.otis-green {
          background-position: 0 -48px; }
        .standard_blocks_wrapper .standard-block .block-text .otis_button .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .standard_blocks_wrapper .standard-block .block-text .otis_button:hover {
        background-color: #ffffff;
        text-decoration: none;
        color: #041E42 !important;
        border: 2px solid #041E42; }
        .standard_blocks_wrapper .standard-block .block-text .otis_button:hover:before {
          color: #041E42 !important; }
        .standard_blocks_wrapper .standard-block .block-text .otis_button:hover .btn-icon {
          background-position: 0 -24px; }
          .standard_blocks_wrapper .standard-block .block-text .otis_button:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .standard_blocks_wrapper .standard-block .block-text .otis_button.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #ffffff;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .standard_blocks_wrapper .standard-block .block-text .otis_button {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .standard_blocks_wrapper .standard-block .block-text .otis_button {
          margin: 20px auto; } }
    .standard_blocks_wrapper .standard-block .block-text.button-active {
      padding: 20px 20px 100px; }
      @media only screen and (min-width: 992px) {
        .standard_blocks_wrapper .standard-block .block-text.button-active {
          padding-bottom: 70px; } }
  .standard_blocks_wrapper .standard-block.block-centered {
    text-align: center !important; }
  .standard_blocks_wrapper .standard-block.block-black {
    background-color: #041E42; }
    .standard_blocks_wrapper .standard-block.block-black .block-icon {
      border: 2px solid #FFFFFF; }
    .standard_blocks_wrapper .standard-block.block-black h2, .standard_blocks_wrapper .standard-block.block-black h3, .standard_blocks_wrapper .standard-block.block-black p, .standard_blocks_wrapper .standard-block.block-black ul {
      color: #FFFFFF; }
    .standard_blocks_wrapper .standard-block.block-black .otis_button {
      transition: all 0.4s ease-out;
      border: 2px solid #FFFFFF;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #FFFFFF;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase; }
      .standard_blocks_wrapper .standard-block.block-black .otis_button .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .standard_blocks_wrapper .standard-block.block-black .otis_button .btn-icon.otis-white {
          background-position: 0 -24px; }
        .standard_blocks_wrapper .standard-block.block-black .otis_button .btn-icon.otis-green {
          background-position: 0 -48px; }
        .standard_blocks_wrapper .standard-block.block-black .otis_button .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .standard_blocks_wrapper .standard-block.block-black .otis_button:hover {
        background-color: #FFFFFF;
        text-decoration: none;
        color: #041E42 !important;
        border: 2px solid #041E42; }
        .standard_blocks_wrapper .standard-block.block-black .otis_button:hover:before {
          color: #041E42 !important; }
        .standard_blocks_wrapper .standard-block.block-black .otis_button:hover .btn-icon {
          background-position: 0 -24px; }
          .standard_blocks_wrapper .standard-block.block-black .otis_button:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .standard_blocks_wrapper .standard-block.block-black .otis_button.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #FFFFFF;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .standard_blocks_wrapper .standard-block.block-black .otis_button {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .standard_blocks_wrapper .standard-block.block-black .otis_button {
          margin: 20px auto; } }
  .standard_blocks_wrapper .standard-block.block-white {
    background-color: #FFFFFF; }
    .standard_blocks_wrapper .standard-block.block-white .white-icon {
      border: 2px solid #041E42; }
    .standard_blocks_wrapper .standard-block.block-white h2, .standard_blocks_wrapper .standard-block.block-white h3, .standard_blocks_wrapper .standard-block.block-white p, .standard_blocks_wrapper .standard-block.block-white ul {
      color: #041E42; }
    .standard_blocks_wrapper .standard-block.block-white .otis_button {
      transition: all 0.4s ease-out;
      border: 2px solid #041E42;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #041E42;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase; }
      .standard_blocks_wrapper .standard-block.block-white .otis_button .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .standard_blocks_wrapper .standard-block.block-white .otis_button .btn-icon.otis-white {
          background-position: 0 -24px; }
        .standard_blocks_wrapper .standard-block.block-white .otis_button .btn-icon.otis-green {
          background-position: 0 -48px; }
        .standard_blocks_wrapper .standard-block.block-white .otis_button .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .standard_blocks_wrapper .standard-block.block-white .otis_button:hover {
        background-color: #041E42;
        text-decoration: none;
        color: #FFFFFF !important;
        border: 2px solid #FFFFFF; }
        .standard_blocks_wrapper .standard-block.block-white .otis_button:hover:before {
          color: #FFFFFF !important; }
        .standard_blocks_wrapper .standard-block.block-white .otis_button:hover .btn-icon {
          background-position: 0 -24px; }
          .standard_blocks_wrapper .standard-block.block-white .otis_button:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .standard_blocks_wrapper .standard-block.block-white .otis_button.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #041E42;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .standard_blocks_wrapper .standard-block.block-white .otis_button {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .standard_blocks_wrapper .standard-block.block-white .otis_button {
          margin: 20px auto; } }
  .standard_blocks_wrapper .standard-block.block-green {
    background-color: #7f9f49; }
    .standard_blocks_wrapper .standard-block.block-green .block-icon {
      border: 2px solid #FFFFFF; }
    .standard_blocks_wrapper .standard-block.block-green h2, .standard_blocks_wrapper .standard-block.block-green h3, .standard_blocks_wrapper .standard-block.block-green p, .standard_blocks_wrapper .standard-block.block-green ul {
      color: #FFFFFF; }
    .standard_blocks_wrapper .standard-block.block-green .otis_button {
      transition: all 0.4s ease-out;
      border: 2px solid #FFFFFF;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #FFFFFF;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase; }
      .standard_blocks_wrapper .standard-block.block-green .otis_button .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .standard_blocks_wrapper .standard-block.block-green .otis_button .btn-icon.otis-white {
          background-position: 0 -24px; }
        .standard_blocks_wrapper .standard-block.block-green .otis_button .btn-icon.otis-green {
          background-position: 0 -48px; }
        .standard_blocks_wrapper .standard-block.block-green .otis_button .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .standard_blocks_wrapper .standard-block.block-green .otis_button:hover {
        background-color: #FFFFFF;
        text-decoration: none;
        color: #041E42 !important;
        border: 2px solid #041E42; }
        .standard_blocks_wrapper .standard-block.block-green .otis_button:hover:before {
          color: #041E42 !important; }
        .standard_blocks_wrapper .standard-block.block-green .otis_button:hover .btn-icon {
          background-position: 0 -24px; }
          .standard_blocks_wrapper .standard-block.block-green .otis_button:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .standard_blocks_wrapper .standard-block.block-green .otis_button.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #FFFFFF;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .standard_blocks_wrapper .standard-block.block-green .otis_button {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .standard_blocks_wrapper .standard-block.block-green .otis_button {
          margin: 20px auto; } }
  .standard_blocks_wrapper .standard-block.block-blue {
    background-color: #245e82; }
    .standard_blocks_wrapper .standard-block.block-blue .block-icon {
      border: 2px solid #FFFFFF; }
    .standard_blocks_wrapper .standard-block.block-blue h2, .standard_blocks_wrapper .standard-block.block-blue h3, .standard_blocks_wrapper .standard-block.block-blue p, .standard_blocks_wrapper .standard-block.block-blue ul {
      color: #FFFFFF; }
    .standard_blocks_wrapper .standard-block.block-blue .otis_button {
      transition: all 0.4s ease-out;
      border: 2px solid #FFFFFF;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #FFFFFF;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase; }
      .standard_blocks_wrapper .standard-block.block-blue .otis_button .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .standard_blocks_wrapper .standard-block.block-blue .otis_button .btn-icon.otis-white {
          background-position: 0 -24px; }
        .standard_blocks_wrapper .standard-block.block-blue .otis_button .btn-icon.otis-green {
          background-position: 0 -48px; }
        .standard_blocks_wrapper .standard-block.block-blue .otis_button .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .standard_blocks_wrapper .standard-block.block-blue .otis_button:hover {
        background-color: #FFFFFF;
        text-decoration: none;
        color: #041E42 !important;
        border: 2px solid #041E42; }
        .standard_blocks_wrapper .standard-block.block-blue .otis_button:hover:before {
          color: #041E42 !important; }
        .standard_blocks_wrapper .standard-block.block-blue .otis_button:hover .btn-icon {
          background-position: 0 -24px; }
          .standard_blocks_wrapper .standard-block.block-blue .otis_button:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .standard_blocks_wrapper .standard-block.block-blue .otis_button.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #FFFFFF;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .standard_blocks_wrapper .standard-block.block-blue .otis_button {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .standard_blocks_wrapper .standard-block.block-blue .otis_button {
          margin: 20px auto; } }

.toolkit_link_banner {
  background-color: #041E42;
  padding: 30px 0; }
  .toolkit_link_banner h1 {
    font-size: 22.4px;
    font-family: "Avenir LT W01_45 Book1475508";
    color: #FFFFFF;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .toolkit_link_banner h1 {
        text-align: left; } }
    .toolkit_link_banner h1 span {
      font-family: "Otis Regular", helvetica, arial, sans-serif; }
    @media only screen and (min-width: 992px) {
      .toolkit_link_banner h1 {
        font-size: 32px; } }

.elevator_finder_top h2 {
  font-size: 32px;
  font-family: "grifo_mmedium", "Times New Roman", serif;
  color: #041E42;
  margin: 20px 0;
  text-align: center;
  position: relative; }
  .elevator_finder_top h2:after {
    content: '';
    width: 35px !important;
    height: 3px !important;
    bottom: -5px !important;
    position: absolute !important;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #CBA052; }
    @media only screen and (min-width: 992px) {
      .elevator_finder_top h2:after {
        content: '';
        width: 52px !important;
        height: 5px !important;
        bottom: 0px !important;
        position: absolute !important;
        left: 0px;
        transform: none; } }
  @media only screen and (min-width: 768px) {
    .elevator_finder_top h2 {
      font-size: 35.2px; } }
  @media only screen and (min-width: 992px) {
    .elevator_finder_top h2 {
      font-size: 48px;
      margin-top: 30px;
      text-align: left; } }

.elevator_finder_top h3 {
  font-size: 16px;
  font-family: "Avenir LT W01_45 Book1475508";
  color: #041E42;
  line-height: 1em;
  margin-bottom: 10px;
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .elevator_finder_top h3 {
      font-size: 22.4px;
      margin: 0;
      text-align: left; } }
  @media only screen and (min-width: 992px) {
    .elevator_finder_top h3 {
      margin-top: 15px; } }

.elevator_finder_top label {
  font-size: 16px;
  font-family: "Avenir LT W01_45 Book1475508";
  color: #041E42;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  margin: 15px 0 0;
  width: 100%; }

.elevator_finder_top .help_text {
  font-size: 16px;
  text-align: center;
  font-family: "Avenir LT W01_45 Book1475508"; }
  @media only screen and (min-width: 992px) {
    .elevator_finder_top .help_text {
      font-size: 16px;
      text-align: right;
      float: right; } }
  .elevator_finder_top .help_text a {
    color: #F65275;
    text-decoration: underline;
    font-family: "Avenir LT W01_65 Medium1475532"; }

.elevator_finder_top .otis_form {
  padding: 0 0 10px 0; }
  .elevator_finder_top .otis_form .custom-select {
    border: 1px solid #949494; }

.elevator_finder_top .top-filter {
  margin: 40px 0; }
  .elevator_finder_top .top-filter li {
    display: inline-block;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 19.2px;
    margin: 0 20px 0 0;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .elevator_finder_top .top-filter li {
        font-size: 24px; } }
    .elevator_finder_top .top-filter li.active {
      font-family: #041E42;
      padding: 0 0 5px 0;
      border-bottom: 2px solid #CBA052;
      color: #CBA052;
      text-transform: uppercase; }
    .elevator_finder_top .top-filter li.arrow-bottom:after {
      content: "";
      position: absolute;
      bottom: -22px;
      left: 0;
      right: 0;
      display: block;
      margin: 0 auto;
      height: 0;
      width: 0;
      border-color: transparent transparent #e6e6e6;
      border-style: solid;
      border-width: 0 10px 10px; }
  .elevator_finder_top .top-filter a {
    transition: all 0.4s ease-out;
    text-decoration: none;
    color: #041E42;
    font-family: #041E42;
    font-size: 14px;
    text-transform: uppercase; }
    .elevator_finder_top .top-filter a:hover {
      color: #949494; }

.elevator_finder_top .view-filter {
  text-align: center;
  margin: 10px 0 30px; }
  @media only screen and (min-width: 768px) {
    .elevator_finder_top .view-filter {
      float: right;
      margin: 40px 0 0; } }
  .elevator_finder_top .view-filter .reset-btn {
    margin-top: -5px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-family: "Otis Light", helvetica, arial, sans-serif;
    margin-right: 10px; }
  .elevator_finder_top .view-filter .close-btn {
    background-image: url("../images/about-us/meet-the-team/close-btn.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
  .elevator_finder_top .view-filter li {
    display: inline-block;
    margin: 20px 0 0 10px;
    color: #949494;
    vertical-align: top; }
    .elevator_finder_top .view-filter li a {
      color: #949494;
      text-decoration: none; }
      .elevator_finder_top .view-filter li a:before {
        font-size: 18px; }
      .elevator_finder_top .view-filter li a:hover {
        color: #4d4d4d;
        cursor: pointer; }
      .elevator_finder_top .view-filter li a:hover, .elevator_finder_top .view-filter li a:focus {
        outline: none; }
    @media only screen and (min-width: 768px) {
      .elevator_finder_top .view-filter li {
        margin: 0 0 0 10px; } }
    .elevator_finder_top .view-filter li.active a {
      color: #4d4d4d; }

.elevator_finder_top .type_filters {
  margin-bottom: 40px; }
  .elevator_finder_top .type_filters .type-filter-checkbox {
    border: 1px solid #041E42;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    cursor: pointer; }
    @media only screen and (min-width: 1200px) {
      .elevator_finder_top .type_filters .type-filter-checkbox {
        float: left;
        margin: 0 10px 0 0; } }
    .elevator_finder_top .type_filters .type-filter-checkbox.checkbox-active {
      background-image: url(../images/components/elevators-checkmark.png);
      background-size: 80% auto;
      background-position: center center;
      background-repeat: no-repeat; }
  .elevator_finder_top .type_filters .type-filter-checkbox-label {
    font-family: "Avenir LT W01_45 Book1475508";
    text-align: center; }
    @media only screen and (min-width: 1200px) {
      .elevator_finder_top .type_filters .type-filter-checkbox-label {
        text-align: left;
        padding-left: 50px; } }
    .elevator_finder_top .type_filters .type-filter-checkbox-label span {
      font-family: "Avenir LT W01_65 Medium1475532"; }
  .elevator_finder_top .type_filters .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #041E42;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #041E42;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    width: 100%;
    padding: 5px 20px; }
    .elevator_finder_top .type_filters .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .elevator_finder_top .type_filters .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .elevator_finder_top .type_filters .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .elevator_finder_top .type_filters .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .elevator_finder_top .type_filters .otis_button:hover {
      background-color: #041E42;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .elevator_finder_top .type_filters .otis_button:hover:before {
        color: #FFFFFF !important; }
      .elevator_finder_top .type_filters .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .elevator_finder_top .type_filters .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .elevator_finder_top .type_filters .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #041E42;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .elevator_finder_top .type_filters .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .elevator_finder_top .type_filters .otis_button {
        margin: 20px auto; } }

.product_grid_item {
  padding-right: 0;
  padding-left: 0;
  border-right: 1px solid #FFFFFF;
  color: #fff; }
  .product_grid_item:nth-of-type(4n+1) {
    background-color: #041E42; }
    .product_grid_item:nth-of-type(4n+1) .product_description {
      background-color: #041E42;
      color: #fff; }
    .product_grid_item:nth-of-type(4n+1) .product_snapshot {
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .product_grid_item:nth-of-type(4n+1) a {
      color: #ffffff; }
  .product_grid_item:nth-of-type(4n+2) {
    background-color: #F65275; }
    .product_grid_item:nth-of-type(4n+2) .product_description {
      background-color: #F65275;
      color: #fff; }
    .product_grid_item:nth-of-type(4n+2) .product_snapshot {
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .product_grid_item:nth-of-type(4n+2) a {
      color: #ffffff; }
  .product_grid_item:nth-of-type(4n+3) {
    background-color: #0033A0; }
    .product_grid_item:nth-of-type(4n+3) .product_description {
      background-color: #0033A0;
      color: #fff; }
    .product_grid_item:nth-of-type(4n+3) .product_snapshot {
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .product_grid_item:nth-of-type(4n+3) a {
      color: #ffffff; }
  .product_grid_item:nth-of-type(4n+4) {
    background-color: #CBA052; }
    .product_grid_item:nth-of-type(4n+4) .product_description {
      background-color: #CBA052;
      color: #fff; }
    .product_grid_item:nth-of-type(4n+4) .product_snapshot {
      border-top: 1px solid rgba(255, 255, 255, 0.4);
      border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
    .product_grid_item:nth-of-type(4n+4) a {
      color: #ffffff; }
  .product_grid_item .product_description {
    padding: 20px; }
    .product_grid_item .product_description .product_snapshot {
      margin-top: 20px;
      padding: 10px 0; }
  .product_grid_item a {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    font-size: 28px; }
    .product_grid_item a:hover {
      color: #FFFFFF; }
  .product_grid_item .product_image {
    overflow: hidden;
    max-height: 200px; }

.related_products {
  padding: 0 60px 60px; }
  .related_products .related_products_title {
    padding: 30px 0;
    font-family: "Avenir LT W01_65 Medium1475532"; }
  .related_products .related_product_image {
    max-height: 150px;
    overflow: hidden; }
  .related_products .related_product_content {
    padding-bottom: 30px; }
    .related_products .related_product_content h3 {
      font-family: "grifo_mmedium", "Times New Roman", serif;
      font-weight: normal;
      font-size: 25.6px;
      padding: 15px 0; }
      .related_products .related_product_content h3 a {
        color: #041E42; }
    .related_products .related_product_content p {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 16px; }

.otis_modal {
  z-index: 9999999999; }
  @media only screen and (min-width: 992px) {
    .otis_modal .modal-dialog {
      width: 800px; } }
  .otis_modal .modal-dialog .modal-content {
    padding: 40px 60px; }
  .otis_modal .contact-close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer; }
  .otis_modal h3 {
    font-family: "Avenir LT W01_45 Book1475508";
    color: #041E42;
    font-size: 28.8px;
    display: block;
    text-align: center;
    padding-top: 15px; }
    @media only screen and (min-width: 992px) {
      .otis_modal h3 {
        font-size: 48px;
        padding-bottom: 40px; } }
  .otis_modal h4 {
    font-family: "Avenir LT W01_45 Book1475508";
    color: #041E42;
    font-size: 28.8px;
    display: block;
    text-align: center;
    padding-top: 15px; }
    @media only screen and (min-width: 992px) {
      .otis_modal h4 {
        font-size: 48px; } }
  .otis_modal p {
    font-family: "Avenir LT W01_45 Book1475508";
    color: #041E42;
    font-size: 22.4px;
    display: block;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .otis_modal p {
        font-size: 32px; } }
  .otis_modal .submit-message {
    display: none; }
  .otis_modal form {
    padding: 20px 0 0; }
    .otis_modal form input[type="text"], .otis_modal form input[type="email"] {
      border: 2px solid #efefef; }
    .otis_modal form .otis_button {
      transition: all 0.4s ease-out;
      border: 2px solid #FFFFFF;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #FFFFFF;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: #041E42;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase;
      margin-top: 8px;
      padding: 15px 20px;
      width: 100%;
      display: block;
      height: 56px; }
      .otis_modal form .otis_button .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .otis_modal form .otis_button .btn-icon.otis-white {
          background-position: 0 -24px; }
        .otis_modal form .otis_button .btn-icon.otis-green {
          background-position: 0 -48px; }
        .otis_modal form .otis_button .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .otis_modal form .otis_button:hover {
        background-color: #FFFFFF;
        text-decoration: none;
        color: #041E42 !important;
        border: 2px solid #041E42; }
        .otis_modal form .otis_button:hover:before {
          color: #041E42 !important; }
        .otis_modal form .otis_button:hover .btn-icon {
          background-position: 0 -24px; }
          .otis_modal form .otis_button:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .otis_modal form .otis_button.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #FFFFFF;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .otis_modal form .otis_button {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .otis_modal form .otis_button {
          margin: 20px auto; } }
      @media only screen and (min-width: 992px) {
        .otis_modal form .otis_button {
          max-width: auto; } }
  .otis_modal .otis-icon {
    margin: 15px auto 0;
    display: block;
    width: 75px;
    height: 75px;
    padding: 20px; }

.modal-backdrop {
  z-index: 99999; }

.sitemap_header h1 {
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 40px;
  color: #041E42; }

.sitemap_inner h2 {
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 20.8px;
  color: #b2b2b2;
  border-bottom: 1px solid #041E42;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px; }

.sitemap_inner ul li {
  list-style: none;
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 14.4px;
  line-height: 33.6px; }
  .sitemap_inner ul li a {
    color: #041E42;
    text-decoration: none; }
    .sitemap_inner ul li a:hover {
      text-decoration: underline;
      color: #041E42; }
  .sitemap_inner ul li .sub_items {
    padding-left: 40px; }

.spacer_row {
  height: 30px; }

.download_list {
  background-color: #ECEAE8;
  padding: 40px 0;
  border-top: 2px solid #ffffff; }
  .download_list h3 {
    font-size: 32px;
    text-align: center;
    font-family: "grifo_mmedium", "Times New Roman", serif;
    color: #041E42;
    position: relative;
    margin-bottom: 20px; }
    .download_list h3:after {
      content: '';
      width: 35px !important;
      height: 3px !important;
      bottom: 0px !important;
      position: absolute !important;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #CBA052; }
      @media only screen and (min-width: 992px) {
        .download_list h3:after {
          content: '';
          width: 52px !important;
          height: 5px !important;
          bottom: 0px !important;
          position: absolute !important; } }
    @media only screen and (min-width: 768px) {
      .download_list h3 {
        font-size: 40px; } }
    @media only screen and (min-width: 992px) {
      .download_list h3 {
        font-size: 48px; } }
  .download_list .download_item_row {
    padding: 15px 0;
    border-bottom: 1px dotted #041E42;
    font-family: "Avenir LT W01_45 Book1475508"; }
    .download_list .download_item_row h4 {
      font-size: 22.4px;
      font-family: "grifo_mmedium", "Times New Roman", serif;
      color: #041E42; }
    .download_list .download_item_row p {
      font-family: "Avenir LT W01_45 Book1475508"; }
    .download_list .download_item_row a {
      color: #041E42;
      display: block;
      text-align: center;
      margin-top: 15px;
      font-family: "Avenir LT W01_95 Black1475556"; }
      .download_list .download_item_row a.pdf_link {
        margin-top: 19px; }
      .download_list .download_item_row a.cad_link {
        margin-top: 17px; }
      .download_list .download_item_row a:hover {
        text-decoration: none !important; }
  .download_list .additional_documents_trigger {
    padding: 15px 0;
    text-align: center; }
    .download_list .additional_documents_trigger .toggle_button {
      transition: all 0.4s ease-out;
      color: #041E42;
      text-decoration: none;
      font-family: "Otis Regular", helvetica, arial, sans-serif; }
      .download_list .additional_documents_trigger .toggle_button:after {
        font-family: "Otis";
        vertical-align: middle;
        padding-left: 10px; }
      .download_list .additional_documents_trigger .toggle_button.more:after {
        content: "\e01b"; }
      .download_list .additional_documents_trigger .toggle_button.less:after {
        content: "\e030"; }

.icon_list {
  padding: 40px 0; }
  .icon_list .icon_wrapper {
    padding: 10px 0; }
    .icon_list .icon_wrapper .icon_img {
      width: 50px;
      display: block;
      padding-right: 10px;
      text-align: center;
      margin: 0 auto; }
      .icon_list .icon_wrapper .icon_img img {
        display: inline-block; }
      @media only screen and (min-width: 992px) {
        .icon_list .icon_wrapper .icon_img {
          display: table-cell;
          vertical-align: middle;
          text-align: left; }
          .icon_list .icon_wrapper .icon_img img {
            display: block; } }
    .icon_list .icon_wrapper .icon_text {
      width: 100%;
      display: block;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .icon_list .icon_wrapper .icon_text {
          width: 85%;
          display: table-cell;
          vertical-align: middle;
          text-align: left; } }
      .icon_list .icon_wrapper .icon_text p {
        color: #041E42;
        font-family: "Avenir LT W01_45 Book1475508";
        font-size: 17.6px; }

.addon_list {
  padding: 40px 0; }
  .addon_list .addon_item {
    border: 1px solid rgba(203, 160, 82, 0.3);
    border-radius: 3px;
    padding: 10px;
    position: relative;
    margin-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      .addon_list .addon_item {
        margin-bottom: 0; } }
    .addon_list .addon_item .addon_check {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 20px; }
    .addon_list .addon_item .addon_image {
      width: 35%;
      display: table-cell;
      vertical-align: middle;
      padding-right: 10px; }
      .addon_list .addon_item .addon_image img {
        max-height: 90px;
        margin: 0 auto;
        display: block; }
    .addon_list .addon_item .addon_info {
      width: 65%;
      display: table-cell;
      vertical-align: middle; }
      .addon_list .addon_item .addon_info h4 {
        color: #041E42;
        font-family: "grifo_mmedium", "Times New Roman", serif;
        font-size: 24px; }
      .addon_list .addon_item .addon_info p {
        color: #041E42;
        font-family: "Avenir LT W01_45 Book1475508";
        font-size: 16px; }
      .addon_list .addon_item .addon_info a {
        color: #041E42;
        font-family: "Avenir LT W01_45 Book1475508";
        font-size: 16px;
        text-decoration: underline;
        margin-top: 10px;
        display: inline-block; }

.product_grid {
  padding: 40px 0; }
  .product_grid .product_wrapper {
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 270px;
    padding: 20px 0;
    border-bottom: 1px solid #FFFFFF; }
    @media only screen and (min-width: 992px) {
      .product_grid .product_wrapper {
        border-right: 1px solid #FFFFFF; } }
    .product_grid .product_wrapper:hover .product_overlay {
      transition: all 0.3s ease-in-out;
      opacity: 1;
      top: 15px;
      bottom: 15px; }
      .product_grid .product_wrapper:hover .product_overlay a {
        opacity: 1;
        margin-top: 0; }
        .product_grid .product_wrapper:hover .product_overlay a:hover {
          background-color: rgba(0, 0, 0, 0.2);
          border-color: #fff;
          color: #fff !important; }
    .product_grid .product_wrapper:hover .product_gradient {
      background-color: rgba(0, 50, 160, 0.2); }
    .product_grid .product_wrapper .product_gradient {
      transition: all 0.4s ease-out;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+52,000000+100&0+60,0.7+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 52%, transparent 60%, rgba(0, 0, 0, 0.7) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
      /* IE6-9 */
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 0; }
    .product_grid .product_wrapper .product_overlay {
      transition: all 0.3s ease-in-out;
      opacity: 0;
      position: absolute;
      background-color: rgba(4, 30, 66, 0.9);
      right: 15px;
      top: 100%;
      bottom: 15px;
      left: 15px;
      z-index: 2; }
      .product_grid .product_wrapper .product_overlay a {
        transition: all 0.2s ease-out;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #FFFFFF;
        font-size: 16px;
        font-family: "Avenir LT W01_45 Book1475508";
        text-align: center;
        width: 100%;
        opacity: 0;
        transition-delay: 0.3s;
        display: inline-block;
        width: auto;
        margin-top: -15px;
        border-color: #CBA052; }
    .product_grid .product_wrapper .product_info {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
      text-align: center; }
      .product_grid .product_wrapper .product_info h3 {
        color: #FFFFFF;
        font-family: "Avenir LT W01_45 Book1475508";
        font-size: 24px; }
      .product_grid .product_wrapper .product_info p {
        color: #FFFFFF;
        font-family: "Avenir LT W01_45 Book1475508";
        font-size: 16px; }
    .product_grid .product_wrapper .product_stats {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -20px;
      text-align: center;
      width: 100%; }
      .product_grid .product_wrapper .product_stats ul {
        display: inline; }
        .product_grid .product_wrapper .product_stats ul li {
          list-style-type: none;
          display: inline;
          font-family: "Avenir LT W01_45 Book1475508";
          color: #FFFFFF;
          font-size: 12px;
          margin-right: 15px; }
          .product_grid .product_wrapper .product_stats ul li:last-child {
            margin-right: 0; }

.video_list {
  background: #ECEAE8;
  padding: 40px 0; }
  @media only screen and (min-width: 768px) {
    .video_list {
      padding: 80px 0; } }
  .video_list h2 {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    color: #041E42;
    font-size: 48px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .video_list h2 {
        margin-top: 20px; } }
    .video_list h2:after {
      content: '';
      width: 50px;
      height: 3px;
      background-color: #CBA052;
      position: absolute;
      bottom: -10px;
      left: 0; }
      @media only screen and (min-width: 992px) {
        .video_list h2:after {
          width: 100px;
          height: 5px; } }
  .video_list ul {
    padding: 25px 0 0 25px; }
    .video_list ul li {
      list-style-image: url("../images/otis-black-icons/otis-icon-check-tiny.png");
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 16px;
      line-height: 36px;
      color: #041E42; }
  .video_list .otis_button {
    margin-top: 25px;
    transition: all 0.4s ease-out;
    border: 2px solid #041E42;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #041E42;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase; }
    @media only screen and (max-width: 991px) {
      .video_list .otis_button {
        width: 100%; } }
    @media only screen and (min-width: 992px) {
      .video_list .otis_button {
        margin-left: 25px; } }
    .video_list .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .video_list .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .video_list .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .video_list .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .video_list .otis_button:hover {
      background-color: #041E42;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .video_list .otis_button:hover:before {
        color: #FFFFFF !important; }
      .video_list .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .video_list .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .video_list .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #041E42;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .video_list .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .video_list .otis_button {
        margin: 20px auto; } }

.config_two_column {
  padding: 40px 0; }
  @media only screen and (min-width: 992px) {
    .config_two_column {
      padding: 80px 0; } }
  @media only screen and (max-width: 991px) {
    .config_two_column .config_item {
      padding: 0 10px;
      margin-bottom: 30px; } }
  .config_two_column .otis_button {
    margin-top: 10px;
    transition: all 0.4s ease-out;
    border: 2px solid #041E42;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #041E42;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-left: 5px;
    margin-right: 5px; }
    .config_two_column .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .config_two_column .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .config_two_column .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .config_two_column .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .config_two_column .otis_button:hover {
      background-color: #041E42;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .config_two_column .otis_button:hover:before {
        color: #FFFFFF !important; }
      .config_two_column .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .config_two_column .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .config_two_column .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #041E42;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .config_two_column .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .config_two_column .otis_button {
        margin: 20px auto; } }
  .config_two_column h2 {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    font-size: 34px;
    margin-bottom: 30px;
    color: #041E42;
    position: relative; }
    .config_two_column h2:after {
      content: '';
      width: 35px !important;
      height: 3px !important;
      bottom: -10px !important;
      position: absolute !important;
      left: 0px;
      background-color: #CBA052; }
      @media only screen and (min-width: 992px) {
        .config_two_column h2:after {
          content: '';
          width: 52px !important;
          height: 5px !important;
          bottom: -10px !important;
          position: absolute !important; } }
  .config_two_column p {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 16px;
    color: #041E42; }
  .config_two_column table {
    margin-top: 30px;
    margin-bottom: 30px; }
    .config_two_column table tr {
      border-bottom: 1px solid #ccc; }
      .config_two_column table tr:first-of-type {
        border-top: 1px solid #ccc; }
      .config_two_column table tr td {
        padding: 10px;
        font-family: "Avenir LT W01_45 Book1475508";
        font-size: 16px; }

.aesthetics_wrap {
  padding: 40px 0; }
  @media only screen and (min-width: 992px) {
    .aesthetics_wrap {
      padding: 80px 0; } }
  .aesthetics_wrap.grey_background {
    background-color: #e6e6e6; }
  .aesthetics_wrap h2 {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    font-size: 48px;
    width: 100%;
    margin-bottom: 60px;
    color: #041E42;
    position: relative; }
    .aesthetics_wrap h2:after {
      content: '';
      width: 35px !important;
      height: 3px !important;
      bottom: -10px !important;
      position: absolute !important;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #CBA052; }
      @media only screen and (min-width: 992px) {
        .aesthetics_wrap h2:after {
          content: '';
          width: 52px !important;
          height: 5px !important;
          bottom: -20px !important;
          position: absolute !important; } }
  .aesthetics_wrap p {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 16px;
    padding: 0 0 20px;
    color: #041E42; }
    @media only screen and (min-width: 992px) {
      .aesthetics_wrap p {
        margin: 0 auto;
        display: block; }
        .aesthetics_wrap p:last-of-type {
          padding: 0; } }
  .aesthetics_wrap .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #041E42;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #041E42;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px; }
    .aesthetics_wrap .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .aesthetics_wrap .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .aesthetics_wrap .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .aesthetics_wrap .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .aesthetics_wrap .otis_button:hover {
      background-color: #041E42;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .aesthetics_wrap .otis_button:hover:before {
        color: #FFFFFF !important; }
      .aesthetics_wrap .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .aesthetics_wrap .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .aesthetics_wrap .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #041E42;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .aesthetics_wrap .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .aesthetics_wrap .otis_button {
        margin: 20px auto; } }

.aesthetics_carousel_wrap {
  height: auto;
  overflow: hidden;
  position: relative;
  margin-top: 20px; }

.aesthetics_carousel {
  height: auto;
  padding-top: 5%;
  padding-bottom: 5%; }
  .aesthetics_carousel span[class^="otis-icon-"]:before,
  .aesthetics_carousel span[class*=" otis-icon-"]:before {
    border: none;
    padding: 0;
    border-radius: none; }
  .aesthetics_carousel .slick-next,
  .aesthetics_carousel .slick-prev {
    transition: all 0.4s ease-out; }
  .aesthetics_carousel .slick-next {
    right: 0; }
  .aesthetics_carousel .slick-prev {
    left: 0; }
  .aesthetics_carousel .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 30px;
    background-color: #041E42;
    border: none;
    position: absolute;
    z-index: 99;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
    border-radius: 0; }
    @media only screen and (min-width: 768px) {
      .aesthetics_carousel .slick-arrow {
        width: 60px;
        height: 60px; } }
    .aesthetics_carousel .slick-arrow:focus {
      outline: none; }
    .aesthetics_carousel .slick-arrow span {
      color: #CBA052; }
  .aesthetics_carousel .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  .aesthetics_carousel .slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0; }
  .aesthetics_carousel .slick-list:focus {
    outline: none; }
  .aesthetics_carousel .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  .aesthetics_carousel .slick-slider .slick-track,
  .aesthetics_carousel .slick-slider .slick-list {
    transform: translate3d(0, 0, 0); }
  .aesthetics_carousel .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block; }
  .aesthetics_carousel .slick-track:before,
  .aesthetics_carousel .slick-track:after {
    display: table;
    content: ''; }
  .aesthetics_carousel .slick-track:after {
    clear: both; }
  .aesthetics_carousel .slick-loading .slick-track {
    visibility: hidden; }
  .aesthetics_carousel .slick-slide {
    float: left;
    transition: all 0.3s ease-out;
    transition-delay: 0.4s;
    height: 100%;
    min-height: 1px;
    z-index: 1;
    transform: scale(0.8); }
    .aesthetics_carousel .slick-slide:after {
      transition: all 0.2s ease-out;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.8); }
  .aesthetics_carousel [dir='rtl'] .slick-slide {
    float: right; }
  .aesthetics_carousel .slick-slide img {
    display: block; }
  .aesthetics_carousel .slick-slide.slick-loading img {
    display: none; }
  .aesthetics_carousel .slick-slide.dragging img {
    pointer-events: none; }
  .aesthetics_carousel .slick-initialized .slick-slide {
    display: block; }
  .aesthetics_carousel .slick-loading .slick-slide {
    visibility: hidden; }
  .aesthetics_carousel .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  .aesthetics_carousel .slick-arrow.slick-hidden {
    display: none; }
  .aesthetics_carousel .slick-active {
    opacity: 1;
    transform: none;
    z-index: 5;
    position: relative; }
    .aesthetics_carousel .slick-active:after {
      transition: all 0.2s ease-out;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.7); }
  .aesthetics_carousel .slick-current {
    transform: none;
    opacity: 1;
    position: relative;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.25);
    z-index: 10; }
    .aesthetics_carousel .slick-current:after {
      background-color: rgba(255, 255, 255, 0); }

main.resource-library header.page-hero {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 767px) {
    main.resource-library header.page-hero {
      background-position: 80%; } }
  main.resource-library header.page-hero .section-headline {
    color: #ffffff; }
    main.resource-library header.page-hero .section-headline:after {
      content: '';
      width: 35px !important;
      height: 3px !important;
      bottom: 0px !important;
      position: absolute !important;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #F65275; }
      @media only screen and (min-width: 992px) {
        main.resource-library header.page-hero .section-headline:after {
          content: '';
          width: 52px !important;
          height: 5px !important;
          bottom: 0px !important;
          position: absolute !important; } }
  main.resource-library header.page-hero .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #ffffff;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: #F65275;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    border-color: #F65275; }
    main.resource-library header.page-hero .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      main.resource-library header.page-hero .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      main.resource-library header.page-hero .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      main.resource-library header.page-hero .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    main.resource-library header.page-hero .otis_button:hover {
      background-color: #ffffff;
      text-decoration: none;
      color: #041E42 !important;
      border: 2px solid #041E42; }
      main.resource-library header.page-hero .otis_button:hover:before {
        color: #041E42 !important; }
      main.resource-library header.page-hero .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        main.resource-library header.page-hero .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    main.resource-library header.page-hero .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #ffffff;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      main.resource-library header.page-hero .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      main.resource-library header.page-hero .otis_button {
        margin: 20px auto; } }
  main.resource-library header.page-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); }

@media screen and (max-width: 767px) {
  main.resource-library header.page-hero {
    padding-bottom: 0;
    margin-bottom: 15px; } }

main.resource-library header.page-hero label {
  color: #9E978E;
  text-transform: uppercase;
  font-size: smaller; }

main.resource-library header.page-hero .form-control {
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #ffffff;
  background: transparent;
  color: #9E978E;
  transition: all 0.2s ease-out;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */ }
  main.resource-library header.page-hero .form-control:focus, main.resource-library header.page-hero .form-control:hover {
    color: #9E978E !important; }
  main.resource-library header.page-hero .form-control::-webkit-input-placeholder {
    color: #9E978E; }
  main.resource-library header.page-hero .form-control:-moz-placeholder {
    color: #9E978E; }
  main.resource-library header.page-hero .form-control::-moz-placeholder {
    color: #9E978E; }
  main.resource-library header.page-hero .form-control:-ms-input-placeholder {
    color: #9E978E; }
  main.resource-library header.page-hero .form-control::-ms-input-placeholder {
    color: #9E978E; }

main.resource-library header.page-hero select {
  color: #9E978E !important; }
  main.resource-library header.page-hero select:not([multiple]) {
    border: none;
    border-bottom: 2px solid #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: 0.5rem;
    padding-right: 1.5rem; }

main.resource-library header.page-hero .search-wrapper .otis_button {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  width: calc(100% + 30px); }

@media screen and (min-width: 768px) {
  main.resource-library header.page-hero .search-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end; }
    main.resource-library header.page-hero .search-wrapper .otis_button {
      width: auto;
      margin: 0;
      margin-left: 30px; } }

main.resource-library .breadcrumbs_wrapper {
  margin-bottom: 15px; }

@media screen and (min-width: 768px) {
  main.resource-library section#resources .d-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; } }

main.resource-library section#resources .form-group label {
  color: #9E978E;
  text-transform: uppercase;
  font-size: smaller; }

main.resource-library section#resources .form-group .form-control {
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #F65275;
  background: transparent;
  color: #9E978E;
  transition: all 0.2s ease-out;
  /* WebKit, Blink, Edge */
  /* Mozilla Firefox 4 to 18 */
  /* Mozilla Firefox 19+ */
  /* Internet Explorer 10-11 */
  /* Microsoft Edge */ }
  main.resource-library section#resources .form-group .form-control:focus, main.resource-library section#resources .form-group .form-control:hover {
    color: #867e73; }
  main.resource-library section#resources .form-group .form-control::-webkit-input-placeholder {
    color: #9E978E; }
  main.resource-library section#resources .form-group .form-control:-moz-placeholder {
    color: #9E978E; }
  main.resource-library section#resources .form-group .form-control::-moz-placeholder {
    color: #9E978E; }
  main.resource-library section#resources .form-group .form-control:-ms-input-placeholder {
    color: #9E978E; }
  main.resource-library section#resources .form-group .form-control::-ms-input-placeholder {
    color: #9E978E; }

main.resource-library section#resources .form-group select:not([multiple]) {
  border: none;
  border-bottom: 2px solid #F65275;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: right 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: 0.5rem;
  padding-right: 1.5rem; }

main.resource-library section#resources .view-filter--wrapper {
  margin-left: auto; }

main.resource-library section#resources .view-filter {
  display: none;
  text-align: right; }
  @media screen and (min-width: 768px) {
    main.resource-library section#resources .view-filter {
      display: block; } }
  main.resource-library section#resources .view-filter.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
    main.resource-library section#resources .view-filter.list-inline > li {
      display: inline-block;
      padding-left: 5px;
      padding-right: 5px; }
      main.resource-library section#resources .view-filter.list-inline > li > a {
        color: #ECEAE8;
        transition: all 0.4s ease-out; }
        main.resource-library section#resources .view-filter.list-inline > li > a:hover, main.resource-library section#resources .view-filter.list-inline > li > a:focus {
          color: #9E978E;
          text-decoration: none; }
        main.resource-library section#resources .view-filter.list-inline > li > a.active {
          color: #867e73; }

main.resource-library section#resources .row {
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 966px) {
    main.resource-library section#resources .row {
      display: block; } }

main.resource-library section#resources .resource {
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4rem; }
  main.resource-library section#resources .resource .resource--title {
    font-family: "Avenir LT W01_95 Black1475556";
    color: #041E42; }
  main.resource-library section#resources .resource .resource--service, main.resource-library section#resources .resource .resource--language {
    color: #9E978E;
    font-size: small; }

main.resource-library section#resources.grid-view .resource {
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  transition: all 0.5s ease-out;
  overflow: hidden; }
  main.resource-library section#resources.grid-view .resource .resource--icon {
    opacity: 1;
    transition: all 0.3s ease-out; }
  main.resource-library section#resources.grid-view .resource .resource--title {
    margin-bottom: 2rem;
    transform: translate(0, 40px);
    transition: all 0.4s ease-out; }
  main.resource-library section#resources.grid-view .resource .resource--subtitle {
    margin-bottom: 2rem;
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 0.45s ease-out; }
  main.resource-library section#resources.grid-view .resource .resource--actions {
    margin-top: 1rem; }
    main.resource-library section#resources.grid-view .resource .resource--actions .otis_button {
      transition: all 0.4s ease-out;
      border: 2px solid #041E42;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #041E42;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase; }
      main.resource-library section#resources.grid-view .resource .resource--actions .otis_button .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        main.resource-library section#resources.grid-view .resource .resource--actions .otis_button .btn-icon.otis-white {
          background-position: 0 -24px; }
        main.resource-library section#resources.grid-view .resource .resource--actions .otis_button .btn-icon.otis-green {
          background-position: 0 -48px; }
        main.resource-library section#resources.grid-view .resource .resource--actions .otis_button .btn-icon.otis-gold {
          background-position: 0 -72px; }
      main.resource-library section#resources.grid-view .resource .resource--actions .otis_button:hover {
        background-color: #041E42;
        text-decoration: none;
        color: #FFFFFF !important;
        border: 2px solid #FFFFFF; }
        main.resource-library section#resources.grid-view .resource .resource--actions .otis_button:hover:before {
          color: #FFFFFF !important; }
        main.resource-library section#resources.grid-view .resource .resource--actions .otis_button:hover .btn-icon {
          background-position: 0 -24px; }
          main.resource-library section#resources.grid-view .resource .resource--actions .otis_button:hover .btn-icon.otis-white {
            background-position: 0 0; }
      main.resource-library section#resources.grid-view .resource .resource--actions .otis_button.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #041E42;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        main.resource-library section#resources.grid-view .resource .resource--actions .otis_button {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        main.resource-library section#resources.grid-view .resource .resource--actions .otis_button {
          margin: 20px auto; } }
  main.resource-library section#resources.grid-view .resource:hover {
    background: #041E42; }
    main.resource-library section#resources.grid-view .resource:hover .resource--icon {
      opacity: 0;
      transform: translate(0, -50%); }
    main.resource-library section#resources.grid-view .resource:hover .resource--title {
      transform: translate(0, -40px);
      color: #9E978E; }
    main.resource-library section#resources.grid-view .resource:hover .resource--subtitle {
      color: #9E978E;
      opacity: 1;
      transform: translate(0, -20px); }
    main.resource-library section#resources.grid-view .resource:hover .resource--actions .otis_button {
      transition: all 0.4s ease-out;
      border: 2px solid #CBA052;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #CBA052;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase; }
      main.resource-library section#resources.grid-view .resource:hover .resource--actions .otis_button .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        main.resource-library section#resources.grid-view .resource:hover .resource--actions .otis_button .btn-icon.otis-white {
          background-position: 0 -24px; }
        main.resource-library section#resources.grid-view .resource:hover .resource--actions .otis_button .btn-icon.otis-green {
          background-position: 0 -48px; }
        main.resource-library section#resources.grid-view .resource:hover .resource--actions .otis_button .btn-icon.otis-gold {
          background-position: 0 -72px; }
      main.resource-library section#resources.grid-view .resource:hover .resource--actions .otis_button:hover {
        background-color: #CBA052;
        text-decoration: none;
        color: #FFFFFF !important;
        border: 2px solid #FFFFFF; }
        main.resource-library section#resources.grid-view .resource:hover .resource--actions .otis_button:hover:before {
          color: #FFFFFF !important; }
        main.resource-library section#resources.grid-view .resource:hover .resource--actions .otis_button:hover .btn-icon {
          background-position: 0 -24px; }
          main.resource-library section#resources.grid-view .resource:hover .resource--actions .otis_button:hover .btn-icon.otis-white {
            background-position: 0 0; }
      main.resource-library section#resources.grid-view .resource:hover .resource--actions .otis_button.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #CBA052;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        main.resource-library section#resources.grid-view .resource:hover .resource--actions .otis_button {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        main.resource-library section#resources.grid-view .resource:hover .resource--actions .otis_button {
          margin: 20px auto; } }

main.resource-library section#resources.list-view .resource {
  text-align: center; }
  main.resource-library section#resources.list-view .resource .resource--title {
    margin-bottom: 2rem;
    transform: translate(0, 40px);
    transition: all 0.4s ease-out; }
  main.resource-library section#resources.list-view .resource .resource--subtitle {
    margin-bottom: 2rem;
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 0.45s ease-out; }
  main.resource-library section#resources.list-view .resource .resource--actions {
    margin-top: 1rem; }
    main.resource-library section#resources.list-view .resource .resource--actions .otis_button {
      transition: all 0.4s ease-out;
      border: 2px solid #041E42;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #041E42;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase; }
      main.resource-library section#resources.list-view .resource .resource--actions .otis_button .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        main.resource-library section#resources.list-view .resource .resource--actions .otis_button .btn-icon.otis-white {
          background-position: 0 -24px; }
        main.resource-library section#resources.list-view .resource .resource--actions .otis_button .btn-icon.otis-green {
          background-position: 0 -48px; }
        main.resource-library section#resources.list-view .resource .resource--actions .otis_button .btn-icon.otis-gold {
          background-position: 0 -72px; }
      main.resource-library section#resources.list-view .resource .resource--actions .otis_button:hover {
        background-color: #041E42;
        text-decoration: none;
        color: #FFFFFF !important;
        border: 2px solid #FFFFFF; }
        main.resource-library section#resources.list-view .resource .resource--actions .otis_button:hover:before {
          color: #FFFFFF !important; }
        main.resource-library section#resources.list-view .resource .resource--actions .otis_button:hover .btn-icon {
          background-position: 0 -24px; }
          main.resource-library section#resources.list-view .resource .resource--actions .otis_button:hover .btn-icon.otis-white {
            background-position: 0 0; }
      main.resource-library section#resources.list-view .resource .resource--actions .otis_button.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #041E42;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        main.resource-library section#resources.list-view .resource .resource--actions .otis_button {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        main.resource-library section#resources.list-view .resource .resource--actions .otis_button {
          margin: 20px auto; } }
  main.resource-library section#resources.list-view .resource::before {
    content: '';
    position: absolute;
    width: 70%;
    height: 100%;
    left: 15%;
    top: 0;
    bottom: 0;
    border-top: 1px solid #9E978E;
    border-bottom: 1px solid #9E978E;
    z-index: -1; }
  main.resource-library section#resources.list-view .resource::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 70%;
    left: 0;
    top: 15%;
    border-left: 1px solid #9E978E;
    border-right: 1px solid #9E978E;
    z-index: -1; }

@media screen and (min-width: 768px) {
  main.resource-library section#resources.list-view .resource {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    transition: all 0.4s ease-out;
    -ms-flex-align: center;
    align-items: center; }
    main.resource-library section#resources.list-view .resource::before {
      content: '';
      position: absolute;
      width: 90%;
      height: 100%;
      left: 5%;
      top: 0;
      bottom: 0;
      border-top: 1px solid #9E978E;
      border-bottom: 1px solid #9E978E;
      z-index: -1; }
    main.resource-library section#resources.list-view .resource:first-of-type::before, main.resource-library section#resources.list-view .resource:last-of-type::before {
      border-top: 2px solid #9E978E; }
    main.resource-library section#resources.list-view .resource .resource--icon {
      transition: all 0.2s ease-out;
      margin-right: 15px; }
    main.resource-library section#resources.list-view .resource .resource--body {
      -ms-flex-positive: 1;
      flex-grow: 1; }
      main.resource-library section#resources.list-view .resource .resource--body .resource--title {
        font-family: "Avenir LT W01_95 Black1475556";
        color: #041E42; }
    main.resource-library section#resources.list-view .resource .resource--actions {
      justify-self: flex-end; }
      main.resource-library section#resources.list-view .resource .resource--actions .otis_button {
        transition: all 0.4s ease-out;
        border: 2px solid #041E42;
        padding: 10px 20px;
        font-family: "Avenir LT W01_65 Medium1475532";
        font-size: 14px;
        line-height: 24px;
        color: #041E42;
        letter-spacing: 1px;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        cursor: pointer;
        box-sizing: border-box;
        text-transform: uppercase;
        min-width: 0; }
        main.resource-library section#resources.list-view .resource .resource--actions .otis_button .btn-icon {
          background-position: 0 0;
          display: inline-block;
          height: 24px;
          width: 24px;
          margin: 0 10px -8px 0; }
          main.resource-library section#resources.list-view .resource .resource--actions .otis_button .btn-icon.otis-white {
            background-position: 0 -24px; }
          main.resource-library section#resources.list-view .resource .resource--actions .otis_button .btn-icon.otis-green {
            background-position: 0 -48px; }
          main.resource-library section#resources.list-view .resource .resource--actions .otis_button .btn-icon.otis-gold {
            background-position: 0 -72px; }
        main.resource-library section#resources.list-view .resource .resource--actions .otis_button:hover {
          background-color: #041E42;
          text-decoration: none;
          color: #FFFFFF !important;
          border: 2px solid #FFFFFF; }
          main.resource-library section#resources.list-view .resource .resource--actions .otis_button:hover:before {
            color: #FFFFFF !important; }
          main.resource-library section#resources.list-view .resource .resource--actions .otis_button:hover .btn-icon {
            background-position: 0 -24px; }
            main.resource-library section#resources.list-view .resource .resource--actions .otis_button:hover .btn-icon.otis-white {
              background-position: 0 0; }
        main.resource-library section#resources.list-view .resource .resource--actions .otis_button.pdf-button:before {
          content: "\e00f";
          font-family: "Otis";
          color: #041E42;
          vertical-align: middle;
          font-size: 22.4px;
          line-height: 0;
          margin-right: 10px; } }
      @media only screen and (min-width: 768px) and (min-width: 768px) {
        main.resource-library section#resources.list-view .resource .resource--actions .otis_button {
          min-width: 200px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        main.resource-library section#resources.list-view .resource .resource--actions .otis_button {
          margin: 20px auto; } }

@media screen and (min-width: 768px) {
    main.resource-library section#resources.list-view .resource:hover .resource--icon {
      transform: translate(0, -10px); } }

main.resource-library section#resources.grid-view .resource::before {
  content: '';
  position: absolute;
  width: 70%;
  height: 100%;
  left: 15%;
  top: 0;
  bottom: 0;
  border-top: 1px solid #9E978E;
  border-bottom: 1px solid #9E978E;
  z-index: -1; }

main.resource-library section#resources.grid-view .resource::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  top: 15%;
  border-left: 1px solid #9E978E;
  border-right: 1px solid #9E978E;
  z-index: -1; }

main.resource-library section#resources.grid-view .resource:hover::before, main.resource-library section#resources.grid-view .resource:hover::after {
  display: none; }

main.resource-library .pagination > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  width: 50px;
  height: 50px;
  border-color: #041E42;
  border-radius: 0;
  color: #041E42;
  font-size: 16px;
  transition: all 0.4s ease-out; }
  main.resource-library .pagination > li > a:hover {
    text-decoration: none; }

main.resource-library .pagination > li.active > a {
  background: #041E42;
  color: #CBA052; }

main.resource-library .pagination > li:first-of-type > a, main.resource-library .pagination > li:last-of-type > a {
  border: none; }
  main.resource-library .pagination > li:first-of-type > a span::before, main.resource-library .pagination > li:last-of-type > a span::before {
    border: none;
    font-size: 36px; }
  main.resource-library .pagination > li:first-of-type > a:hover, main.resource-library .pagination > li:last-of-type > a:hover {
    background-color: transparent; }
    main.resource-library .pagination > li:first-of-type > a:hover span::before, main.resource-library .pagination > li:last-of-type > a:hover span::before {
      color: #010812; }

main.resource-library .pagination > li.disabled > a {
  color: #9E978E;
  transition: all 0.4s ease-out; }
  main.resource-library .pagination > li.disabled > a:hover {
    color: #867e73; }
    main.resource-library .pagination > li.disabled > a:hover span::before {
      color: #867e73; }

/*
This file is used as a relatively temporary adjustment to the
existing main__navigation styling.

For non-English sites, some nav options were breaking containers,
decision made to add mobile hamburger menu to larger devices, up
to 1199px.
 */
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main__navigation .navbar-header {
    float: none; }
    .main__navigation .navbar-header .navbar-toggle {
      margin-top: 15px; }
  .main__navigation .navbar-left, .main__navigation .navbar-right {
    float: none !important; }
  .main__navigation .navbar-toggle {
    display: block; }
  .main__navigation .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .main__navigation .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .main__navigation .navbar-collapse.collapse {
    display: none !important; }
  .main__navigation .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .main__navigation .navbar-nav > li {
    float: none; }
  .main__navigation .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .main__navigation .collapse.in {
    display: block !important; }
  .main__navigation .secondary__menu {
    margin-right: 15px; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main__navigation .navigation_wrapper {
    background: #041E42;
    top: 81px;
    left: 15px;
    position: absolute;
    width: 100%; }
    .main__navigation .navigation_wrapper .navbar-collapse {
      width: 100%;
      padding: 0;
      margin: 0; }
      .main__navigation .navigation_wrapper .navbar-collapse .navbar-nav {
        padding-bottom: 15px; }
      .main__navigation .navigation_wrapper .navbar-collapse .mega-dropdown {
        position: relative;
        transition: all 0.2s ease-out; }
        .main__navigation .navigation_wrapper .navbar-collapse .mega-dropdown.open {
          background-color: rgba(255, 255, 255, 0.1); }
          .main__navigation .navigation_wrapper .navbar-collapse .mega-dropdown.open .dropdown-toggle {
            background-color: #fff;
            color: #000;
            text-decoration: none; }
          .main__navigation .navigation_wrapper .navbar-collapse .mega-dropdown.open .dropdown-menu {
            position: static;
            top: 0;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            box-shadow: none; }
        .main__navigation .navigation_wrapper .navbar-collapse .mega-dropdown span[class^="otis-icon-"]:before, .main__navigation .navigation_wrapper .navbar-collapse .mega-dropdown span[class*=" otis-icon-"]::before {
          padding: 10px;
          font-size: inherit; }
        .main__navigation .navigation_wrapper .navbar-collapse .mega-dropdown a:not(.otis_button) {
          position: relative;
          padding: 17px 10px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  .main__navigation.active .navigation_wrapper {
    top: 54px; }
  .main__navigation .mega-dropdown-menu {
    position: relative;
    top: 0;
    padding-top: 20px; }
    .main__navigation .mega-dropdown-menu > .container {
      max-width: 100%; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .main__navigation .mega-dropdown:hover .dropdown-menu {
    display: none; } }

@media screen and (min-width: 765px) and (max-width: 991px) {
  .main__navigation {
    padding: 0 0 20px !important; }
    .main__navigation .utc-bu-bar {
      margin-bottom: 15px !important; } }

.ss-form-container .hidden {
  display: none; }

.ss-form-container *, *:before, *:after {
  box-sizing: border-box; }

.ss-form-container section {
  min-height: 400px;
  padding: 5px 30px;
  background: #0033A0;
  color: #ffffff;
  overflow: hidden;
  position: relative; }

.ss-form-container section .stripe1 {
  position: absolute;
  width: 200%;
  left: -60%;
  padding-bottom: 2%;
  overflow: hidden;
  background: #0033A0;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  transform: rotate(-47deg);
  z-index: 0; }

.ss-form-container section .stripe2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin: 0 -40%;
  padding-bottom: 4%;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background: #0033A0;
  transform: rotate(240deg);
  z-index: 0; }

.ss-form-container section .stripe3 {
  position: absolute;
  width: 152%;
  padding-bottom: 6%;
  overflow: hidden;
  background: #0033A0;
  transform: rotate(18deg);
  z-index: 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); }

.ss-form-container section .stripe4 {
  position: absolute;
  width: 300%;
  top: 0;
  right: -140%;
  padding-bottom: 10%;
  overflow: hidden;
  background: #0033A0;
  transform: rotate(150deg);
  z-index: 0;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3); }

.ss-form-container section .header-section {
  padding-top: 15px; }

.ss-form-container section .header-section, section #enquiry-form {
  position: relative; }

.ss-form-container section .tab {
  max-width: 1080px;
  min-height: 320px;
  padding: 25px;
  margin: 0 auto;
  position: relative; }

.ss-form-container section .tab .input-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ss-form-container section .tab .input-row input[type=text], section .tab .input-row input[type=tel], section .tab .input-row input[type=email], section .tab .input-row .dropdown {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-align-last: center;
  margin: 15px;
  text-align: center;
  color: #000000;
  background: #ffffff;
  height: 35px;
  font-size: 16px;
  -ms-flex: 1 0 230px;
  flex: 1 0 230px;
  border: 0;
  border-radius: 0; }

.ss-form-container section .tab .input-row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  text-align-last: center;
  text-align: center;
  text-align: -webkit-center;
  color: #000;
  border: 0;
  font-size: 16px;
  width: 100%;
  height: 100%; }

.ss-form-container section .tab .input-row .dropdown {
  position: relative; }

.ss-form-container section .tab .input-row .dropdown:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 38%;
  transform: translateY(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000; }

.ss-form-container section .tab .input-row .dropdown:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 62%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000000; }

.ss-form-container section .tab #subscription-section {
  margin: 25px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.ss-form-container section .tab #subscription-section input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-flex: none;
  flex: none;
  height: 18px;
  width: 18px;
  background: transparent;
  border: 2px solid #ffffff; }

.ss-form-container section .tab #subscription-section input[type=checkbox]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-flex: none;
  flex: none;
  height: 18px;
  width: 18px;
  border: 2px solid #ffffff;
  background: #0033A0; }

.ss-form-container section .tab #subscription-section span {
  padding: 0 15px; }

.ss-form-container section .tab .btn-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 20px 0; }

.ss-form-container section .tab .btn-row button {
  background: transparent;
  border: 2px solid #ffffff;
  padding: 10px 30px;
  margin: 10px;
  color: #fff;
  text-transform: uppercase; }

.ss-form-container section .tab #maintenance-contract-section {
  margin: 25px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.ss-form-container section .tab #maintenance-contract-section input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-flex: none;
  flex: none;
  height: 18px;
  width: 18px;
  border: 2px solid #ffffff; }

.ss-form-container section .tab #maintenance-contract-section input[type=checkbox]:checked {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-flex: none;
  flex: none;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  background: #0033A0; }

.ss-form-container section .tab #maintenance-contract-section span {
  padding: 0 15px; }

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
  color: #041E42; }

.hero_image {
  min-height: 250px;
  overflow: hidden;
  background-color: #041E42;
  position: relative; }
  .hero_image .hero_image_content h1 {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    font-size: 28.8px;
    line-height: 32px;
    text-align: center;
    font-weight: normal;
    margin: 0 0 20px;
    color: #041E42;
    width: 100%;
    display: block;
    padding: 0;
    position: relative; }
    .hero_image .hero_image_content h1:after {
      content: '';
      width: 35px !important;
      height: 3px !important;
      bottom: -15px !important;
      position: absolute !important;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #F65275; }
      @media only screen and (min-width: 992px) {
        .hero_image .hero_image_content h1:after {
          content: '';
          width: 52px !important;
          height: 5px !important;
          bottom: -20px !important;
          position: absolute !important; } }
  .hero_image .hero_image_content h2 {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 28.8px;
    line-height: 25.6px;
    text-align: center;
    font-weight: normal;
    margin: 0 0 20px 0;
    color: #041E42;
    width: 100%;
    display: block;
    padding: 0; }
  .hero_image .hero_image_content p {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: normal;
    margin: 0;
    color: #041E42;
    width: 100%;
    display: block; }
    .hero_image .hero_image_content p.subtitle {
      font-size: 19.2px; }
  .hero_image .hero_image_content .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #041E42;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #041E42;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase; }
    .hero_image .hero_image_content .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .hero_image .hero_image_content .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .hero_image .hero_image_content .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .hero_image .hero_image_content .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .hero_image .hero_image_content .otis_button:hover {
      background-color: #041E42;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .hero_image .hero_image_content .otis_button:hover:before {
        color: #FFFFFF !important; }
      .hero_image .hero_image_content .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .hero_image .hero_image_content .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .hero_image .hero_image_content .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #041E42;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .hero_image .hero_image_content .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .hero_image .hero_image_content .otis_button {
        margin: 20px auto; } }
    @media only screen and (max-width: 991px) {
      .hero_image .hero_image_content .otis_button {
        width: 100%; } }
    @media only screen and (min-width: 992px) {
      .hero_image .hero_image_content .otis_button {
        transition: all 0.4s ease-out;
        border: 2px solid #FFFFFF;
        padding: 10px 20px;
        font-family: "Avenir LT W01_65 Medium1475532";
        font-size: 14px;
        line-height: 24px;
        color: #FFFFFF;
        letter-spacing: 1px;
        display: inline-block;
        text-decoration: none;
        text-align: center;
        background-color: transparent;
        cursor: pointer;
        box-sizing: border-box;
        text-transform: uppercase; }
        .hero_image .hero_image_content .otis_button .btn-icon {
          background-position: 0 0;
          display: inline-block;
          height: 24px;
          width: 24px;
          margin: 0 10px -8px 0; }
          .hero_image .hero_image_content .otis_button .btn-icon.otis-white {
            background-position: 0 -24px; }
          .hero_image .hero_image_content .otis_button .btn-icon.otis-green {
            background-position: 0 -48px; }
          .hero_image .hero_image_content .otis_button .btn-icon.otis-gold {
            background-position: 0 -72px; }
        .hero_image .hero_image_content .otis_button:hover {
          background-color: #FFFFFF;
          text-decoration: none;
          color: #041E42 !important;
          border: 2px solid #041E42; }
          .hero_image .hero_image_content .otis_button:hover:before {
            color: #041E42 !important; }
          .hero_image .hero_image_content .otis_button:hover .btn-icon {
            background-position: 0 -24px; }
            .hero_image .hero_image_content .otis_button:hover .btn-icon.otis-white {
              background-position: 0 0; }
        .hero_image .hero_image_content .otis_button.pdf-button:before {
          content: "\e00f";
          font-family: "Otis";
          color: #FFFFFF;
          vertical-align: middle;
          font-size: 22.4px;
          line-height: 0;
          margin-right: 10px; } }
  @media only screen and (min-width: 992px) and (min-width: 768px) {
    .hero_image .hero_image_content .otis_button {
      min-width: 200px; } }
  @media only screen and (min-width: 992px) and (max-width: 991px) {
    .hero_image .hero_image_content .otis_button {
      margin: 20px auto; } }
    @media only screen and (min-width: 992px) {
        .hero_image .hero_image_content .otis_button:hover {
          background-color: #F65275;
          border-color: #F65275;
          color: #ffffff !important; } }
  @media only screen and (min-width: 992px) {
    .hero_image .hero_image_content.v-top {
      top: 30%; } }
  @media only screen and (min-width: 1600px) {
    .hero_image .hero_image_content.v-top {
      top: 20%; } }
  .hero_image .hero_image_content .hero-logo {
    margin: 0 auto 20px;
    display: block;
    max-width: 60%; }
  .hero_image .hero_image_content .button_wrap {
    margin-top: 60px; }
    .hero_image .hero_image_content .button_wrap a {
      width: 100%;
      display: block; }
      @media only screen and (max-width: 991px) {
        .hero_image .hero_image_content .button_wrap a {
          transition: all 0.4s ease-out;
          border: 2px solid #041E42;
          padding: 10px 20px;
          font-family: "Avenir LT W01_65 Medium1475532";
          font-size: 14px;
          line-height: 24px;
          color: #041E42;
          letter-spacing: 1px;
          display: inline-block;
          text-decoration: none;
          text-align: center;
          background-color: transparent;
          cursor: pointer;
          box-sizing: border-box;
          text-transform: uppercase; }
          .hero_image .hero_image_content .button_wrap a .btn-icon {
            background-position: 0 0;
            display: inline-block;
            height: 24px;
            width: 24px;
            margin: 0 10px -8px 0; }
            .hero_image .hero_image_content .button_wrap a .btn-icon.otis-white {
              background-position: 0 -24px; }
            .hero_image .hero_image_content .button_wrap a .btn-icon.otis-green {
              background-position: 0 -48px; }
            .hero_image .hero_image_content .button_wrap a .btn-icon.otis-gold {
              background-position: 0 -72px; }
          .hero_image .hero_image_content .button_wrap a:hover {
            background-color: #041E42;
            text-decoration: none;
            color: #FFFFFF !important;
            border: 2px solid #FFFFFF; }
            .hero_image .hero_image_content .button_wrap a:hover:before {
              color: #FFFFFF !important; }
            .hero_image .hero_image_content .button_wrap a:hover .btn-icon {
              background-position: 0 -24px; }
              .hero_image .hero_image_content .button_wrap a:hover .btn-icon.otis-white {
                background-position: 0 0; }
          .hero_image .hero_image_content .button_wrap a.pdf-button:before {
            content: "\e00f";
            font-family: "Otis";
            color: #041E42;
            vertical-align: middle;
            font-size: 22.4px;
            line-height: 0;
            margin-right: 10px; } }
  @media only screen and (max-width: 991px) and (min-width: 768px) {
    .hero_image .hero_image_content .button_wrap a {
      min-width: 200px; } }
  @media only screen and (max-width: 991px) and (max-width: 991px) {
    .hero_image .hero_image_content .button_wrap a {
      margin: 20px auto; } }
      @media only screen and (max-width: 991px) {
          .hero_image .hero_image_content .button_wrap a .otis-white {
            background-position: 0 0 !important; }
          .hero_image .hero_image_content .button_wrap a:hover .otis-white {
            background-position: 0 -24px !important; } }
      @media only screen and (min-width: 992px) {
        .hero_image .hero_image_content .button_wrap a {
          text-align: center;
          width: auto;
          display: inline-block; } }
  @media only screen and (min-width: 992px) {
    .hero_image .hero_image_content {
      text-align: center; } }
  @media only screen and (max-width: 991px) {
    .hero_image {
      background: none; }
      .hero_image .hero_image_content {
        padding: 20px;
        background-color: #e6e6e6; } }
  .hero_image.grey-bg {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,b1b1b1+100 */
    background: #ffffff;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #ffffff 0%, #b1b1b1 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#b1b1b1',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
  @media only screen and (min-width: 992px) {
    .hero_image {
      min-height: 540px;
      background-size: 1920px auto;
      background-attachment: fixed;
      background-position: top center;
      background-repeat: no-repeat;
      position: relative; }
      .hero_image .hero_image_content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        display: inline; }
        .hero_image .hero_image_content h1 {
          text-shadow: 0px 0px 30px black;
          font-size: 55px;
          line-height: 54.4px;
          color: #FFFFFF;
          margin-bottom: 40px; }
        .hero_image .hero_image_content h2 {
          font-size: 35.2px;
          line-height: 51.2px;
          color: #FFFFFF;
          margin-bottom: 0; }
        .hero_image .hero_image_content p {
          font-size: 16px;
          line-height: 32px;
          color: #FFFFFF;
          padding-bottom: 20px; }
          .hero_image .hero_image_content p.subtitle {
            font-size: 24px;
            margin-top: 50px; } }
  @media only screen and (min-width: 1200px) {
    .hero_image {
      position: relative; }
      .hero_image .hero_image_content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%; }
        .hero_image .hero_image_content h1 {
          background-color: transparent;
          margin-top: 0; }
        .hero_image .hero_image_content p {
          font-size: 16px;
          line-height: 24px;
          color: #FFFFFF;
          background-color: transparent; }
          .hero_image .hero_image_content p.subtitle {
            line-height: 32px; } }
  @media only screen and (min-width: 1600px) {
    .hero_image .hero_image_content {
      width: 50%; } }
  @media only screen and (min-width: 992px) {
    .hero_image .hero-img {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: auto; } }
  @media only screen and (min-width: 1200px) {
    .hero_image .hero-img {
      bottom: -10%; } }
  @media only screen and (min-width: 1600px) {
    .hero_image .hero-img {
      bottom: -20%; } }
  .hero_image .hero_image_credit {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #041E42;
    color: #FFFFFF;
    font-size: 12.8px;
    padding: 6px;
    font-family: "Avenir LT W01_45 Book1475508"; }
    @media only screen and (min-width: 992px) {
      .hero_image .hero_image_credit {
        bottom: 0;
        top: initial; } }
  @media only screen and (min-width: 992px) {
    .hero_image.extended_hero {
      min-height: 550px; }
      .hero_image.extended_hero .hero_image_content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
  .hero_image .video-wrapper {
    position: relative;
    width: 100%;
    height: 240px; }
    @media only screen and (min-width: 768px) {
      .hero_image .video-wrapper {
        height: 360px; } }
    @media only screen and (min-width: 992px) {
      .hero_image .video-wrapper {
        position: absolute;
        width: 100%;
        height: 100%; } }

.content_carousel .carousel-control {
  outline: none;
  width: 15%;
  display: none; }
  @media only screen and (min-width: 992px) {
    .content_carousel .carousel-control {
      display: block; } }
  .content_carousel .carousel-control:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Otis";
    color: #CBA052;
    font-size: 64px; }
  .content_carousel .carousel-control.left:after {
    content: "\e02f";
    left: 20px; }
  .content_carousel .carousel-control.right:after {
    content: "\e00e";
    right: 20px; }
  .content_carousel .carousel-control:hover {
    text-decoration: none !important; }
    .content_carousel .carousel-control:hover span:after {
      text-decoration: none; }

.content_carousel .carousel-inner {
  background-color: #041E42; }
  .content_carousel .carousel-inner .item {
    background-color: #041E42;
    opacity: 0;
    transition: all 0.4s ease-out; }
    .content_carousel .carousel-inner .item.active {
      opacity: 1; }
    .content_carousel .carousel-inner .item .container {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }

.content_carousel .item {
  background-size: cover;
  background-color: #cdcdcd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 500px; }
  .content_carousel .item h2,
  .content_carousel .item h3,
  .content_carousel .item p {
    color: #FFFFFF; }
  .content_carousel .item.dark-text h2,
  .content_carousel .item.dark-text h3,
  .content_carousel .item.dark-text p {
    color: #041E42; }
  .content_carousel .item.dark-text .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #041E42;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #041E42;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase; }
    .content_carousel .item.dark-text .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .content_carousel .item.dark-text .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .content_carousel .item.dark-text .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .content_carousel .item.dark-text .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .content_carousel .item.dark-text .otis_button:hover {
      background-color: #041E42;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .content_carousel .item.dark-text .otis_button:hover:before {
        color: #FFFFFF !important; }
      .content_carousel .item.dark-text .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .content_carousel .item.dark-text .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .content_carousel .item.dark-text .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #041E42;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .content_carousel .item.dark-text .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .content_carousel .item.dark-text .otis_button {
        margin: 20px auto; } }
  .content_carousel .item .item_content_holder {
    height: 500px; }
    @media only screen and (max-width: 991px) {
      .content_carousel .item .item_content_holder {
        height: 200px; } }
  .content_carousel .item .item_content {
    width: 100%;
    position: relative;
    z-index: 2; }
    .content_carousel .item .item_content h2 {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 25.6px;
      text-align: center;
      width: 100%;
      position: relative;
      margin-bottom: 40px; }
      @media only screen and (min-width: 992px) {
        .content_carousel .item .item_content h2 {
          font-size: 48px;
          line-height: 48px; } }
      .content_carousel .item .item_content h2:after {
        content: '';
        width: 35px !important;
        height: 3px !important;
        bottom: -5px !important;
        position: absolute !important;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #CBA052; }
        @media only screen and (min-width: 992px) {
          .content_carousel .item .item_content h2:after {
            content: '';
            width: 52px !important;
            height: 5px !important;
            bottom: -5px !important;
            position: absolute !important; } }
    .content_carousel .item .item_content h3 {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 28.8px;
      text-align: center;
      width: 100%;
      margin: 0 0 20px; }
      @media only screen and (min-width: 992px) {
        .content_carousel .item .item_content h3 {
          font-size: 24px; } }
    .content_carousel .item .item_content .content-wrapper {
      margin: 20px 0; }
      @media only screen and (min-width: 992px) {
        .content_carousel .item .item_content .content-wrapper {
          margin: 40px 0; } }
      .content_carousel .item .item_content .content-wrapper h2 {
        font-family: "grifo_mmedium", "Times New Roman", serif;
        font-size: 32px;
        padding: 0 0 10px; }
        @media only screen and (min-width: 992px) {
          .content_carousel .item .item_content .content-wrapper h2 {
            font-size: 48px; } }
      .content_carousel .item .item_content .content-wrapper p {
        font-family: "Avenir LT W01_45 Book1475508";
        font-size: 16px;
        text-align: center; }
    @media only screen and (min-width: 768px) {
      .content_carousel .item .item_content .otis_button {
        display: inline-block;
        width: auto;
        margin: 0 5px 10px; } }
    @media only screen and (max-width: 991px) {
      .content_carousel .item .item_content.double_item {
        margin-bottom: 20px; } }
    .content_carousel .item .item_content.double_item .otis_button {
      margin: 0 auto;
      display: block;
      max-width: 60%; }
      @media only screen and (min-width: 992px) {
        .content_carousel .item .item_content.double_item .otis_button {
          max-width: 30%; } }

.content_carousel.top-border {
  border-top: 2px solid #FFFFFF; }

.content_carousel .dark-indicators li {
  border-color: #041E42; }
  .content_carousel .dark-indicators li.active {
    background-color: #041E42; }

.content_carousel.product_row_carousel .item {
  height: inherit;
  min-height: 500px; }
  .content_carousel.product_row_carousel .item .item_content_holder {
    height: inherit;
    min-height: 500px; }
    @media only screen and (max-width: 991px) {
      .content_carousel.product_row_carousel .item .item_content_holder {
        height: inherit;
        min-height: 200px; } }
  @media only screen and (max-width: 991px) {
    .content_carousel.product_row_carousel .item .info_text_inner {
      padding: 20px; } }

.content_carousel.product_row_carousel .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  background-color: #041E42;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 180px 0 0;
  text-decoration: none;
  outline: 0;
  text-shadow: none;
  transition: background-color 0.25s ease-in-out; }
  @media only screen and (min-width: 992px) {
    .content_carousel.product_row_carousel .carousel-control {
      margin: auto 0; } }
  .content_carousel.product_row_carousel .carousel-control:before {
    content: "\e02f";
    font-family: "otis";
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    transition: margin 0.25s ease-in-out; }
  .content_carousel.product_row_carousel .carousel-control:after {
    display: none; }
  .content_carousel.product_row_carousel .carousel-control.right:before {
    content: "\e00e"; }
  .content_carousel.product_row_carousel .carousel-control.right:hover:before {
    margin: 0 -4px 0 0; }

.otis_button {
  transition: all 0.4s ease-out;
  border: 2px solid #FFFFFF;
  padding: 10px 20px;
  font-family: "Avenir LT W01_65 Medium1475532";
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase; }
  .otis_button .btn-icon {
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0 10px -8px 0; }
    .otis_button .btn-icon.otis-white {
      background-position: 0 -24px; }
    .otis_button .btn-icon.otis-green {
      background-position: 0 -48px; }
    .otis_button .btn-icon.otis-gold {
      background-position: 0 -72px; }
  .otis_button:hover {
    background-color: #FFFFFF;
    text-decoration: none;
    color: #041E42 !important;
    border: 2px solid #041E42; }
    .otis_button:hover:before {
      color: #041E42 !important; }
    .otis_button:hover .btn-icon {
      background-position: 0 -24px; }
      .otis_button:hover .btn-icon.otis-white {
        background-position: 0 0; }
  .otis_button.pdf-button:before {
    content: "\e00f";
    font-family: "Otis";
    color: #FFFFFF;
    vertical-align: middle;
    font-size: 22.4px;
    line-height: 0;
    margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    .otis_button {
      min-width: 200px; } }
  @media only screen and (max-width: 991px) {
    .otis_button {
      margin: 20px auto; } }

.full_width_strip {
  z-index: 2;
  position: relative;
  text-align: center;
  padding: 30px 0; }
  .full_width_strip.left-align {
    text-align: left; }
    .full_width_strip.left-align h2:after, .full_width_strip.left-align h3:after {
      left: 0;
      transform: none; }
  .full_width_strip .full_width_icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-bottom: 20px; }
    .full_width_strip .full_width_icon img {
      max-width: 100%;
      max-height: 100%; }
  .full_width_strip h1 {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    color: #041E42;
    font-size: 38.4px;
    width: 100%;
    margin-bottom: 0;
    line-height: 1; }
  .full_width_strip h2 {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    color: #041E42;
    font-size: 33.6px;
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    line-height: 1;
    margin-top: 10px; }
    .full_width_strip h2:after {
      content: '';
      width: 35px !important;
      height: 3px !important;
      bottom: -15px !important;
      position: absolute !important;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #CBA052; }
      @media only screen and (min-width: 992px) {
        .full_width_strip h2:after {
          content: '';
          width: 52px !important;
          height: 5px !important;
          bottom: -20px !important;
          position: absolute !important; } }
  .full_width_strip h3 {
    font-family: "Avenir LT W01_45 Book1475508";
    color: #041E42;
    font-size: 16px;
    padding: 0 0 30px; }
    .full_width_strip h3:last-child {
      padding: 0; }
    @media only screen and (min-width: 992px) {
      .full_width_strip h3 {
        margin: 0 auto;
        display: block; } }
  .full_width_strip p {
    font-family: "Avenir LT W01_45 Book1475508";
    color: #041E42;
    font-size: 16px;
    padding: 0 0 20px; }
    @media only screen and (min-width: 992px) {
      .full_width_strip p {
        margin: 0 auto;
        display: block; }
        .full_width_strip p:last-of-type {
          padding: 0; } }
  .full_width_strip ul {
    list-style: none;
    list-style-type: none;
    margin-top: 40px; }
    .full_width_strip ul li {
      font-family: "Avenir LT W01_45 Book1475508";
      color: #041E42;
      font-size: 16px;
      display: block;
      text-align: left;
      border-bottom: 1px solid #ECEAE8;
      padding: 20px 0; }
      .full_width_strip ul li span {
        font-size: 26px; }
      @media only screen and (min-width: 768px) {
        .full_width_strip ul li {
          margin: 0 20px; } }
      .full_width_strip ul li:first-child {
        padding-top: 0; }
      .full_width_strip ul li:last-child {
        margin-bottom: 40px; }
    .full_width_strip ul.numbered-list {
      margin: 20px 0 0; }
      @media only screen and (min-width: 768px) {
        .full_width_strip ul.numbered-list {
          margin: 40px 0 0; } }
      .full_width_strip ul.numbered-list li {
        padding: 15px 0;
        margin: 0;
        border: 0; }
        .full_width_strip ul.numbered-list li h3 {
          border-bottom: 1px solid #949494;
          padding: 0 0 10px;
          margin: 0 0 10px; }
          .full_width_strip ul.numbered-list li h3 span {
            font-size: 16px;
            display: inline-block;
            text-align: center;
            border: 1px solid black;
            border-radius: 50%;
            width: 20px;
            line-height: 18px;
            vertical-align: top; }
            @media only screen and (min-width: 768px) {
              .full_width_strip ul.numbered-list li h3 span {
                margin-top: 8px; } }
        .full_width_strip ul.numbered-list li p {
          max-width: auto; }
  .full_width_strip .column_text {
    padding-bottom: 40px; }
    .full_width_strip .column_text p {
      font-family: "Avenir LT W01_45 Book1475508";
      color: #041E42;
      font-size: 16px;
      text-align: left; }
  .full_width_strip .strip-list {
    margin: 30px 0; }
    .full_width_strip .strip-list h3 {
      padding-bottom: 10px;
      border-bottom: 1px dotted #949494; }
    .full_width_strip .strip-list ul li {
      font-size: 16px;
      font-family: "Avenir LT W01_45 Book1475508";
      padding: 8px 0;
      list-style: none;
      list-style-type: none;
      border-bottom: 1px dotted #949494; }
  @media only screen and (min-width: 992px) {
    .full_width_strip .side-img {
      max-width: 90%; } }
  .full_width_strip .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #041E42;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #041E42;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-top: 20px; }
    .full_width_strip .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .full_width_strip .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .full_width_strip .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .full_width_strip .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .full_width_strip .otis_button:hover {
      background-color: #041E42;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .full_width_strip .otis_button:hover:before {
        color: #FFFFFF !important; }
      .full_width_strip .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .full_width_strip .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .full_width_strip .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #041E42;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .full_width_strip .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .full_width_strip .otis_button {
        margin: 20px auto; } }
    @media only screen and (max-width: 991px) {
      .full_width_strip .otis_button {
        width: 100%;
        display: block; } }
  @media only screen and (min-width: 768px) {
    .full_width_strip {
      padding: 50px 0; }
      .full_width_strip h1 {
        font-size: 64px; }
      .full_width_strip h2 {
        font-size: 48px; }
      .full_width_strip h3 {
        font-size: 24px; }
      .full_width_strip p {
        font-size: 16px; } }
  .full_width_strip.otis-gold h1,
  .full_width_strip.otis-gold h2 {
    color: #86754d; }
  .full_width_strip.otis-gold .numbered-list li h3 {
    color: #86754d; }
    .full_width_strip.otis-gold .numbered-list li h3 span {
      border-color: #86754d; }
  .full_width_strip.otis-gold .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #86754d;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #86754d;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase; }
    .full_width_strip.otis-gold .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .full_width_strip.otis-gold .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .full_width_strip.otis-gold .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .full_width_strip.otis-gold .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .full_width_strip.otis-gold .otis_button:hover {
      background-color: #86754d;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .full_width_strip.otis-gold .otis_button:hover:before {
        color: #FFFFFF !important; }
      .full_width_strip.otis-gold .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .full_width_strip.otis-gold .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .full_width_strip.otis-gold .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #86754d;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .full_width_strip.otis-gold .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .full_width_strip.otis-gold .otis_button {
        margin: 20px auto; } }
  .full_width_strip.otis-green h1,
  .full_width_strip.otis-green h2 {
    color: #7f9f49; }
  .full_width_strip.otis-green .numbered-list li h3 {
    color: #7f9f49; }
    .full_width_strip.otis-green .numbered-list li h3 span {
      border-color: #7f9f49; }
  .full_width_strip.otis-green .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #7f9f49;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #7f9f49;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase; }
    .full_width_strip.otis-green .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .full_width_strip.otis-green .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .full_width_strip.otis-green .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .full_width_strip.otis-green .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .full_width_strip.otis-green .otis_button:hover {
      background-color: #7f9f49;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .full_width_strip.otis-green .otis_button:hover:before {
        color: #FFFFFF !important; }
      .full_width_strip.otis-green .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .full_width_strip.otis-green .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .full_width_strip.otis-green .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #7f9f49;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .full_width_strip.otis-green .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .full_width_strip.otis-green .otis_button {
        margin: 20px auto; } }
  .full_width_strip.otis-blue h1,
  .full_width_strip.otis-blue h2 {
    color: #245e82; }
  .full_width_strip.otis-blue .numbered-list li h3 {
    color: #245e82; }
    .full_width_strip.otis-blue .numbered-list li h3 span {
      border-color: #245e82; }
  .full_width_strip.otis-blue .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #245e82;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #245e82;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase; }
    .full_width_strip.otis-blue .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .full_width_strip.otis-blue .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .full_width_strip.otis-blue .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .full_width_strip.otis-blue .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .full_width_strip.otis-blue .otis_button:hover {
      background-color: #245e82;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .full_width_strip.otis-blue .otis_button:hover:before {
        color: #FFFFFF !important; }
      .full_width_strip.otis-blue .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .full_width_strip.otis-blue .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .full_width_strip.otis-blue .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #245e82;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .full_width_strip.otis-blue .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .full_width_strip.otis-blue .otis_button {
        margin: 20px auto; } }
  .full_width_strip.line-drawing-top {
    padding-bottom: 0; }
  .full_width_strip.line-drawing-bottom {
    padding-top: 0; }

.quote_strip {
  background-color: #041E42;
  color: #FFFFFF;
  position: relative; }
  .quote_strip img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 991px) {
      .quote_strip img {
        width: 70%;
        margin: 0 auto; } }
    @media only screen and (min-width: 992px) {
      .quote_strip img {
        max-height: 400px; } }
  .quote_strip p {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    color: #FFFFFF;
    font-size: 28.8px;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 30px; }
  .quote_strip ul {
    display: block;
    text-align: center;
    margin: 4rem 0; }
    .quote_strip ul li {
      list-style: none;
      display: inline;
      margin: 0 0.5rem;
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 14px;
      color: #CBA052;
      text-transform: uppercase; }
  .quote_strip a {
    transition: all 0.4s ease-out;
    border: 2px solid #FFFFFF;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    margin-bottom: 50px; }
    .quote_strip a .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .quote_strip a .btn-icon.otis-white {
        background-position: 0 -24px; }
      .quote_strip a .btn-icon.otis-green {
        background-position: 0 -48px; }
      .quote_strip a .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .quote_strip a:hover {
      background-color: #FFFFFF;
      text-decoration: none;
      color: #041E42 !important;
      border: 2px solid #041E42; }
      .quote_strip a:hover:before {
        color: #041E42 !important; }
      .quote_strip a:hover .btn-icon {
        background-position: 0 -24px; }
        .quote_strip a:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .quote_strip a.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #FFFFFF;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .quote_strip a {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .quote_strip a {
        margin: 20px auto; } }
    @media only screen and (max-width: 991px) {
      .quote_strip a {
        display: block; } }
  @media only screen and (min-width: 992px) {
    .quote_strip {
      padding-right: 40px;
      max-height: 500px; }
      .quote_strip p {
        padding-top: 0; }
      .quote_strip a {
        margin: 0 auto;
        display: block;
        max-width: 30%; } }

.section-headline {
  font-family: "grifo_mmedium", "Times New Roman", serif;
  font-size: 32px;
  color: #041E42;
  text-align: center;
  margin: 0 0 20px;
  padding: 10px 0;
  position: relative; }
  .section-headline:after {
    content: '';
    width: 100px;
    height: 5px;
    background-color: #CBA052;
    position: absolute;
    bottom: -5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .section-headline.mob-bottom-border {
    padding: 20px 0;
    border-bottom: 1px solid #949494; }
  @media only screen and (min-width: 768px) {
    .section-headline {
      font-size: 40px;
      margin: 0 0 50px; }
      .section-headline.mob-bottom-border {
        padding: 0;
        border: none; } }
  @media only screen and (min-width: 992px) {
    .section-headline {
      font-size: 48px; } }

.contact-pod-section {
  background: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 20px 0 0; }
  @media only screen and (min-width: 768px) {
    .contact-pod-section {
      padding: 60px 0; } }
  .contact-pod-section .collapsable_carousel .cloneditem {
    display: none; }
  .contact-pod-section .collapsable_carousel .carousel-indicators {
    position: inherit;
    width: 100%;
    background-color: #041E42;
    bottom: 0;
    left: 0;
    margin: 20px 0 0;
    padding: 20px; }
    .contact-pod-section .collapsable_carousel .carousel-indicators li {
      margin: 0 5px; }
  @media only screen and (min-width: 768px) {
    .contact-pod-section .collapsable_carousel .cloneditem {
      display: block; } }

.contact-pod {
  text-align: center; }
  .contact-pod [class^="otis-icon-"]:before,
  .contact-pod [class*=" otis-icon-"]:before {
    color: #949494;
    margin: 0 0 20px; }
  .contact-pod .otis-icon {
    opacity: 0.5;
    margin-bottom: 20px;
    width: 50px;
    height: 50px; }
    @media only screen and (min-width: 992px) {
      .contact-pod .otis-icon {
        width: 75px;
        height: 75px; } }
    .contact-pod .otis-icon img {
      display: inline-block; }
  .contact-pod .pod-title {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 24px;
    color: #041E42;
    margin-bottom: 10px; }
  .contact-pod .pod-content-wrapper .pod-content {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 18px;
    color: #041E42;
    margin-bottom: 10px; }
    .contact-pod .pod-content-wrapper .pod-content a {
      color: #041E42;
      text-decoration: none; }
      .contact-pod .pod-content-wrapper .pod-content a:after {
        content: "\A";
        white-space: pre; }
      .contact-pod .pod-content-wrapper .pod-content a.phone:before {
        content: "\f095";
        font-family: "FontAwesome";
        margin-right: 5px;
        font-size: 16px; }
      .contact-pod .pod-content-wrapper .pod-content a.mail:before {
        content: "\f0e0";
        font-family: "FontAwesome";
        margin-right: 5px;
        font-size: 16px; }
  .contact-pod .social-bar {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .contact-pod .social-bar li {
      display: inline-block;
      margin: 20px 5px 30px; }
      .contact-pod .social-bar li a {
        color: #041E42; }
        .contact-pod .social-bar li a i {
          font-size: 32px;
          margin: 0 5px; }
        .contact-pod .social-bar li a:hover {
          color: #073472; }
  .contact-pod .pod-contact-wrapper {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 16px;
    color: #041E42;
    font-size: 14px; }
    .contact-pod .pod-contact-wrapper a {
      display: inline-block;
      background-color: #0032a0;
      color: #FFFFFF;
      text-decoration: none;
      padding: 2px 10px;
      margin: 4px 0 20px;
      transition: 0.25s background-color ease-in-out; }
      .contact-pod .pod-contact-wrapper a:hover {
        background-color: #0038b4; }
  @media only screen and (min-width: 768px) {
    .contact-pod .social-bar li {
      margin: 30px 5px 40px; }
      .contact-pod .social-bar li a {
        color: #041E42; }
        .contact-pod .social-bar li a i {
          font-size: 40px;
          margin: 0 10px; } }

.image_pod {
  transition: all 0.4s ease-out;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 300px;
  overflow: hidden;
  border-top: 2px solid #FFFFFF;
  position: relative;
  padding: 0; }
  .image_pod:last-child {
    border-bottom: 2px solid #FFFFFF; }
  .image_pod:hover a h3 {
    background-color: #041E42;
    color: #FFFFFF; }
  .image_pod a {
    width: 100%;
    text-align: center;
    display: block;
    height: 100%;
    position: absolute; }
    .image_pod a .image_pod_content {
      transition: all 0.2s ease-out;
      position: absolute;
      bottom: 0;
      padding: 30px;
      text-align: center;
      width: 100%;
      background: rgba(4, 30, 66, 0.9); }
      .image_pod a .image_pod_content h2 {
        color: #ffffff;
        font-family: "grifo_mmedium", "Times New Roman", serif;
        font-size: 22.4px; }
      .image_pod a .image_pod_content p {
        color: #ffffff;
        font-size: 16px;
        font-family: "Avenir LT W01_45 Book1475508"; }
      .image_pod a .image_pod_content.black-pod {
        background: rgba(0, 0, 0, 0.6); }
        .image_pod a .image_pod_content.black-pod h2, .image_pod a .image_pod_content.black-pod p {
          color: #FFFFFF; }
    .image_pod a:hover, .image_pod a:focus, .image_pod a:active {
      text-decoration: none; }
      .image_pod a:hover .image_pod_content, .image_pod a:focus .image_pod_content, .image_pod a:active .image_pod_content {
        background: rgba(246, 82, 117, 0.9); }
        .image_pod a:hover .image_pod_content h2,
        .image_pod a:hover .image_pod_content p, .image_pod a:focus .image_pod_content h2,
        .image_pod a:focus .image_pod_content p, .image_pod a:active .image_pod_content h2,
        .image_pod a:active .image_pod_content p {
          color: #ffffff; }
  @media only screen and (min-width: 768px) {
    .image_pod {
      min-height: 400px;
      border-bottom: 2px solid #FFFFFF;
      border-right: 2px solid #FFFFFF; }
      .image_pod:last-child {
        border-right: none; }
      .image_pod a h3 {
        font-size: 24px; } }

.horizontal_tabs {
  /* TABS */
  display: table;
  background-color: #e6e6e6;
  width: 100%;
  height: 100%;
  border: none;
  table-layout: fixed; }
  .horizontal_tabs.mobile li {
    width: 100% !important; }
  .horizontal_tabs li {
    display: table-cell;
    text-align: center;
    height: 100%;
    border-right: 2px solid #FFFFFF;
    margin: 0;
    float: none;
    word-break: break-all;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
    .horizontal_tabs li:last-child {
      border-right: none; }
    .horizontal_tabs li.active {
      position: relative; }
      .horizontal_tabs li.active a {
        display: block;
        background-color: #e6e6e6;
        border: none;
        color: #073472; }
        .horizontal_tabs li.active a:hover, .horizontal_tabs li.active a:focus {
          background-color: inherit;
          border: none; }
      .horizontal_tabs li.active:after {
        bottom: 0;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 10px;
        margin-left: -10px; }
    .horizontal_tabs li a {
      display: block;
      padding: 20px;
      margin: 0;
      border: none;
      text-decoration: none;
      height: 100%;
      color: #041E42;
      transition: 0.25s background-color ease-in-out; }
      .horizontal_tabs li a:hover, .horizontal_tabs li a:focus {
        background-color: #d9d9d9;
        border: none; }
      .horizontal_tabs li a h2 {
        font-family: "Avenir LT W01_65 Medium1475532";
        font-size: 16px;
        text-transform: uppercase;
        color: #041E42; }
      @media only screen and (min-width: 992px) {
        .horizontal_tabs li a h2 {
          font-size: 16px; } }
      .horizontal_tabs li a img {
        margin: 0 auto;
        max-height: 15px;
        max-width: 100%; }
        @media only screen and (min-width: 992px) {
          .horizontal_tabs li a img {
            max-height: 30px; } }

.horizontal_tabs_content {
  /* TAB CONTENT */ }
  .horizontal_tabs_content .tab-pane {
    display: block;
    padding: 20px 0;
    color: #041E42; }
    @media only screen and (min-width: 768px) {
      .horizontal_tabs_content .tab-pane {
        display: none; }
        .horizontal_tabs_content .tab-pane.active {
          display: block; } }
    @media only screen and (min-width: 992px) {
      .horizontal_tabs_content .tab-pane {
        padding: 50px 0; }
        .horizontal_tabs_content .tab-pane .number_stats {
          padding-top: 40px; } }
    .horizontal_tabs_content .tab-pane .tab-list {
      margin: 30px 0; }
      .horizontal_tabs_content .tab-pane .tab-list h3 {
        padding-bottom: 10px;
        border-bottom: 1px dotted #949494; }
      .horizontal_tabs_content .tab-pane .tab-list ul li {
        font-size: 16px;
        font-family: "Avenir LT W01_45 Book1475508";
        padding: 8px 0;
        list-style: none;
        list-style-type: none;
        border-bottom: 1px dotted #949494; }

.image_tabs {
  /* TABS */
  background-color: #041E42;
  width: 100%; }
  .image_tabs li {
    text-align: center;
    width: calc(100% / 2);
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF; }
    .image_tabs li:first-child {
      border-left: none; }
    .image_tabs li:last-child {
      border-right: none; }
    .image_tabs li.active a {
      border: none;
      background-color: #041E42; }
      .image_tabs li.active a img {
        opacity: 1; }
      .image_tabs li.active a:hover, .image_tabs li.active a:focus {
        background-color: inherit;
        border: none; }
      .image_tabs li.active a:hover img {
        opacity: 1; }
      .image_tabs li.active a:after {
        bottom: 0;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 255, 255, 0);
        border-bottom-color: #ffffff;
        border-width: 15px;
        margin-left: -15px; }
    .image_tabs li a {
      display: block;
      margin: 0;
      border: none;
      text-decoration: none;
      padding: 0;
      max-height: 350px;
      border-radius: 0;
      overflow: hidden;
      background-color: #041E42; }
      .image_tabs li a:hover img {
        opacity: 0.5; }
      .image_tabs li a img {
        transition: all 0.4s ease-out;
        width: 100%;
        opacity: 0.2; }
        @media only screen and (min-width: 1600px) {
          .image_tabs li a img {
            transform: translateY(-50%); } }

.image_tabs_content {
  position: relative;
  /* TAB CONTENT */ }
  .image_tabs_content .indicator_tabs {
    position: absolute;
    top: 40px;
    right: 60px;
    list-style-type: none;
    display: none; }
    @media only screen and (min-width: 992px) {
      .image_tabs_content .indicator_tabs {
        display: block; } }
    .image_tabs_content .indicator_tabs li {
      float: left;
      position: relative;
      width: 30px;
      height: 30px;
      display: block; }
      .image_tabs_content .indicator_tabs li.active a {
        font-family: "Otis Regular", helvetica, arial, sans-serif;
        border: 2px solid #949494;
        border-radius: 50%;
        text-decoration: none; }
        .image_tabs_content .indicator_tabs li.active a span {
          border-bottom: none; }
      .image_tabs_content .indicator_tabs li a {
        color: #041E42;
        font-family: "Avenir LT W01_45 Book1475508";
        display: block;
        text-align: center;
        width: 100%;
        height: 100%; }
        .image_tabs_content .indicator_tabs li a span {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          border-bottom: 1px solid #041E42; }
  .image_tabs_content .tab-pane {
    padding: 20px;
    color: #041E42; }
    @media only screen and (min-width: 992px) {
      .image_tabs_content .tab-pane {
        padding: 50px 100px; } }
    .image_tabs_content .tab-pane .locationDateStamp {
      font-family: "Otis Regular", helvetica, arial, sans-serif;
      margin-bottom: 20px; }
    .image_tabs_content .tab-pane .social_share {
      list-style-type: none; }
      .image_tabs_content .tab-pane .social_share li {
        float: left;
        margin-right: 10px; }
        .image_tabs_content .tab-pane .social_share li.facebook a {
          color: #4a77ea; }
        .image_tabs_content .tab-pane .social_share li.twitter a {
          color: #55acee; }
      .image_tabs_content .tab-pane .social_share a span[class^="otis-icon-"]:before,
      .image_tabs_content .tab-pane .social_share a span[class*=" otis-icon-"]:before {
        border: none;
        padding: 0;
        font-size: 12px; }
    .image_tabs_content .tab-pane .readMore {
      border-bottom: 1px solid #041E42;
      color: #041E42;
      font-size: 16px;
      font-family: "Avenir LT W01_45 Book1475508";
      position: relative; }
      .image_tabs_content .tab-pane .readMore:hover {
        text-decoration: none; }
      .image_tabs_content .tab-pane .readMore:after {
        position: absolute;
        right: -15px;
        top: 3px;
        font-size: 13.3333333333px;
        content: "\e258";
        font-family: 'Glyphicons Halflings'; }
    .image_tabs_content .tab-pane h3 {
      font-size: 24px;
      font-family: "Avenir LT W01_45 Book1475508"; }
      .image_tabs_content .tab-pane h3:last-of-type {
        margin-bottom: 20px; }
    .image_tabs_content .tab-pane p {
      font-size: 16px;
      font-family: "Avenir LT W01_45 Book1475508"; }
      .image_tabs_content .tab-pane p:last-of-type {
        margin-bottom: 20px; }

.otis_tab_panes h2 {
  color: #041E42;
  font-size: 48px;
  line-height: 52.8px;
  font-family: "Avenir LT W01_45 Book1475508";
  padding-bottom: 30px; }

.otis_tab_panes h3 {
  font-size: 24px;
  font-family: "Avenir LT W01_45 Book1475508";
  padding-bottom: 30px; }

.otis_tab_panes p {
  font-size: 16px;
  font-family: "Avenir LT W01_45 Book1475508"; }

.otis_tab_panes img {
  margin: 0 auto; }

.otis_tab_panes .tierStat {
  margin-top: 40px;
  border-top: 2px dotted #949494;
  border-bottom: 2px dotted #949494;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .otis_tab_panes .tierStat em {
    font-size: 44.8px;
    line-height: 48px;
    font-family: "Avenir LT W01_45 Book1475508";
    font-style: normal; }
  .otis_tab_panes .tierStat .topStat {
    padding-bottom: 10px;
    border-bottom: 2px dotted #949494; }
    .otis_tab_panes .tierStat .topStat em {
      color: #4d4d4d; }
  .otis_tab_panes .tierStat .bottomStat {
    padding-top: 10px; }
    .otis_tab_panes .tierStat .bottomStat em {
      color: #041E42; }

.dials {
  text-align: center;
  position: relative; }
  .dials .circles-text {
    font-family: "Avenir LT W01_45 Book1475508";
    position: relative !important;
    width: auto !important;
    height: auto !important;
    display: inline-block;
    margin-left: 20px;
    font-size: 64px !important; }
    @media only screen and (min-width: 992px) {
      .dials .circles-text {
        font-size: 64px !important; } }

.otis_form {
  padding: 40px 0;
  position: relative;
  z-index: 999; }
  .otis_form h2, .otis_form h3 {
    color: #041E42; }
  .otis_form label {
    color: #041E42; }
  .otis_form.black_form {
    background-color: #041E42; }
    .otis_form.black_form a {
      color: #ffffff;
      transition: all 0.4s ease-out; }
      .otis_form.black_form a:hover {
        color: #e6e6e6; }
    .otis_form.black_form label {
      color: #ffffff; }
    .otis_form.black_form .checkbox label {
      color: #ffffff; }
  .otis_form.grey_form {
    background-color: #ECEAE8; }
    .otis_form.grey_form .otis_submit {
      transition: all 0.4s ease-out;
      border: 2px solid #041E42;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #041E42;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase; }
      .otis_form.grey_form .otis_submit .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .otis_form.grey_form .otis_submit .btn-icon.otis-white {
          background-position: 0 -24px; }
        .otis_form.grey_form .otis_submit .btn-icon.otis-green {
          background-position: 0 -48px; }
        .otis_form.grey_form .otis_submit .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .otis_form.grey_form .otis_submit:hover {
        background-color: #041E42;
        text-decoration: none;
        color: #FFFFFF !important;
        border: 2px solid #FFFFFF; }
        .otis_form.grey_form .otis_submit:hover:before {
          color: #FFFFFF !important; }
        .otis_form.grey_form .otis_submit:hover .btn-icon {
          background-position: 0 -24px; }
          .otis_form.grey_form .otis_submit:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .otis_form.grey_form .otis_submit.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #041E42;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .otis_form.grey_form .otis_submit {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .otis_form.grey_form .otis_submit {
          margin: 20px auto; } }
  .otis_form.green_form {
    background-color: #7f9f49; }
  .otis_form.general_enquiries_form_wrapper {
    padding: 40px 40px 80px; }
  .otis_form h2 {
    margin-bottom: 20px;
    color: #FFFFFF;
    font-family: "grifo_mmedium", "Times New Roman", serif;
    position: relative; }
    .otis_form h2:after {
      content: '';
      width: 35px !important;
      height: 3px !important;
      bottom: 0px !important;
      position: absolute !important;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #CBA052; }
      @media only screen and (min-width: 992px) {
        .otis_form h2:after {
          content: '';
          width: 52px !important;
          height: 5px !important;
          bottom: 0px !important;
          position: absolute !important; } }
  .otis_form h3 {
    font-family: "Avenir LT W01_45 Book1475508";
    color: #FFFFFF;
    font-size: 22.4px;
    text-align: center;
    padding-bottom: 40px; }
  .otis_form label {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 22.4px; }
  .otis_form input[type="text"], .otis_form input[type="email"], .otis_form textarea {
    min-width: 100%;
    min-height: 52px;
    border: none;
    padding-left: 15px;
    font-size: 16px;
    font-family: "Avenir LT W01_45 Book1475508";
    background-color: #FFFFFF;
    margin-top: 10px; }
  .otis_form textarea {
    min-height: 104px;
    padding-top: 10px; }
  .otis_form .otis_submit {
    transition: all 0.4s ease-out;
    border: 2px solid #FFFFFF;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    display: block;
    margin: 10px auto 0;
    width: 100%; }
    .otis_form .otis_submit .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .otis_form .otis_submit .btn-icon.otis-white {
        background-position: 0 -24px; }
      .otis_form .otis_submit .btn-icon.otis-green {
        background-position: 0 -48px; }
      .otis_form .otis_submit .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .otis_form .otis_submit:hover {
      background-color: #FFFFFF;
      text-decoration: none;
      color: #041E42 !important;
      border: 2px solid #041E42; }
      .otis_form .otis_submit:hover:before {
        color: #041E42 !important; }
      .otis_form .otis_submit:hover .btn-icon {
        background-position: 0 -24px; }
        .otis_form .otis_submit:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .otis_form .otis_submit.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #FFFFFF;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .otis_form .otis_submit {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .otis_form .otis_submit {
        margin: 20px auto; } }
    @media only screen and (min-width: 768px) {
      .otis_form .otis_submit {
        width: auto; } }
    @media only screen and (min-width: 992px) {
      .otis_form .otis_submit {
        max-width: 100%; } }
  .otis_form .checkbox label {
    font-size: 12.8px; }
  .otis_form .form-setting-wrapper {
    font-size: 12px;
    border-top: 1px solid #041E42;
    padding: 5px 0 0;
    margin-top: 10px; }
    .otis_form .form-setting-wrapper p {
      color: #041E42;
      text-align: left;
      font-family: "Avenir LT W01_45 Book1475508"; }
      .otis_form .form-setting-wrapper p a {
        color: #041E42;
        text-decoration: underline; }
  .otis_form .custom-select {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 16px;
    border-radius: 0;
    height: auto;
    padding: 0;
    margin-top: 10px;
    box-shadow: none;
    width: 100%; }
    .otis_form .custom-select .caret {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right center;
      background-size: 8px 10px;
      border: 0;
      width: 8px;
      height: 10px; }
    .otis_form .custom-select .dropdown-toggle {
      background-color: #FFFFFF;
      border-radius: 0;
      border: 0;
      padding: 16px 25px 16px 12px; }
      .otis_form .custom-select .dropdown-toggle:hover, .otis_form .custom-select .dropdown-toggle:focus, .otis_form .custom-select .dropdown-toggle:active {
        background: #f3f3f3;
        color: #041E42; }
    .otis_form .custom-select.bootstrap-select.btn-group .dropdown-toggle .caret {
      margin: -4px 0 0; }
  .otis_form .dropdown-menu {
    border-radius: 0;
    border: 1px solid #041E42;
    padding: 0; }
    .otis_form .dropdown-menu li {
      padding: 0; }
      .otis_form .dropdown-menu li a {
        padding: 15px 10px;
        border: 1px solid #FFFFFF; }
      .otis_form .dropdown-menu li.disabled a {
        background-color: #FFFFFF;
        color: #949494;
        border-color: #949494; }
  .otis_form .mobile-label {
    padding-top: 15px; }
  .otis_form #mce-success-response {
    display: block;
    color: white;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
    font-family: "Avenir LT W01_45 Book1475508"; }

.image_strip {
  position: static;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  min-height: 300px;
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .image_strip {
      min-height: 600px;
      background-attachment: fixed; } }
  .image_strip .img-strip-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 15px; }

.otis_vertical_bar_graph {
  position: relative;
  min-height: 200px;
  display: block;
  margin: 0 auto;
  width: 130px; }
  @media only screen and (max-width: 991px) {
    .otis_vertical_bar_graph {
      margin-top: 20px; } }
  .otis_vertical_bar_graph .graph-bar {
    position: absolute;
    bottom: 0;
    width: 25px;
    height: 1px;
    display: inline-block;
    margin-right: 20px;
    color: #FFFFFF;
    font-size: 12.8px;
    font-family: "Avenir LT W01_45 Book1475508";
    text-align: center;
    padding-top: 5px;
    min-height: 25px; }
    .otis_vertical_bar_graph .graph-bar:last-child {
      margin-right: 0; }
    .otis_vertical_bar_graph .graph-bar-light-green {
      background-color: #7f9f49;
      left: 0; }
    .otis_vertical_bar_graph .graph-bar-blue {
      background-color: #0032a0;
      left: 0; }
    .otis_vertical_bar_graph .graph-bar-gold {
      background-color: #CBA052;
      left: 0; }
    .otis_vertical_bar_graph .graph-bar-dark-grey {
      background-color: #4d4d4d;
      left: 40px; }
    .otis_vertical_bar_graph .graph-bar-light-grey {
      background-color: #949494;
      left: 80px; }
  .otis_vertical_bar_graph.grey-graph .graph-bar-dark-grey {
    background-color: #4d4d4d;
    left: 0; }
  .otis_vertical_bar_graph.grey-graph .graph-bar-mid-grey {
    background-color: gray;
    left: 40px; }
  .otis_vertical_bar_graph.grey-graph .graph-bar-light-grey {
    background-color: #b3b3b3;
    left: 80px; }

.blueprint_strip {
  padding: 30px 0 20px;
  color: #041E42;
  background-color: #FFFFFF;
  background-position: right center;
  background-size: 50%;
  background-repeat: no-repeat;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .blueprint_strip {
      background-image: none !important; } }
  @media only screen and (min-width: 992px) {
    .blueprint_strip {
      padding: 50px 0; } }
  @media only screen and (min-width: 1600px) {
    .blueprint_strip {
      background-size: 40%; } }
  .blueprint_strip h2 {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    font-size: 33.6px;
    width: 100%;
    position: relative;
    margin-bottom: 40px; }
    @media only screen and (max-width: 991px) {
      .blueprint_strip h2 {
        text-align: center; } }
    .blueprint_strip h2:after {
      content: '';
      width: 35px !important;
      height: 3px !important;
      bottom: -5px !important;
      position: absolute !important;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #CBA052; }
      @media only screen and (min-width: 992px) {
        .blueprint_strip h2:after {
          content: '';
          width: 52px !important;
          height: 5px !important;
          bottom: -5px !important;
          position: absolute !important;
          left: 0;
          transform: none; } }
  .blueprint_strip h3 {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 16px;
    padding: 0 0 30px; }
  .blueprint_strip p {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 16px;
    padding: 0 0 20px; }
    .blueprint_strip p:last-of-type {
      padding: 0 0 40px; }
    .blueprint_strip p.caption {
      color: #949494;
      width: 100%;
      text-align: center;
      padding-top: 40px; }
  .blueprint_strip img {
    max-width: 100%;
    height: auto; }
  @media only screen and (min-width: 768px) {
    .blueprint_strip h1 {
      font-size: 64px; }
    .blueprint_strip h2 {
      font-size: 48px; }
    .blueprint_strip h3 {
      font-size: 24px; }
    .blueprint_strip p {
      font-size: 19.2px; } }
  .blueprint_strip .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #041E42;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #041E42;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase; }
    .blueprint_strip .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .blueprint_strip .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .blueprint_strip .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .blueprint_strip .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .blueprint_strip .otis_button:hover {
      background-color: #041E42;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .blueprint_strip .otis_button:hover:before {
        color: #FFFFFF !important; }
      .blueprint_strip .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .blueprint_strip .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .blueprint_strip .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #041E42;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .blueprint_strip .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .blueprint_strip .otis_button {
        margin: 20px auto; } }
    @media only screen and (max-width: 991px) {
      .blueprint_strip .otis_button {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .blueprint_strip .otis_button {
        margin-right: 10px; } }
  .blueprint_strip.otis-gold h1,
  .blueprint_strip.otis-gold h2 {
    color: #86754d; }
  .blueprint_strip.otis-gold .numbered-list li h3 {
    color: #86754d; }
    .blueprint_strip.otis-gold .numbered-list li h3 span {
      border-color: #86754d; }
  .blueprint_strip.otis-gold .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #86754d;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #86754d;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase; }
    .blueprint_strip.otis-gold .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .blueprint_strip.otis-gold .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .blueprint_strip.otis-gold .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .blueprint_strip.otis-gold .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .blueprint_strip.otis-gold .otis_button:hover {
      background-color: #86754d;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .blueprint_strip.otis-gold .otis_button:hover:before {
        color: #FFFFFF !important; }
      .blueprint_strip.otis-gold .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .blueprint_strip.otis-gold .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .blueprint_strip.otis-gold .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #86754d;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .blueprint_strip.otis-gold .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .blueprint_strip.otis-gold .otis_button {
        margin: 20px auto; } }
  .blueprint_strip.otis-green h1,
  .blueprint_strip.otis-green h2 {
    color: #7f9f49; }
  .blueprint_strip.otis-green .numbered-list li h3 {
    color: #7f9f49; }
    .blueprint_strip.otis-green .numbered-list li h3 span {
      border-color: #7f9f49; }
  .blueprint_strip.otis-green .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #7f9f49;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #7f9f49;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase; }
    .blueprint_strip.otis-green .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .blueprint_strip.otis-green .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .blueprint_strip.otis-green .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .blueprint_strip.otis-green .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .blueprint_strip.otis-green .otis_button:hover {
      background-color: #7f9f49;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .blueprint_strip.otis-green .otis_button:hover:before {
        color: #FFFFFF !important; }
      .blueprint_strip.otis-green .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .blueprint_strip.otis-green .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .blueprint_strip.otis-green .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #7f9f49;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .blueprint_strip.otis-green .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .blueprint_strip.otis-green .otis_button {
        margin: 20px auto; } }
  .blueprint_strip.otis-blue h1,
  .blueprint_strip.otis-blue h2 {
    color: #245e82; }
  .blueprint_strip.otis-blue .numbered-list li h3 {
    color: #245e82; }
    .blueprint_strip.otis-blue .numbered-list li h3 span {
      border-color: #245e82; }
  .blueprint_strip.otis-blue .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #245e82;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #245e82;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase; }
    .blueprint_strip.otis-blue .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .blueprint_strip.otis-blue .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .blueprint_strip.otis-blue .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .blueprint_strip.otis-blue .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .blueprint_strip.otis-blue .otis_button:hover {
      background-color: #245e82;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .blueprint_strip.otis-blue .otis_button:hover:before {
        color: #FFFFFF !important; }
      .blueprint_strip.otis-blue .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .blueprint_strip.otis-blue .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .blueprint_strip.otis-blue .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #245e82;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .blueprint_strip.otis-blue .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .blueprint_strip.otis-blue .otis_button {
        margin: 20px auto; } }

.news-block {
  background: #ECEAE8;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
  text-align: center; }
  .news-block .content-wrapper {
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 20px; }
    @media only screen and (min-width: 768px) {
      .news-block .content-wrapper {
        padding: 40px 20px; } }
    .news-block .content-wrapper .inner-content {
      display: table-cell;
      vertical-align: middle; }
    .news-block .content-wrapper .date,
    .news-block .content-wrapper .location {
      display: inline-block;
      font-family: "Avenir LT W01_95 Black1475556";
      font-size: 12px;
      color: #F65275;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .news-block .content-wrapper h2 {
      font-family: "grifo_mmedium", "Times New Roman", serif;
      font-size: 24px;
      line-height: 1.2em;
      color: #041E42;
      margin-bottom: 20px; }
      .news-block .content-wrapper h2 a {
        font-family: "grifo_mmedium", "Times New Roman", serif;
        font-size: 24px;
        color: #041E42;
        text-decoration: none;
        transition: 0.25s text-shadow ease-in-out; }
        .news-block .content-wrapper h2 a:hover {
          text-shadow: 0 0 2px rgba(4, 30, 66, 0.2); }
      .news-block .content-wrapper h2.twitter-icon:before {
        content: "\f099";
        display: block;
        margin-bottom: 20px;
        font-family: FontAwesome;
        font-size: 30px; }
    .news-block .content-wrapper p {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 16px;
      color: #041E42;
      margin-bottom: 20px; }
      .news-block .content-wrapper p a {
        text-decoration: underline; }
    .news-block .content-wrapper a {
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      color: #041E42;
      position: relative;
      text-decoration: none; }
    .news-block .content-wrapper .more-btn:after {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      background-color: #041E42;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      transition: 0.25s width ease-in-out; }
    .news-block .content-wrapper .more-btn:hover:after {
      content: "";
      width: 0; }
  .news-block:hover .tile-bg:before {
    opacity: 0.2; }
  .news-block .tile-bg {
    position: relative;
    display: block;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
    .news-block .tile-bg:before {
      content: "";
      transition: 0.4s opacity ease-in-out;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #041E42;
      opacity: 0; }
  .news-block.instagram-block {
    background: transparent;
    color: #FFFFFF; }
    .news-block.instagram-block .inner-wrapper {
      display: table;
      height: 100%;
      width: 100%; }
    .news-block.instagram-block .hover-content {
      position: relative;
      transition: opacity 0.4s ease-in-out;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .news-block.instagram-block .hover-content {
          text-align: left; } }
      .news-block.instagram-block .hover-content p {
        font-size: 16px;
        transition: 0.25s max-height ease-in-out, 0.25s opacity ease-in-out;
        padding: 10px 0 0; }
        @media only screen and (min-width: 992px) {
          .news-block.instagram-block .hover-content p {
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            padding: 30px 0 0; } }
        .news-block.instagram-block .hover-content p a {
          font-size: 16px;
          display: inline;
          height: auto;
          width: auto;
          text-decoration: none; }
    .news-block.instagram-block .icons-wrapper {
      color: #FFFFFF;
      transition: 0.15s left ease-out 0.15s, 0.15s top ease-out, 0.1s margin-top ease-out, 0.1s margin-left ease-out 0.15s;
      display: block;
      width: auto;
      height: 20px;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .news-block.instagram-block .icons-wrapper {
          position: absolute;
          top: 50%;
          bottom: 50%;
          right: 50%;
          left: 50%;
          left: 50%;
          right: 50%;
          width: 100px;
          margin: -10px 0 0 -50px; } }
      .news-block.instagram-block .icons-wrapper span {
        color: #FFFFFF;
        font-size: 14px;
        margin: 0 5px; }
        .news-block.instagram-block .icons-wrapper span i {
          color: #F65275; }
    .news-block.instagram-block:hover .tile-bg:before {
      opacity: 0.7; }
    .news-block.instagram-block:hover .hover-content {
      opacity: 1; }
      .news-block.instagram-block:hover .hover-content p {
        max-height: 500px;
        opacity: 1; }
    @media only screen and (min-width: 992px) {
      .news-block.instagram-block:hover .icons-wrapper {
        left: -5px;
        top: 0;
        margin: 0; } }
    .news-block.instagram-block .tile-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .news-block.instagram-block .tile-bg:before {
        opacity: 0.4; }
      @media only screen and (min-width: 992px) {
        .news-block.instagram-block .tile-bg:before {
          opacity: 0; } }
    .news-block.instagram-block .content-wrapper {
      display: table-cell;
      vertical-align: middle;
      padding: 20px; }
      .news-block.instagram-block .content-wrapper a,
      .news-block.instagram-block .content-wrapper p {
        color: #FFFFFF;
        font-family: "Avenir LT W01_45 Book1475508";
        margin: 0; }
    .news-block.instagram-block .content-wrapper {
      height: 300px; }
  .news-block .arrow-top:before {
    content: "";
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ECEAE8 transparent;
    transition: 0.25s border-width ease-in-out; }
  .news-block .arrow-right:before {
    content: "";
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ECEAE8 transparent;
    transition: 0.25s border-width ease-in-out; }
  .news-block .arrow-left:after {
    content: "";
    display: inline-block;
    margin: auto 0;
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #ECEAE8 transparent transparent;
    transition: 0.25s border-width ease-in-out; }
  .news-block .arrow-right:after {
    content: "";
    display: inline-block;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #ECEAE8;
    transition: 0.25s border-width ease-in-out; }

.news_search_form {
  background: #041E42;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 20px 0; }
  @media only screen and (min-width: 992px) {
    .news_search_form {
      padding: 30px 0; } }
  .news_search_form input[type="text"] {
    min-width: 100%;
    min-height: 52px;
    border: none;
    font-size: 16px;
    font-family: "Avenir LT W01_45 Book1475508";
    background-color: #FFFFFF;
    border-radius: 0;
    border: none;
    padding: 16px 25px 16px 12px; }
    .news_search_form input[type="text"]:hover, .news_search_form input[type="text"]:focus, .news_search_form input[type="text"]:active {
      box-shadow: none; }
  .news_search_form .pad-hook .custom-select {
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) {
      .news_search_form .pad-hook .custom-select {
        margin-bottom: 0; } }
  @media only screen and (min-width: 992px) {
    .news_search_form .pad-hook {
      padding-right: 0; } }
  .news_search_form .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #FFFFFF;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    width: 100%;
    min-width: inherit !important;
    min-height: 52px; }
    .news_search_form .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .news_search_form .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .news_search_form .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .news_search_form .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .news_search_form .otis_button:hover {
      background-color: #FFFFFF;
      text-decoration: none;
      color: #041E42 !important;
      border: 2px solid #041E42; }
      .news_search_form .otis_button:hover:before {
        color: #041E42 !important; }
      .news_search_form .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .news_search_form .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .news_search_form .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #FFFFFF;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .news_search_form .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .news_search_form .otis_button {
        margin: 20px auto; } }
  .news_search_form .control-label {
    color: #FFFFFF;
    text-align: left;
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 24px;
    font-weight: 300;
    padding: 0 15px 5px; }
  .news_search_form .custom-select {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 16px;
    border-radius: 0;
    height: auto;
    padding: 0; }
    .news_search_form .custom-select .caret {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right center;
      background-size: 8px 10px;
      border: 0;
      width: 8px;
      height: 10px; }
    .news_search_form .custom-select .dropdown-toggle {
      background-color: #FFFFFF;
      border-radius: 0;
      border: none;
      padding: 16px 25px 16px 12px; }
      .news_search_form .custom-select .dropdown-toggle:hover, .news_search_form .custom-select .dropdown-toggle:focus, .news_search_form .custom-select .dropdown-toggle:active {
        background: #FFFFFF; }
    .news_search_form .custom-select.bootstrap-select.btn-group .dropdown-toggle .caret {
      margin: -4px 0 0; }
  .news_search_form .dropdown-menu {
    border-radius: 0;
    border: 1px solid #FFFFFF;
    padding: 0; }
    .news_search_form .dropdown-menu li {
      padding: 0; }
      .news_search_form .dropdown-menu li a {
        padding: 15px 10px;
        border: 1px solid #FFFFFF; }
      .news_search_form .dropdown-menu li.disabled a {
        background-color: #d4d4d4;
        color: #949494;
        border-color: #949494; }

.pagination .pagination {
  float: right;
  margin: 0; }
  .pagination .pagination li {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 14px;
    color: #4d4d4d;
    display: none;
    text-decoration: none;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    margin: 0; }
    @media only screen and (min-width: 768px) {
      .pagination .pagination li {
        display: inline-block;
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 28px;
        margin: 0 0 0 2px; } }
    .pagination .pagination li a {
      transition: all 0.4s ease-out;
      font-size: 16px;
      color: #4d4d4d;
      text-decoration: underline;
      display: block;
      background-color: transparent;
      border: none;
      float: none;
      margin: 0;
      padding: 0; }
      .pagination .pagination li a:hover {
        color: #949494;
        text-decoration: none; }
    .pagination .pagination li.active {
      display: inline-block;
      border: 1px solid #4d4d4d;
      border-radius: 50%; }
      .pagination .pagination li.active a {
        text-decoration: none; }
    .pagination .pagination li.total {
      display: inline-block;
      width: auto; }
      @media only screen and (min-width: 768px) {
        .pagination .pagination li.total {
          display: none; } }
      .pagination .pagination li.total:before {
        content: "/";
        display: inline-block;
        padding: 0 5px 0 3px; }
    .pagination .pagination li.prev, .pagination .pagination li.next {
      display: inline-block; }
      .pagination .pagination li.prev span:before, .pagination .pagination li.next span:before {
        border: none;
        font-size: 19.2px;
        color: #4d4d4d;
        vertical-align: middle;
        padding: 0; }
      .pagination .pagination li.prev a, .pagination .pagination li.next a {
        text-decoration: none; }
      .pagination .pagination li.prev.disabled, .pagination .pagination li.next.disabled {
        display: none; }

.list-block {
  background-color: #041E42;
  border-bottom: 2px solid #FFFFFF;
  color: #FFFFFF;
  padding: 20px 0; }
  .list-block .inner-content {
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .list-block .inner-content {
        text-align: left; } }
    .list-block .inner-content h2 {
      font-family: "Otis Regular", helvetica, arial, sans-serif;
      font-size: 24px;
      color: #FFFFFF;
      margin: 0; }
      .list-block .inner-content h2 a {
        color: #FFFFFF; }
      .list-block .inner-content h2 i {
        margin-right: 1rem; }
        .list-block .inner-content h2 i:after {
          content: "\00ae";
          position: absolute;
          font-size: 1.5rem;
          font-style: normal; }
        .list-block .inner-content h2 i.tm {
          margin-right: 1rem; }
          .list-block .inner-content h2 i.tm:after {
            content: "\2122";
            position: absolute;
            font-size: 1.5rem;
            font-style: normal; }
    .list-block .inner-content p {
      margin: 0 0 10px;
      font-family: "Otis Light", helvetica, arial, sans-serif;
      font-size: 16px; }
  .list-block .date,
  .list-block .location {
    display: block;
    color: #FFFFFF;
    font-size: 16px; }
    @media only screen and (min-width: 1200px) {
      .list-block .date,
      .list-block .location {
        font-size: 24px; } }
  .list-block .date {
    font-family: "Avenir LT W01_65 Medium1475532"; }
  .list-block .location {
    margin-bottom: 10px; }
    @media only screen and (min-width: 992px) {
      .list-block .location {
        margin-bottom: 0; } }
  .list-block img {
    margin: 0 auto 10px;
    max-height: 100px; }
    @media only screen and (min-width: 992px) {
      .list-block img {
        margin: 0; } }
  @media only screen and (min-width: 768px) {
    .list-block .btns-col {
      text-align: center; } }
  @media only screen and (min-width: 992px) {
    .list-block .btns-col {
      text-align: inherit; } }
  .list-block .otis_button {
    width: 100%;
    min-width: inherit;
    margin: 10px auto; }
    .list-block .otis_button:nth-child(2) {
      margin: 10px auto; }
      @media only screen and (min-width: 768px) {
        .list-block .otis_button:nth-child(2) {
          margin: 0 5px; } }
    @media only screen and (min-width: 768px) {
      .list-block .otis_button {
        display: inline-block;
        margin: 0 5px; } }
    @media only screen and (min-width: 992px) {
      .list-block .otis_button {
        margin: 0;
        width: 100%; }
        .list-block .otis_button:nth-child(2) {
          margin: 10px 0 0; } }
    @media only screen and (min-width: 1200px) {
      .list-block .otis_button {
        margin: 0 5px !important;
        width: auto;
        float: right; } }
  .list-block .pagination-wrapper {
    background-color: #041E42;
    padding: 20px 0; }
    .list-block .pagination-wrapper .pagination {
      float: right;
      margin: 0; }
      .list-block .pagination-wrapper .pagination li {
        font-family: "Avenir LT W01_45 Book1475508";
        font-size: 14px;
        color: #FFFFFF;
        display: none;
        text-decoration: none;
        width: 18px;
        height: 18px;
        line-height: 16px;
        text-align: center;
        margin: 0; }
        @media only screen and (min-width: 768px) {
          .list-block .pagination-wrapper .pagination li {
            display: inline-block;
            font-size: 16px;
            width: 30px;
            height: 30px;
            line-height: 28px;
            margin: 0 0 0 2px; } }
        .list-block .pagination-wrapper .pagination li a {
          transition: all 0.4s ease-out;
          font-size: 16px;
          color: #FFFFFF;
          text-decoration: underline;
          display: block;
          background-color: transparent;
          border: none;
          float: none;
          margin: 0;
          padding: 0; }
          .list-block .pagination-wrapper .pagination li a:hover {
            color: #949494;
            text-decoration: none; }
        .list-block .pagination-wrapper .pagination li.active {
          display: inline-block;
          border: 1px solid #FFFFFF;
          border-radius: 50%; }
          .list-block .pagination-wrapper .pagination li.active a {
            text-decoration: none; }
        .list-block .pagination-wrapper .pagination li.total {
          display: inline-block;
          width: auto; }
          @media only screen and (min-width: 768px) {
            .list-block .pagination-wrapper .pagination li.total {
              display: none; } }
          .list-block .pagination-wrapper .pagination li.total:before {
            content: "/";
            display: inline-block;
            padding: 0 5px 0 3px; }
        .list-block .pagination-wrapper .pagination li.prev, .list-block .pagination-wrapper .pagination li.next {
          display: inline-block; }
          .list-block .pagination-wrapper .pagination li.prev span:before, .list-block .pagination-wrapper .pagination li.next span:before {
            border: none;
            font-size: 19.2px;
            color: #4d4d4d;
            vertical-align: middle;
            padding: 0; }
          .list-block .pagination-wrapper .pagination li.prev a, .list-block .pagination-wrapper .pagination li.next a {
            text-decoration: none; }
          .list-block .pagination-wrapper .pagination li.prev.disabled, .list-block .pagination-wrapper .pagination li.next.disabled {
            display: none; }
    @media only screen and (min-width: 768px) {
      .list-block .pagination-wrapper {
        padding: 30px 0; } }

.header_section_wrapper {
  background-color: #FFFFFF;
  padding: 20px 15px; }
  .header_section_wrapper .pagination {
    float: right;
    margin: 0; }
    .header_section_wrapper .pagination li {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 14px;
      color: #4d4d4d;
      display: none;
      text-decoration: none;
      width: 18px;
      height: 18px;
      line-height: 16px;
      text-align: center;
      margin: 0; }
      @media only screen and (min-width: 768px) {
        .header_section_wrapper .pagination li {
          display: inline-block;
          font-size: 16px;
          width: 30px;
          height: 30px;
          line-height: 28px;
          margin: 0 0 0 2px; } }
      .header_section_wrapper .pagination li a {
        transition: all 0.4s ease-out;
        font-size: 16px;
        color: #4d4d4d;
        text-decoration: underline;
        display: block;
        background-color: transparent;
        border: none;
        float: none;
        margin: 0;
        padding: 0; }
        .header_section_wrapper .pagination li a:hover {
          color: #949494;
          text-decoration: none; }
      .header_section_wrapper .pagination li.active {
        display: inline-block;
        border: 1px solid #4d4d4d;
        border-radius: 50%; }
        .header_section_wrapper .pagination li.active a {
          text-decoration: none; }
      .header_section_wrapper .pagination li.total {
        display: inline-block;
        width: auto; }
        @media only screen and (min-width: 768px) {
          .header_section_wrapper .pagination li.total {
            display: none; } }
        .header_section_wrapper .pagination li.total:before {
          content: "/";
          display: inline-block;
          padding: 0 5px 0 3px; }
      .header_section_wrapper .pagination li.prev, .header_section_wrapper .pagination li.next {
        display: inline-block; }
        .header_section_wrapper .pagination li.prev span:before, .header_section_wrapper .pagination li.next span:before {
          border: none;
          font-size: 19.2px;
          color: #4d4d4d;
          vertical-align: middle;
          padding: 0; }
        .header_section_wrapper .pagination li.prev a, .header_section_wrapper .pagination li.next a {
          text-decoration: none; }
        .header_section_wrapper .pagination li.prev.disabled, .header_section_wrapper .pagination li.next.disabled {
          display: none; }
  .header_section_wrapper h1 {
    font-size: 24px;
    font-family: "grifo_mmedium", "Times New Roman", serif;
    color: #041E42;
    line-height: 1em;
    margin-bottom: 10px; }
    @media only screen and (min-width: 768px) {
      .header_section_wrapper h1 {
        font-size: 40px;
        margin: 0; } }
    @media only screen and (min-width: 992px) {
      .header_section_wrapper h1 {
        font-size: 55px; } }
  .header_section_wrapper .inner-top {
    margin-bottom: 20px; }
    @media only screen and (min-width: 768px) {
      .header_section_wrapper .inner-top {
        margin-bottom: 100px; } }
    .header_section_wrapper .inner-top.fixed {
      position: fixed;
      background: #FFFFFF;
      width: 100%;
      padding: 20px 0;
      top: 0;
      left: 15px;
      z-index: 9; }
    @media only screen and (min-width: 768px) {
      .header_section_wrapper .inner-top.includes-sub-filter {
        margin-bottom: 60px; } }
    @media only screen and (min-width: 768px) {
      .header_section_wrapper .inner-top.includes-sub-filter.fixed {
        padding-bottom: 0; } }
  .header_section_wrapper .top-filter li {
    display: inline-block;
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 19.2px;
    margin: 0 20px 0 0;
    position: relative; }
    @media only screen and (min-width: 992px) {
      .header_section_wrapper .top-filter li {
        font-size: 24px; } }
    .header_section_wrapper .top-filter li.active {
      font-family: "Avenir LT W01_65 Medium1475532";
      padding: 0 0 5px 0;
      border-bottom: 2px solid #041E42; }
    .header_section_wrapper .top-filter li.arrow-bottom:after {
      content: "";
      position: absolute;
      bottom: -22px;
      left: 0;
      right: 0;
      display: block;
      margin: 0 auto;
      height: 0;
      width: 0;
      border-color: transparent transparent #e6e6e6;
      border-style: solid;
      border-width: 0 10px 10px; }
  .header_section_wrapper .top-filter a {
    transition: all 0.4s ease-out;
    text-decoration: none;
    color: #041E42; }
    .header_section_wrapper .top-filter a:hover {
      color: #949494; }
  .header_section_wrapper .collapsed-filter {
    margin-top: 20px;
    background-color: #e6e6e6;
    min-height: 0;
    list-style: none; }
    .header_section_wrapper .collapsed-filter > ul {
      transition: 0.35s height ease, 0.35s visibility ease, 0.4s opacity ease-in-out; }
    .header_section_wrapper .collapsed-filter .collapsing {
      opacity: 0; }
    .header_section_wrapper .collapsed-filter li {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 14px;
      display: inline-block;
      padding: 10px 5px;
      position: relative; }
      @media only screen and (min-width: 992px) {
        .header_section_wrapper .collapsed-filter li {
          font-size: 19.2px;
          padding: 10px; } }
      .header_section_wrapper .collapsed-filter li a {
        color: #041E42;
        text-decoration: none; }
      .header_section_wrapper .collapsed-filter li.active {
        font-family: "Avenir LT W01_65 Medium1475532"; }
    .header_section_wrapper .collapsed-filter a {
      color: #041E42;
      text-decoration: none; }
  .header_section_wrapper .view-filter {
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .header_section_wrapper .view-filter {
        float: right; } }
    .header_section_wrapper .view-filter li {
      display: inline-block;
      margin: 20px 0 0 10px;
      color: #949494; }
      .header_section_wrapper .view-filter li a {
        color: #949494;
        text-decoration: none; }
        .header_section_wrapper .view-filter li a:before {
          font-size: 18px; }
        .header_section_wrapper .view-filter li a:hover {
          color: #4d4d4d;
          cursor: pointer; }
        .header_section_wrapper .view-filter li a:hover, .header_section_wrapper .view-filter li a:focus {
          outline: none; }
      @media only screen and (min-width: 768px) {
        .header_section_wrapper .view-filter li {
          margin: 5px 0 0 10px; } }
      .header_section_wrapper .view-filter li.active a {
        color: #4d4d4d; }
  .header_section_wrapper .custom-select {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 16px;
    border-radius: 0;
    height: auto;
    padding: 0; }
    .header_section_wrapper .custom-select .caret {
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right center;
      background-size: 8px 10px;
      border: 0;
      width: 8px;
      height: 10px; }
    .header_section_wrapper .custom-select .dropdown-toggle {
      background-color: #e6e6e6;
      border-radius: 0;
      border: 0;
      padding: 16px 25px 16px 12px; }
      .header_section_wrapper .custom-select .dropdown-toggle:hover, .header_section_wrapper .custom-select .dropdown-toggle:focus, .header_section_wrapper .custom-select .dropdown-toggle:active {
        background: #e6e6e6; }
      .header_section_wrapper .custom-select .dropdown-toggle span {
        display: block; }
    .header_section_wrapper .custom-select .dropdown-header {
      font-size: 16px;
      font-family: "Avenir LT W01_65 Medium1475532";
      background-color: #041E42;
      color: #FFFFFF;
      padding: 16px 10px; }
    .header_section_wrapper .custom-select.bootstrap-select.btn-group .dropdown-toggle .caret {
      margin: -4px 0 0; }
  .header_section_wrapper .dropdown-menu {
    border-radius: 0;
    border: 1px solid #041E42;
    padding: 0; }
    .header_section_wrapper .dropdown-menu .divider {
      display: none; }
    .header_section_wrapper .dropdown-menu li {
      padding: 0; }
      .header_section_wrapper .dropdown-menu li a {
        padding: 15px 10px;
        border: 1px solid #041E42; }
      .header_section_wrapper .dropdown-menu li.disabled a {
        background-color: #d4d4d4;
        color: #949494;
        border-color: #949494; }

.image_tabs_wrapper .image-tabs {
  padding: 0; }
  .image_tabs_wrapper .image-tabs .tab {
    padding: 0;
    border-right: 2px solid #FFFFFF; }
    .image_tabs_wrapper .image-tabs .tab:last-child {
      border-right: none; }
    .image_tabs_wrapper .image-tabs .tab.active .tab-img-bg:before {
      opacity: 0; }
    .image_tabs_wrapper .image-tabs .tab.active:after {
      content: "";
      display: inline-block;
      margin: 0 auto;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 15px 15px 15px;
      border-color: transparent transparent #FFFFFF;
      transition: 0.25s border-width ease-in-out; }
    .image_tabs_wrapper .image-tabs .tab:hover {
      cursor: pointer !important; }
      .image_tabs_wrapper .image-tabs .tab:hover .tab-img-bg:before {
        opacity: 0.4;
        color: #0032a0; }
  .image_tabs_wrapper .image-tabs .tab-img-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    height: 140px;
    width: 100%; }
    .image_tabs_wrapper .image-tabs .tab-img-bg:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #041E42;
      opacity: 0.7;
      transition: 0.25s opacity ease-in-out, 0.25s color ease-in-out; }
    @media only screen and (min-width: 480px) {
      .image_tabs_wrapper .image-tabs .tab-img-bg {
        height: 180px; } }
    @media only screen and (min-width: 768px) {
      .image_tabs_wrapper .image-tabs .tab-img-bg {
        height: 250px; } }
    @media only screen and (min-width: 992px) {
      .image_tabs_wrapper .image-tabs .tab-img-bg {
        height: 300px; } }

.image_tabs_wrapper .img-tabs-content .news-block {
  background: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0;
  text-align: center;
  text-align: left; }
  .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper {
    display: table;
    position: relative;
    margin: 0 auto;
    padding: 20px; }
    @media only screen and (min-width: 768px) {
      .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper {
        padding: 40px 20px; } }
    .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper .inner-content {
      display: table-cell;
      vertical-align: middle; }
    .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper .date,
    .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper .location {
      display: inline-block;
      font-family: "Avenir LT W01_95 Black1475556";
      font-size: 12px;
      color: #F65275;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper h2 {
      font-family: "grifo_mmedium", "Times New Roman", serif;
      font-size: 24px;
      line-height: 1.2em;
      color: #041E42;
      margin-bottom: 20px; }
      .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper h2 a {
        font-family: "grifo_mmedium", "Times New Roman", serif;
        font-size: 24px;
        color: #041E42;
        text-decoration: none;
        transition: 0.25s text-shadow ease-in-out; }
        .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper h2 a:hover {
          text-shadow: 0 0 2px rgba(4, 30, 66, 0.2); }
      .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper h2.twitter-icon:before {
        content: "\f099";
        display: block;
        margin-bottom: 20px;
        font-family: FontAwesome;
        font-size: 30px; }
    .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper p {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 16px;
      color: #041E42;
      margin-bottom: 20px; }
      .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper p a {
        text-decoration: underline; }
    .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper a {
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      color: #041E42;
      position: relative;
      text-decoration: none; }
    .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper .more-btn:after {
      content: "";
      display: block;
      height: 1px;
      width: 100%;
      background-color: #041E42;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      transition: 0.25s width ease-in-out; }
    .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper .more-btn:hover:after {
      content: "";
      width: 0; }
  .image_tabs_wrapper .img-tabs-content .news-block:hover .tile-bg:before {
    opacity: 0.2; }
  .image_tabs_wrapper .img-tabs-content .news-block .tile-bg {
    position: relative;
    display: block;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover; }
    .image_tabs_wrapper .img-tabs-content .news-block .tile-bg:before {
      content: "";
      transition: 0.4s opacity ease-in-out;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #041E42;
      opacity: 0; }
  .image_tabs_wrapper .img-tabs-content .news-block.instagram-block {
    background: transparent;
    color: #FFFFFF; }
    .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .inner-wrapper {
      display: table;
      height: 100%;
      width: 100%; }
    .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .hover-content {
      position: relative;
      transition: opacity 0.4s ease-in-out;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .hover-content {
          text-align: left; } }
      .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .hover-content p {
        font-size: 16px;
        transition: 0.25s max-height ease-in-out, 0.25s opacity ease-in-out;
        padding: 10px 0 0; }
        @media only screen and (min-width: 992px) {
          .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .hover-content p {
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            padding: 30px 0 0; } }
        .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .hover-content p a {
          font-size: 16px;
          display: inline;
          height: auto;
          width: auto;
          text-decoration: none; }
    .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .icons-wrapper {
      color: #FFFFFF;
      transition: 0.15s left ease-out 0.15s, 0.15s top ease-out, 0.1s margin-top ease-out, 0.1s margin-left ease-out 0.15s;
      display: block;
      width: auto;
      height: 20px;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .icons-wrapper {
          position: absolute;
          top: 50%;
          bottom: 50%;
          right: 50%;
          left: 50%;
          left: 50%;
          right: 50%;
          width: 100px;
          margin: -10px 0 0 -50px; } }
      .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .icons-wrapper span {
        color: #FFFFFF;
        font-size: 14px;
        margin: 0 5px; }
        .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .icons-wrapper span i {
          color: #F65275; }
    .image_tabs_wrapper .img-tabs-content .news-block.instagram-block:hover .tile-bg:before {
      opacity: 0.7; }
    .image_tabs_wrapper .img-tabs-content .news-block.instagram-block:hover .hover-content {
      opacity: 1; }
      .image_tabs_wrapper .img-tabs-content .news-block.instagram-block:hover .hover-content p {
        max-height: 500px;
        opacity: 1; }
    @media only screen and (min-width: 992px) {
      .image_tabs_wrapper .img-tabs-content .news-block.instagram-block:hover .icons-wrapper {
        left: -5px;
        top: 0;
        margin: 0; } }
    .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .tile-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .tile-bg:before {
        opacity: 0.4; }
      @media only screen and (min-width: 992px) {
        .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .tile-bg:before {
          opacity: 0; } }
    .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .content-wrapper {
      display: table-cell;
      vertical-align: middle;
      padding: 20px; }
      .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .content-wrapper a,
      .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .content-wrapper p {
        color: #FFFFFF;
        font-family: "Avenir LT W01_45 Book1475508";
        margin: 0; }
    .image_tabs_wrapper .img-tabs-content .news-block.instagram-block .content-wrapper {
      height: 300px; }
  .image_tabs_wrapper .img-tabs-content .news-block .arrow-top:before {
    content: "";
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #FFFFFF transparent;
    transition: 0.25s border-width ease-in-out; }
  .image_tabs_wrapper .img-tabs-content .news-block .arrow-right:before {
    content: "";
    display: inline-block;
    margin: 0 auto;
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #FFFFFF transparent;
    transition: 0.25s border-width ease-in-out; }
  .image_tabs_wrapper .img-tabs-content .news-block .arrow-left:after {
    content: "";
    display: inline-block;
    margin: auto 0;
    position: absolute;
    top: 0;
    left: -15px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #FFFFFF transparent transparent;
    transition: 0.25s border-width ease-in-out; }
  .image_tabs_wrapper .img-tabs-content .news-block .arrow-right:after {
    content: "";
    display: inline-block;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: -15px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #FFFFFF;
    transition: 0.25s border-width ease-in-out; }
  .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper {
    display: block;
    padding: 20px 15px 30px; }
    @media only screen and (min-width: 992px) {
      .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper {
        padding: 40px 15px 50px; } }
    .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper .indicator_tabs {
      list-style: none; }
      .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper .indicator_tabs li {
        font-size: 18px;
        display: inline-block;
        width: 30px;
        height: 30px;
        text-align: center; }
        .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper .indicator_tabs li a {
          font-family: "Avenir LT W01_45 Book1475508";
          text-decoration: underline;
          line-height: 28px;
          outline: none; }
        .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper .indicator_tabs li.active {
          border: 1px solid #949494;
          border-radius: 50%; }
          .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper .indicator_tabs li.active a {
            font-family: "Avenir LT W01_65 Medium1475532";
            text-decoration: none; }
    .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper .date,
    .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper .location {
      margin: 0; }
    .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper .date {
      font-family: "Avenir LT W01_45 Book1475508";
      margin-bottom: 20px; }
    .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper h2 a {
      line-height: 1.4em; }
      @media only screen and (min-width: 992px) {
        .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper h2 a {
          font-size: 32px;
          color: #041E42; } }
    @media only screen and (min-width: 992px) {
      .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper p {
        font-family: "Avenir LT W01_45 Book1475508";
        font-size: 18px;
        color: #041E42; } }
    @media only screen and (min-width: 1200px) {
      .image_tabs_wrapper .img-tabs-content .news-block .content-wrapper p {
        font-size: 24px; } }

.video_strip {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: relative;
  background-color: #041E42;
  min-height: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-height: 540px;
  overflow: hidden; }
  @media only screen and (min-width: 992px) {
    .video_strip {
      min-height: 540px; } }
  .video_strip:before {
    content: '';
    border: 3px solid #CBA052;
    width: 500px;
    height: 500px;
    transform: rotate(45deg);
    bottom: 0%;
    position: absolute;
    right: -25%;
    z-index: 1; }
  .video_strip:after {
    content: '';
    border: 3px solid #CBA052;
    width: 500px;
    height: 500px;
    transform: rotate(45deg);
    top: 0%;
    position: absolute;
    left: -25%;
    z-index: 1; }
  .video_strip .play_button, .video_strip .iframe_play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 130px;
    height: 130px;
    background-image: url("../images/components/play_button_default.png");
    z-index: 10; }
    .video_strip .play_button:hover, .video_strip .iframe_play_button:hover {
      background-image: url("../images/components/play_button_hover.png"); }
  .video_strip video, .video_strip iframe {
    width: 100%; }
    @media only screen and (min-width: 992px) {
      .video_strip video, .video_strip iframe {
        width: 40%;
        margin: 0 auto;
        display: block; } }
  .video_strip iframe {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 8; }
  .video_strip .video_poster {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 9;
    background-size: cover;
    background-position: center; }

.static_map_strip {
  min-height: 350px; }

.inpage_articles img {
  width: 100%; }

.inpage_articles .inner-content {
  padding: 40px 20px; }
  .inpage_articles .inner-content .location {
    font-size: 12px;
    font-family: "Avenir LT W01_95 Black1475556";
    margin-bottom: 10px;
    text-transform: uppercase; }
  .inpage_articles .inner-content h2 a {
    font-size: 28.8px;
    font-family: "grifo_mmedium", "Times New Roman", serif;
    color: #041E42;
    margin-bottom: 10px;
    display: block;
    line-height: 1.2; }
  .inpage_articles .inner-content a {
    color: #FFFFFF;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    position: relative;
    text-decoration: none;
    margin-top: 10px; }
  .inpage_articles .inner-content a.more-btn {
    font-size: 14px;
    color: #041E42;
    text-transform: uppercase; }
    .inpage_articles .inner-content a.more-btn:after {
      background-color: #041E42;
      bottom: 0;
      content: "";
      display: block;
      height: 1px;
      left: 0;
      position: absolute;
      transition: width 0.25s ease-in-out 0s;
      width: 100%; }
    .inpage_articles .inner-content a.more-btn:hover:after {
      content: "";
      width: 0; }

.inpage_articles .article-item .article-image-wrap {
  max-height: 300px;
  min-height: 300px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.inpage_articles .article-item .inner-content {
  min-height: 340px; }
  @media only screen and (min-width: 1200px) {
    .inpage_articles .article-item .inner-content {
      min-height: 250px; } }
  @media only screen and (max-width: 768px) {
    .inpage_articles .article-item .inner-content {
      min-height: 220px; } }

.inpage_articles .article-item.item-light {
  background: #ECEAE8;
  color: #041E42; }

.inpage_articles .article-item.item-dark {
  background: #F65275;
  color: #FFFFFF; }
  .inpage_articles .article-item.item-dark h2 a, .inpage_articles .article-item.item-dark a.more-btn {
    color: #FFFFFF; }
  .inpage_articles .article-item.item-dark a.more-btn:after {
    background-color: #FFFFFF; }

.inpage_articles .article-item.twitter-item {
  background: #0033A0;
  color: #FFFFFF;
  text-align: center;
  font-family: "Avenir LT W01_45 Book1475508";
  font-size: 19.2px; }
  .inpage_articles .article-item.twitter-item .inner-content {
    padding: 40px; }
    @media only screen and (min-width: 1200px) {
      .inpage_articles .article-item.twitter-item .inner-content {
        padding: 40px 80px; } }
  .inpage_articles .article-item.twitter-item h2 a {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    color: #FFFFFF; }

.sustainability_section {
  background-color: #ECEAE8;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media only screen and (min-width: 992px) {
    .sustainability_section {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .sustainability_section h2 {
    color: #006837;
    font-family: "grifo_mmedium", "Times New Roman", serif;
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    position: relative; }
    .sustainability_section h2:after {
      content: '';
      width: 35px !important;
      height: 3px !important;
      bottom: -5px !important;
      position: absolute !important;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #CBA052; }
      @media only screen and (min-width: 992px) {
        .sustainability_section h2:after {
          content: '';
          width: 52px !important;
          height: 5px !important;
          bottom: -5px !important;
          position: absolute !important; } }
    @media only screen and (min-width: 768px) {
      .sustainability_section h2 {
        font-size: 40px; } }
    @media only screen and (min-width: 992px) {
      .sustainability_section h2 {
        font-size: 55px; } }
    .sustainability_section h2.otis-black {
      color: #041E42; }
  .sustainability_section h3 {
    color: #041E42;
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 19.2px;
    text-align: center; }
  .sustainability_section .sustainability_pod {
    padding-top: 20px;
    padding-bottom: 20px; }
    @media only screen and (min-width: 992px) {
      .sustainability_section .sustainability_pod {
        padding-top: 40px;
        padding-bottom: 80px; } }
    .sustainability_section .sustainability_pod img {
      max-height: 100px;
      margin: 40px auto 0;
      display: block; }
    .sustainability_section .sustainability_pod h3 {
      padding-top: 40px;
      padding-bottom: 20px;
      color: #041E42;
      font-family: "grifo_mmedium", "Times New Roman", serif;
      font-size: 24px;
      text-align: center; }
    .sustainability_section .sustainability_pod p {
      color: #041E42;
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 16px;
      text-align: center; }
  .sustainability_section .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #006837;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #006837;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase;
    display: block;
    margin: 0 auto; }
    .sustainability_section .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .sustainability_section .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .sustainability_section .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .sustainability_section .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .sustainability_section .otis_button:hover {
      background-color: #006837;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .sustainability_section .otis_button:hover:before {
        color: #FFFFFF !important; }
      .sustainability_section .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .sustainability_section .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .sustainability_section .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #006837;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .sustainability_section .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .sustainability_section .otis_button {
        margin: 20px auto; } }
    @media only screen and (min-width: 768px) {
      .sustainability_section .otis_button {
        max-width: 250px; } }

.values_section_wrapper .values_section {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 2px dotted #949494; }
  .values_section_wrapper .values_section h3 {
    color: #041E42;
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 24px;
    text-align: center; }
  .values_section_wrapper .values_section .value_pod {
    padding-bottom: 40px; }
    @media only screen and (min-width: 992px) {
      .values_section_wrapper .values_section .value_pod {
        padding-bottom: 80px; } }
    .values_section_wrapper .values_section .value_pod .otis-icon {
      margin-top: 20px;
      text-align: center;
      display: block;
      width: 50px;
      height: 50px;
      border-color: #CBA052; }
      @media only screen and (min-width: 992px) {
        .values_section_wrapper .values_section .value_pod .otis-icon {
          height: 75px;
          width: 75px; } }
      .values_section_wrapper .values_section .value_pod .otis-icon img {
        display: block;
        margin: 0 auto; }
    .values_section_wrapper .values_section .value_pod h3 {
      padding-top: 20px;
      padding-bottom: 20px;
      color: #041E42;
      font-family: "grifo_mmedium", "Times New Roman", serif;
      font-size: 24px;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .values_section_wrapper .values_section .value_pod h3 {
          padding-top: 40px; } }
    .values_section_wrapper .values_section .value_pod p {
      color: #041E42;
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 16px;
      text-align: center; }
    .values_section_wrapper .values_section .value_pod a {
      transition: all 0.4s ease-out;
      border: 2px solid #041E42;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #041E42;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase;
      margin: 30px auto 0;
      display: block;
      width: 200px; }
      .values_section_wrapper .values_section .value_pod a .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .values_section_wrapper .values_section .value_pod a .btn-icon.otis-white {
          background-position: 0 -24px; }
        .values_section_wrapper .values_section .value_pod a .btn-icon.otis-green {
          background-position: 0 -48px; }
        .values_section_wrapper .values_section .value_pod a .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .values_section_wrapper .values_section .value_pod a:hover {
        background-color: #041E42;
        text-decoration: none;
        color: #FFFFFF !important;
        border: 2px solid #FFFFFF; }
        .values_section_wrapper .values_section .value_pod a:hover:before {
          color: #FFFFFF !important; }
        .values_section_wrapper .values_section .value_pod a:hover .btn-icon {
          background-position: 0 -24px; }
          .values_section_wrapper .values_section .value_pod a:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .values_section_wrapper .values_section .value_pod a.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #041E42;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .values_section_wrapper .values_section .value_pod a {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .values_section_wrapper .values_section .value_pod a {
          margin: 20px auto; } }

.values_section_wrapper.black {
  background-color: #041E42; }
  .values_section_wrapper.black .values_section {
    border-top: none; }
    .values_section_wrapper.black .values_section h3 {
      color: #FFFFFF; }
    .values_section_wrapper.black .values_section .value_pod span, .values_section_wrapper.black .values_section .value_pod h3, .values_section_wrapper.black .values_section .value_pod p {
      color: #FFFFFF; }
    .values_section_wrapper.black .values_section .value_pod .otis-icon {
      border-color: #CBA052; }
    .values_section_wrapper.black .values_section .value_pod a {
      transition: all 0.4s ease-out;
      border: 2px solid #FFFFFF;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #FFFFFF;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase;
      margin: 30px auto 0;
      display: block;
      width: 200px; }
      .values_section_wrapper.black .values_section .value_pod a .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .values_section_wrapper.black .values_section .value_pod a .btn-icon.otis-white {
          background-position: 0 -24px; }
        .values_section_wrapper.black .values_section .value_pod a .btn-icon.otis-green {
          background-position: 0 -48px; }
        .values_section_wrapper.black .values_section .value_pod a .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .values_section_wrapper.black .values_section .value_pod a:hover {
        background-color: #FFFFFF;
        text-decoration: none;
        color: #041E42 !important;
        border: 2px solid #041E42; }
        .values_section_wrapper.black .values_section .value_pod a:hover:before {
          color: #041E42 !important; }
        .values_section_wrapper.black .values_section .value_pod a:hover .btn-icon {
          background-position: 0 -24px; }
          .values_section_wrapper.black .values_section .value_pod a:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .values_section_wrapper.black .values_section .value_pod a.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #FFFFFF;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .values_section_wrapper.black .values_section .value_pod a {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .values_section_wrapper.black .values_section .value_pod a {
          margin: 20px auto; } }

.career_infographic {
  background-color: #041E42;
  display: inline-block; }
  .career_infographic .infographic_tab_pane {
    padding: 0px; }
  @media only screen and (min-width: 992px) {
    .career_infographic {
      display: inherit;
      min-height: 600px; }
      .career_infographic .infographic_tab_pane, .career_infographic .tabcontent, .career_infographic .tab-pane {
        min-height: 600px;
        padding: 0px; } }
  .career_infographic .tab-content .tab-pane {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .career_infographic .tab-content .tab-pane .infographic_tab_content {
      width: 100%;
      padding-top: 40px;
      padding-bottom: 40px; }
      .career_infographic .tab-content .tab-pane .infographic_tab_content img {
        max-width: 100%; }
      .career_infographic .tab-content .tab-pane .infographic_tab_content h2 {
        font-family: "Avenir LT W01_45 Book1475508";
        color: #FFFFFF;
        font-size: 32px;
        text-align: center; }
      .career_infographic .tab-content .tab-pane .infographic_tab_content h3 {
        font-family: "Avenir LT W01_45 Book1475508";
        color: #FFFFFF;
        font-size: 19.2px;
        text-align: center; }
      @media only screen and (min-width: 768px) {
        .career_infographic .tab-content .tab-pane .infographic_tab_content h2 {
          font-size: 40px; }
        .career_infographic .tab-content .tab-pane .infographic_tab_content h3 {
          font-size: 25.6px; } }
      @media only screen and (min-width: 992px) {
        .career_infographic .tab-content .tab-pane .infographic_tab_content {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 70%;
          padding: 0; } }
  .career_infographic .infographic_tabs {
    margin-top: 0px;
    padding: 30px; }
    @media only screen and (min-width: 992px) {
      .career_infographic .infographic_tabs {
        margin-top: -110px; } }
    .career_infographic .infographic_tabs ul {
      text-align: center;
      margin-bottom: 0px; }
      @media only screen and (min-width: 992px) {
        .career_infographic .infographic_tabs ul {
          margin-bottom: 0px; } }
      .career_infographic .infographic_tabs ul li {
        display: inline-block;
        list-style: none;
        list-style-type: none;
        position: relative;
        margin-right: 10px;
        min-height: 32px;
        border: 1px solid #FFFFFF;
        width: 32px;
        height: 32px;
        transform: rotate(45deg); }
        .career_infographic .infographic_tabs ul li .tab-dot-inner {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 20px;
          height: 20px;
          background-color: #041E42; }
        .career_infographic .infographic_tabs ul li.active a .tab-dot-inner {
          background-color: #CBA052; }
          .career_infographic .infographic_tabs ul li.active a .tab-dot-inner:before {
            transform: scale(1.2);
            background-color: #041E42;
            color: #FFFFFF;
            border: 2px solid #041E42; }
        .career_infographic .infographic_tabs ul li:last-child {
          margin-right: 0; }
        .career_infographic .infographic_tabs ul li a {
          color: #949494; }
          .career_infographic .infographic_tabs ul li a .otis-icon {
            cursor: pointer;
            transition: all 0.4s ease-out; }
          .career_infographic .infographic_tabs ul li a:hover .otis-icon {
            transform: scale(1.2);
            background-color: #041E42;
            color: #FFFFFF;
            border: 2px solid #041E42; }

.product_info_row .product_info_image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  position: relative; }
  @media only screen and (min-width: 992px) {
    .product_info_row .product_info_image {
      height: 400px; } }
  @media only screen and (min-width: 1200px) {
    .product_info_row .product_info_image {
      height: 500px; } }
  .product_info_row .product_info_image:after {
    content: '';
    position: absolute;
    width: 95%;
    height: 100%;
    top: -20px;
    left: -20px;
    border: 2px solid #CBA052; }

.product_info_row .product_info_video {
  overflow: hidden;
  height: 540px; }
  .product_info_row .product_info_video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }

.product_info_row .product_info_text {
  background-color: #ECEAE8;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }
  .product_info_row .product_info_text .product_logo {
    max-width: 60%; }
    @media only screen and (min-width: 992px) {
      .product_info_row .product_info_text .product_logo {
        max-width: 20%; } }
  .product_info_row .product_info_text h2, .product_info_row .product_info_text h3 {
    font-family: "grifo_mmedium", "Times New Roman", serif;
    color: #041E42;
    font-size: 32px;
    line-height: 1;
    padding: 0 0 10px;
    position: relative;
    margin-bottom: 20px; }
    .product_info_row .product_info_text h2:after, .product_info_row .product_info_text h3:after {
      content: '';
      width: 35px !important;
      height: 3px !important;
      bottom: -5px !important;
      position: absolute !important;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #CBA052; }
      @media only screen and (min-width: 992px) {
        .product_info_row .product_info_text h2:after, .product_info_row .product_info_text h3:after {
          content: '';
          width: 52px !important;
          height: 5px !important;
          bottom: -5px !important;
          position: absolute !important; } }
    @media only screen and (min-width: 992px) {
      .product_info_row .product_info_text h2, .product_info_row .product_info_text h3 {
        font-size: 45px; } }
  .product_info_row .product_info_text .lead {
    font-size: 18px;
    font-family: "Avenir LT W01_45 Book1475508";
    padding: 0 0 30px; }
    @media only screen and (min-width: 992px) {
      .product_info_row .product_info_text .lead {
        font-size: 24px; } }
  .product_info_row .product_info_text p {
    width: 100%;
    display: block;
    margin: 0 auto;
    font-family: "Avenir LT W01_45 Book1475508";
    padding-bottom: 20px;
    font-size: 16px;
    color: #041E42; }
    @media only screen and (min-width: 768px) {
      .product_info_row .product_info_text p {
        width: 80%; } }
  .product_info_row .product_info_text .description {
    font-size: 16px; }
  @media only screen and (min-width: 992px) {
    .product_info_row .product_info_text h2, .product_info_row .product_info_text h3 {
      font-size: 48px; }
    .product_info_row .product_info_text .lead {
      font-size: 24px;
      padding-bottom: 30px; }
    .product_info_row .product_info_text .description {
      font-size: 16px;
      padding-bottom: 40px; }
    .product_info_row .product_info_text .product-button {
      margin-bottom: 50px;
      width: auto; } }
  @media only screen and (min-width: 768px) {
    .product_info_row .product_info_text .info_text_inner {
      padding-left: 20px;
      padding-right: 20px; } }
  @media only screen and (min-width: 1200px) {
    .product_info_row .product_info_text .info_text_inner {
      padding-left: 6em;
      width: 90%; } }
  @media only screen and (min-width: 1600px) {
    .product_info_row .product_info_text .info_text_inner {
      padding-left: 10em;
      width: 80%; } }
  .product_info_row .product_info_text .info_text_inner p {
    width: 100%;
    font-family: "Avenir LT W01_45 Book1475508"; }
  .product_info_row .product_info_text .info_text_inner ul {
    list-style: none;
    list-style-type: none; }
    .product_info_row .product_info_text .info_text_inner ul li {
      display: block;
      font-family: "Avenir LT W01_45 Book1475508";
      border-top: 1px dotted #949494; }
      @media only screen and (min-width: 992px) {
        .product_info_row .product_info_text .info_text_inner ul li {
          font-size: 16px; } }
      .product_info_row .product_info_text .info_text_inner ul li:last-child {
        border-bottom: 1px dotted #949494; }
      .product_info_row .product_info_text .info_text_inner ul li a {
        transition: all 0.4s ease-out;
        color: #041E42;
        text-decoration: none;
        display: block;
        padding: 20px;
        width: 100%; }
        .product_info_row .product_info_text .info_text_inner ul li a:after {
          font-family: "Otis";
          content: "\e00e";
          color: #041E42;
          font-size: 28px;
          margin-top: -10px;
          float: right; }
        @media only screen and (max-width: 991px) {
          .product_info_row .product_info_text .info_text_inner ul li a:after {
            margin-top: -10px; } }
        .product_info_row .product_info_text .info_text_inner ul li a:hover {
          background-color: #c7c7c7;
          padding-right: 15px; }

.product_info_row.text_left .product_info_text {
  text-align: left !important; }

.product_info_row.text_left h3:after {
  left: 0;
  transform: none; }

.product_info_row.text_center .product_info_text {
  text-align: center !important; }

.product_info_row .otis_button, .product_info_row .pdf-button {
  transition: all 0.4s ease-out;
  border: 2px solid #ffffff;
  padding: 10px 20px;
  font-family: "Avenir LT W01_65 Medium1475532";
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  background-color: #041E42;
  cursor: pointer;
  box-sizing: border-box;
  text-transform: uppercase;
  width: 100%;
  margin: 0 0 10px; }
  .product_info_row .otis_button .btn-icon, .product_info_row .pdf-button .btn-icon {
    background-position: 0 0;
    display: inline-block;
    height: 24px;
    width: 24px;
    margin: 0 10px -8px 0; }
    .product_info_row .otis_button .btn-icon.otis-white, .product_info_row .pdf-button .btn-icon.otis-white {
      background-position: 0 -24px; }
    .product_info_row .otis_button .btn-icon.otis-green, .product_info_row .pdf-button .btn-icon.otis-green {
      background-position: 0 -48px; }
    .product_info_row .otis_button .btn-icon.otis-gold, .product_info_row .pdf-button .btn-icon.otis-gold {
      background-position: 0 -72px; }
  .product_info_row .otis_button:hover, .product_info_row .pdf-button:hover {
    background-color: #ffffff;
    text-decoration: none;
    color: #041E42 !important;
    border: 2px solid #041E42; }
    .product_info_row .otis_button:hover:before, .product_info_row .pdf-button:hover:before {
      color: #041E42 !important; }
    .product_info_row .otis_button:hover .btn-icon, .product_info_row .pdf-button:hover .btn-icon {
      background-position: 0 -24px; }
      .product_info_row .otis_button:hover .btn-icon.otis-white, .product_info_row .pdf-button:hover .btn-icon.otis-white {
        background-position: 0 0; }
  .product_info_row .otis_button.pdf-button:before, .product_info_row .pdf-button.pdf-button:before {
    content: "\e00f";
    font-family: "Otis";
    color: #ffffff;
    vertical-align: middle;
    font-size: 22.4px;
    line-height: 0;
    margin-right: 10px; }
  @media only screen and (min-width: 768px) {
    .product_info_row .otis_button, .product_info_row .pdf-button {
      min-width: 200px; } }
  @media only screen and (max-width: 991px) {
    .product_info_row .otis_button, .product_info_row .pdf-button {
      margin: 20px auto; } }
  @media only screen and (min-width: 768px) {
    .product_info_row .otis_button, .product_info_row .pdf-button {
      width: auto;
      margin: 0 10px 10px 0; } }

.product_stats {
  font-family: "Avenir LT W01_45 Book1475508";
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 20px; }
  .product_stats h2 {
    font-size: 48px;
    line-height: 52.8px;
    color: #041E42;
    padding-bottom: 20px;
    margin-bottom: 40px;
    font-family: "grifo_mmedium", "Times New Roman", serif;
    position: relative; }
    .product_stats h2:after {
      content: '';
      width: 35px !important;
      height: 3px !important;
      bottom: -5px !important;
      position: absolute !important;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #CBA052;
      left: 15px; }
      @media only screen and (min-width: 992px) {
        .product_stats h2:after {
          content: '';
          width: 52px !important;
          height: 5px !important;
          bottom: -5px !important;
          position: absolute !important;
          left: 25px; } }
  .product_stats h3 {
    font-size: 24px;
    margin-bottom: 20px; }
  .product_stats p {
    font-size: 16px;
    padding-bottom: 20px; }
  .product_stats .tab-list {
    margin: 30px 0; }
    .product_stats .tab-list h3 {
      padding-bottom: 10px;
      border-bottom: 1px dotted #949494; }
    .product_stats .tab-list ul li {
      font-size: 16px;
      font-family: "Avenir LT W01_45 Book1475508";
      padding: 8px 0;
      list-style: none;
      list-style-type: none;
      border-bottom: 1px dotted #949494; }
  .product_stats .graph-title {
    color: #041E42;
    font-size: 24px;
    border-top: 1px dashed #b4b4b4;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    width: 100%;
    text-align: center; }
  .product_stats .graph-wrapper {
    border-bottom: 1px dashed #b4b4b4;
    margin-bottom: 20px; }
  .product_stats .graph-key {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 20px;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
    display: inline-block; }
    .product_stats .graph-key li {
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 22.4px;
      line-height: 28.8px;
      list-style: square; }
      .product_stats .graph-key li:nth-child(1) {
        color: #041E42; }
      .product_stats .graph-key li:nth-child(2) {
        color: #4d4d4d; }
      .product_stats .graph-key li:nth-child(3) {
        color: #949494; }
      .product_stats .graph-key li span {
        color: #041E42;
        font-size: 16px; }
  .product_stats .measurement-wrap {
    display: block;
    font-size: 86.4px;
    line-height: 96px; }
    .product_stats .measurement-wrap i {
      font-style: normal; }
    .product_stats .measurement-wrap .unit-suffix {
      margin-left: -20px; }
      .product_stats .measurement-wrap .unit-suffix sup {
        font-size: 32px;
        line-height: 100px;
        vertical-align: top; }
  .product_stats .measurement {
    color: #041E42;
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 28.8px;
    text-align: center;
    border-bottom: 1px dashed #949494;
    padding-bottom: 30px; }
  .product_stats.otis-green .measurement {
    color: #7f9f49; }
  .product_stats.otis-green .graph-key li:nth-child(1) {
    color: #7f9f49 !important; }
  .product_stats.otis-blue .measurement {
    color: #0032a0; }
  .product_stats.otis-blue .graph-key li:nth-child(1) {
    color: #0032a0 !important; }
  .product_stats .otis_vertical_bar_graph {
    min-height: 300px; }
  .product_stats.otis-green h2 {
    color: #7f9f49; }
  .product_stats.otis-green .graph-title {
    color: #7f9f49; }
  .product_stats.otis-blue h2 {
    color: #0032a0; }
  .product_stats.otis-blue .graph-title {
    color: #0032a0; }
  .product_stats.otis-gold h2 {
    color: #86754d; }
  .product_stats.otis-gold .graph-title {
    color: #86754d; }

.product_sustainability {
  padding: 40px 0; }
  .product_sustainability img {
    width: 85%; }
  .product_sustainability h2 {
    font-size: 48px;
    line-height: 52.8px;
    font-family: "grifo_mmedium", "Times New Roman", serif;
    margin-bottom: 20px;
    text-align: left; }
  .product_sustainability h3 {
    color: #FFFFFF;
    font-size: 22.4px;
    font-family: "Avenir LT W01_45 Book1475508";
    margin-bottom: 20px;
    text-align: left; }
  .product_sustainability h4 {
    color: #FFFFFF;
    font-size: 19.2px;
    font-family: "Otis Regular", helvetica, arial, sans-serif;
    margin-bottom: 20px;
    text-align: left; }
  .product_sustainability p {
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Avenir LT W01_45 Book1475508";
    padding-bottom: 20px; }
  .product_sustainability .sustainability_stats {
    padding-top: 40px; }
    .product_sustainability .sustainability_stats .row {
      padding: 30px; }
      .product_sustainability .sustainability_stats .row .circle {
        text-align: center;
        position: relative;
        text-align: left;
        float: left; }
        .product_sustainability .sustainability_stats .row .circle .circles-text {
          font-family: "Avenir LT W01_45 Book1475508";
          position: relative !important;
          width: auto !important;
          height: auto !important;
          display: inline-block;
          margin-left: 20px;
          font-size: 64px !important; }
          @media only screen and (min-width: 992px) {
            .product_sustainability .sustainability_stats .row .circle .circles-text {
              font-size: 64px !important; } }
        .product_sustainability .sustainability_stats .row .circle .circles-wrp {
          position: absolute;
          left: 50%;
          transform: translateX(-50%); }
          .product_sustainability .sustainability_stats .row .circle .circles-wrp svg {
            float: left; }
      .product_sustainability .sustainability_stats .row p {
        font-family: "Avenir LT W01_45 Book1475508";
        color: #FFFFFF;
        font-size: 25.6px;
        padding: 10px 0;
        text-align: center; }
      .product_sustainability .sustainability_stats .row .unit-suffix {
        font-size: 64px !important;
        float: left;
        font-family: "Avenir LT W01_45 Book1475508";
        color: #FFFFFF;
        padding-left: 10px;
        padding-top: 5px; }
        @media only screen and (min-width: 992px) {
          .product_sustainability .sustainability_stats .row .unit-suffix {
            font-size: 64px !important; } }
        .product_sustainability .sustainability_stats .row .unit-suffix.otis-gold {
          color: #86754d; }
  .product_sustainability.otis-black {
    background-color: #041E42; }
    .product_sustainability.otis-black h2 {
      color: #ffffff;
      position: relative;
      padding-bottom: 20px;
      margin-bottom: 30px; }
      .product_sustainability.otis-black h2:after {
        content: '';
        width: 35px !important;
        height: 3px !important;
        bottom: -5px !important;
        position: absolute !important;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background-color: #CBA052;
        left: 15px; }
        @media only screen and (min-width: 992px) {
          .product_sustainability.otis-black h2:after {
            content: '';
            width: 52px !important;
            height: 5px !important;
            bottom: -5px !important;
            position: absolute !important;
            left: 25px; } }
    .product_sustainability.otis-black h4 {
      color: #CBA052; }
    .product_sustainability.otis-black .sustainability_stats p {
      color: #86754d; }
    .product_sustainability.otis-black .sustainability_stats .circles-text {
      color: #86754d; }
  .product_sustainability.otis-green {
    background-color: #7f9f49; }
    .product_sustainability.otis-green h2 {
      color: #FFFFFF; }
    .product_sustainability.otis-green .sustainability_stats p {
      color: #FFFFFF; }
    .product_sustainability.otis-green .sustainability_stats .circles-text {
      color: #FFFFFF; }
  @media only screen and (min-width: 992px) {
    .product_sustainability {
      padding: 80px 0 20px; }
      .product_sustainability h2 {
        font-size: 55px; }
      .product_sustainability h3 {
        font-size: 32px; }
      .product_sustainability .sustainability_stats .row p {
        text-align: left;
        font-size: 28.8px;
        min-height: 120px; } }

.content_grid .content_grid-row .content_grid-box {
  border-bottom: 2px solid #FFFFFF;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .content_grid .content_grid-row .content_grid-box {
      border-right: 2px solid #FFFFFF; }
      .content_grid .content_grid-row .content_grid-box:nth-child(2n+2) {
        border-right: none; } }
  @media only screen and (min-width: 992px) {
    .content_grid .content_grid-row .content_grid-box {
      border-right: 1px solid #FFFFFF;
      border-left: 1px solid #FFFFFF;
      border-bottom: 2px solid #FFFFFF;
      cursor: pointer; } }
  @media only screen and (min-width: 1200px) {
    .content_grid .content_grid-row .content_grid-box:nth-child(3n+1) {
      border-left: 1px solid #FFFFFF; }
    .content_grid .content_grid-row .content_grid-box:nth-child(3n+3) {
      border-right: 1px solid #FFFFFF; }
    .content_grid .content_grid-row .content_grid-box:nth-child(4n+1) {
      border-left: none; }
    .content_grid .content_grid-row .content_grid-box:nth-child(4n+4) {
      border-right: none; } }
  .content_grid .content_grid-row .content_grid-box img {
    width: 100%;
    transition: all 0.4s ease-out; }
    .content_grid .content_grid-row .content_grid-box img:hover {
      transform: scale(1.2); }
  .content_grid .content_grid-row .content_grid-box .grid_caption {
    background-color: #041E42;
    color: #FFFFFF;
    text-align: center;
    font-family: "Avenir LT W01_45 Book1475508";
    padding: 20px 0;
    z-index: 2;
    position: relative; }
    .content_grid .content_grid-row .content_grid-box .grid_caption h3 {
      font-size: 20.8px; }
    .content_grid .content_grid-row .content_grid-box .grid_caption a {
      transition: all 0.4s ease-out;
      border: 2px solid #FFFFFF;
      padding: 10px 20px;
      font-family: "Avenir LT W01_65 Medium1475532";
      font-size: 14px;
      line-height: 24px;
      color: #FFFFFF;
      letter-spacing: 1px;
      display: inline-block;
      text-decoration: none;
      text-align: center;
      background-color: transparent;
      cursor: pointer;
      box-sizing: border-box;
      text-transform: uppercase;
      margin-top: 15px; }
      .content_grid .content_grid-row .content_grid-box .grid_caption a .btn-icon {
        background-position: 0 0;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px -8px 0; }
        .content_grid .content_grid-row .content_grid-box .grid_caption a .btn-icon.otis-white {
          background-position: 0 -24px; }
        .content_grid .content_grid-row .content_grid-box .grid_caption a .btn-icon.otis-green {
          background-position: 0 -48px; }
        .content_grid .content_grid-row .content_grid-box .grid_caption a .btn-icon.otis-gold {
          background-position: 0 -72px; }
      .content_grid .content_grid-row .content_grid-box .grid_caption a:hover {
        background-color: #FFFFFF;
        text-decoration: none;
        color: #041E42 !important;
        border: 2px solid #041E42; }
        .content_grid .content_grid-row .content_grid-box .grid_caption a:hover:before {
          color: #041E42 !important; }
        .content_grid .content_grid-row .content_grid-box .grid_caption a:hover .btn-icon {
          background-position: 0 -24px; }
          .content_grid .content_grid-row .content_grid-box .grid_caption a:hover .btn-icon.otis-white {
            background-position: 0 0; }
      .content_grid .content_grid-row .content_grid-box .grid_caption a.pdf-button:before {
        content: "\e00f";
        font-family: "Otis";
        color: #FFFFFF;
        vertical-align: middle;
        font-size: 22.4px;
        line-height: 0;
        margin-right: 10px; }
      @media only screen and (min-width: 768px) {
        .content_grid .content_grid-row .content_grid-box .grid_caption a {
          min-width: 200px; } }
      @media only screen and (max-width: 991px) {
        .content_grid .content_grid-row .content_grid-box .grid_caption a {
          margin: 20px auto; } }
  @media only screen and (min-width: 992px) {
    .content_grid .content_grid-row .content_grid-box .content_grid-hover {
      transition: all 0.8s ease-out;
      opacity: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.85);
      color: #FFFFFF;
      text-align: center;
      font-family: "Avenir LT W01_45 Book1475508"; }
      .content_grid .content_grid-row .content_grid-box .content_grid-hover .hover-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%; }
        .content_grid .content_grid-row .content_grid-box .content_grid-hover .hover-content h3 {
          font-size: 32px; }
        .content_grid .content_grid-row .content_grid-box .content_grid-hover .hover-content p {
          font-size: 19.2px;
          padding-bottom: 15px; }
        .content_grid .content_grid-row .content_grid-box .content_grid-hover .hover-content a {
          transition: all 0.4s ease-out;
          border: 2px solid #FFFFFF;
          padding: 10px 20px;
          font-family: "Avenir LT W01_65 Medium1475532";
          font-size: 14px;
          line-height: 24px;
          color: #FFFFFF;
          letter-spacing: 1px;
          display: inline-block;
          text-decoration: none;
          text-align: center;
          background-color: transparent;
          cursor: pointer;
          box-sizing: border-box;
          text-transform: uppercase; }
          .content_grid .content_grid-row .content_grid-box .content_grid-hover .hover-content a .btn-icon {
            background-position: 0 0;
            display: inline-block;
            height: 24px;
            width: 24px;
            margin: 0 10px -8px 0; }
            .content_grid .content_grid-row .content_grid-box .content_grid-hover .hover-content a .btn-icon.otis-white {
              background-position: 0 -24px; }
            .content_grid .content_grid-row .content_grid-box .content_grid-hover .hover-content a .btn-icon.otis-green {
              background-position: 0 -48px; }
            .content_grid .content_grid-row .content_grid-box .content_grid-hover .hover-content a .btn-icon.otis-gold {
              background-position: 0 -72px; }
          .content_grid .content_grid-row .content_grid-box .content_grid-hover .hover-content a:hover {
            background-color: #FFFFFF;
            text-decoration: none;
            color: #041E42 !important;
            border: 2px solid #041E42; }
            .content_grid .content_grid-row .content_grid-box .content_grid-hover .hover-content a:hover:before {
              color: #041E42 !important; }
            .content_grid .content_grid-row .content_grid-box .content_grid-hover .hover-content a:hover .btn-icon {
              background-position: 0 -24px; }
              .content_grid .content_grid-row .content_grid-box .content_grid-hover .hover-content a:hover .btn-icon.otis-white {
                background-position: 0 0; }
          .content_grid .content_grid-row .content_grid-box .content_grid-hover .hover-content a.pdf-button:before {
            content: "\e00f";
            font-family: "Otis";
            color: #FFFFFF;
            vertical-align: middle;
            font-size: 22.4px;
            line-height: 0;
            margin-right: 10px; } }
      @media only screen and (min-width: 992px) and (min-width: 768px) {
        .content_grid .content_grid-row .content_grid-box .content_grid-hover .hover-content a {
          min-width: 200px; } }
      @media only screen and (min-width: 992px) and (max-width: 991px) {
        .content_grid .content_grid-row .content_grid-box .content_grid-hover .hover-content a {
          margin: 20px auto; } }
  @media only screen and (min-width: 992px) {
    .content_grid .content_grid-row .content_grid-box:hover .content_grid-hover {
      opacity: 1; } }

.content_grid .team-member-bio {
  border-bottom: #fff solid 1px; }
  .content_grid .team-member-bio h2 {
    text-align: left;
    font-family: "Otis Regular", helvetica, arial, sans-serif;
    font-size: 19.2px;
    line-height: 28.8px;
    padding-bottom: 0;
    margin-top: 3rem; }
  .content_grid .team-member-bio h3 {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 19.2px;
    line-height: 28.8px;
    margin: 2rem 0; }
  .content_grid .team-member-bio h3:nth-of-type(1) {
    margin: 0 0 2rem; }
  .content_grid .team-member-bio p {
    font-family: "Avenir LT W01_45 Book1475508";
    font-size: 16px;
    line-height: 24px;
    width: 70%; }
  .content_grid .team-member-bio ul {
    margin-bottom: 2rem; }
    .content_grid .team-member-bio ul li {
      list-style: none;
      display: inline;
      margin: 0 10px; }
      .content_grid .team-member-bio ul li a {
        color: #000; }
        .content_grid .team-member-bio ul li a i {
          font-size: 22.4px; }
    .content_grid .team-member-bio ul li:first-child {
      margin-left: 0; }
  .content_grid .team-member-bio .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #041E42;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #041E42;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase; }
    .content_grid .team-member-bio .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .content_grid .team-member-bio .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .content_grid .team-member-bio .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .content_grid .team-member-bio .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .content_grid .team-member-bio .otis_button:hover {
      background-color: #041E42;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .content_grid .team-member-bio .otis_button:hover:before {
        color: #FFFFFF !important; }
      .content_grid .team-member-bio .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .content_grid .team-member-bio .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .content_grid .team-member-bio .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #041E42;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .content_grid .team-member-bio .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .content_grid .team-member-bio .otis_button {
        margin: 20px auto; } }
  .content_grid .team-member-bio .btn-close {
    cursor: pointer;
    background: url(../images/about-us/meet-the-team/close-btn.svg);
    background-repeat: no-repeat;
    height: 20px;
    margin: 1.5rem 0 0;
    position: absolute;
    top: 20px;
    right: 20px; }
    .content_grid .team-member-bio .btn-close a {
      color: #041E42; }
      .content_grid .team-member-bio .btn-close a span {
        display: block;
        margin: 0 0 0 3rem; }
  @media only screen and (max-width: 991px) {
    .content_grid .team-member-bio .row div div:nth-of-type(2) {
      padding: 5rem; }
    .content_grid .team-member-bio h2 {
      margin-top: 0;
      padding-top: 0; }
    .content_grid .team-member-bio p {
      width: 100%; }
    .content_grid .team-member-bio img {
      width: 100%; } }

.static_tab {
  padding: 20px 0; }
  .static_tab h2 {
    color: #041E42;
    font-size: 38.4px;
    line-height: 48px;
    font-family: "Avenir LT W01_45 Book1475508";
    padding-bottom: 30px; }
  .static_tab h3 {
    font-size: 24px;
    font-family: "Avenir LT W01_45 Book1475508";
    padding-bottom: 30px; }
  .static_tab p {
    font-size: 16px;
    font-family: "Avenir LT W01_45 Book1475508";
    padding-bottom: 20px; }
  .static_tab img {
    margin: 0 auto; }
  .static_tab .otis_button {
    transition: all 0.4s ease-out;
    border: 2px solid #041E42;
    padding: 10px 20px;
    font-family: "Avenir LT W01_65 Medium1475532";
    font-size: 14px;
    line-height: 24px;
    color: #041E42;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    text-transform: uppercase; }
    .static_tab .otis_button .btn-icon {
      background-position: 0 0;
      display: inline-block;
      height: 24px;
      width: 24px;
      margin: 0 10px -8px 0; }
      .static_tab .otis_button .btn-icon.otis-white {
        background-position: 0 -24px; }
      .static_tab .otis_button .btn-icon.otis-green {
        background-position: 0 -48px; }
      .static_tab .otis_button .btn-icon.otis-gold {
        background-position: 0 -72px; }
    .static_tab .otis_button:hover {
      background-color: #041E42;
      text-decoration: none;
      color: #FFFFFF !important;
      border: 2px solid #FFFFFF; }
      .static_tab .otis_button:hover:before {
        color: #FFFFFF !important; }
      .static_tab .otis_button:hover .btn-icon {
        background-position: 0 -24px; }
        .static_tab .otis_button:hover .btn-icon.otis-white {
          background-position: 0 0; }
    .static_tab .otis_button.pdf-button:before {
      content: "\e00f";
      font-family: "Otis";
      color: #041E42;
      vertical-align: middle;
      font-size: 22.4px;
      line-height: 0;
      margin-right: 10px; }
    @media only screen and (min-width: 768px) {
      .static_tab .otis_button {
        min-width: 200px; } }
    @media only screen and (max-width: 991px) {
      .static_tab .otis_button {
        margin: 20px auto; } }
    @media only screen and (max-width: 767px) {
      .static_tab .otis_button {
        width: 100%; } }
  @media only screen and (min-width: 992px) {
    .static_tab {
      padding: 50px 0; }
      .static_tab h2 {
        font-size: 48px;
        line-height: 52.8px; } }

.number_stats_wrapper {
  position: relative;
  z-index: 999; }
  .number_stats_wrapper .number_stats {
    padding-bottom: 40px; }
    .number_stats_wrapper .number_stats .img-wrap {
      width: 60px;
      margin: 35px auto;
      height: 60px;
      border: 2px solid #CBA052;
      padding: 10px;
      background-color: #FFFFFF;
      transform: rotate(45deg); }
      .number_stats_wrapper .number_stats .img-wrap img {
        transform: rotate(-45deg); }
      .number_stats_wrapper .number_stats .img-wrap.img-pulse:before, .number_stats_wrapper .number_stats .img-wrap.img-pulse:after {
        content: '';
        width: 50px;
        height: 50px;
        background-color: rgba(203, 160, 82, 0.3);
        position: absolute;
        top: 2px;
        right: 0;
        left: 0;
        margin: auto;
        transform: scale(0.5);
        transform-origin: center center;
        animation: pulse-me 3s linear infinite;
        z-index: -1; }
      .number_stats_wrapper .number_stats .img-wrap.img-pulse:after {
        animation-delay: 2s; }

@keyframes pulse-me {
  0% {
    transform: scale(0.5);
    opacity: 0; }
  50% {
    opacity: 0.3; }
  70% {
    opacity: 0.09; }
  100% {
    transform: scale(2.5);
    opacity: 0; } }
    .number_stats_wrapper .number_stats .stat_data {
      display: block;
      width: 100%;
      text-align: center; }
      .number_stats_wrapper .number_stats .stat_data .num-anim {
        color: #041E42;
        font-family: "grifo_mmedium", "Times New Roman", serif;
        font-size: 56px;
        width: 100%; }
      .number_stats_wrapper .number_stats .stat_data .unit-suffix {
        font-family: "grifo_mmedium", "Times New Roman", serif;
        color: #041E42;
        padding-top: 5px;
        font-size: 56px; }
    .number_stats_wrapper .number_stats p {
      font-size: 14px;
      text-align: center;
      font-family: "Avenir LT W01_45 Book1475508"; }
      .number_stats_wrapper .number_stats p:first-of-type {
        color: #041E42;
        font-family: "Avenir LT W01_65 Medium1475532";
        font-size: 14px;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        display: block;
        margin-bottom: 10px; }
        @media only screen and (max-width: 991px) {
          .number_stats_wrapper .number_stats p:first-of-type {
            padding-bottom: 20px;
            max-width: 90%;
            margin: 0 auto; } }
    .number_stats_wrapper .number_stats.otis-gold p {
      color: #86754d; }
    .number_stats_wrapper .number_stats.otis-gold img {
      border: 2px solid #86754d; }
    .number_stats_wrapper .number_stats.otis-green p {
      color: #7f9f49; }
    .number_stats_wrapper .number_stats.otis-green img {
      border: 2px solid #7f9f49; }
    .number_stats_wrapper .number_stats.otis-blue p {
      color: #245e82; }
    .number_stats_wrapper .number_stats.otis-blue img {
      border: 2px solid #245e82; }
  .number_stats_wrapper.otis-black {
    background-color: #041E42; }
    .number_stats_wrapper.otis-black img {
      border: 2px solid #FFFFFF; }
    .number_stats_wrapper.otis-black .stat_data .num-anim {
      color: #FFFFFF; }
    .number_stats_wrapper.otis-black .stat_data .unit-suffix {
      color: #FFFFFF; }
    .number_stats_wrapper.otis-black p {
      color: #FFFFFF; }
      .number_stats_wrapper.otis-black p:first-of-type {
        color: #FFFFFF; }

.video_embed {
  text-align: center;
  background: #ECEAE8;
  padding: 40px 0;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 768px) {
    .video_embed {
      padding: 80px 0; } }
  @media only screen and (min-width: 768px) {
    .video_embed:before {
      content: '';
      background-image: url("../images/components/OTIS-REPEAT-IMG.png");
      background-repeat: repeat;
      background-size: 50px;
      border: 1px solid #CBA052;
      width: 1500px;
      height: 1500px;
      transform: rotate(45deg);
      top: -100%;
      position: absolute;
      z-index: 1;
      right: -180%; } }
  @media only screen and (min-width: 992px) {
    .video_embed:before {
      right: -150%; } }
  @media only screen and (min-width: 1200px) {
    .video_embed:before {
      right: -115%; } }
  @media only screen and (min-width: 1600px) {
    .video_embed:before {
      right: -80%; } }
  .video_embed:after {
    content: '';
    background-image: url("../images/components/OTIS-REPEAT-IMG.png");
    background-repeat: repeat;
    background-size: 50px;
    border: 1px solid #CBA052;
    width: 1500px;
    height: 1500px;
    transform: rotate(45deg);
    bottom: -100%;
    position: absolute;
    left: -250%;
    z-index: 1; }
    @media only screen and (min-width: 768px) {
      .video_embed:after {
        left: -180%; } }
    @media only screen and (min-width: 992px) {
      .video_embed:after {
        left: -150%; } }
    @media only screen and (min-width: 1200px) {
      .video_embed:after {
        left: -115%; } }
    @media only screen and (min-width: 1600px) {
      .video_embed:after {
        left: -80%; } }
  .video_embed video {
    position: relative;
    z-index: 2; }
  .video_embed .embed-responsive {
    margin: 0 -15px; }
    @media only screen and (min-width: 768px) {
      .video_embed .embed-responsive {
        margin: 0; } }

.fp-enabled body {
  background-color: #FFFFFF; }

.fp-enabled .content__wrap {
  padding-top: 0;
  background-color: #041E42; }

.fp-enabled .main__navigation {
  top: 0;
  z-index: 999;
  position: absolute; }
  @media only screen and (min-width: 992px) {
    .fp-enabled .main__navigation {
      position: fixed; } }

.fp-enabled .header_push {
  padding: 0 !important;
  margin-top: 73px; }
  @media only screen and (min-width: 992px) {
    .fp-enabled .header_push {
      margin-top: 0; } }

.showcase-wrapper .fp-scrollable {
  height: auto !important; }

.showcase-wrapper .fp-slides {
  overflow: visible; }

.showcase-wrapper .covervid-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #041E42; }
  @media only screen and (max-width: 991px) {
    .showcase-wrapper .covervid-wrapper {
      display: none; } }

.showcase-wrapper .swipeNotice {
  top: auto;
  bottom: 0;
  width: 100%;
  position: absolute;
  display: none;
  right: 0;
  background-color: #cccccc;
  color: #041E42;
  padding: 5px 20px 5px 10px;
  font-size: 12px;
  font-family: "Avenir LT W01_65 Medium1475532"; }
  @media only screen and (min-width: 992px) {
    .showcase-wrapper .swipeNotice {
      top: 90px;
      bottom: auto;
      width: auto;
      background-color: #FFFFFF; } }

.showcase-wrapper ul {
  text-align: left; }
  .showcase-wrapper ul li {
    font-size: 16px; }

.showcase-wrapper .textVertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.showcase-wrapper .carousel .carousel-control {
  width: 0;
  text-shadow: none; }

.showcase-wrapper .carousel .carousel-indicators {
  display: none; }

.showcase-wrapper .carousel .glyphicon {
  color: #041E42; }

.showcase-wrapper .bannerImg {
  width: 100%; }
  .showcase-wrapper .bannerImg img {
    width: 100%; }

.showcase-wrapper .commentRight small {
  font-family: "Avenir LT W01_65 Medium1475532";
  font-size: 12px;
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
  margin-bottom: 15px;
  display: inline-block; }

.showcase-wrapper .showcaseContainerWrap {
  max-width: 1600px;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }

.showcase-wrapper .gradientOverlay {
  display: none;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 13, 22, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000d16', endColorstr='#cc000000',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.showcase-wrapper .gradientOverlayLeft {
  display: none;
  position: absolute;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 40%, rgba(0, 13, 22, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000d16',GradientType=1 );
  /* IE6-9 */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.showcase-wrapper .gradientOverlayRight {
  display: none;
  position: absolute;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 13, 22, 0) 0%, rgba(0, 0, 0, 0.4) 40%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000d16', endColorstr='#cc000000',GradientType=1 );
  /* IE6-9 */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.showcase-wrapper .otis_button {
  margin-top: 4rem; }

.showcase-wrapper .imageZoom {
  animation: imageZoom 15s ease-in-out forwards;
  backface-visibility: hidden; }

@keyframes imageZoom {
  0% {
    transform: scale3d(1, 1, 1); }
  100% {
    transform: scale3d(1.5, 1.5, 1); } }

.showcase-wrapper .main__navigation {
  z-index: 9999999999999;
  position: fixed;
  top: 0;
  width: 100%; }

.showcase-wrapper .zIndexOverlay {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%; }

.showcase-wrapper .detailTable {
  width: 100%; }
  .showcase-wrapper .detailTable td td {
    border: 1px solid #FFFFFF;
    text-align: left;
    padding: 5px; }
    .showcase-wrapper .detailTable td td p {
      margin: 0;
      font-size: 20.8px; }
  .showcase-wrapper .detailTable em {
    font-style: normal;
    font-size: 16px; }

.showcase-wrapper .buildingTemplate .buildingListWrapper .buildingBase {
  width: 1040px !important; }

.showcase-wrapper .buildingTemplate .buildingListWrapper .buildingList {
  width: 1040px !important; }
  .showcase-wrapper .buildingTemplate .buildingListWrapper .buildingList li {
    width: 80px; }
  .showcase-wrapper .buildingTemplate .buildingListWrapper .buildingList li.buildingLine {
    display: none !important; }

.showcase-wrapper .fullpageContainer {
  font-family: "Avenir LT W01_45 Book1475508";
  color: #FFFFFF; }
  .showcase-wrapper .fullpageContainer h1, .showcase-wrapper .fullpageContainer h2, .showcase-wrapper .fullpageContainer h3, .showcase-wrapper .fullpageContainer h4, .showcase-wrapper .fullpageContainer h5, .showcase-wrapper .fullpageContainer h6 {
    margin-bottom: 10px; }
  .showcase-wrapper .fullpageContainer h2 {
    position: relative; }
    .showcase-wrapper .fullpageContainer h2:after {
      content: '';
      width: 35px !important;
      height: 3px !important;
      bottom: -10px !important;
      position: absolute !important;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      background-color: #F65275; }
      @media only screen and (min-width: 992px) {
        .showcase-wrapper .fullpageContainer h2:after {
          content: '';
          width: 52px !important;
          height: 5px !important;
          bottom: -20px !important;
          position: absolute !important; } }
  .showcase-wrapper .fullpageContainer a {
    color: #0032a0;
    text-decoration: underline; }
    @media only screen and (min-width: 992px) {
      .showcase-wrapper .fullpageContainer a {
        color: #FFFFFF; } }
  @media only screen and (max-width: 991px) {
    .showcase-wrapper .fullpageContainer .otis_button {
      color: #333333;
      border: 2px solid #333333; } }
  .showcase-wrapper .fullpageContainer .otis_button:hover {
    background-color: #F65275;
    color: #ffffff; }
  .showcase-wrapper .fullpageContainer .contentPad {
    padding: 3rem;
    background-color: #ffffff;
    color: #333333; }
    @media only screen and (min-width: 992px) {
      .showcase-wrapper .fullpageContainer .contentPad {
        padding: 0;
        background-color: transparent;
        color: #ffffff; } }
    .showcase-wrapper .fullpageContainer .contentPad h1 {
      margin-top: 0;
      font-family: "grifo_mmedium", "Times New Roman", serif;
      line-height: 1; }
      @media only screen and (max-width: 991px) {
        .showcase-wrapper .fullpageContainer .contentPad h1 {
          font-size: 3rem; } }
    @media only screen and (max-width: 991px) {
      .showcase-wrapper .fullpageContainer .contentPad h2:after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%); } }
    @media only screen and (max-width: 991px) {
      .showcase-wrapper .fullpageContainer .contentPad h3 {
        font-size: 2.4rem; } }
    .showcase-wrapper .fullpageContainer .contentPad p {
      margin-top: 40px;
      margin-bottom: 40px; }
  .showcase-wrapper .fullpageContainer .section {
    padding: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    min-height: 300px; }
    @media only screen and (min-width: 1024px) {
      .showcase-wrapper .fullpageContainer .section {
        padding: 0 10rem;
        min-height: 0; } }
  .showcase-wrapper .fullpageContainer ul {
    font-size: 2rem;
    margin-top: 2rem;
    margin-left: 2rem; }
  .showcase-wrapper .fullpageContainer h2 {
    font-size: 2rem;
    margin: 0;
    font-family: "grifo_mmedium", "Times New Roman", serif;
    line-height: 1; }
    @media only screen and (min-width: 992px) {
      .showcase-wrapper .fullpageContainer h2 {
        font-size: 5rem; } }
  .showcase-wrapper .fullpageContainer h3 {
    font-size: 4rem;
    line-height: 4rem; }
  .showcase-wrapper .fullpageContainer .slide05 h3 {
    font-size: 23.4px; }
  .showcase-wrapper .fullpageContainer p {
    font-size: 2rem;
    margin-top: 2rem; }

.showcase-wrapper .videoSlide h2 {
  position: relative; }
  .showcase-wrapper .videoSlide h2:after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #F65275;
    position: absolute;
    bottom: -10px;
    left: 0;
    transform: none; }
    @media only screen and (min-width: 992px) {
      .showcase-wrapper .videoSlide h2:after {
        width: 100px;
        height: 5px;
        bottom: -20px; } }

.showcase-wrapper .contactSlide h2 {
  margin-bottom: 40px; }

#fp-nav {
  z-index: 999999999999; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  background: #FFFFFF; }

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  transition: all 0.3s ease-out;
  color: #CBA052; }

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  font-weight: normal; }

.cd-words-wrapper b.is-visible {
  position: relative; }

.no-js .cd-words-wrapper b {
  opacity: 0; }

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1; }

/* -------------------------------- 

xslide 

-------------------------------- */
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top; }

.cd-headline.slide b {
  opacity: 0; }

.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  animation: slide-in 1s; }

.cd-headline.slide b.is-hidden {
  animation: slide-out 1s; }

@keyframes slide-in {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; } }

@keyframes slide-out {
  0% {
    opacity: 1; }
  40% {
    opacity: 0; } }

.introSlide {
  background-image: none;
  background-size: cover;
  background-position: center;
  text-align: center;
  z-index: 9;
  transition: all 0.1s ease-out; }
  @media only screen and (max-width: 991px) {
    .introSlide {
      background-image: none; } }
  .introSlide h1 {
    margin: 0;
    font-size: 3.2rem;
    font-family: "grifo_mmedium", "Times New Roman", serif; }
    @media only screen and (min-width: 992px) {
      .introSlide h1 {
        margin: 0.67em; } }
  @media only screen and (max-width: 991px) {
    .introSlide .textContainer {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; } }
  @media only screen and (max-width: 991px) {
    .introSlide .container-fluid {
      color: #333333; } }
  .introSlide .bannerImg {
    min-height: 300px;
    background-size: cover; }

.contactSlide {
  background-size: cover;
  background-position: center;
  text-align: center;
  background-color: #ffffff;
  color: #333333;
  background-image: none; }
  .contactSlide h3 {
    font-size: 28.8px; }

.quoteSlide {
  background-size: cover;
  background-position: center;
  text-align: center;
  background-image: none; }
  .quoteSlide em {
    font-style: normal; }
  .quoteSlide .quote {
    margin-top: 0; }
    .quoteSlide .quote p {
      position: relative;
      margin-bottom: 2rem;
      font-size: 2rem;
      font-family: "grifo_mmedium", "Times New Roman", serif; }
      @media only screen and (min-width: 992px) {
        .quoteSlide .quote p {
          font-size: 4rem; } }

.showcase-wrapper .productSlide {
  background-size: cover;
  background-position: center;
  text-align: center; }
  .showcase-wrapper .productSlide h3 {
    font-size: 3rem;
    margin-bottom: 20px; }
  .showcase-wrapper .productSlide p {
    font-size: 2rem; }
  .showcase-wrapper .productSlide .sideText {
    padding: 0; }
    @media only screen and (min-width: 992px) {
      .showcase-wrapper .productSlide .sideText {
        padding: 0 8rem; } }

.scrollSlide {
  text-align: center;
  padding: 0 !important;
  overflow: hidden !important; }
  .scrollSlide .gradientOverlayLeft {
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 40%, rgba(0, 13, 22, 0.1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .scrollSlide .imageZoomContainer {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    backface-visibility: hidden; }
  .scrollSlide .detailTable {
    position: relative;
    top: 200px;
    width: 25%;
    background-color: rgba(0, 0, 0, 0.2); }
  .scrollSlide .fixed {
    position: fixed !important;
    opacity: 1 !important;
    z-index: 1; }
  .scrollSlide .comment div {
    display: none; }
    .scrollSlide .comment div.active {
      display: block; }
  .scrollSlide .imageScroll {
    transition: all 0.4s ease-out;
    position: relative;
    width: 110%;
    overflow-y: scroll;
    padding-right: 15%;
    -webkit-overflow-scrolling: touch;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=1 );
    /* IE6-9 */ }
    .scrollSlide .imageScroll .comment {
      position: relative;
      top: 350px;
      width: 25%;
      text-align: left;
      opacity: 0;
      background-color: #FFFFFF;
      color: #041E42;
      padding: 20px;
      box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3); }
      .scrollSlide .imageScroll .comment h3 {
        font-size: 3rem;
        line-height: 3rem;
        font-family: "grifo_mmedium", "Times New Roman", serif; }
      .scrollSlide .imageScroll .comment p {
        font-size: 16px; }
    .scrollSlide .imageScroll .commentLeft:after {
      background-image: url(../images/buildings/comment-left.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 50%;
      height: 22px;
      content: '';
      position: absolute;
      top: 50%;
      right: -50%; }
    .scrollSlide .imageScroll .commentRight:before {
      background-image: url(../images/buildings/comment-left.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 40%;
      height: 22px;
      content: '';
      position: absolute;
      top: 50%;
      left: -30%;
      transform: rotate(180deg); }
    @media only screen and (max-width: 1024px) {
      .scrollSlide .imageScroll .commentLeft:after {
        width: 90px; }
      .scrollSlide .imageScroll .commentRight:before {
        width: 90px; } }
    .scrollSlide .imageScroll .buildingScrollWrap {
      height: 1900px;
      position: relative; }
      .scrollSlide .imageScroll .buildingScrollWrap img {
        width: 400px;
        padding-top: 200px;
        padding-bottom: 200px; }

.videoSlide {
  background-size: cover;
  background-position: bottom center;
  overflow: hidden !important;
  background-image: none;
  background-color: #ffffff;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .videoSlide {
      background-image: none; } }
  @media only screen and (min-width: 992px) {
    .videoSlide {
      text-align: left; } }
  .videoSlide .covervid-wrapper {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; }
    .videoSlide .covervid-wrapper .covervid-video {
      background-size: cover; }
  @media only screen and (min-width: 1024px) {
    .videoSlide .covervid-wrapper {
      display: block; } }

.rotateSlide {
  background-image: url(../images/buildings/oriental-pearl-tower/slide-04-background.jpg);
  background-size: 100%;
  background-position: center;
  background-size: cover;
  text-align: center;
  overflow: hidden;
  padding: 0 !important; }
  .rotateSlide .cd-product-viewer-wrapper {
    position: relative; }
  .rotateSlide .swipeIcon {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    background-image: url(../images/buildings/icon-swipe.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle; }
  @media only screen and (max-width: 1024px) {
    .rotateSlide .swipeNotice {
      display: block; } }
  .rotateSlide .comment {
    transition: all 0.4s ease-out;
    position: absolute;
    width: 25%;
    text-align: center;
    opacity: 0;
    display: none; }
    @media only screen and (min-width: 992px) {
      .rotateSlide .comment {
        display: block; } }
    .rotateSlide .comment h3 {
      font-size: 3rem;
      line-height: 3rem;
      font-family: "grifo_mmedium", "Times New Roman", serif; }
    .rotateSlide .comment p {
      margin-top: 10px;
      font-size: 0.8em; }
  .rotateSlide .comment01 {
    top: 30%;
    left: 5%;
    opacity: 1; }
  .rotateSlide .comment02 {
    top: 30%;
    right: 5%; }
  .rotateSlide .comment03 {
    top: 50%;
    right: 5%; }
  .rotateSlide .comment04 {
    top: 30%;
    left: 5%; }
  .rotateSlide .comment05 {
    top: 50%;
    left: 5%; }
  .rotateSlide .comment06 {
    top: 30%;
    right: 5%; }
  .rotateSlide .commentLeft:after {
    width: 50%;
    height: 22px;
    background-image: url(../images/buildings/comment-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    position: absolute;
    top: 50%;
    right: -50%; }
  .rotateSlide .commentRight:before {
    background-image: url(../images/buildings/comment-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    height: 22px;
    content: '';
    position: absolute;
    top: 50%;
    left: -50%;
    transform: rotate(180deg); }
  @media only screen and (max-width: 1024px) {
    .rotateSlide .commentLeft:after {
      width: 90px; }
    .rotateSlide .commentRight:before {
      width: 90px; } }
  .rotateSlide .product-viewer {
    width: 300px;
    height: 500px; }
  .rotateSlide .product-preview {
    transition: all 0.4s ease-out;
    opacity: 0.5; }
  .rotateSlide .cd-product-viewer-wrapper {
    top: auto; }
    @media only screen and (min-width: 992px) {
      .rotateSlide .cd-product-viewer-wrapper {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%; } }
  .rotateSlide .cd-product-viewer-wrapper.loaded .product-preview {
    opacity: 0; }
  @media only screen and (max-width: 1024px) {
    .rotateSlide .cd-product-viewer-handle {
      display: none; } }
  .rotateSlide .cd-product-viewer-handle {
    height: 2px; }
    .rotateSlide .cd-product-viewer-handle .fill {
      background-color: #041E42; }
    .rotateSlide .cd-product-viewer-handle .handle {
      background-color: #041E42;
      box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2), 0 0 20px rgba(0, 0, 0, 0.2);
      height: 40px;
      width: 40px; }

.desktopNav {
  display: none; }
  @media only screen and (min-width: 1200px) {
    .desktopNav {
      display: block; } }
  .desktopNav .buildingBase {
    display: none; }
  .desktopNav .buildingListWrapper {
    position: fixed;
    bottom: 0;
    z-index: 99999999999999999;
    height: 150px;
    overflow: visible;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 70%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */ }
    .desktopNav .buildingListWrapper .buildingList {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      overflow: visible;
      padding: 0;
      width: 950px;
      bottom: 20px;
      margin: 0; }
      .desktopNav .buildingListWrapper .buildingList li {
        width: 70px; }
        .desktopNav .buildingListWrapper .buildingList li:nth-last-of-type(2) a:before {
          background-image: url(../images/showcase/pointer.png);
          margin-left: 109%; }
        .desktopNav .buildingListWrapper .buildingList li a {
          display: inline-block;
          width: 100%; }
          .desktopNav .buildingListWrapper .buildingList li a:before {
            font-size: 1.2rem;
            top: -90px;
            width: 240%;
            margin-left: 109%; }

.mobileNav {
  transition: all 0.4s ease-out;
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  top: auto;
  bottom: -100%;
  z-index: 99;
  background-color: rgba(10, 59, 97, 0.95);
  color: #FFFFFF; }
  .mobileNav.active {
    bottom: 0; }
  .mobileNav .buildingDetails {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -65%);
    width: 100%;
    text-align: center;
    z-index: 999999; }
    .mobileNav .buildingDetails .buildingTitle {
      font-size: 32px;
      font-family: "Avenir LT W01_45 Book1475508"; }
    .mobileNav .buildingDetails .buildingLocation:after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      bottom: -20px;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #ffffff transparent transparent transparent; }
  .mobileNav .buildingListWrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    position: absolute;
    bottom: 60px;
    height: 80%;
    z-index: 999;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    /* IE6-9 */ }
    .mobileNav .buildingListWrapper .buildingBase {
      position: absolute;
      height: 50px;
      width: 2600px;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #052939;
      opacity: 0.5; }
    .mobileNav .buildingListWrapper .buildingList {
      transition: all 0.4s ease-out;
      position: absolute;
      bottom: 50px;
      z-index: 9999999;
      list-style-type: none;
      width: 2600px;
      font-size: 0;
      padding-top: 100px;
      margin-left: 0;
      display: block; }
      .mobileNav .buildingListWrapper .buildingList li {
        transition: all 0.4s ease-out;
        display: inline-block;
        width: 200px; }
        @media only screen and (max-width: 1024px) {
          .mobileNav .buildingListWrapper .buildingList li {
            width: 160px; } }
        .mobileNav .buildingListWrapper .buildingList li.inactive {
          opacity: 0.4; }
        .mobileNav .buildingListWrapper .buildingList li.buildingLine {
          display: inline-block !important;
          height: 1px;
          border-top: 1px solid #FFFFFF;
          width: 0;
          opacity: 0.4; }
        .mobileNav .buildingListWrapper .buildingList li:nth-last-child(2) a:before {
          display: none; }
        .mobileNav .buildingListWrapper .buildingList li a {
          color: #FFFFFF;
          font-size: 3rem;
          display: block;
          height: auto;
          position: relative;
          overflow: visible;
          transition: all 0.4s ease-out; }
          .mobileNav .buildingListWrapper .buildingList li a:before {
            display: none; }
          .mobileNav .buildingListWrapper .buildingList li a:hover:before {
            display: none; }
          .mobileNav .buildingListWrapper .buildingList li a img {
            display: block;
            margin: 0 auto; }

.fixedFooterNav {
  position: fixed;
  display: block;
  bottom: 0;
  width: 100%;
  background-color: #FFFFFF;
  padding: 2rem;
  border-top: 1px solid #949494;
  text-align: left;
  z-index: 999; }
  .fixedFooterNav p {
    font-size: 1.4rem;
    color: #041E42;
    font-family: "Otis Regular", helvetica, arial, sans-serif; }
  .fixedFooterNav .iconEllipsis {
    transition: all 0.4s ease-out;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    background-image: url(../images/buildings/ellipsis.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
    border: none; }
    .fixedFooterNav .iconEllipsis:focus {
      outline: none; }
    .fixedFooterNav .iconEllipsis.active {
      transform: rotate(90deg);
      margin-top: -10px; }

@media only screen and (max-width: 1200px) {
  .buildingListWrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; }
  .buildingName {
    display: none; }
  .buildingListWrapper .buildingList li.buildingLine {
    display: inline-block; }
  .buildingListWrapper .buildingList li a:before {
    display: none; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .showcase-wrapper-mobile .buildingName {
    display: none; }
  .showcase-wrapper-mobile .buildingListWrapper .buildingBase {
    width: 1690px; }
  .showcase-wrapper-mobile .buildingListWrapper .buildingList {
    width: 1690px; }
    .showcase-wrapper-mobile .buildingListWrapper .buildingList li {
      width: 130px; } }

.showcase-wrapper {
  color: #FFFFFF;
  font-size: 2rem; }
  .showcase-wrapper.landing {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .showcase-wrapper a:focus,
  .showcase-wrapper button:focus {
    outline: none !important; }
  .showcase-wrapper .covervid-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url("images/showcase/landing-fallback.jpg"); }
  .showcase-wrapper .content-wrap {
    background-color: #041E42; }
  .showcase-wrapper .zIndexWrapper {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -65%);
    text-align: center;
    z-index: 9999;
    width: 100%; }
    @media only screen and (max-width: 400px) {
      .showcase-wrapper .zIndexWrapper {
        top: 60px;
        transform: translate(-50%, 0%); } }
    .showcase-wrapper .zIndexWrapper h1 {
      color: #FFFFFF;
      font-family: "grifo_mmedium", "Times New Roman", serif;
      font-size: 44.8px; }
  .showcase-wrapper .quote ul {
    display: block;
    text-align: center;
    margin: 4rem 0; }
    .showcase-wrapper .quote ul li {
      list-style: none;
      display: inline;
      margin: 0 0.5rem;
      font-family: "Avenir LT W01_45 Book1475508";
      font-size: 2rem; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.infinite {
    animation-iteration-count: infinite; }
  .animated.hinge {
    animation-duration: 2s; }
  .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut {
    animation-duration: .75s; }

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

@keyframes slideDownUp {
  0% {
    transform: translate3d(0, 0%, 0);
    visibility: visible; }
  50% {
    transform: translate3d(0, 100%, 0); }
  100% {
    transform: translate3d(0, 0%, 0);
    visibility: visible; } }

.slideDownUp {
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: slideDownUp;
  /* Chrome, Safari, Opera */
  animation-delay: 0.1s;
  /* Safari and Chrome */
  transition-timing-function: ease-out; }

.showcase-wrapper select.form-control {
  display: inline-block;
  background-color: transparent;
  color: #FFFFFF;
  border: none; }

.showcase-wrapper label {
  margin-bottom: 0; }

.showcase-wrapper .bootstrap-select {
  font-size: 2rem;
  width: auto !important; }
  .showcase-wrapper .bootstrap-select .dropdown-toggle {
    font-size: 2rem;
    background-color: transparent;
    width: auto !important;
    color: #FFFFFF;
    border: none; }
    .showcase-wrapper .bootstrap-select .dropdown-toggle:focus {
      outline: none !important; }

.showcase-wrapper .btn-default:hover,
.showcase-wrapper .btn-default:focus,
.showcase-wrapper .btn-default:active:hover,
.showcase-wrapper .btn-default.active:hover,
.showcase-wrapper .open > .dropdown-toggle.btn-default:hover,
.showcase-wrapper .open > .dropdown-toggle.btn-default,
.showcase-wrapper .btn-default:active:focus,
.showcase-wrapper .btn-default.active:focus,
.showcase-wrapper .open > .dropdown-toggle.btn-default:focus,
.showcase-wrapper .open > .dropdown-toggle.btn-default,
.showcase-wrapper .btn-default:active.focus,
.showcase-wrapper .btn-default.active.focus,
.showcase-wrapper .open > .dropdown-toggle.btn-default.focus,
.showcase-wrapper .open > .dropdown-toggle.btn-default,
.showcase-wrapper .dropdown-menu {
  background-color: rgba(0, 0, 0, 0.7) !important;
  color: #FFFFFF !important; }

.showcase-wrapper .dropdown-menu li a {
  color: #FFFFFF !important; }
  .showcase-wrapper .dropdown-menu li a:hover, .showcase-wrapper .dropdown-menu li a:focus {
    background-color: rgba(255, 255, 255, 0.2) !important; }

.showcase-wrapper .buildingListWrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 80%;
  z-index: 999;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */ }
  .showcase-wrapper .buildingListWrapper:focus {
    outline: none; }
  .showcase-wrapper .buildingListWrapper .buildingBase {
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 1px;
    left: 0;
    right: 0;
    opacity: 1;
    border-top: 1px solid #fff; }
  .showcase-wrapper .buildingListWrapper .buildingList {
    transition: all 0.4s ease-out;
    position: absolute;
    transform: none;
    bottom: 50px;
    width: 850px;
    z-index: 9999999;
    list-style-type: none;
    font-size: 0;
    overflow: hidden;
    padding-top: 100px;
    margin-left: 0; }
    .showcase-wrapper .buildingListWrapper .buildingList li.buildingLine {
      display: none;
      height: 1px;
      border-top: 1px solid #FFFFFF;
      width: 0;
      opacity: 1; }
    .showcase-wrapper .buildingListWrapper .buildingList li {
      transition: all 0.4s ease-out;
      display: inline-block;
      width: 200px; }
      .showcase-wrapper .buildingListWrapper .buildingList li.inactive {
        opacity: 0.4; }
      .showcase-wrapper .buildingListWrapper .buildingList li:nth-child(2) a:before {
        left: 60% !important;
        top: 20px !important; }
      .showcase-wrapper .buildingListWrapper .buildingList li:nth-last-child(2) a:before {
        margin-left: -50%;
        background-image: url(../images/showcase/pointer-reversed.png); }
      .showcase-wrapper .buildingListWrapper .buildingList li a {
        color: #FFFFFF;
        font-size: 3rem;
        display: block;
        height: auto;
        position: relative;
        overflow: visible;
        transition: all 0.4s ease-out; }
        .showcase-wrapper .buildingListWrapper .buildingList li a:before {
          transition: all 0.4s ease-out;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          content: attr(data-tooltip);
          position: absolute;
          top: -100px;
          font-size: 1.5rem;
          opacity: 0;
          background-image: url(../images/showcase/pointer.png);
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center 25px;
          width: 100%;
          height: 0;
          margin-left: 50%; }
        .showcase-wrapper .buildingListWrapper .buildingList li a:hover:before {
          transition: all 0.4s ease-out;
          opacity: 1;
          height: 130px;
          padding-left: 10px; }
        .showcase-wrapper .buildingListWrapper .buildingList li a img {
          display: block;
          margin: 0 auto; }

.showcase-wrapper .buildingOrder {
  background-color: transparent;
  border: none;
  width: auto; }

.showcase-wrapper .buildingName {
  display: none;
  padding: 20px 0;
  background-color: transparent;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  font-size: 1.3rem;
  z-index: 9999999; }

@media only screen and (min-width: 1024px) {
  .showcase-wrapper .showcase-landing .buildingList {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); } }

@media only screen and (max-width: 1024px) {
  .fp-enabled .showcase-wrapper #fullpage p {
    font-size: 1.5rem; }
  .fp-enabled .showcase-wrapper #fullpage .slide05 .sideText {
    padding: 0 2rem; }
  .fp-enabled .showcase-wrapper #fullpage .slide06 .quote p:before, .fp-enabled .showcase-wrapper #fullpage .slide06 .quote p:after {
    width: 50px;
    height: 50px; }
  .fp-enabled .showcase-wrapper #fullpage .slide06 .quote p:before {
    top: -60px; }
  .fp-enabled .showcase-wrapper #fullpage .slide06 .quote p:after {
    bottom: -60px; }
  .fp-enabled .showcase-wrapper .buildingListWrapper .buildingList li.buildingLine {
    display: none; } }

.showcase-wrapper {
  /* Small Devices, Tablets */
  /* Extra Small Devices, Phones */ }
  @media only screen and (max-width: 1024px) {
    .showcase-wrapper .zIndexWrapper {
      padding: 20px;
      width: 80%; }
      .showcase-wrapper .zIndexWrapper h1 {
        font-size: 41.6px; }
    .showcase-wrapper .buildingListWrapper {
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
    .showcase-wrapper .buildingName {
      display: inline-block; }
    .showcase-wrapper .buildingListWrapper .buildingList li.buildingLine {
      display: inline-block; }
    .showcase-wrapper .buildingListWrapper .buildingList li a:before {
      display: none; } }
  @media only screen and (max-width: 768px) {
    .showcase-wrapper .zIndexWrapper {
      width: 100%; }
      .showcase-wrapper .zIndexWrapper h1 {
        font-size: 32px; }
    .showcase-wrapper label {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 480px) {
    .showcase-wrapper .buildingListWrapper .buildingBase {
      width: 1690px; }
    .showcase-wrapper .buildingListWrapper .buildingList {
      width: 1690px; }
    .showcase-wrapper .zIndexWrapper {
      width: 100%; }
      .showcase-wrapper .zIndexWrapper h1 {
        font-size: 18px; } }

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

/*# sourceMappingURL=showcase-buildings.css.map */
