@charset "UTF-8";
/**
 * @license
 * MyFonts Webfont Build ID 3180372, 2016-03-02T15:16:02-0500
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: FF Kievit Web Pro Thin by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/kievit/pro-thin/
 *
 * Webfont: FF Kievit Web Pro Bold by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/kievit/pro-bold/
 *
 * Webfont: FF Kievit Web Pro by FontFont
 * URL: http://www.myfonts.com/fonts/fontfont/kievit/pro-regular/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3180372
 * Licensed pageviews: 50,000
 * Webfonts copyright: 2009 published by FontShop International GmbH
 *
 * © 2016 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("https://hello.myfonts.net/count/308754");
@font-face {
  font-family: "FFKievitWebProThin";
  src: url(/Corporate/assets/webfonts/308754_0_0.eot);
  src: url(/Corporate/assets/webfonts/308754_0_0.eot?#iefix) format("embedded-opentype"), url(/Corporate/assets/webfonts/308754_0_0.woff2) format("woff2"), url(/Corporate/assets/webfonts/308754_0_0.woff) format("woff"), url(/Corporate/assets/webfonts/308754_0_0.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "FFKievitWebProBold";
  src: url(/Corporate/assets/webfonts/308754_1_0.eot);
  src: url(/Corporate/assets/webfonts/308754_1_0.eot?#iefix) format("embedded-opentype"), url(/Corporate/assets/webfonts/308754_1_0.woff2) format("woff2"), url(/Corporate/assets/webfonts/308754_1_0.woff) format("woff"), url(/Corporate/assets/webfonts/308754_1_0.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "FFKievitWebPro";
  src: url(/Corporate/assets/webfonts/308754_2_0.eot);
  src: url(/Corporate/assets/webfonts/308754_2_0.eot?#iefix) format("embedded-opentype"), url(/Corporate/assets/webfonts/308754_2_0.woff2) format("woff2"), url(/Corporate/assets/webfonts/308754_2_0.woff) format("woff"), url(/Corporate/assets/webfonts/308754_2_0.ttf) format("truetype");
  font-display: swap;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

a {
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

/* FONTS
---------------------------------------------- */
.FFKievitWebProThin {
  font-family: FFKievitWebProThin;
  font-weight: normal;
  font-style: normal;
}

.FFKievitWebProBold {
  font-family: FFKievitWebProBold;
  font-weight: normal;
  font-style: normal;
}

.FFKievitWebPro {
  font-family: FFKievitWebPro;
  font-weight: normal;
  font-style: normal;
}

/* UNIVERSAL
---------------------------------------------- */
* {
  box-sizing: border-box;
}

*:focus {
  box-shadow: 0 0 5px #06f, 0 0 3px #06f !important;
  outline: #06f auto 3px !important;
  opacity: 1 !important;
}

html {
  height: 100%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: FFKievitWebPro;
  font-weight: normal;
  font-style: normal;
  overflow: auto;
  height: 100%;
}

body.nav-open {
  overflow-y: hidden;
}

strong, b, .bold {
  font-family: FFKievitWebProBold;
  font-weight: normal;
  font-style: normal;
}

.light {
  font-family: FFKievitWebProThin;
  font-weight: normal;
  font-style: normal;
}

em, i {
  font-style: italic;
}

h1 {
  font-size: 52px;
  line-height: 1.2;
  color: #333;
}

h2 {
  font-size: 28px;
  line-height: 1.2;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

h3 {
  font-family: FFKievitWebProBold;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
}

h3.font-weight-normal {
  font-family: FFKievitWebPro;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
}

h4 {
  font-family: FFKievitWebProBold;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
}

.med-hdr {
  font-size: 28px;
  line-height: 1.2;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.small-hdr {
  font-size: 18px;
  line-height: 1.4;
  color: #0A7EA9; /* CORDACCESS-20 */
  font-family: FFKievitWebProBold;
  text-transform: uppercase;
  border-bottom: 3px solid #0A7EA9; /* CORDACCESS-20 */
  margin-bottom: 25px;
  letter-spacing: normal;
}

.subheading::before {
  background: #000;
  content: "";
  display: block;
  height: 4px;
  margin-bottom: 6px;
  width: 140px;
}

/* .subheading-accent: for subheadings that use the blue rule that aren't in a content-left div */
.subheading-accent::before {
  background: #0A7EA9; /* CORDACCESS-151 */
  height: 6px;
  margin-bottom: 20px;
}

p {
  margin-bottom: 30px;
  line-height: 1.8;
}

p:last-child,
p:only-child {
  margin-bottom: 0;
}

a, a:hover {
  text-decoration: none;
  cursor: pointer;
}

a {
  color: #0A7EA9; /* CORDACCESS-25 */
  transition: color 0.3s;
}

a:hover {
  color: #6b6b6b; /* CORDACCESS-25 */
}

input {
  font-family: FFKievitWebPro;
}

input[type=text],
input[type=email],
input[type=tel] {
  display: block;
  color: #000;
  font-size: 18px;
  outline: none;
  border: none;
  box-shadow: none;
  background: #fff;
  padding: 16px;
  width: 100%;
  margin-bottom: 24px;
  text-align: left;
}

input[type=file] {
  margin: 0 5px 24px;
}

input::placeholder {
  color: #999999;
  opacity: 1;
}

input.invalid {
  color: #ee0808;
  outline: 3px solid #ee0808;
}

input.invalid::placeholder {
  color: #ee0808;
  opacity: 1;
}

input.invalid::-webkit-input-placeholder {
  color: #ee0808;
  opacity: 1;
}

input.invalid::-moz-placeholder {
  color: #ee0808;
  opacity: 1;
}

input.invalid:-ms-input-placeholder {
  color: #ee0808;
  opacity: 1;
}

input.invalid:-moz-placeholder {
  color: #ee0808;
  opacity: 1;
}

input[type=text].input-validation-error,
input[type=email].input-validation-error,
input[type=tel].input-validation-error,
textarea.input-validation-error {
  border: 2px solid #d00;
  margin-bottom: 10px;
}

input[type=text].input-validation-error + .help-block,
input[type=email].input-validation-error + .help-block,
input[type=tel].input-validation-error + .help-block,
textarea.input-validation-error + .help-block {
  color: #d00;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 20px;
}

.help-block.field-validation-error { /* CORDACCESS-85 */
  display: none !important;
}

input.invalid {
  color: #ee0808;
  border: 3px solid #ee0808;
  outline: none;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  display: block;
  text-align: left;
  color: #000;
  font-size: 18px;
  outline: none;
  border: none;
  box-shadow: none;
  background: url(/Corporate/assets/images/icon-upload.svg) no-repeat right 14px center #fff;
  background-size: 26px 32px;
  padding: 16px 48px 16px 16px;
  width: 100%;
  margin-bottom: 24px;
}

textarea {
  display: block;
  color: #000;
  font-family: FFKievitWebPro;
  font-size: 18px;
  outline: none;
  border: none;
  text-align: left;
  box-shadow: none;
  background: #fff;
  padding: 16px;
  width: 100%;
  margin-bottom: 24px;
}

.two-column input[type=text],
.two-column input[type=email],
.two-column input[type=tel],
.two-column label {
  width: 48%;
}

.error {
  padding: 20px 0;
  font-size: 18px;
  line-height: 1.6;
  color: #ee0808;
  text-transform: uppercase;
}

.btn {
  display: inline-block;
  border: 3px solid #fff;
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  padding: 16px 24px 14px 24px;
  vertical-align: middle;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  position: relative;
  transition: color 0.3s, border 0.3s;
}

.btn:before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(/Corporate/assets/images/icon-arrow.svg) no-repeat center center #0A7EA9; /* CORDACCESS-27 */
  background-size: 29px 18px;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition: transform 0.3s ease-out;
  width: 100%;
}

.btn:hover, .btn:focus, .btn:active {
  color: rgba(255, 255, 255, 0);
  border: 3px solid #0A7EA9; /* CORDACCESS-27 */
}

.btn:hover:before, .btn:focus:before, .btn:active:before {
  transform: scaleX(1);
}

.btn-back:before {
  background: url(/Corporate/assets/images/icon-arrow-left-white.svg) no-repeat center center #0A7EA9; /* CORDACCESS-27 */
  background-size: 29px 18px;
}

.btn-arr {
  display: inline-block;
  height: 48px;
  width: 48px;
  cursor: pointer;
  background-image: url(/Corporate/assets/images/icon-next.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.2s;
}

.btn-arr span {
  display: block;
  height: 48px;
  width: 48px;
  cursor: pointer;
  background-image: url(/Corporate/assets/images/icon-next-active.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.2s;
}

.btn-arr:hover span {
  opacity: 1;
}

.btn-text {
  appearance: none;
  display: inline-block;
  border: 3px solid #333;
  border-radius: 0;
  color: #333;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  padding: 16px 24px 14px 24px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  transition: color 0.3s, border 0.3s, background 0.3s;
  cursor: pointer;
}

.btn-text:hover, .btn-text:focus, .btn-text:active, .btn-text.active {
  color: #fff;
  border: 3px solid #0A7EA9; /* CORDACCESS-27 */
  background: #0A7EA9; /* CORDACCESS-27 */
}

.btn-full {
  display: block;
  width: 100%;
  padding: 40px 0;
  background: #0A7EA9; /* CORDACCESS-27 */
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-full:hover {
  /* opacity: .7; */
  background: #333; /* CORDACCESS-27 */
  color: #fff;
}

.btn-submit {
  background: transparent;
  cursor: pointer;
  text-transform: none;
  width: 190px;
  font-size: 16px;
  padding: 12px 0;
  margin: 0 12px 12px 12px;
  text-transform: uppercase;
}

.btn-submit.is-loading {
  background: url(/Corporate/assets/images/loader.gif) no-repeat center center !important;
  border-color: #fff !important;
  color: transparent !important;
}

.btn-submit.is-loading:before {
  transform: scaleX(0) !important;
}

.btn-add {
  width: 300px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  display: inline-block;
  z-index: 200;
}

.btn-add:hover {
  color: #0A7EA9; /* CORDACCESS-151 */
}

.btn-add-int {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  width: 100%;
}

.btn-add-link {
  flex: 1 auto;
  background: #000;
  padding: 24px 0 22px 15px;
  height: 65px;
}

.btn-add-link span {
  background: url(/Corporate/assets/images/icon-add.svg) no-repeat left center;
  background-size: 20px 20px;
  display: inline-block;
  height: 20px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 20px;
}

.is-added .btn-add-link span {
  background-image: url(/Corporate/assets/images/icon-remove.svg);
}

.btn-add-num {
  text-align: center;
  padding: 12px;
  color: #333;
  width: 58px;
}

.btn-add-num span {
  width: 34px;
  height: 41px;
  padding-top: 14px;
  font-size: 18px;
  font-family: FFKievitWebProBold;
  display: inline-block;
  background: url(/Corporate/assets/images/icon-pdf.svg) no-repeat center center;
  background-size: 34px 41px;
}

.btn-add-mixed {
  width: auto;
}

.btn-add-mixed .btn-add-link {
  padding: 13px 10px 22px 10px;
  height: 42px;
}

.btn-add-mixed .btn-add-link span {
  background-size: 14px 14px;
  height: 14px;
  padding-left: 20px;
  font-size: 11px;
  line-height: 14px;
}

.btn-add-mixed .btn-add-num {
  padding: 6px 6px;
  width: 32px;
}

.btn-add-mixed .btn-add-num span {
  width: 20px;
  height: 24px;
  padding-top: 8px;
  font-size: 12px;
  background-size: 20px 24px;
}

.btn-watch {
  display: inline-block;
  border: 3px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.btn-watch:hover {
  color: #0A7EA9; /* CORDACCESS-151 */
}

.btn-watch span {
  display: inline-block;
  vertical-align: middle;
}

.btn-watch .icon {
  background: url(/Corporate/assets/images/icon-play.svg) no-repeat left center;
  background-size: 50px;
  height: 50px;
  width: 50px;
}

.btn-watch .label {
  padding: 0 18px;
  margin-top: 2px;
}

.link-arr {
  font-family: FFKievitWebPro;
  font-size: 16px;
  line-height: 23px;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  margin-right: 24px;
  padding-left: 31px;
  text-transform: none;
  position: relative;
}

.link-arr:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: url(/Corporate/assets/images/icon-link.svg) no-repeat center center;
  background-size: 23px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.link-arr:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: url(/Corporate/assets/images/icon-link-active.svg) no-repeat center center;
  background-size: 23px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.link-arr:hover {
  color: #0A7EA9; /* CORDACCESS-27 */
}

.link-arr:hover:before {
  opacity: 0;
}

.link-arr:hover:after {
  opacity: 1;
}

.tab-menu {
  margin-bottom: 10px;
}

.tab-menu .btn-text {
  padding: 16px 40px 14px 40px;
  margin: 0 10px 10px 0;
}

.tab {
  display: none;
}

/* LAYOUT
---------------------------------------------- */
.overlay {
  position: relative;
  height: 100%;
  z-index: 1;
}

.overlay:before {
  visibility: hidden;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

.overlay.fade:before {
  visibility: visible;
  opacity: 1;
}

.content-reveal {
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.95);
  background: #fff;
}

.wrap {
  width: 1260px;
  margin: 0 auto;
}

.gray-bg {
  background: #f0f0f0;
}

/* HEADER
---------------------------------------------- */
.header {
  position: absolute;
  width: 100%;
  font-size: 1rem; /* CORDACCESS-42 */
  line-height: 1;
  z-index: 99999;
  padding-top: 1.875rem;
  transition: background 0.2s, color 0.2s;
}

.header .wrap {
  max-width: 80.63rem; /* CORDACCESS-143*/
  padding: 0 0.5rem; /* CORDACCESS-143*/
  position: relative;
  width: 100%; /* CORDACCESS-143 */
}

.header .logo {
  width: 193px; /* CORDACCESS-143 */
  height: 61px; /* CORDACCESS-143 */
  background: url(/Corporate/assets/images/logo-light.svg) no-repeat center center;
  background-size: 193px 61px; /* CORDACCESS-143 */
  display: inline-block;
  float: left;
  transition: all 0.3s;
}

.resp .header .logo {
  background: url(/Corporate/assets/images/resp-logo-light.svg) no-repeat center center;
  height: 69px; /* CORDACCESS-143 */
  max-width: 399px; /* CORDACCESS-143 */
  width: 75%; /* CORDACCESS-143 */
}

.leasing .header .logo {
  background: url(/Corporate/assets/images/leasing-logo-light.svg) no-repeat center center;
  width: 334px; /* CORDACCESS-143 */
  height: 69px; /* CORDACCESS-143 */
}

.nav-main {
  float: right;
  font-size: 1rem;
  line-height: 1em;
  color: #fff;
  display: inline-block;
  padding-top: 34px; /* CORDACCESS-143 */
}

.resp .nav-main {
  max-width: 75%; /* CORDACCESS-143 */
  padding-top: 27px;
}

.nav-main > li {
  display: inline-block;
  padding: 0 15px;
  float: left;
  opacity: 1;
  transition: opacity 0.2s;
}

.resp .nav-main > li {
  padding: 0 0.625rem;
}

.resp .nav-main > li:nth-child(1) {
  width: 5.125rem;
}

.resp .nav-main > li:nth-child(2) {
  width: 5.5rem;
}

.resp .nav-main > li:nth-child(3) {
  width: 7.063rem;
}

.resp .nav-main > li:nth-child(4) {
  width: 6.625rem;
}

.resp .nav-main > li:nth-child(5) {
  width: 8.625rem;
}

.resp .nav-main > li:nth-child(6) {
  width: 9.125rem;
}

.resp .nav-main > li:nth-child(7) {
  width: 7.063rem;
}

.nav-main > li:last-child {
  padding-right: 0;
}

.nav-main > li.fade {
  opacity: 0.3;
}

.nav-main li a {
  display: block;
  color: #fff;
  transition: color 0.3s;
}

.nav-main > li > a {
  padding: 14px 0;
  text-transform: uppercase;
  position: relative;
}

.nav-main > li.active > a:after {
  content: "";
  display: block;
  height: 0.1875rem;
  width: 100%;
  position: absolute;
  bottom: -0.1875rem;
  background-color: #8b8b8b;
  transition: width 0.5s ease, background-color 0.5s ease;
}

.nav-main > li.active:hover > a:after {
  width: 0;
  background: transparent;
}

.nav-main li ul {
  display: block;
  position: absolute;
  background: transparent;
  left: -999em;
  height: auto;
  margin: 0;
  width: auto;
  padding-bottom: 0.875rem;
  text-align: left;
}

.nav-main li:hover ul,
.nav-main li:focus ul,
.nav-main li:active ul {
  left: auto;
}

.nav-main li a:focus + ul,
.nav-main li a:hover + ul,
.nav-main li a:active + ul {
  left: auto;
}

ul.has-children.expanded { /* CORDACCESS-78 -- Shows submenu when focusing on parent */
  display: block;
  position: absolute;
  background: transparent;
  left: auto;
  height: auto;
  margin: 0;
  width: auto;
  padding-bottom: 0.875rem;
  text-align: left;
}

.nav-main li ul:before {
  content: "";
  display: block;
  height: 0.1875rem;
  width: 0;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}

.nav-main li:hover ul:before {
  width: 100%;
  background: #0A7EA9; /* CORDACCESS-151 */
}

.nav-main li ul li {
  display: block;
  padding: 0.25rem 0;
}

.nav-main li ul li a {
  padding: 0.5rem 0;
}

.nav-main li ul li a:hover {
  color: #0A7EA9; /* CORDACCESS-151 */
}

.header.sticky {
  position: fixed;
  background: #fff;
  color: #000;
  padding-top: 1.125rem;
  box-shadow: 0 0.5rem 3.125rem rgba(0, 0, 0, 0.95);
}

.header.sticky .logo {
  width: 7.5rem;
  height: 2.438rem;
  background: url(/Corporate/assets/images/logo-color.svg) no-repeat center center;
  background-size: 7.5rem 2.438rem;
  margin-bottom: 1rem;
}

.resp .header.sticky .logo {
  width: 300px;
  height: 50px;
  background: url(/Corporate/assets/images/resp-logo-color.svg) no-repeat center center;
  background-size: 300px 50px;
}

.header.sticky .nav-main {
  padding-top: 0.5rem;
}

.header.sticky .nav-main > li > a {
  color: #000;
}

.header-mobile {
  display: none;
}

.header-mobile-int {
  position: fixed;
  z-index: 10;
  width: 100%;
  padding: 0.8125rem 0;
  background: #fff;
  border-bottom: 0.125rem solid #e6e6e5;
}

.header-mobile .toggle {
  float: right;
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  background-image: url(/Corporate/assets/images/nav-mobile-toggle.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.5rem;
}

.header-mobile .toggle.visible {
  background-image: url(/Corporate/assets/images/nav-mobile-close.svg);
  background-size: 1.25rem;
}

.nav-mobile {
  position: fixed;
  z-index: 1;
  top: 0;
  left: -100%;
  width: 70%;
  background: #fff;
  padding: 5.625rem 0 1.25rem 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  transition: left 0.2s ease-in-out;
  box-shadow: 4px 5px 12px 0px rgba(0, 0, 0, 0.75);
}

.nav-mobile.visible {
  left: 0;
}

.nav-mobile.visible.offscreen {
  left: -100%;
}

.nav-mobile li {
  display: block;
}

.nav-mobile > li > a {
  text-transform: uppercase;
  font-size: 1rem;
  color: #333333;
  font-family: FFKievitWebProBold;
  display: block;
  width: 100%;
  padding: 0.9375rem 5%;
}

.nav-mobile > li > a:hover {
  color: #0A7EA9; /* CORDACCESS-151 */
}

.nav-mobile > li > a:after {
  content: "";
  display: block;
  height: 0.125rem;
  width: 2.5rem;
  background: #0A7EA9; /* CORDACCESS-151 */
  margin-top: 0.625rem;
}

.header-mobile .subnav {
  position: fixed;
  z-index: 1;
  top: 0;
  left: -100%;
  width: 70%;
  background: #0A7EA9; /* CORDACCESS-151 */
  padding: 4.25rem 0 1.25rem 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 100%;
  transition: left 0.2s ease-in-out;
  box-shadow: 4px 5px 12px 0px rgba(0, 0, 0, 0.75);
}

.header-mobile .subnav.visible {
  left: 0;
}

.header-mobile .subnav li > a {
  font-size: 1rem;
  color: #fff;
  font-family: FFKievitWebProBold;
  display: block;
  width: 100%;
  padding: 0.9375rem 5%;
}

.header-mobile .subnav li > a:hover {
  color: #fff;
}

.header-mobile .subnav li > a.back {
  background: url(/Corporate/assets/images/icon-arrow-left.svg) no-repeat center left 5% #fff;
  background-size: 1.5rem 0.9375rem;
  color: #000;
  padding: 1.125rem 5%;
  margin-bottom: 1.25rem;
}

.header-mobile .subnav li > a.back span {
  padding-left: 2rem;
}

/* SLIDER
---------------------------------------------- */
.main-slider-container {
  position: relative;
}

.main-slider {
  min-height: 46.88rem;
  width: 100%;
  margin: auto;
  padding: 0;
  position: relative;
  background-color: #000;
  overflow: hidden; /* CORDACCESS-127 */
  max-height: 46.88rem; /* CORDACCESS-127 */
}

.main-slider > div {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  padding: 0;
  height: 46.88rem;
}

.main-slider > div:first-child {
  opacity: 1;
}

.main-slider.main-slider--short {
  height: 34.38rem; /* CORDRET-333 */
  min-height: auto; /* CORDRET-333 */
}

.main-slider--short > div {
  height: 34.38rem;
}

.main-slider--short .slide .landing-feature__background img { /* CORDRET-333 */
  height: 100%;
  max-height: 34.38rem;
}

.main-slider .slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%; /* CORDACCESS-127 */
  width: 100%;
}

.main-slider > div article,
.main-slider > div figure,
.main-slider > div figure picture,
.main-slider > div figure picture img {
  display: block;
  height: 100%;
}

.main-slider > div figure picture img {
  width: 100%;
  object-fit: cover;
}

.main-slider .slide .homepage-feature__background,
.main-slider .slide .landing-feature__background { /* CORDACCESS-127 */
  height: 100%;
  width: 100%;
}

.main-slider .slide .homepage-feature__background img,
.main-slider .slide .landing-feature__background img { /* CORDACCESS-127 */
  display: block;
  height: auto;
  left: 50%;
  min-height: 100%;
  max-width: none;
  min-width: 100%;
  position: absolute;
  transform: translate(-50%);
  width: auto;
}

.main-slider .slide .tint {
  background: rgba(0, 0, 0, 0.75); /* CORDACCESS-43 */
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.main-slider .slide .slide-content {
  position: absolute; /* CORDACCESS-127 */
  z-index: 1001;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: url(/Corporate/assets/images/slide-content-shadow.png) no-repeat center center;
  background-size: cover;
  top: 0; /* CORDACCESS-127 */
}

.main-slider .slide .wrap {
  flex: 0 1 auto;
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
  width: 40rem;
}

.resp .main-slider .slide .wrap {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}

.resp .main-slider .landing-feature__background img,
.resp .main-slider .homepage-feature__background img { /* CORDACCESS-127 */
  display: block;
  height: auto;
  left: 50%;
  min-height: 100%;
  max-width: none;
  min-width: 100%;
  position: absolute;
  transform: translate(-50%);
  width: auto;
}

.main-slider .slide .title {
  color: #fff;
  font-size: 3.25rem;
  line-height: 1.2;
  border-top: 0.375rem solid #0A7EA9; /* CORDACCESS-151 */
  border-bottom: 0.375rem solid #0A7EA9; /* CORDACCESS-151 */
  text-transform: uppercase;
  font-family: FFKievitWebProThin;
  padding: 0.625rem 0 0.375rem 0;
  position: relative;
  display: inline-block;
  margin-bottom: 1.875rem;
}

.main-slider .slide-logo {
  padding-bottom: 1.25rem;
}

.main-slider .slide-logo img {
  max-width: 4.375rem;
  min-width: 0;
}

.main-slider .slide .short-desc {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.875rem;
}

.main-slider .slide .short-desc p {
  margin-bottom: 0;
}

.main-slider .slide .btn {
  margin: 0 0.625rem 1.25rem 0.625rem;
}

.aerial-slider .slide {
  background-size: contain;
}

.aerial-slider,
.location-slider {
  background-color: transparent;
  min-height: 0 !important;
}

.prev-slide,
.next-slide {
  display: block;
  height: 3rem;
  width: 3rem;
  position: absolute;
  bottom: 50%;
  margin-bottom: -1.5rem;
  z-index: 999;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.2s;
}

.prev-slide span,
.next-slide span {
  display: block;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.2s;
}

.prev-slide {
  left: 0;
  background-image: url(/Corporate/assets/images/icon-previous.svg);
}

.prev-slide span {
  left: 0;
  background-image: url(/Corporate/assets/images/icon-previous-active.svg);
}

.next-slide {
  right: 0;
  background-image: url(/Corporate/assets/images/icon-next.svg);
}

.next-slide span {
  left: 0;
  background-image: url(/Corporate/assets/images/icon-next-active.svg);
}

.prev-aerial-slide,
.next-aerial-slide,
.prev-location-slide,
.next-location-slide {
  margin-bottom: 0;
  transform: translateY(50%);
}

.no-touchevents .prev-slide:hover span,
.no-touchevents .next-slide:hover span {
  opacity: 1;
}

.main-slider .pager {
  display: none; /*remove pager*/
  position: absolute;
  font-size: 0;
  line-height: 0;
  top: 0.875rem;
  right: 0.875rem;
  z-index: 999;
  display: none;
}

.main-slider .pager span {
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 0.125rem solid #808286;
  margin-left: 0.25rem;
  transition: background 0.2s;
}

.main-slider .pager span:hover,
.main-slider .pager span.cycle-pager-active {
  background: #808286;
}

.main-slider .pager span:only-child {
  display: none;
}

.main-slider .pager > * {
  cursor: pointer;
}

.portfolio-slider > div {
  height: 34.38rem;
}

.portfolio-slider .prev-slide,
.portfolio-slider .next-slide {
  margin-bottom: -4.25rem;
}

.portfolio-logo {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.portfolio-logo .wrap {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  padding-top: 5.75rem;
}

.portfolio-logo .logo {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

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

.leasing-slider > div {
  height: 46.88rem;
}

.leasing-slider .prev-slide,
.leasing-slider .next-slide {
  margin-bottom: -4.25rem;
}

.leasing-logo {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.leasing-logo .wrap {
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  /*padding-top: 92px;*/
}

.leasing-logo .logo {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.leasing-logo .logo img {
  max-height: 17.5rem;
  max-width: 70%;
  height: auto;
  width: auto;
}

/* TIMELINE SLIDER
---------------------------------------------- */
.timeline {
  background: #fff;
  padding: 90px 0 120px 0;
}

.timeline-slider {
  width: 1260px;
  margin: 0 auto;
  position: relative;
}

.timeline-slider .wrap {
  position: relative;
  overflow: hidden;
}

.timeline-slider .wrap::before,
.timeline-slider .wrap::after {
  position: absolute;
  width: 20%;
  height: 100%;
  top: 0;
  content: " ";
  z-index: 1;
  pointer-events: none;
}

.timeline-slider .wrap::before {
  left: 0;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}

.timeline-slider .wrap::after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}

.timeline-slider .prev-slide,
.timeline-slider .next-slide {
  bottom: auto;
  top: 30%;
}

.timeline-slider .prev-slide {
  background-image: url(/Corporate/assets/images/icon-previous-active.svg);
  left: -40px;
}

.timeline-slider .next-slide {
  background-image: url(/Corporate/assets/images/icon-next-active.svg);
  right: -40px;
}

.timeline-slider .ctrl:hover {
  opacity: 0.7;
}

.timeline-slider .slider {
  position: relative;
  display: flex;
  width: 100%;
  transform: translate(33.3333%, 0);
  left: 0px;
}
.timeline-slider .slider:not(.slider-initialized) {
  transform: none;
}

.timeline-slider .slider > * {
  box-sizing: border-box;
}

.timeline-slider .slide {
  padding: 0 3%;
  font-size: 16px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

@media (min-width: 641px) {
  .timeline-slider .slider .slide {
    width: 50%;
    max-width: 50%;
    min-width: 50%;
  }
}
@media (min-width: 961px) {
  .timeline-slider .slider .slide {
    width: 33.3333%;
    max-width: 33.3333%;
    min-width: 33.3333%;
  }
}
.timeline-slider .slide .pic {
  width: 100%;
  height: 300px;
  border: 4px solid #f6f6f6;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 16px;
  position: relative;
}

.timeline-slider .slide .icon {
  width: 50px;
  height: 50px;
  display: block;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.timeline-slider .slide .popup-image .icon {
  background-image: url(/Corporate/assets/images/icon-image.svg);
}

.timeline-slider .slide .popup-video .icon {
  background-image: url(/Corporate/assets/images/icon-video.svg);
}

.timeline-slider .slide .date {
  font-family: FFKievitWebProBold;
  padding-bottom: 14px;
  border-bottom: 2px solid #0A7EA9; /* CORDACCESS-151 */
  margin-bottom: 16px;
}

.timeline-slider .slide .caption,
.timeline-slider .slide .caption p {
  line-height: 1.5;
}

.timeline-slider .slide .caption {
  padding-bottom: 20px;
}

.indicator {
  text-align: center;
}

.indicator .bar {
  height: 12px;
  background: #e0e0e0;
  line-height: 12px;
}

.indicator .bar .active-zone {
  margin: 0 auto;
  height: 12px;
  max-width: 1360px;
  background: #cbcbcb;
}

.indicator .bar .active-zone .current-position {
  display: inline-block;
  height: 12px;
  width: 82px;
  background: #0A7EA9; /* CORDACCESS-151 */
}

.indicator .years {
  position: relative;
  padding-top: 24px;
  height: 48px;
  font-weight: bold;
  overflow: hidden;
}

.indicator .years:before,
.indicator .years:after {
  position: absolute;
  width: 30%;
  height: 48px;
  top: 0;
  content: " ";
  z-index: 1;
}

.indicator .years:before {
  left: 0;
  background: -moz-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#00ffffff",GradientType=1 );
}

.indicator .years:after {
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 );
}

.indicator .years .decades {
  width: 99999px;
  position: relative;
  margin-left: 50%;
  transform: translateX(-112px);
}

.indicator .years .decades .decade {
  float: left;
  width: 224px;
}

/* PAGE HEADER
---------------------------------------------- */
.page-hdr {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: relative;
  height: 550px;
  overflow: hidden; /* CORDACCESS-127 */
  justify-content: inherit;
  align-items: inherit;
}

.page-hdr .landing-feature__background img,
.page-hdr .homepage-feature__background img { /* CORDACCESS-127 */
  display: block;
  height: auto;
  left: 50%;
  min-height: 100%;
  max-width: none;
  min-width: 100%;
  position: absolute;
  transform: translate(-50%);
  width: auto;
}

.page-hdr .tint {
  background: rgba(0, 0, 0, 0.75); /* CORDACCESS-43 */
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.page-hdr .content {
  position: absolute; /* CORDACCESS-127 */
  z-index: 1001;
  text-align: left;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  top: 0; /* CORDACCESS-127 */
}

.page-hdr .content-center {
  text-align: center;
}

.content-center .wrap {
  margin-bottom: 70px;
}

.page-hdr .wrap {
  flex: 0 1 auto;
}

.page-hdr h1 {
  color: #fff;
  border-top: 6px solid #0A7EA9; /* CORDACCESS-151 */
  border-bottom: 6px solid #0A7EA9; /* CORDACCESS-151 */
  text-transform: uppercase;
  font-family: FFKievitWebProThin;
  padding: 10px 0 6px 0;
  display: inline-block;
  margin-bottom: 24px;
  max-width: 50%;
}

.page-hdr .sub-hdr {
  color: #fff;
  text-transform: uppercase;
  font-family: FFKievitWebProBold;
  font-size: 20px;
  line-height: 1.2;
}

.page-hdr.no-hdr {
  background: #000;
  height: 128px;
}

.page-hdr .logo img {
  max-height: 250px;
  min-width: 0; /* CORDACCESS-127 */
  width: auto;
}

.page-hdr .logo-center {
  text-align: center;
}

/* CONTENT
---------------------------------------------- */
.main-content,
.main-content.generic-content {
  padding: 30px 0;
}

.main-content:empty {
  display: none;
}

.main-content + .news-list-controls {
  padding: 0;
}

.main-content h3,
.main-content h4 {
  margin-bottom: 15px;
}

.main-content ul,
.main-content ol {
  margin-bottom: 30px;
}

.main-content ul li,
.main-content ol li {
  margin-bottom: 8px;
  line-height: 1.4;
  padding-left: 24px;
}

.main-content ul li {
  background: url(/Corporate/assets/images/bullet.png) no-repeat left top 7px;
}

.main-content ol {
  counter-reset: item;
}

.main-content ol li {
  counter-increment: item;
  position: relative;
}

.main-content ol li::before {
  font-family: FFKievitWebProBold;
  content: counter(item);
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}

.content-wide {
  width: 980px;
  margin: 0 auto;
  padding: 30px 0;
}

.content-wide:empty {
  display: none;
}

.content-extra-wide {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}

.hdr-line:before {
  content: "";
  display: block;
  height: 6px;
  width: 140px;
  background: #0A7EA9; /* CORDACCESS-151 */
  margin-bottom: 20px;
}

.content-left {
  float: left;
  width: 60%;
}

.content-left h2:before {
  content: "";
  display: block;
  height: 6px;
  width: 140px;
  background: #0A7EA9; /* CORDACCESS-151 */
  margin-bottom: 20px;
}

.generic-content {
  padding: 60px 0 30px 0;
}

.generic-content:empty {
  display: none;
}

.generic-content .aside-right {
  margin-top: 0;
}

.two-column {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.two-column .col-item {
  width: 48%;
}

.hero-full {
  height: 450px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.video-description { /*CORDACCESS-18*/
  font-style: italic;
}

/* RIGHT SIDE COLUMN
---------------------------------------------- */
.aside-right {
  float: right;
  width: 31%;
  margin-top: -90px;
  position: relative;
  z-index: 9998;
}

.property-detail .aside-right {
  margin-top: -240px;
}

.aside-right .gray-int {
  background: #f6f6f6;
  padding: 30px;
}

.aside-right .dk-gray-int {
  background: #333333;
  color: #fff;
  padding: 30px;
}

.aside-right .gray-int ul li {
  margin-bottom: 24px;
  line-height: 1.4;
  background: url(/Corporate/assets/images/bullet-arr.svg) no-repeat left top;
  background-size: 20px;
  padding-left: 40px;
}

.aside-right h3 {
  font-size: 28px;
  line-height: 1.2;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.aside-right .btn-add {
  width: 100%;
  left: 0;
  top: -68px;
  margin: 0;
  bottom: auto;
}

.aside-right .btn-add-link span {
  font-size: 16px;
}

.aside-right .blue-hdr {
  padding: 16px;
  background: #0A7EA9; /* CORDACCESS-151 */
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
}

.aside-right .blue-hdr .lg-txt {
  font-family: FFKievitWebProBold;
  font-size: 28px;
}

.aside-right .btn-text.full {
  display: block;
  margin-top: 11px;
}

.aside-right .hdr {
  font: 19px FFKievitWebProBold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.aside-testimonial h3 {
  color: #fff;
  font: 19px FFKievitWebProBold;
}

.aside-testimonial .quote {
  font-size: 18px;
  line-height: 1.5;
}

.aside-testimonial .quote p {
  font-size: inherit;
  line-height: inherit;
}

.aside-testimonial .quote-meta {
  background: url(/Corporate/assets/images/icon-quote.svg) no-repeat left center;
  background-size: 47px 37px;
  margin-top: 15px;
  min-height: 37px;
  padding-left: 60px;
}

.aside-testimonial .name {
  font: 16px/1.6 FFKievitWebProBold;
  text-transform: uppercase;
}

.aside-testimonial .title {
  font-size: 18px;
  color: #999999;
}

.aside-newsletter {
  margin-bottom: 40px;
}

.aside-newsletter .dk-gray-int {
  padding: 40px;
}

.aside-newsletter .intro {
  margin-bottom: 16px;
}

.aside-newsletter .intro p {
  margin-bottom: 0;
}

.aside-newsletter .signup-wrap {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}

.aside-newsletter .email {
  flex: 1 auto;
}

.aside-newsletter input[type=text],
.aside-newsletter input[type=email],
.aside-newsletter input[type=tel] {
  width: 100%;
  margin-bottom: 0;
  height: 50px;
  padding: 13px 16px;
  border: 3px solid #fff;
}

.aside-newsletter input[type=text]:focus {
  color: #000000;
  border: 3px solid #0A7EA9; /* CORDACCESS-151 */
  outline: -webkit-focus-ring-color auto 5px;
}

.aside-newsletter input.invalid {
  outline: none;
  border: 3px solid #ee0808;
}

.aside-newsletter div.email label {
  font-weight: 700;
  text-transform: uppercase;
}

.aside-newsletter .submit {
  flex: 0 auto;
}

.aside-newsletter .submit button {
  cursor: pointer;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  background-image: url(/Corporate/assets/images/icon-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: 25px 15px;
  margin-left: 5px;
  transition: all 0.2s ease;
}

.aside-newsletter .submit button:hover {
  border: 3px solid #0A7EA9; /* CORDACCESS-27 */
  background-color: #0A7EA9; /* CORDACCESS-27 */
}

.aside-social {
  width: 100%;
  margin-bottom: 40px;
  color: #333;
  font-size: 20px;
  font-family: FFKievitWebProBold;
  text-transform: uppercase;
}

.aside-social span {
  margin-right: 10px;
}

span.social-description {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.aside-social a {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #979797;
  border-radius: 14px;
  margin: 0 2px;
  color: #fff;
  text-align: center;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.aside-social a.btn-facebook {
  background: #3b5997;
}

.aside-social a.btn-twitter {
  background: #019fe9;
}

.aside-social a.btn-linkedin {
  background: #0074b1;
}

.aside-social a.btn-youtube {
  background: #d50f25;
}

.aside-social a.btn-google-plus {
  background: #f1453d;
}

.aside-social a .fa {
  font-size: 18px;
  line-height: 18px;
  margin-top: 5px;
}

.aside-social a:hover {
  opacity: 0.7;
}

/* SCROLLABLE AREA
---------------------------------------------- */
.scrollarea {
  border-right: 2px solid #f0f0f0;
  margin-bottom: 40px;
  position: relative;
}

.scrollarea .scrollable {
  overflow: hidden;
}

.scrollarea ul {
  position: relative;
  top: 0;
}

.scrollarea ul li {
  background: url(/Corporate/assets/images/bullet-blue.png) no-repeat left 3px top 7px;
}

.scrollarea .control {
  display: block;
  position: absolute;
  right: -11px;
  background-color: #fff;
}

.scrollarea .control span {
  width: 20px;
  height: 35px;
  display: inline-block;
}

.scrollarea .control.disabled span {
  opacity: 0.4;
  cursor: auto;
}

.scrollarea .control.up {
  top: 0;
}

.scrollarea .control.up span {
  background: url(/Corporate/assets/images/scroll-up.svg) no-repeat center top #fff;
  background-size: 14px 22px;
}

.scrollarea .control.down {
  bottom: 0;
}

.scrollarea .control.down span {
  background: url(/Corporate/assets/images/scroll-down.svg) no-repeat center bottom #fff;
  background-size: 14px 22px;
}

/* GRID BLOCKS
---------------------------------------------- */
.blocks {
  padding: 1.875rem 0; /* CORDACCESS-80 */
}

.blocks .wrap {
  /* width: 1290px; */
  max-width: 80.63rem;
  width: 100%;
}

.blocks .small-hdr {
  margin-left: 0.8%;
  margin-right: 0.8%;
}

.blocks .small-hdr.businesses-hdr {
  display: none;
  margin: 1.563rem 6% 0; /* CORDACCESS-80 */
}

.blocks .grid {
  display: flex;
  flex-flow: row wrap;
  padding: 1rem 0; /* CORDACCESS-80 */
}

.blocks .cell {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0.3125rem solid #f6f6f6; /* CORDACCESS-80 */
  display: block;
  flex: 0 1 auto;
  margin: 0 0.7% 1.25rem 0.7%; /* CORDACCESS-80 */
  min-height: 21.88rem; /* CORDACCESS-80 */
  overflow: hidden;
  position: relative;
  width: 23.6%;
}

.blocks .cell img { /* CORDACCCESS-81-20190916 */
  height: 100%;
  width: 300px;
}

.blocks .fade { /* CORDACCESS-47 */
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.85) 0, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 );
  height: 21.88rem; /* CORDACCESS-80 */
  width: 100%;
}

.blocks .title {
  border-bottom: 0.1875rem solid #0A7EA9; /* CORDACCESS-80 */ /* CORDACCESS-151 */
  bottom: 8%;
  color: #fff;
  font-size: 1.375rem; /* CORDACCESS-80 */
  left: 9%;
  line-height: 1.2;
  margin-right: 9%;
  padding-bottom: 0.5rem; /* CORDACCESS-80 */
  position: absolute;
  text-transform: uppercase;
  width: auto;
  z-index: 1;
}

.blocks .blue-box {
  background: #0A7EA9; /* CORDACCESS-22 */
  bottom: 0;
  color: #000;
  display: block;
  font-size: 1rem; /* CORDACCESS-80 */
  left: 0;
  line-height: 1.4;
  overflow: hidden;
  padding: 9%;
  position: absolute;
  right: 0;
  top: 100%;
  transition: top 0.4s ease;
  z-index: 2;
}

.blocks .cell:hover .blue-box {
  top: 0;
}

.blocks .blue-box .title {
  border-bottom: 0.1875rem solid #fff; /* CORDACCESS-80 */
  color: #fff;
  font-size: 1.25rem; /* CORDACCESS-80 */
  margin-bottom: 0.875rem; /* CORDACCESS-80 */
  position: static;
}

.blocks .blue-box p {
  color: #000;
  font-size: 1rem; /* CORDACCESS-80 */
  line-height: 1.4;
}

.blocks .blue-box .arrow {
  background: url(/Corporate/assets/images/icon-arrow-blue.svg) no-repeat center center #fff;
  background-size: 60%;
  bottom: 0;
  height: 50px; /* CORDACCESS-80 */
  position: absolute;
  right: -100%;
  transition: right 0.5s ease;
  width: 50px; /* CORDACCESS-80 */
}

.blocks .cell:hover .blue-box .arrow {
  right: 0;
}

/* divisions */
.division-blocks {
  padding: 0;
}

.resp .division-blocks .wrap {
  width: 100%;
}

.division-blocks .grid {
  justify-content: center;
  padding: 1rem 0 0.375rem 0; /* CORDACCESS-80 */
}

.resp .division-blocks .grid {
  padding: 0.625rem 0.5rem; /* CORDACCESS-80 */
}

.division-blocks .cell {
  display: flex;
  flex-direction: column;
  height: 100%;
  hyphens: auto; /* CORDACCESS-80 */
  margin: 0 0.7% 0.625rem 0.7%; /* CORDACCESS-80 */
  min-height: 0;
  width: 18.6%;
  word-wrap: anywhere; /* CORDACCESS-80 */
}

.blocks.division-blocks .cell { /* CORDACCESS-80 */
  display: flex;
  flex-direction: column;
}

.blocks.division-blocks .blue-box { /* CORDACCESS-80 */
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  height: 100%;
}

.blocks.division-blocks .blue-box p { /* CORDACCESS-80 */
  overflow: scroll;
}

.resp .division-blocks .cell {
  flex: 1 1 auto;
  margin: 0;
  width: auto;
}

.division-blocks .fade {
  height: 18.13rem; /* CORDACCESS-80 */
}

.division-blocks--home .fade {
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.85) 0, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 );
}

.resp .division-blocks .fade {
  height: 21.88rem; /* CORDACCESS-80 */
}

.division-blocks .title {
  font-size: 1.375rem; /* CORDACCESS-80 */
  line-height: 1.2;
  bottom: 0.875rem; /* CORDACCESS-80 */
  left: 0.875rem; /* CORDACCESS-80 */
  margin-right: 0.875rem; /* CORDACCESS-80 */
}

.resp .division-blocks .title {
  left: 2.5rem; /* CORDACCESS-80 */
  bottom: 2.75rem; /* CORDACCESS-80 */
}

.division-blocks .blue-box {
  padding: 0.875rem; /* CORDACCESS-80 */
}

/* .resp .division-blocks .blue-box {
	padding: 1.875rem 2.5rem;
} */
.blocks.division-blocks.our-values .blue-box {
  height: 100%;
  overflow: scroll;
}

.blocks.division-blocks.our-values .blue-box p {
  overflow: initial;
}

.division-int .wrap {
  padding: 3.75rem 0; /* CORDACCESS-80 */
}

/* gallery */
.gallery-blocks .blue-box {
  top: auto;
  bottom: -100%;
  transition: bottom 0.4s ease;
  padding: 0.25rem; /* CORDACCESS-80 */
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.gallery-blocks .cell:hover .blue-box {
  top: auto;
  bottom: 0;
}

.gallery-blocks .cell.view-popup + .popup-content {
  display: none;
}

.gallery-blocks .blue-box .caption {
  flex: 1 1 auto;
  padding: 0.5rem; /* CORDACCESS-80 */
}

.gallery-blocks .blue-box p {
  line-height: 1.2;
  font-size: 0.875rem; /* CORDACCESS-80 */
  margin-bottom: 0;
}

.gallery-blocks .blue-box .icon {
  flex: 0 0 auto;
  width: 3.125rem; /* CORDACCESS-80 */
  height: 3.125rem; /* CORDACCESS-80 */
  display: block;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center center;
}

.gallery-blocks .popup-image .blue-box .icon,
.gallery-blocks .image .blue-box .icon {
  background-image: url(/Corporate/assets/images/icon-image.svg);
}

.gallery-blocks .popup-video .blue-box .icon,
.gallery-blocks .video .blue-box .icon {
  background-image: url(/Corporate/assets/images/icon-video.svg);
}

.gallery-blocks.no-captions .blue-box {
  background: #0A7EA9; /* CORDACCESS-22 */
  position: absolute;
  padding: 9%;
  height: 100%;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  transition: top 0.4s ease;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.gallery-blocks.no-captions a:hover .blue-box {
  top: 0;
}

.gallery-blocks.no-captions .blue-box .int {
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-blocks.no-captions a:hover .blue-box .int {
  opacity: 1;
}

.gallery-blocks.no-captions .blue-box .arrow {
  width: 3.125rem; /* CORDACCESS-80 */
  height: 3.125rem; /* CORDACCESS-80 */
  background: url(/Corporate/assets/images/icon-arrow-blue.svg) no-repeat center center #fff;
  background-size: 60%;
  position: static;
  right: auto;
  bottom: auto;
  display: inline-block;
  transition: none;
}

/* listing */
.listing-blocks {
  padding: 1.875rem 0; /* CORDACCESS-80 */
}

.listing-blocks .wrap {
  width: 80.63rem; /* CORDACCESS-80 */
}

.listing-blocks .grid {
  display: flex;
  flex-flow: row wrap;
  padding: 1rem 0; /* CORDACCESS-80 */
}

.listing-blocks .cell {
  display: block;
  width: 22%;
  margin: 0 1.5% 3.75rem 1.5%; /* CORDACCESS-80 */
  flex: 0 1 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.listing-blocks.team .cell { /* CORDRET-332 */
  height: 100%;
}

.listing-blocks .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 16.88rem; /* CORDACCESS-80 */
  display: block;
  overflow: hidden;
  border: 0.3125rem solid #f6f6f6; /* CORDACCESS-80 */
}

.listing-blocks .blue-box {
  background: #0A7EA9; /* CORDACCESS-22 */
  position: absolute;
  padding: 9%;
  height: 100%;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  transition: top 0.4s ease;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.listing-blocks .img:hover .blue-box {
  top: 0;
}

.listing-blocks .blue-box .int {
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.listing-blocks .img:hover .blue-box .int {
  opacity: 1;
}

.listing-blocks .blue-box .arrow {
  width: 3.125rem; /* CORDACCESS-80 */
  height: 3.125rem; /* CORDACCESS-80 */
  background: url(/Corporate/assets/images/icon-arrow-blue.svg) no-repeat center center #fff;
  background-size: 60%;
  position: static;
  right: auto;
  bottom: auto;
  display: inline-block;
  transition: none;
}

.listing-blocks .blue-box .int .label {
  font-family: FFKievitWebProBold;
  padding-top: 0.375rem; /* CORDACCESS-80 */
}

.listing-blocks .content {
  font-size: 1rem; /* CORDACCESS-80 */
  line-height: 1.5;
  padding: 0.75rem 0; /* CORDACCESS-80 */
}

.listing-blocks .read-more {
  margin-top: 0.5rem; /* CORDACCESS-80 */
}

/* LIGHTBOX
---------------------------------------------- */
.lightbox-video {
  position: absolute;
  width: 1200px;
  height: 780px;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -340px;
}

.lightbox-video iframe {
  width: 100%;
  height: 680px;
}

/* FEATURED
---------------------------------------------- */
.featured-container .wrap {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}

.featured-container .wrap .half {
  width: 50%;
  flex: 1 100%;
}

.featured-container .wrap .half:last-child {
  background: #f5f5f5;
}

.featured-container .wrap .half:last-child .image {
  border: 4px solid #dadada;
}

.featured-container .half-int {
  width: 630px;
  padding: 60px 0;
}

.featured-container .half-int.left {
  float: right;
  padding-right: 60px;
}

.featured-container .half-int.right {
  float: left;
  padding-left: 60px;
}

.featured {
  position: relative;
}

.featured .image {
  width: 100%;
  height: 330px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: 4px solid #f6f6f6;
  position: relative;
  display: block;
  margin-bottom: 24px;
  opacity: 1;
  transition: opacity 0.3s;
}

.featured .image:hover {
  opacity: 0.7;
}

.featured .featured-content {
  padding: 0 9px;
}

.featured .date {
  position: absolute;
  left: 6px;
  bottom: -14px;
  background: #0A7EA9; /* CORDACCESS-21 */
  color: #fff;
  padding: 20px 24px 14px 24px;
  text-transform: uppercase;
}

.featured .date .month {
  text-align: center;
  display: block;
  font-family: FFKievitWebProThin;
  font-size: 22px;
  line-height: 1;
}

.featured .date .day {
  text-align: center;
  display: block;
  font-family: FFKievitWebProBold;
  font-size: 40px;
  line-height: 1;
}

.featured .title {
  text-transform: uppercase;
  color: #000;
  line-height: 1;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.2;
}

.featured .title a {
  color: #000;
}

.featured .title a:hover {
  color: #0A7EA9; /* CORDACCESS-151 */
}

.featured .title:after {
  content: "";
  width: 50%;
  height: 3px;
  display: block;
  background: #0A7EA9; /* CORDACCESS-151 */
  position: relative;
  top: -2px;
  margin-top: 10px;
}

.featured .date-time {
  display: block;
  text-transform: uppercase;
  font-family: FFKievitWebProBold;
  padding-bottom: 8px;
}

.featured .short-desc p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.featured .links a {
  font-family: FFKievitWebPro;
  font-size: 16px;
  line-height: 23px;
  display: inline-block;
  color: #000;
  vertical-align: middle;
  margin-right: 24px;
  padding-left: 31px;
  text-transform: none;
  position: relative;
}

.featured .links a:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: url(/Corporate/assets/images/icon-link.svg) no-repeat center center;
  background-size: 23px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.featured .links a:after {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: url(/Corporate/assets/images/icon-link-active.svg) no-repeat center center;
  background-size: 23px;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.featured .links a:hover {
  color: #0A7EA9; /* CORDACCESS-27 */
}

.featured .links a:hover:before {
  opacity: 0;
}

.featured .links a:hover:after {
  opacity: 1;
}

.featured-slider {
  width: 100%;
  margin: auto;
  padding: 0;
}

.featured-slider > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
}

.featured-pager {
  position: absolute;
  font-size: 0;
  line-height: 0;
  top: -48px;
  right: 0;
  text-align: right;
  width: auto;
  z-index: 500;
  overflow: hidden;
}

.featured-pager span {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #fff;
  border: 2px solid #0A7EA9; /* CORDACCESS-151 */
  margin-left: 4px;
  transition: background 0.2s;
}

.featured-pager span:hover,
.featured-pager span.cycle-pager-active {
  background: #0A7EA9; /* CORDACCESS-151 */
}

.featured-pager > * {
  cursor: pointer;
}

/* CALLOUT
---------------------------------------------- */
.callout {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.callout .fade {
  background: rgba(0, 0, 0, 0.75);
}

.callout .wrap {
  padding: 130px 0;
  width: 670px;
  color: #fff;
  display: flex;
  align-items: center;
}

.resp .callout .wrap {
  max-width: 900px;
  width: auto;
}

.callout h2 {
  color: #fff;
  margin-bottom: 22px;
  padding: 10px 0 6px 0;
  line-height: 1.5;
  display: inline-block;
  border-top: 3px solid #0A7EA9; /* CORDACCESS-151 */
  border-bottom: 3px solid #0A7EA9; /* CORDACCESS-151 */
  max-width: 100%;
  overflow: hidden;
}

.callout .hdr {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff;
  margin-bottom: 22px;
  padding: 10px 0 6px 0;
  line-height: 1.5;
  max-width: 100%;
  display: inline-block;
  border-top: 3px solid #0A7EA9; /* CORDACCESS-151 */
  border-bottom: 3px solid #0A7EA9; /* CORDACCESS-151 */
  overflow: hidden;
}

.callout .btn-container {
  margin-top: 20px;
}

.btn-container .btn-arrow {
  margin-left: 10px;
  height: 14px;
  width: auto;
}

.callout .btn {
  margin: 10px 10px 20px;
}

.callout-content {
  width: 100%;
  text-align: center;
}

.callout-content-video {
  padding: 0 15%;
}

.callout-content-video h2 {
  margin-bottom: 40px;
}

.callout-content-video .btn-video {
  margin-top: 30px;
}

.btn-video {
  padding-right: 60px;
}

.btn-video:after {
  background-image: url(/Corporate/assets/images/icon-play-alt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 25px;
  margin-left: 15px;
  position: absolute;
  right: 20px;
  top: 22%;
  width: 25px;
}

.btn-video:before {
  z-index: 1;
}

.callout-white .wrap {
  padding: 100px 0;
}

.callout-white h2,
.callout-white .callout-content {
  color: #333;
}

.callout-content .btn-casestudy {
  min-width: 300px;
}

.callout-white .btn {
  color: #333;
  border: 3px solid #333;
}

.callout-white .btn:hover, .callout-white .btn:focus, .callout-white .btn:active {
  color: rgba(255, 255, 255, 0);
  border: 3px solid #0A7EA9; /* CORDACCESS-27 */
}

.callout-two-col {
  display: flex;
  flex-flow: row wrap;
}

.callout-half {
  position: relative;
  width: 50%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.callout-half-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  filter: blur(4px);
  transition: filter 0.1s ease;
}

.callout-half:hover .callout-half-bg {
  filter: blur(0px);
}

.callout-half .fade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.callout-half .wrap {
  position: relative;
  width: 500px;
}

.callout-half .short-desc {
  font-size: 20px;
  font-family: FFKievitWebProBold;
}

.callout-three-col {
  display: flex;
  flex-flow: row wrap;
  padding: 2px;
}

.callout-third {
  display: block;
  position: relative;
  width: 33.333%;
  border: 2px solid #fff;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.callout-third-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.callout-third .fade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.1s ease;
}

.callout-third:hover .fade {
  background: rgba(0, 0, 0, 0.8);
}

.callout-third .wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 16%;
  padding-right: 16%;
}

.callout-third h2 {
  display: block;
  margin-bottom: 0;
}

.twitter-callout {
  background-image: url(/Corporate/assets/images/footer-bg.png);
}

.resp .twitter-callout {
  background-image: url(/Corporate/assets/images/resp-footer-bg.png);
  position: relative;
}

.twitter-callout .wrap {
  padding: 90px 60px 70px;
}

.twitter-callout .icon {
  padding-bottom: 20px;
  width: 46px;
  height: 46px;
}

.twitter-callout .twitter-slider {
  margin-bottom: 20px;
}

.resp .twitter-callout .twitter-slider {
  margin-bottom: 2em;
}

.twitter-callout .twitter-slider .msg {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

.twitter-callout .twitter-slider .msg-attr {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 1.5;
  font-style: italic;
  margin-top: 1.5em;
  width: 100%;
}

.contact-callout {
  background-image: url(/Corporate/assets/images/footer-contact-bg.png);
}

.contact-callout .wrap {
  width: 850px;
  padding: 90px 0 70px 0;
}

.contact-callout .name {
  font: 18px FFKievitWebProBold;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contact-callout .short-desc {
  font-size: 16px;
  line-height: 1.5;
}

.contact-callout .short-desc p {
  line-height: 1.5;
  margin-bottom: 16px;
}

.contact-callout .btn {
  padding: 16px 0 14px 0;
  width: 190px;
}

.map-callout {
  width: 100%;
}

.map-callout #google-map {
  width: 100%;
  height: 545px;
}

.generic-callout {
  background-image: url(/Corporate/assets/images/footer-bg.png);
}

.generic-callout .wrap {
  padding: 70px 0;
}

/* OUR VALUES
---------------------------------------------- */
.our-values .wrap {
  align-items: center;
  display: flex;
  flex-flow: column;
  padding: 24px 0 8px;
}

.our-values .hdr {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 22px;
  padding: 10px 0 6px 0;
  line-height: 1.5;
  display: inline-block;
  border-top: 3px solid #0A7EA9; /* CORDACCESS-151 */
  border-bottom: 3px solid #0A7EA9; /* CORDACCESS-151 */
}

.our-values .grid {
  width: 85%;
}

.our-values.division-blocks .fade {
  align-items: center;
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.85) 0, transparent);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#00000000",GradientType=1 );
  display: flex;
  justify-content: center;
  height: 280px;
}

.our-values.division-blocks .fade .title {
  border-top: 3px solid #0A7EA9; /* CORDACCESS-151 */
  bottom: auto;
  flex: 0 1 auto;
  left: auto;
  margin: 0 14px;
  max-width: 90%;
  padding: 8px 0;
  position: static;
  text-align: center;
}

.our-values.division-blocks .cell {
  flex: 1 1 33%;
  height: auto;
  hyphens: auto;
  word-wrap: none;
}

/* KEY COMPANY DATA
---------------------------------------------- */
.company-data {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.25rem 0 2.5rem; /*CORDACCESS-89*/
  position: relative;
}

.company-data::after {
  background: #E6E7E8;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.93;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.company-data .wrap {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  position: relative;
  z-index: 3;
}

.company-data .hdr {
  font-size: 1.75rem; /*CORDACCESS-89*/
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1.375rem; /*CORDACCESS-89*/
  padding: 0.625rem 0 0.375rem 0; /*CORDACCESS-89*/
  line-height: 1.5;
  display: inline-block;
  border-top: 0.1875rem solid #0A7EA9; /*CORDACCESS-89*/ /* CORDACCESS-151 */
  border-bottom: 0.1875rem solid #0A7EA9; /*CORDACCESS-89*/ /* CORDACCESS-151 */
}

.company-data .grid {
  background-image: url(/Corporate/assets/images/key-data-bg.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: flex;
  flex-flow: row wrap;
  height: 27.5rem; /*CORDACCESS-89*/
  justify-content: space-around;
  margin-top: 1.25rem; /*CORDACCESS-89*/
  width: 50.5rem; /*CORDACCESS-89*/
}

.company-data-block {
  flex: 0 0 auto;
  height: 12.5rem; /*CORDACCESS-89*/
  padding: 1.25rem; /*CORDACCESS-89*/
  width: 23.75rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(1) {
  background-image: url(/Corporate/assets/images/key-data-1.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding: 2.5rem 1.25rem 1.25rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(1) .data-block-text {
  padding-top: 2.5rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(1) .data-block-span:nth-child(1) {
  font-size: 4.375rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(1) .data-block-span:nth-child(2) {
  font-size: 2.5rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(1) .data-block-span:nth-child(3) {
  display: block;
  font-size: 3.125rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(2) {
  padding-top: 0.375rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(2) .data-block-span:nth-child(1) {
  font-size: 4.375rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(2) .data-block-span:nth-child(2) {
  font-size: 2.5rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(2) .data-block-span:nth-child(3) {
  font-size: 3.938rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(2) .data-block-span:nth-child(4) {
  display: block;
  font-size: 3.875rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(3) {
  padding: 2.188rem 2.313rem 1.25rem 2.625rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(3) .data-block-text {
  background-image: url(/Corporate/assets/images/key-data-2.svg);
  background-repeat: no-repeat;
  background-position: 100% 0;
  text-align: left;
}

.company-data-block:nth-child(3) .data-block-span:nth-child(1) {
  font-size: 1.5rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(3) .data-block-span:nth-child(2),
.company-data-block:nth-child(3) .data-block-span:nth-child(3) {
  display: block;
}

.company-data-block:nth-child(3) .data-block-span:nth-child(2) {
  font-size: 4.375rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(3) .data-block-span:nth-child(3) {
  font-size: 3.438rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(4) {
  padding: 2.188rem 0 1.25rem 1.875rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(4) .data-block-text {
  text-align: left;
}

.company-data-block:nth-child(4) .data-block-span:nth-child(1) {
  font-size: 2.25rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(4) .data-block-span:nth-child(2) {
  font-size: 3.125rem; /*CORDACCESS-89*/
}

.company-data-block:nth-child(4) .data-block-bg {
  background-image: url(/Corporate/assets/images/key-data-3.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  height: 5.875rem; /*CORDACCESS-89*/
  padding: 2.125rem 0 0 4.875rem; /*CORDACCESS-89*/
  text-align: center;
  width: 20.63rem;
}

.company-data-block:nth-child(4) .data-block-bg > .data-block-span {
  color: #fff;
}

.company-data-block:nth-child(4) .data-block-bg > .data-block-span:nth-child(1) {
  font-size: 3.125rem;
  font-weight: bold;
  left: 2.125rem;
  position: absolute;
  top: 1.75rem;
}

.company-data-block:nth-child(4) .data-block-bg > .data-block-span:nth-child(2) {
  font-size: 1.875rem;
}

.data-block-text {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.data-block-bg {
  position: relative;
}

/* CENTERED TITLE
---------------------------------------------- */
.centered-title-wrap {
  align-items: center; /* refer to CORDCR-165 */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

.centered-title-wrap + .wrap {
  padding-top: 20px;
}

.centered-title {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 22px;
  padding: 10px 0 6px 0;
  line-height: 1.5;
  display: inline-block;
  border-top: 3px solid #0A7EA9; /* CORDACCESS-151 */
  border-bottom: 3px solid #0A7EA9; /* CORDACCESS-151 */
}

/* AWARDS, NEWS AND TESTIMONIALS
---------------------------------------------- */
.awards-news-test .page-hdr h1 {
  max-width: 75%;
}

.awards-news-test .main-content {
  padding-top: 10px;
}

.awards-news-test .grid {
  padding: 0;
}

.awards-news-test-section {
  padding: 30px 20px 20px;
}

.awards-news-test-section {
  /*padding: 20px;*/
}

.awards-news-test-section:nth-child(even) {
  background: #F1F2F2;
}

.awards-news-test-section:nth-child(even) .awards-news-test-btn .btn-text {
  background: #F1F2F2;
}

.awards-news-test-section:nth-child(even) .awards-news-test-btn .btn-text.active,
.awards-news-test-section:nth-child(even) .awards-news-test-btn .btn-text:active,
.awards-news-test-section:nth-child(even) .awards-news-test-btn .btn-text:focus,
.awards-news-test-section:nth-child(even) .awards-news-test-btn .btn-text:hover {
  background: #0A7EA9; /* CORDACCESS-27 */
}

.awards-news-test-btn {
  padding-bottom: 10px;
  text-align: center;
}

/* CATEGORY LANDING
---------------------------------------------- */
.landing .main-content {
  padding: 0;
}

.landing .main-slider {
  min-height: 550px;
}

.landing .main-slider > div {
  height: 100%;
}

.landing .timeline {
  padding-bottom: 30px;
}

.landing .quick-links {
  padding-top: 0;
}

.cat-wrap {
  padding: 30px 0 20px;
}

.cat-list {
  padding-bottom: 20px;
}

.cat-article {
  border-bottom: 3px solid #fff;
  padding: 20px 0;
}

.cat-article:last-child {
  border-bottom: 0;
}

.cat-article-inner {
  display: flex;
  flex-flow: row nowrap;
  flex-direction: row-reverse;
}

.cat-article-text {
  flex: 1 1 auto;
  padding: 20px 40px 20px 0;
  order: 2; /*CORDACCESS-83*/
}

.cat-article-text {
  padding-right: 80px;
}

.cat-article-title {
  text-transform: none;
}

.cat-article-text .quote,
.cat-article-text p {
  line-height: 1.6;
}

.cat-article-text .quote {
  font-size: 20px;
  padding-right: 60px;
}

.cat-article-text p {
  font-size: 18px;
}

.cat-article-title::before {
  background: #0a7ea9; /* CORDACCESS-151 */
  content: "";
  display: block;
  height: 6px;
  margin-bottom: 10px;
  width: 138px;
}

.cat-article-preview {
  flex: 0 0 33%;
  order: 1; /*CORDACCESS-83*/
}

.cat-article-preview .aside-testimonial {
  background: #333;
  color: #fff;
  padding: 35px;
}

.cat-article-preview .aside-testimonial .quote,
.cat-article-preview .aside-testimonial .name,
.cat-article-preview .aside-testimonial .title {
  font-size: 16px;
}

.cat-article-preview img {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  display: block;
  height: auto;
  width: 100%;
}

.cat-slider .prev-slide {
  background-image: url(/Corporate/assets/images/icon-previous-active.svg);
}

.cat-slider .next-slide {
  background-image: url(/Corporate/assets/images/icon-next-active.svg);
}

.cat-slide {
  text-align: center;
  width: 100%;
}

.cat-slide-inner {
  display: inline-block;
  margin: 0 auto;
  max-width: 75%;
  position: relative;
}

.cat-slide img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

.cat-slide-caption {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  bottom: 0;
  padding: 10px;
  position: absolute;
  right: 0;
  text-align: left;
  width: 100%;
}

.cat-slide-caption p {
  line-height: 1.3;
}

.cat-text {
  line-height: 1.2em;
  margin: 0 auto 20px;
  max-width: 550px;
  text-align: center;
}

.cat-features {
  background: #E6E6E6;
  padding: 20px 0 30px;
}

.cat-features-wrap {
  display: flex;
  flex-flow: row nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1260px;
  min-height: 330px;
  padding: 20px 0 40px;
}

.cat-feature {
  align-items: center;
  background-image: url(/Corporate/assets/images/vert-border.svg);
  background-position: top left;
  background-repeat: repeat-y;
  display: flex;
  flex: 0 1 auto;
  flex-flow: column nowrap;
  justify-content: flex-start;
  text-align: center;
  width: 50%;
}

.resp .cat-feature {
  width: 33.3%;
}

.cat-feature:first-child {
  background: none;
}

.cat-feature-inner {
  max-width: 86%;
  width: 86%;
}

.cat-feature-text {
  font-weight: bold;
}

.cat-feature .centered-title-wrap {
  width: 100%;
}

.cat-feature .centered-title {
  display: flex;
  flex: 0 1 auto;
  flex-flow: column nowrap;
  justify-content: center;
  line-height: 1.2em;
  max-width: 100%;
  min-height: 2.6em;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  width: 100%;
}

.cat-feature-callout,
.cat-feature-image {
  margin-top: 26px;
}

.cat-facts {
  background-image: url(/Corporate/assets/images/cat-bg.jpg);
  background-position: 50% 50%;
  background-size: cover;
  padding: 20px 0 30px;
}

.cat-facts-wrap {
  display: flex;
  flex-flow: row nowrap;
}

.cat-fact {
  background-image: url(/Corporate/assets/images/vert-border.svg);
  background-position: top left;
  background-repeat: repeat-y;
  flex: 1 1 33.3%;
  padding: 0 30px;
  text-align: center;
  text-transform: uppercase;
}

.cat-fact-text {
  font-weight: bold;
}

.cat-fact:first-child {
  background: none;
}

.cat-fact:nth-child(1) .cat-fact-span:nth-child(1) {
  font-size: 100px;
}

.cat-fact:nth-child(1) .cat-fact-span:nth-child(2) {
  display: block;
  font-size: 20px;
}

.cat-fact:nth-child(2) .cat-fact-span:nth-child(1) {
  font-size: 100px;
}

.cat-fact:nth-child(2) .cat-fact-span:nth-child(2) {
  font-size: 40px;
}

.cat-fact:nth-child(2) .cat-fact-span:nth-child(3) {
  display: block;
  font-size: 20px;
}

.cat-fact:nth-child(3) .cat-fact-span:nth-child(1) {
  display: inline;
  font-size: 100px;
}

.cat-fact:nth-child(3) .cat-fact-span:nth-child(2) {
  font-size: 20px;
  margin-left: 10px;
}

.cat-fact:nth-child(3) .cat-fact-span:nth-child(3) {
  display: block;
  font-size: 20px;
}

.cat-timeline {
  padding: 30px 0;
}

.cat-timeline .timeline {
  padding-top: 20px;
}

.feat-case-studies {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.feat-case-study {
  background-repeat: no-repeat;
  background-size: cover;
  flex: 0 1 32.5%;
  padding: 20px;
  display: flex;
  flex-flow: column nowrap;
  min-height: 275px;
  align-items: center;
  justify-content: center;
  position: relative;
}

.feat-case-study::after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.feat-case-study-img-wrap {
  align-items: center;
  display: flex;
  flex-flow: column nowrap;
  height: 115px;
  justify-content: center;
  text-align: center;
  width: 50%;
}

.feat-case-study img,
.feat-case-study-btn {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
}

.feat-case-study img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.feat-case-study-btn {
  margin-top: 20px;
  text-align: center;
}

/* FILTER DROPDOWN
---------------------------------------------- */
.filter,
.main-content .filter {
  text-transform: uppercase;
  list-style: none;
  font-size: 18px;
  position: relative;
  z-index: 999;
}

.filter li,
.main-content .filter li {
  list-style: none;
  display: block;
  padding-left: 0;
  background-image: none;
  margin-bottom: 0;
  line-height: 1;
}

.filter li a,
.main-content .filter li a {
  display: block;
  text-align: left;
}

.filter > li > a,
.main-content .filter > li > a {
  padding: 16px 20px 14px 20px;
  border: 3px solid #000;
  color: #000;
  background-image: url(/Corporate/assets/images/icon-arrow-down-blue.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 9px 5px;
  transition: color 0.2s, background-color 0.2s, border 0.2s;
  position: relative;
}

.filter > li:hover > a,
.main-content .filter > li:hover > a {
  color: #fff; /*CORDACCESS-48*/
  background-color: #0A7EA9; /*CORDACCESS-48*/
  background-image: url(/Corporate/assets/images/icon-arrow-down-white.svg);
  border: 3px solid #0A7EA9; /*CORDACCESS-48*/
}

.filter li ul,
.main-content .filter li ul {
  display: block;
  position: absolute;
  background: transparent;
  left: -999em;
  height: auto;
  margin: 0;
  width: 100%;
  padding-bottom: 14px;
  text-align: left;
}

.filter li:hover ul,
.main-content .filter:hover li ul {
  left: auto;
}

.filter li ul a,
.main-content .filter li ul a {
  color: #fff; /*CORDACCESS-48*/
  background-color: #0A7EA9; /*CORDACCESS-48*/
  border: 3px solid #0A7EA9; /*CORDACCESS-48*/
  padding: 6px 20px 12px 20px;
}

.filter li ul a:hover,
.main-content .filter li ul a:hover {
  color: #000; /*CORDACCESS-48*/
}

/* LOGIN POPUP
---------------------------------------------- */
#shade {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  top: 0px;
  left: 0px;
  height: 0px;
  opacity: 0;
  background: none repeat scroll 0% 0% #000;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

#shade.visible {
  height: 100%;
  opacity: 0.9;
}

#popup-login {
  position: absolute;
  z-index: 1000001;
  top: 15%;
  left: 50%;
  width: 480px;
  margin-left: -240px;
  height: 0;
  opacity: 0;
}

#popup-login.visible {
  opacity: 1;
  height: auto;
}

#popup-login .login {
  padding-top: 30px;
  position: relative;
  text-align: center;
}

#popup-login .login .hdr {
  color: #fff;
  margin-bottom: 30px;
  padding: 10px 0 6px 0;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.5;
  display: inline-block;
  border-top: 3px solid #0A7EA9; /* CORDACCESS-151 */
  border-bottom: 3px solid #0A7EA9; /* CORDACCESS-151 */
}

#popup-login .login .field {
  position: relative;
}

#popup-login .login input {
  display: block;
  color: #999999;
  font-size: 22px;
  outline: none;
  border: none;
  box-shadow: none;
  background: #fff;
  padding: 20px;
  width: 100%;
  margin-bottom: 24px;
}

#popup-login .login input::placeholder {
  color: #999999;
  opacity: 1;
}

#popup-login .login input.invalid {
  color: #ee0808;
  outline: 3px solid #ee0808;
}

#popup-login .login input.invalid::placeholder {
  color: #ee0808;
  opacity: 1;
}

#popup-login .login .buttons,
#popup-login .login .form-submit-border {
  padding-top: 20px;
  text-align: center;
}

#popup-login .login input.btn {
  background: transparent;
  border: 3px solid #fff;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  text-transform: none;
  transition: color 0.3s, border 0.3s;
  width: 190px;
  font-size: 16px;
  padding: 12px 0;
  margin: 0 12px 12px 12px;
}

#popup-login .login input.btn:hover,
#popup-login .login input.btn:active,
#popup-login .login input.btn:focus {
  color: #0A7EA9; /* CORDACCESS-151 */
  border: 3px solid #0A7EA9; /* CORDACCESS-151 */
}

#popup-login .login .control-label {
  color: #fff;
  padding-bottom: 10px;
}

input.btn.cancel:before {
  background: url(/Corporate/assets/images/icon-cancel.svg) no-repeat center center #0A7EA9; /* CORDACCESS-151 */
  background-size: 30px 20px;
}

#popup-login .login .error {
  font-size: 16px;
}

/* GENERIC HTML POPUP
---------------------------------------------- */
#popup-shade {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.97);
}

#html-popup {
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  width: 820px;
  padding: 80px 40px;
  left: 50%;
  margin-left: -410px;
  z-index: 100000;
  text-align: center;
  color: #333;
}

#html-popup .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  max-width: 100%;
  width: 270px;
  height: 270px;
  display: inline-block;
  overflow: hidden;
  border: 5px solid #f6f6f6;
  margin-bottom: 14px;
}

#html-popup .logo {
  align-items: center;
  align-self: center;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75%;
  border: 5px solid #f6f6f6;
  display: flex;
  height: 270px;
  justify-content: center;
  margin-bottom: 14px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 270px;
}

.popup-int {
  display: flex;
  flex-direction: column;
}

#html-popup .name {
  font-size: 28px;
  line-height: 1.4;
  text-transform: uppercase;
}

#html-popup .title {
  text-transform: uppercase;
  font-family: FFKievitWebProBold;
  font-size: 14px;
  line-height: 1.4;
}

#html-popup .divider {
  border-bottom: 2px solid #f6f6f6;
  width: 270px;
  margin: 12px auto;
}

#html-popup .popup-text {
  text-align: left;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
}

#html-popup .popup-text p {
  margin: 0 0 28px 0;
  padding: 0;
  color: #333;
}

#html-popup .popup-text img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 4px solid #f6f6f6;
}

#html-popup .close {
  position: absolute;
  right: 10px;
  height: 48px;
  padding: 0 12px;
  top: 10px;
  background: #000;
}

#html-popup .close:hover {
  opacity: 0.8;
}

#html-popup .close span {
  display: block;
  width: 24px;
  height: 0;
  border-bottom: 2px solid #fff;
}

#html-popup .close span:first-child {
  -ms-transform: translateY(24px) rotate(45deg);
  -webkit-transform: translateY(24px) rotate(45deg);
  transform: translateY(24px) rotate(45deg);
}

#html-popup .close span:last-child {
  -ms-transform: translateY(22px) rotate(-45deg);
  -webkit-transform: translateY(22px) rotate(-45deg);
  transform: translateY(22px) rotate(-45deg);
}

.popup-item .popup-content {
  display: none;
}

/* TEAM
---------------------------------------------- */
.team-member .content {
  text-align: center;
  border-bottom: 2px solid #f6f6f6;
  text-transform: uppercase;
  font-family: FFKievitWebProBold;
}

.team-member .content .name {
  color: #0A7EA9; /* CORDACCESS-20 */
}

.team-member .content .title {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.team-member.popup-item .content .name {
  cursor: pointer;
}

div.team-member.cell {
  background-color: #efefef;
  padding: 1px 6px;
}

/* CAREERS
---------------------------------------------- */
.careers-listing {
  padding: 80px 0 20px 0;
}

.careers-listing .hdr {
  text-align: center;
}

.careers-listing h2 {
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 22px;
  padding: 10px 0 6px 0;
  line-height: 1.5;
  display: inline-block;
  border-top: 3px solid #0A7EA9; /* CORDACCESS-151 */
  border-bottom: 3px solid #0A7EA9; /* CORDACCESS-151 */
}

.careers-listing .careers-item {
  position: relative;
}

.careers-listing .content {
  font-size: 16px;
  line-height: 1.4;
  padding: 12px 10px 60px 10px;
}

.careers-listing .title {
  color: #0A7EA9; /* CORDACCESS-151 */
  font-family: FFKievitWebProBold;
  text-transform: uppercase;
}

.careers-listing .desc {
  font-size: 16px;
  text-transform: none;
  font-family: FFKievitWebPro;
}

.careers-listing .share {
  position: absolute;
  width: 100%;
  padding: 8px 10px;
  bottom: 0;
  left: 0;
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  color: #979797;
  font-size: 12px;
  font-family: FFKievitWebProBold;
  text-transform: uppercase;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.careers-listing .share a {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: #979797;
  border-radius: 9px;
  color: #fff;
  text-align: center;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.careers-listing .share a .fa {
  font-size: 11px;
  line-height: 11px;
  margin-top: 4px;
}

.careers-listing .share a:hover {
  opacity: 0.7;
}

.careers-application {
  background: #000;
  padding: 70px 0;
}

.careers-application .wrap {
  width: 790px;
  color: #fff;
}

.careers-application .intro {
  text-align: center;
}

.careers-application .intro h3 {
  text-transform: uppercase;
  font-size: 28px;
  font-family: FFKievitWebPro;
  line-height: 1.6;
}

.careers-application .intro h3 span {
  display: block;
  font-size: 16px;
}

.careers-application .btn {
  background: #000;
}

.careers-application .btn:hover,
.careers-application .btn:active {
  color: #0A7EA9; /* CORDACCESS-151 */
}

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

.careers-form-success {
  text-align: center;
  padding: 60px 0;
}

.careers-form-success .message {
  text-transform: uppercase;
  padding-top: 40px;
  font-size: 50px;
  color: #0A7EA9; /* CORDACCESS-151 */
}

/* TESTIMONIALS
---------------------------------------------- */
.testimonial {
  background: #fbfbfb;
  padding: 30px;
  margin-bottom: 60px;
}

.testimonial .quote {
  font-size: 20px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 16px;
}

.testimonial .quote .char {
  color: #0A7EA9; /* 33c6f4 - Previous Blue */ /* CORDACCESS-36 */
  font-size: 28px;
  line-height: 20px;
}

.testimonial .quote-meta {
  font-family: FFKievitWebProBold;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
}

.testimonial .quote-meta .title {
  color: #333;
  display: inline-block;
  font-family: FFKievitWebPro;
  margin-left: 16px;
}

/* SPONSORS & PARTNERS
---------------------------------------------- */
.sponsors-intro {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.sponsors-intro .block {
  padding: 70px 0;
  color: #fff;
  flex: 1 auto;
  width: 50%;
}

.sponsors-intro .block .int {
  width: 630px;
}

.sponsors-intro .block:first-child {
  background: #000;
}

.sponsors-intro .block:first-child .int {
  float: right;
  padding-right: 100px;
}

.sponsors-intro .block:last-child {
  background: #333;
}

.sponsors-intro .block:last-child .int {
  float: left;
  padding-left: 100px;
}

.sponsors-intro .title {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #fff;
}

.sponsors-intro .desc {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 16px;
}

.sponsors-intro .btn-text {
  background: transparent;
  color: #fff;
  border: 3px solid #fff;
  padding: 16px 40px 14px 40px;
}

.sponsors-intro .btn-text:hover, .sponsors-intro .btn-text:focus, .sponsors-intro .btn-text:active {
  color: #fff;
  border: 3px solid #0A7EA9; /* CORDACCESS-27 */
  background: #0A7EA9; /* CORDACCESS-27 */
}

.sponsor-slider-container .wrap {
  padding: 60px 0;
  border-bottom: 4px solid #d6d6d6;
}

.sponsor-slider-container .small-hdr {
  margin-bottom: 60px;
}

.sponsor-slider {
  height: 340px;
}

.sponsor-slider .prev-slide {
  background-image: url(/Corporate/assets/images/icon-previous-active.svg);
}

.sponsor-slider .next-slide {
  background-image: url(/Corporate/assets/images/icon-next-active.svg);
}

.sponsor-slider .prev-slide:hover,
.sponsor-slider .next-slide:hover {
  opacity: 0.7;
}

.sponsor-slider .slide {
  padding: 0 100px;
}

.sponsor-slider .slide .int {
  display: flex;
  align-items: center;
  width: 100%;
}

.sponsor-slider .slide .pic {
  align-items: center;
  background: #fff;
  border: 4px solid #f6f6f6;
  display: flex;
  flex: 1 0 auto;
  height: 340px;
  justify-content: center;
  margin-right: 34px;
  padding: 40px;
  width: 340px;
}

.sponsor-slider .slide .logo {
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.sponsor-slider .slide .content {
  align-items: flex-start;
  display: flex;
  flex: 1 1 auto;
  flex-flow: column nowrap;
  color: #333;
}

.sponsor-slider .slide .hdr {
  color: #333333; /* CORDACCESS-23 */
  flex: 0 0 auto;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: FFKievitWebProBold;
}

.sponsor-slider .slide .title {
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: FFKievitWebProBold;
  margin-bottom: 12px;
}

.sponsor-slider .slide .desc {
  flex: 1 1 auto;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 600px;
}

.sponsor-slider .slide .btn-text {
  flex: 0 1 auto;
  padding: 16px 40px 14px 40px;
}

.sponsor-blocks {
  padding: 50px 0;
}

.sponsor-blocks .wrap {
  width: 1280px;
  padding-bottom: 0;
}

.sponsor-blocks .cell {
  width: 15.4%;
  height: 190px;
  min-height: 0;
  margin: 0 0.6% 20px 0.6%;
  background-color: #fff;
  border: none;
  overflow: hidden;
  position: relative;
}

.sponsor-blocks .cell a {
  height: 100%;
  width: 100%;
  padding: 40px 12%;
  border: 5px solid #f6f6f6;
  display: block;
  overflow: hidden;
  position: relative;
}

.sponsor-blocks .logo {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.sponsor-blocks .blue-box {
  background: #0A7EA9; /* CORDACCESS-22 */
  position: absolute;
  padding: 9%;
  height: 100%;
  top: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  transition: top 0.4s ease;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  overflow: hidden;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.sponsor-blocks a:hover .blue-box,
.sponsor-blocks a:focus .blue-box { /* CORDACCESS-87-20190916 */
  top: 0;
}

.sponsor-blocks .blue-box .int {
  text-align: center;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sponsor-blocks a:hover .blue-box .int {
  opacity: 1;
}

.sponsor-blocks .blue-box .arrow {
  width: 50px;
  height: 50px;
  background: url(/Corporate/assets/images/icon-arrow-blue.svg) no-repeat center center #fff;
  background-size: 60%;
  position: static;
  right: auto;
  bottom: auto;
  display: inline-block;
  transition: none;
}

.sponsor-blocks .cell .content {
  text-align: center;
  border-bottom: 2px solid #f6f6f6;
  text-transform: uppercase;
  font-family: FFKievitWebProBold;
}

.sponsor-blocks .cell .content .name {
  color: #0A7EA9; /* CORDACCESS-151 */
  cursor: pointer;
}

.sponsor-blocks .cell .content .title {
  font-size: 14px;
  color: #333;
  cursor: pointer;
}

.sponsor-blocks .cell .content .img,
.sponsor-blocks .cell .content .divider,
.sponsor-blocks .cell .content .bio-text {
  display: none;
}

.gallery-listing-blocks .grid {
  display: flex;
  flex-flow: row wrap;
}

.gallery-listing-blocks .cell {
  flex: 0 1 auto;
  margin: 0 0.7% 20px;
  min-height: 350px;
  width: 23.6%;
}

/* CORDACCESS-9 */
.logo-image {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-image > img {
  margin: 0 auto;
  max-width: 150px;
}

.popup-int .logo-image > img {
  max-width: 250px;
}

.sponsor-slider .slide .logo {
  /* */
}

/* AWARDS
---------------------------------------------- */
.award {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 40px;
}

.award-pic {
  padding-right: 14px;
  flex: 0 1 auto;
}

.award-pic .img {
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(/Corporate/assets/images/icon-awards.svg);
  border: 4px solid #f6f6f6;
}

.award-content {
  flex: 1;
  font-size: 16px;
}

.award-content .title {
  font-size: 18px;
  font-family: FFKievitWebProBold;
  color: #000;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.award-content .location {
  color: #999999;
  line-height: 1.4;
  text-transform: uppercase;
}

.award-content .city {
  color: #999999;
  line-height: 1.4;
}

.award-content .desc {
  padding-top: 8px;
  line-height: 1.4;
}

.award-content .desc p {
  line-height: 1.4;
}

/* EVENTS
---------------------------------------------- */
.content-left.events-list {
  padding-top: 0;
}

.events-list-filter {
  width: 250px;
  padding-bottom: 50px;
}

.event {
  text-transform: uppercase;
  display: flex;
  flex-flow: row nowrap;
  padding-bottom: 50px;
}

.event .date {
  width: 160px;
  height: 160px;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  flex: 0 1 auto;
}

.event .date .month {
  font-size: 30px;
}

.event .date .day {
  font-size: 64px;
  font-family: FFKievitWebProBold;
}

.event .date .year {
  font-size: 26px;
  color: #999999;
}

.event .desc {
  padding-left: 30px;
  flex: 1;
}

.event .desc .title {
  font-size: 28px;
  line-height: 1.3;
}

.event .desc .location {
  font-size: 20px;
  line-height: 1.5;
  font-family: FFKievitWebProBold;
}

.event .desc .address {
  font-size: 16px;
  line-height: 1.5;
  font-family: FFKievitWebProBold;
  color: #999999;
}

.event .desc .link {
  padding-top: 10px;
}

.event .desc .btn {
  color: #000;
  border-color: #000;
}

/* ARTICLES / BLOG
---------------------------------------------- */
.news-slider {
  margin-top: 50px;
}

.news-slider .slide {
  width: 100%;
}

.news-slider .slide .int {
  display: flex;
  align-items: center;
  width: 100%;
}

.news-slider .slide .pic {
  flex: 1 0 auto;
  width: 520px;
  height: 340px;
  border: 4px solid #f6f6f6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.news-slider .slide .content {
  flex: 1 1 auto;
  padding-left: 34px;
  color: #333;
}

.news-slider .slide .date {
  color: #6b6b6b; /* CORDACCESS-29 */
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: FFKievitWebProBold;
}

.news-slider .slide .title {
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: FFKievitWebProBold;
  margin-bottom: 12px;
}

.news-slider .slide .desc,
.news-slider .slide .desc p {
  font-size: 28px;
  line-height: 1.4;
}

.news-slider .slide .desc {
  margin-bottom: 16px;
}

.news-slider .slide .btn-text {
  padding: 16px 40px 14px 40px;
  background: transparent;
}

.news-slider .slide .btn-text:hover {
  background: #0A7EA9; /* CORDACCESS-27 */
}

#no-template-pager {
  padding-top: 60px;
}

#no-template-pager .item {
  width: 25%;
  float: left;
  padding: 20px;
  border-top: 3px solid #333333; /* CORDACCESS-29 */
  text-transform: uppercase;
  font-size: 14px;
  font-family: FFKievitWebProBold;
  line-height: 1.5;
  color: #333;
  cursor: pointer;
}

#no-template-pager .date {
  color: #6b6b6b; /* CORDACCESS-29 */
}

#no-template-pager .title {
  color: #333;
}

#no-template-pager .cycle-pager-active {
  border-top: 3px solid #0A7EA9; /* CORDACCESS-29 */
}

#no-template-pager .cycle-pager-active .date {
  color: #0A7EA9; /* CORDACCESS-29 */
}

.news-list-controls {
  padding-top: 40px;
}

.news-list-filter {
  float: left;
}

.news-list-filter .filter {
  display: inline-block;
  width: 250px;
  margin: 0 10px 10px 0;
}

.news-list-filter .filter.month {
  z-index: 1000;
}

.news-view {
  float: right;
  font-size: 14px;
  line-height: 1;
  color: #333; /* CORDACCESS-31 */
  font-family: FFKievitWebProBold;
  text-transform: uppercase;
  padding-top: 16px;
  margin-right: 6px;
}

.news-view a {
  display: inline-block;
  height: 19px;
  width: 19px;
  margin-left: 8px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: all 0.3s ease;
}

.news-view a:hover,
.news-view a.active {
  background-position: 0 -19px;
}

.news-view a.grid-view {
  background-image: url(/Corporate/assets/images/icon-grid-view.png);
}

.news-view a.list-view {
  background-image: url(/Corporate/assets/images/icon-list-view.png);
}

.article-listing .content {
  font-size: 14px;
  line-height: 1.6;
  font-family: FFKievitWebProBold;
  text-transform: uppercase;
  padding: 12px 10px;
}

.article-listing .date {
  color: #0A7EA9; /* CORDACCESS-29 */
}

.article-listing .author {
  font-size: 12px;
  color: #999999;
}

.article-listing .source {
  font-family: FFKievitWebPro;
  text-transform: none;
}

.article-listing .ext-link {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 13px;
  vertical-align: middle;
  margin-top: -2px;
  margin-left: 3px;
}

.article-listing .ext-link:before,
.article-listing .ext-link:after {
  content: "";
  width: 15px;
  height: 13px;
  margin-right: 8px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
}

.article-listing .ext-link:before {
  background-image: url(/Corporate/assets/images/icon-ext-link.svg);
  opacity: 1;
}

.article-listing .ext-link:after {
  background-image: url(/Corporate/assets/images/icon-ext-link-blue.svg);
  opacity: 0;
}

.article-listing a:hover .ext-link:before {
  opacity: 0;
}

.article-listing a:hover .ext-link:after {
  opacity: 1;
}

.article-stack {
  padding: 40px 0;
}

.article-stack .item {
  display: block;
  background: #fbfbfb;
  padding: 30px 90px 30px 30px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 30px 20px;
}

.article-stack .date {
  font-size: 14px;
  line-height: 1.6;
  font-family: FFKievitWebProBold;
  text-transform: uppercase;
  color: #0A7EA9; /* CORDACCESS-29 */
  padding-bottom: 10px;
}

.article-stack .title {
  font-size: 28px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 10px;
}

.article-stack .source {
  color: #333;
  font-size: 15px;
}

.article-stack .item:hover {
  background-image: url(/Corporate/assets/images/icon-arrow.svg);
  background-color: #0A7EA9; /* CORDACCESS-29 */
}

.article-stack .item:hover .date,
.article-stack .item:hover .title,
.article-stack .item:hover .source {
  color: #fff;
}

.article-stack .ext-link:after {
  background-image: url(/Corporate/assets/images/icon-ext-link-white.svg);
  opacity: 0;
}

.article-content .aside-right {
  margin-top: 0;
}

.article-slider {
  width: 100%;
  margin-bottom: 30px;
}

.article-slider .slide {
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.article-slider .pager {
  display: block;
  position: absolute;
  font-size: 0;
  line-height: 0;
  top: 14px;
  right: 14px;
  z-index: 999;
  display: none;
}

.article-slider .pager span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: transparent;
  border: 2px solid #808286;
  margin-left: 4px;
  transition: background 0.2s;
}

.article-slider .pager span:hover,
.article-slider .pager span.cycle-pager-active {
  background: #808286;
}

.article-slider .pager span:only-child {
  display: none;
}

.article-slider .pager > * {
  cursor: pointer;
}

.article-content article .date {
  font: 20px FFKievitWebProBold;
  text-transform: uppercase;
  color: #0A7EA9; /* CORDACESS-29 */
  margin-bottom: 12px;
}

.article-content article .title {
  font: 28px FFKievitWebPro;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.article-content .author {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  position: relative;
}

.article-content .author:before {
  content: "";
  display: block;
  width: 260px;
  height: 5px;
  background: #0A7EA9; /* CORDACCESS-151 */
  position: absolute;
  top: 0;
  left: 0;
}

.article-content .author .pic {
  width: 86px;
  height: 86px;
  margin: 20px 20px 20px 10px;
  flex: 0 1 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.article-content .author .about {
  color: #999;
  font-size: 14px;
  line-height: 1.4;
  flex: 1;
  padding: 20px 0;
}

.article-content .author .name {
  color: #000;
}

.article-content .author .desc {
  margin-bottom: 0;
  line-height: 1.4;
}

.article-content .author .desc p {
  margin-bottom: 0;
  line-height: 1.4;
}

.article-content .share {
  width: 100%;
  padding: 20px 0;
  color: #333;
  font-size: 16px;
  font-family: FFKievitWebProBold;
  text-transform: uppercase;
  position: relative;
}

.article-content .share:before {
  content: "";
  display: block;
  width: 260px;
  height: 5px;
  background: #0A7EA9; /* CORDACCESS-151 */
  position: absolute;
  top: 0;
  left: 0;
}

.article-content .share span {
  margin-right: 0.375rem; /* CORDACCESS-49 */
}

.article-content .share a {
  display: inline-block;
  width: 1.375rem; /* CORDACCESS-49 */
  height: 1.375rem; /* CORDACCESS-49 */
  background: #333333;
  border-radius: 0.875rem; /* CORDACCESS-49 */
  margin: 0 0.125rem; /* CORDACCESS-49 */
  color: #fff;
  text-align: center;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.article-content .share a .fa { /* CORDACCESS-49 */
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-top: 0.25rem;
}

.article-content .share a:hover {
  opacity: 0.7;
}

.next-prev {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 50px 0;
}

.next-prev .block {
  padding: 60px;
  color: #fff;
  flex: 1 auto;
  width: 50%;
}

.next-prev .block.prev-article {
  background: #333;
}

.next-prev .block.next-article {
  background: #000;
}

.next-prev .block .hdr {
  color: #999;
  text-transform: uppercase;
  font: 14px FFKievitWebProBold;
  margin-bottom: 14px;
}

.next-prev .block .title {
  text-transform: uppercase;
  font: 20px FFKievitWebProBold;
  margin-bottom: 10px;
  line-height: 1.3;
}

.next-prev .block .desc {
  font-size: 28px;
  margin-bottom: 16px;
  line-height: 1.3;
}

.next-prev .block .btn-text {
  background: transparent;
  color: #fff;
  border: 3px solid #fff;
  padding: 16px 40px 14px 40px;
}

.next-prev .btn-text:hover, .next-prev .btn-text:focus, .next-prev .btn-text:active {
  color: #fff;
  border: 3px solid #0A7EA9; /* CORDACCESS-27 */
  background: #0A7EA9; /* CORDACCESS-27 */
}

/* LOGIN POPUP
---------------------------------------------- */
.popup-form-backdrop {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  pointer-events: none;
  top: 0px;
  left: 0px;
  height: 0px;
  opacity: 0;
  background: none repeat scroll 0% 0% #000;
  transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}

.popup-form-backdrop.visible {
  height: 100%;
  opacity: 0.9;
  pointer-events: auto;
}

.popup-form {
  position: absolute;
  z-index: 1000001;
  top: 15%;
  left: 50%;
  width: 480px;
  margin-left: -240px;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.popup-form.visible {
  opacity: 1;
  height: auto;
  pointer-events: auto;
}

.popup-form .login {
  position: relative;
  text-align: center;
}

.popup-form .login .hdr {
  color: #fff;
  margin-bottom: 30px;
  padding: 10px 0 6px 0;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.5;
  display: inline-block;
  border-top: 3px solid #0A7EA9; /* CORDACCESS-151 */
  border-bottom: 3px solid #0A7EA9; /* CORDACCESS-151 */
}

.popup-form .login .field {
  position: relative;
}

.popup-form .login input,
.popup-form .login textarea {
  display: block;
  color: #999999;
  font-size: 22px;
  outline: none;
  border: none;
  box-shadow: none;
  background: #fff;
  padding: 20px;
  width: 100%;
  margin-bottom: 24px;
}

.popup-form .login textarea {
  height: 200px;
}

.popup-form .login ::placeholder {
  color: #999999;
  opacity: 1;
}

.popup-form .login .invalid {
  color: #ee0808;
  outline: 3px solid #ee0808;
}

.popup-form .login .invalid::placeholder {
  color: #ee0808;
  opacity: 1;
}

.popup-form .login .buttons {
  padding-top: 20px;
}

.popup-form .login .btn {
  background: transparent;
  cursor: pointer;
  text-transform: none;
  width: 190px;
  font-size: 16px;
  padding: 12px 0;
  margin: 0 12px 12px 12px;
}

.btn.cancel:before {
  background: url(/Corporate/assets/images/icon-cancel.svg) no-repeat center center #0A7EA9; /* CORDACCESS-27 */
  background-size: 30px 20px;
}

.aside-related {
  margin-bottom: 40px;
}

.aside-related .hdr {
  margin-bottom: 14px;
}

.aside-related .related-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-bottom: 16px;
}

.aside-related .related-item .pic {
  width: 80px;
  height: 80px;
  flex: 0 1 auto;
  border: 4px solid #f6f6f6;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.aside-related .related-item .pic:hover {
  opacity: 0.7;
}

.aside-related .related-item .desc {
  flex: 1;
  padding-left: 16px;
  line-height: 1.4;
}

.aside-related .related-item .date {
  font-size: 12px;
  text-transform: uppercase;
  color: #0A7EA9; /* CORDACCESS-29 */
  font-family: FFKievitWebProBold;
}

.aside-related .related-item .title {
  font-size: 15px;
}

.aside-related .related-item .title a {
  color: #333;
}

.aside-related .related-item .title a:hover {
  color: #999;
}

.aside-tags {
  margin-bottom: 40px;
}

.aside-tags .hdr {
  margin-bottom: 14px;
}

.aside-tags .tags-wrap {
  font-size: 14px;
}

.aside-tags .tags-wrap a {
  display: inline-block;
  color: #fff;
  background: #0A7EA9; /* CORDACCESS-27 */
  padding: 8px;
  margin: 5px 4px 0 0;
  transition: background 0.3s ease;
}

.aside-tags .tags-wrap a:hover {
  background: #6B6B6B; /* CORDACCESS-27 */
}

/* LEASING
---------------------------------------------- */
.leasing-landing {
  padding-top: 0;
}

.leasing-landing .map {
  display: flex;
  flex-flow: row nowrap;
  min-height: 850px;
  width: 1270px;
  margin: 0 auto;
}

.leasing-landing .map-key {
  width: 25%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.leasing-landing .map-key .property-list {
  float: right;
  padding: 0 10% 0 5%;
}

.leasing-landing .map-key .property-list a {
  color: #333;
}

.leasing-landing .map-key .property-list a:hover {
  color: #0A7EA9; /* CORDACCESS-151 */
}

.leasing-landing .property-list ol {
  counter-reset: item;
  list-style-type: none;
  font-size: 18px;
  padding-top: 15px;
}

.leasing-landing .property-list li {
  padding: 15px 0 15px 36px;
  display: block;
  position: relative;
}

.leasing-landing .property-list li:before {
  content: counter(item) "";
  counter-increment: item;
  position: absolute;
  left: 0;
  top: 15px;
  color: #0A7EA9; /* CORDACCESS-151 */
  font-family: FFKievitWebProBold;
}

.leasing-landing .map-img {
  width: 75%;
  height: 850px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: inset 1px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.properties-filter {
  background: #000;
  padding: 30px 0;
  text-align: center;
  margin: 0 auto 30px auto;
  width: 1270px;
}

.properties-filter .filter {
  width: 250px;
  margin: 0 auto;
}

.properties-filter .filter > li > a {
  border: 3px solid #fff;
  color: #fff;
  background-image: url(/Corporate/assets/images/icon-arrow-down-white.svg);
}

.properties-filter:hover .filter > li > a {
  color: #333;
  background-color: #0A7EA9; /* CORDACCESS-151 */
  border: 3px solid #0A7EA9; /* CORDACCESS-151 */
}

.district-logo img {
  max-width: 100%;
  height: auto;
  padding: 0 15%;
}

.property-detail {
  padding-bottom: 0;
}

.property-detail .wrap {
  padding-bottom: 60px;
}

.property-detail .gallery-blocks {
  padding-bottom: 0;
}

.property-detail .gallery-blocks .wrap {
  padding-bottom: 40px;
}

.leasing-story {
  padding-bottom: 60px;
}

.leasing-story .wrap {
  padding-bottom: 0;
}

.story-slider > div {
  height: 550px;
}

.story-slider .slide .wrap {
  padding-top: 0;
}

.story-slider .slide .tint {
  opacity: 0.75;
}

.story-slider .story-hdr {
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  color: #fff;
}

.story-slider .story-hdr img {
  max-width: 100%;
  height: auto;
  padding: 0 15%;
}

.leasing-story .content-left h2::before {
  display: none;
}

.leasing-story .aside-right {
  margin-top: 0;
}

.leasing-story .aside-right ul li:last-child {
  margin-bottom: 0;
}

.location-map {
  width: 100%;
  height: 550px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.aerial-map {
  width: 100%;
  height: 550px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.site-plan .tab {
  padding-top: 20px;
  flex-flow: row nowrap;
}

.site-plan .tab.active {
  display: flex;
}

.site-plan .leasing-list {
  flex: 1;
  padding-right: 6%;
}

.site-plan .leasing-list .category {
  text-transform: uppercase;
  font-family: FFKievitWebProBold;
  line-height: 1.2;
  color: #999;
  padding-bottom: 16px;
}

.site-plan .leasing-list .scrollable {
  height: 210px;
}

.site-plan .leasing-list .featured .scrollable {
  height: 510px;
}

.site-plan .floorplan {
  width: 74%;
}

.site-plan .floorplan img {
  width: 100%;
  height: auto;
  border-left: 12px solid #f0f0f0;
}

.anchor-businesses .wrap {
  width: 1290px;
}

.anchor-businesses .small-hdr {
  margin-left: 0.8%;
  margin-right: 0.8%;
}

.logo-blocks .wrap {
  padding-bottom: 0;
}

.logo-blocks .cell {
  height: 150px;
  min-height: 0;
  padding: 40px 4%;
}

.logo-blocks .logo {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.logo-slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.logo-slider .wrap {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

.logo-slider .slider {
  position: relative;
  width: 100%;
  height: 150px;
  left: 0px;
}

.logo-slider .slider > * {
  position: absolute;
  height: auto;
  width: 100%;
  box-sizing: border-box;
}

.logo-slider .slide {
  padding: 0 0.7%;
  font-size: 16px;
  height: 150px;
}

.logo-slider .slide .int {
  border: 5px solid #f6f6f6;
  height: 100%;
  padding: 40px 16%;
}

.logo-slider .slide .logo {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.demographics {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  max-width: 78.75rem;
}

.demographics .map {
  width: 480px;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.demographics .stats {
  flex: 1;
  padding-left: 5%;
}

.demographics .stats-table {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  font-size: 1rem;
}

.demographics .radius {
  text-transform: uppercase;
  font-family: FFKievitWebProBold;
}

.demographics .category {
  text-transform: uppercase;
  font-family: FFKievitWebProBold;
  color: #999;
  padding: 1.375rem 0 0.375rem 0;
}

.demographics .stat {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 0.5rem 0;
}

.demographics .stat-type,
.demographics .bold {
  padding-right: 1.25rem;
}

.stats-blocks {
  background: #000;
}

.stats-blocks .wrap {
  padding-bottom: 0;
}

.stats-blocks .tab-menu {
  padding: 0 0.8%;
}

.stats-blocks .btn-text {
  color: #fff;
  border: 3px solid #fff;
  background: none;
}

.stats-blocks .btn-text:hover,
.stats-blocks .btn-text.active {
  color: #fff;
  border: 3px solid #0A7EA9; /* CORDACCESS-151 */
  background: #0A7EA9; /* CORDACCESS-151 */
}

.stats-blocks .tab {
  display: none;
}

.stats-blocks .tab.active {
  display: flex;
}

.stats-blocks .cell {
  background: #fff;
  border: none;
  min-height: 0;
  height: 9.375rem;
  display: flex;
  align-items: center;
}

.stats-blocks .stat {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  padding: 0 1.875rem;
  font-weight: 600;
  line-height: 1;
}

.stats-blocks .stat strong {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 2.125rem;
  color: #0A7EA9; /* CORDACCESS-151 */
}

.region-map img {
  width: 100%;
  height: auto;
  float: left;
}

.links-row {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}

.links-row .link {
  flex: 1;
  display: block;
  background: #333333;
  padding: 24px;
  text-align: center;
}

.links-row .link:nth-child(1) {
  background: #333333;
}

.links-row .link:nth-child(2) {
  background: #3d3d3d;
}

.links-row .link:nth-child(3) {
  background: #515151;
}

.links-row .link-int {
  display: inline-block;
  text-transform: uppercase;
  font-size: 24px;
  text-align: left;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 30px 36px;
  padding-left: 48px;
  line-height: 1.1;
}

.links-row .link-download .link-int {
  background-image: url(/Corporate/assets/images/icon-download.svg);
}

.links-row .link-email .link-int {
  background-image: url(/Corporate/assets/images/icon-send.svg);
}

.links-row .link-int > div {
  color: #999999;
  font-size: 16px;
}

.btn-top {
  display: none;
  background: #fff;
  color: #fff;
  position: fixed;
  bottom: 0;
  right: 45px;
  padding: 10px;
  z-index: 9999;
  font-family: FFKievitWebPro;
  font-size: 16px;
  line-height: 23px;
  color: #0A7EA9; /* CORDACCESS-27 */
  vertical-align: middle;
  padding-left: 41px;
  text-transform: none;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.35);
}

.btn-top:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  margin-right: 8px;
  background: url(/Corporate/assets/images/icon-arr-up.svg) no-repeat center center;
  background-size: 23px;
  background-size: cover;
  position: absolute;
  top: 10px;
  left: 10px;
}

/* DOWNLOADS
---------------------------------------------- */
.downloads h2 {
  text-align: center;
}

.downloads h3 {
  font: 20px FFKievitWebProBold;
  text-transform: uppercase;
  color: #0A7EA9; /* CORDACCESS-20 */
  padding-bottom: 24px;
}

.downloads .col {
  float: left;
  width: 34%;
  padding-right: 6%;
}

.downloads .col-links {
  float: right;
  width: 30%;
}

.downloads-form {
  padding-top: 50px;
}

.downloads .region {
  padding-bottom: 24px;
}

.downloads .state {
  text-transform: uppercase;
  color: #999;
  margin-bottom: 16px;
}

.downloads .location {
  margin-bottom: 16px;
}

.downloads label {
  position: relative;
  cursor: pointer;
  color: #333;
  line-height: 1.2;
  padding-left: 22px;
}

.downloads label span:last-child {
  display: inline-block;
}

.downloads input[type=checkbox] {
  display: none;
  opacity: 0;
}

.downloads input[type=checkbox] + label span {
  vertical-align: top;
}

.downloads input[type=checkbox]:checked:active + label span:first-child,
.downloads input[type=checkbox] + label span:first-child {
  position: absolute;
  left: 0;
  display: inline-block;
  margin-right: 12px;
  margin-top: 5px;
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 1px solid #999;
}

.downloads input[type=checkbox]:active + label span:first-child,
.downloads input[type=checkbox]:checked + label span:first-child {
  background-color: #0A7EA9; /* CORDACCESS-151 */
  border: 1px solid #0A7EA9; /* CORDACCESS-151 */
}

.downloads input[type=button],
.downloads input[type=submit] {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  padding: 15px 0;
}

.queue-link {
  font: 14px FFKievitWebProBold;
  color: #fff;
  position: absolute;
  top: -13px;
  right: 0;
  text-transform: uppercase;
  background: url(/Corporate/assets/images/icon-queue.svg) no-repeat right center;
  background-size: 23px 27px;
  display: inline-block;
  vertical-align: middle;
  height: 27px;
  padding-top: 8px;
}

.queue-link:hover {
  color: #0A7EA9; /* CORDACCESS-151 */
}

.queue-link .num {
  color: #000;
  width: 23px;
  margin-left: 6px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
}

.header.sticky .queue-link {
  color: #000;
  top: -16px;
}

.header.sticky .queue-link:hover {
  color: #0A7EA9; /* CORDACCESS-151 */
}

/* CONTACT US
---------------------------------------------- */
.contact-form {
  padding-bottom: 30px;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  border: 2px solid #d6d6d6;
}

.contact-form input[type=text]:focus,
.contact-form input[type=email]:focus,
.contact-form input[type=tel]:focus,
.contact-form textarea:focus {
  border: 2px solid #0A7EA9; /* CORDACCESS-151 */
  color: #000;
}

.contact-form .btn {
  background: transparent;
  cursor: pointer;
  color: #000;
  border-color: #000;
  margin: 0 30px 0 0;
}

.contact-form .btn:hover,
.contact-form .btn:focus,
.contact-form .btn:active {
  /*color: rgba(255,255,255,0);*/
  border: 3px solid #0A7EA9; /* CORDACCESS-151 */
}

.contact-form .error {
  display: inline-block;
  color: #ee0808;
  text-transform: uppercase;
  font: 18px FFKievitWebProBold;
}

.contact-form .error span {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 24px;
  border: 3px solid #ee0808;
  background: url(/Corporate/assets/images/icon-error.svg) no-repeat center center;
  background-size: 18px 18px;
}

.contact-form .success {
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  font: 18px FFKievitWebProBold;
}

.contact-form .success span {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  margin-right: 12px;
  border-radius: 24px;
  border: 3px solid #0A7EA9; /* CORDACCESS-151 */
  background: url(/Corporate/assets/images/icon-check.svg) no-repeat center center;
  background-size: 18px 18px;
}

.aside-contact ul {
  font: 16px FFKievitWebProBold;
  color: #333;
  padding: 16px 0;
}

.aside-contact ul li {
  margin-bottom: 20px;
  padding-left: 38px;
  line-height: 26px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 26px;
}

.aside-contact ul li.address {
  background-image: url(/Corporate/assets/images/icon-address-sm.svg);
}

.aside-contact ul li.email {
  background-image: url(/Corporate/assets/images/icon-email-sm.svg);
}

.aside-contact ul li.phone {
  background-image: url(/Corporate/assets/images/icon-phone-sm.svg);
}

.aside-contact ul li.phone a {
  color: #333;
}

.control-label {
  display: inline-block;
  padding-bottom: 5px;
}

.required-field .control-label:before,
.required-field .checkbox:after {
  content: "*";
  font-weight: bolder;
  color: #d00;
}

.required-field .control-label:before {
  margin-right: 3px;
}

.required-field .checkbox:after {
  margin-left: 3px;
}

.validation-summary-errors {
  color: #d00;
  line-height: 1.2;
  margin-bottom: 24px;
}

/* PAGINATION
---------------------------------------------- */
.pagination {
  font-family: FFKievitWebProBold;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  line-height: 1.3em;
  list-style: none;
  padding-bottom: 60px;
  width: 100%;
}

.pagination .wrap {
  display: flex;
  flex-flow: row nowrap;
}

.pagination .pages {
  flex: 0 0 auto;
  padding: 0 14px 0 0;
}

.pagination .pages:before {
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  background: #0A7EA9; /* CORDACCESS-151 */
  margin-bottom: 10px;
}

.pagination .pagination-nav {
  flex: 0 1 auto;
  padding-top: 16px;
  position: relative;
}

.pagination .first,
.pagination .previous,
.pagination .last,
.pagination .next {
  font-size: 15px;
  padding: 0 6px;
}

.pagination .first,
.pagination .last {
  font-size: 14px;
  padding: 0 8px;
  position: absolute;
  top: -5px;
}

.pagination .first {
  left: 0;
}

.pagination .last {
  right: 0;
}

.pagination .previous {
  padding-left: 0;
}

.pagination .next {
  padding-right: 0;
}

.pagination ul li {
  background: none;
  display: inline-block;
  padding: 0 4px;
}

.pagination a {
  color: #333;
}

.pagination a:hover,
.pagination .active a {
  color: #0A7EA9; /* CORDACCESS-151 */
}

/* QUICK LINKS
---------------------------------------------- */
.quick-links {
  background: #e6e6e6;
  border-bottom: 8px solid #fff;
  border-top: 8px solid #fff;
  color: #000;
  padding: 20px 0;
}

.quick-links-wrap {
  display: flex;
  justify-content: space-between;
}

.quick-links-mod {
  border-left: 1px solid #231f20;
  flex: 1 1 auto;
  line-height: 26px;
  padding: 0 40px;
}

.quick-links-mod:first-child {
  border-left: 0;
  padding-left: 0;
}

.quick-links-mod:last-child {
  padding-right: 0;
}

.quick-links-inner {
  max-width: 240px;
}

.quick-links-inner::after {
  content: "";
  display: table;
  clear: both;
}

.quick-links-mod-news {
  flex: 2 1 auto;
}

.quick-links-mod-news .quick-links-inner {
  max-width: none;
}

.quick-links-title {
  color: #0A7EA9; /* CORDACCESS-20 */
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.quick-link-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
}

.quick-link,
.quick-link a {
  color: #000;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.quick-link-contact,
.quick-link-contact a {
  color: #000;
  font-weight: bold;
  line-height: 20px;
}

a.quick-link:hover,
.quick-link a:hover {
  color: #0A7EA9; /* CORDACCESS-151 */
}

.quick-link {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}

.quick-link-image {
  float: right;
  margin: 0 0 0.5em 0.5em;
  max-width: 164px;
}

/* FOOTER
---------------------------------------------- */
.footer {
  background: #000;
  width: 100%;
  color: #fff;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.footer-int {
  font-size: 14px !important;
  font-weight: bold;
  line-height: 1.8;
  padding: 32px 0 46px 0;
  display: flex;
  align-items: center;
  width: 100%;
}

.footer-int .cell {
  flex: 1 0 auto;
}

.footer-int .copyright {
  width: 30%;
  padding-right: 3%;
}

.footer-int .copyright li {
  display: inline-block;
  margin-right: 20px;
}

.footer-int .copyright a {
  color: #fff;
  border-bottom: 1px solid #404040;
}

.footer-int .copyright a:hover {
  color: #999;
}

.footer-int .address {
  background: url(/Corporate/assets/images/icon-location.svg) no-repeat 0 5px;
  background-size: 18px 24px;
  padding-left: 32px;
}

.footer-int .phone {
  background: url(/Corporate/assets/images/icon-phone.svg) no-repeat 0 5px;
  background-size: 24px 24px;
  padding-left: 38px;
}

.footer-int .phone a {
  color: #fff;
}

.footer-int .social {
  text-align: right;
}

.footer-int .social li {
  display: inline-block;
  margin-left: 10px;
  width: 22px;
  height: 22px;
}

.footer-int .social li a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #fff;
  border-radius: 11px;
  color: #000;
  text-align: center;
  transition: opacity 0.3s ease;
  opacity: 1;
}

.footer-int .social li a:hover {
  opacity: 0.5;
}

.footer-int .social li a .fa {
  font-size: 16px;
  line-height: 16px;
  margin-top: 3px;
}

.print-only {
  display: none;
}

/* PDF styles
---------------------------------------------- */
/*@page {
	size: letter portrait;
	margin: 0;
}*/
.theme-pdf .print-only {
  display: block;
}

.theme-pdf,
.theme-pdf body {
  font-size: 12px;
}

.theme-pdf .toggle,
.theme-pdf .btn,
.theme-pdf .btn-text,
.theme-pdf .btn-add,
.theme-pdf .link,
.theme-pdf .btn-down,
.theme-pdf .btn-watch,
.theme-pdf .callout-three-col,
.theme-pdf .cat-timeline .indicator,
.theme-pdf .control,
.theme-pdf .copyright > ul,
.theme-pdf .cycle-slide,
.theme-pdf .feat-case-studies,
.theme-pdf .footer,
.theme-pdf .header .logo,
.theme-pdf .header-desktop,
.theme-pdf .header-mobile,
.theme-pdf .prev-slide,
.theme-pdf .next-slide,
.theme-pdf .social > ul,
.theme-pdf .tab-menu,
.theme-pdf .logo-slider .slide,
.theme-pdf .gallery-blocks .grid .cell,
.theme-pdf .grid .blue-box,
.theme-pdf .cycle-slideshow .slide,
.theme-pdf .slide .logo {
  display: none !important;
}

.theme-pdf .wrap {
  width: 100%;
}

.theme-pdf .aside-testimonial .quote {
  font-size: 12px;
}

.theme-pdf .aside-testimonial .name {
  font-size: 13px;
}

.theme-pdf .aside-testimonial .title {
  font-size: 14px;
}

.theme-pdf .gray-bg {
  background-color: #fff;
}

.theme-pdf pre,
.theme-pdf blockquote,
.theme-pdf tr,
.theme-pdf img {
  page-break-inside: avoid;
}

.theme-pdf img {
  margin: 10px;
  max-width: 100% !important;
  page-break-inside: avoid;
}

.theme-pdf h2,
.theme-pdf h3,
.theme-pdf h4 {
  page-break-inside: avoid;
}

.theme-pdf .main-content {
  padding: 0;
}

.theme-pdf .callout {
  page-break-inside: avoid;
}

.theme-pdf .callout-content {
  padding: 0 20px;
}

.theme-pdf .cat-article {
  page-break-inside: avoid;
}

.theme-pdf .cat-article-inner {
  display: flex;
}

.theme-pdf .cat-article-text {
  padding-top: 0;
}

.theme-pdf .cat-article-preview {
  margin-bottom: 30px;
  flex: 0 0 33%;
}

.theme-pdf .cat-article-preview img {
  margin: 0;
}

.theme-pdf .cat-facts {
  padding: 30px 0;
}

.theme-pdf .cat-fact {
  flex: 1 1 33%;
  margin-top: 0;
}

.theme-pdf .cat-fact:first-child .cat-fact-span:nth-child(2),
.theme-pdf .cat-fact:nth-child(2) .cat-fact-span:nth-child(3),
.theme-pdf .cat-fact:nth-child(3) .cat-fact-span:nth-child(2) {
  font-size: 16px;
}

.theme-pdf .cat-fact:nth-child(2) .cat-fact-span:nth-child(2) {
  font-size: 30px;
}

.theme-pdf .cat-facts,
.theme-pdf .cat-features,
.theme-pdf .cat-feature,
.theme-pdf .cat-wrap {
  page-break-inside: avoid;
}

.theme-pdf .cat-facts-wrap {
  flex-flow: row nowrap;
}

.theme-pdf .cat-features-wrap {
  align-items: baseline;
  flex-flow: row wrap;
}

.theme-pdf .cat-feature:first-child,
.theme-pdf .cat-feature {
  flex: 1 1 50%;
  padding-bottom: 30px;
  padding-top: 30px;
}

.theme-pdf .cat-slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 5%;
}

.theme-pdf .cat-wrap .cycle-slideshow .slide {
  display: block !important;
  flex: 1 1 50%;
  padding: 10px;
}

.theme-pdf .cat-wrap .cycle-slideshow img {
  margin: 0;
}

.theme-pdf .cat-wrap .cat-slide-inner {
  max-width: 100%;
}

.theme-pdf .centered-title {
  font-size: 18px;
}

.theme-pdf .content-reveal {
  box-shadow: none;
}

.theme-pdf .main-slider img {
  width: 100%;
  margin: 10px 0 !important;
}

.theme-pdf .district-logo,
.theme-pdf .district-logo img {
  display: block !important;
}

.theme-pdf .aside-right {
  margin-top: 0;
}

.theme-pdf .leasing-story {
  display: none !important;
}

.theme-pdf .leasing-list-detail {
  width: 48%;
  margin: 10px 0 20px;
  display: inline-block;
}

.theme-pdf .main-slider {
  background-color: #fff;
}

.theme-pdf .scrollarea {
  border-right: none;
  page-break-inside: avoid;
}

.theme-pdf .feat-case-studies,
.theme-pdf .feat-case-study {
  page-break-inside: avoid;
}

.theme-pdf .gallery-blocks .print-only {
  width: 45% !important;
  margin: 2% !important;
  max-width: 45% !important;
  display: inline-block !important;
}

.theme-pdf .logo-slider .slider {
  height: auto !important;
}

.theme-pdf .logo-slider .print-only {
  left: auto !important;
  position: relative !important;
  width: 45% !important;
  margin: 2% !important;
  max-width: 45% !important;
  display: inline-block !important;
}

.theme-pdf .resp .landing .main-slider {
  min-height: 300px;
}

.theme-pdf .resp .landing .main-slider > div {
  opacity: 1;
}

.theme-pdf .resp .landing .main-slider-container {
  padding-top: 0;
}

.theme-pdf .resp .landing .main-slider-container .slide {
  display: block !important;
}

.theme-pdf .resp .landing .main-slider-container .slide + .slide {
  display: none !important;
}

.theme-pdf .site-plan .floorplan {
  width: 100%;
}

.theme-pdf .site-plan .tab.active {
  display: block !important;
}

.theme-pdf .site-plan .leasing-list .scrollable {
  height: auto !important;
}

.theme-pdf .site-plan .floorplan img {
  display: block !important;
  page-break-inside: avoid;
}

.theme-pdf .stats-blocks {
  page-break-before: always;
  page-break-inside: avoid;
}

.theme-pdf .stats-blocks .tab {
  display: flex;
}

.theme-pdf .stats-blocks .grid {
  padding: 16px 0 0;
}

.theme-pdf .region-map img,
.theme-pdf .floorplan img {
  margin: 10px 0 !important;
}

.theme-pdf .timeline .slider-wrap {
  padding: 0;
}

.theme-pdf .timeline-slider .slider,
.theme-pdf .timeline-slider .slider > * {
  position: static;
  transform: none;
}

.theme-pdf .timeline-slider .slider {
  display: flex;
  flex-flow: row wrap;
  height: auto !important;
}

.theme-pdf .timeline-slider .slide {
  padding-bottom: 3%;
  width: 33.333% !important;
}

.theme-pdf .timeline-slider .slide,
.theme-pdf .timeline-slider .slide .caption {
  page-break-inside: avoid;
}

.theme-pdf .timeline-slider .caption p {
  font-size: 12px;
}

.theme-pdf .timeline-slider .slide .pic {
  background-position: 50% 0%;
  height: 150px;
}

.theme-pdf .timeline-slider .slide .icon {
  display: none;
}

/* CORDACCESS 67 -- Adding controls to slideshow on Sponsor Page */
.slide-control-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 15px;
  text-align: center;
  width: 5%;
}

.slide-control-wrapper button {
  background: #0A7EA9; /* CORDACCESS-151 */
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  cursor: pointer;
  display: block;
  height: 25px;
  outline: none;
  transition: opacity 0.2s;
  width: 25px;
}

.slide-control-wrapper button.pause {
  margin-right: 5px;
}

.slide-control-wrapper button.pause:after {
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  content: "";
  display: block;
  height: 13px;
  left: 5px;
  width: 2px;
}

.slide-control-wrapper button.resume:after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 7px 0 7px 11px;
  content: "";
  display: block;
  height: 0;
  left: 0px;
  position: relative;
  width: 0;
}

/* End CORDACCESS 67 */
/* Utility
---------------------------------------------- */
.show-for-sr, .show-on-focus {
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.show-on-focus:active, .show-on-focus:focus {
  -webkit-clip-path: none;
  clip-path: none;
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.nav-focus,
.modal-focus {
  display: block;
  position: relative;
  width: 100%;
}

.nav-focus .show-on-focus:active, .nav-focus .show-on-focus:focus {
  background-color: #000;
  border: 2px solid #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-right: -125px;
  padding: 10px;
  position: absolute;
  right: 50%;
  text-align: center;
  top: -20px;
  width: 250px;
  z-index: 400;
}

.modal-focus .show-on-focus:active,
.modal-focus .show-on-focus:focus {
  background-color: transparent;
  color: white;
  font-size: 0.85rem;
  font-style: italic;
  font-weight: 700;
  margin-right: -125px;
  padding: 10px;
  position: absolute;
  right: 50%;
  text-align: center;
  width: 250px;
  z-index: 400;
}

.sticky .nav-focus .show-on-focus:active, .sticky .nav-focus .show-on-focus:focus {
  font-size: 0.8rem;
  padding: 5px;
}

/* Inline Modaal Content
---------------------------------------------- */
.modaal-content-container {
  padding: 80px 40px !important;
}

.modaal-content-container .img {
  border: 5px solid #f6f6f6;
  display: block; /* CORDRET-332 */
  height: 270px;
  margin: 0 auto 14px;
  max-width: 100%;
  width: 270px;
}

.modaal-content-container .logo {
  background-color: #fff;
  border: 5px solid #f6f6f6;
  height: 270px;
  margin: 0 auto 14px;
  max-width: 100%;
  overflow: hidden;
  width: 270px;
}

.modaal-content-container .name {
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.modaal-content-container .title {
  font-family: FFKievitWebProBold;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
}

.modaal-content-container .divider {
  border-bottom: 2px solid #f6f6f6;
  width: 270px;
  margin: 12px auto;
}

.modaal-content-container .popup-text {
  text-align: left;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
}

.modaal-content-container .popup-text p {
  margin: 0 0 28px 0;
  padding: 0;
  color: #333;
}

.modaal-content-container .popup-text img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: 4px solid #f6f6f6;
}

/* SITEMAP - CORDACCESS-145
---------------------------------------------- */
.sitemap {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -2%;
  width: 100%;
}

.sitemap h2 {
  font-family: FFKievitWebProBold;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.sitemap h2 a {
  border-bottom: 3px solid #0A7EA9; /* CORDACCESS-151 */
  color: #000;
  display: inline-block;
  padding: 0 0 3px;
  transition: 0.3s;
}

.sitemap h2 a:hover,
.sitemap h2 a:focus {
  border-bottom: 3px solid #000;
  color: #0A7EA9; /* CORDACCESS-151 */
}

ul.sitemap {
  font-size: 1.13rem;
  margin-bottom: 0;
}

ul.sitemap li {
  background-image: none;
  margin-bottom: 0.62rem;
  padding-left: 0;
}

.sitemap a {
  color: #0A7EA9; /* CORDACCESS-145 */
}

.sitemap a:hover,
.sitemap a:focus {
  color: #999;
}

.sitemap a.link-read-more {
  color: #000;
  display: inline-block;
  margin-top: 12px;
  transition: 0.3s;
}

.sitemap a.link-read-more:before {
  border: 2px solid #000;
  content: ">";
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  padding: 0 5px;
  position: relative;
  transition: border-color 0.3s;
  top: -2px;
}

.sitemap a.link-read-more:hover,
.sitemap a.link-read-more:focus {
  color: #0A7EA9; /* CORDACCESS-151 */
}

.sitemap a.link-read-more:hover:before,
.sitemap a.link-read-more:focus:before {
  border: 2px solid #0A7EA9; /* CORDACCESS-151 */
}

.sitemap-col {
  display: block;
  margin-left: 2%;
  margin-right: 2%;
  width: 21%;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before { /* CORDACCESS-81-20190916 */
  background: black !important;
}

.modaal-wrapper [tabindex="0"]:focus { /* CORDACCESS-81-20190916 */
  box-shadow: none !important;
  outline: none !important;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before { /* CORDACCESS-81-20190916 */
  background: black !important;
}

.modaal-wrapper [tabindex="0"]:focus { /* CORDACCESS-81-20190916 */
  box-shadow: none !important;
  outline: none !important;
}

.modaal-inline .modaal-close { /* CORDACCESS-87-20190916 */
  background: black !important;
  border-radius: 0;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
}

.modaal-inline .modaal-close:hover,
.modaal-inline .modaal-close:focus {
  opacity: 0.8 !important;
}

.modaal-inline .modaal-close:focus:after,
.modaal-inline .modaal-close:focus:before,
.modaal-inline .modaal-close:hover:after,
.modaal-inline .modaal-close:hover:before {
  background: white !important;
}

.modaal-inline .modaal-container {
  max-width: 51.25rem;
}

button.modaal.cell.popup-item:hover .blue-box {
  top: 0;
}

button.modaal.cell.popup-item:hover .blue-box .int {
  opacity: 1;
}

button.modaal.cell.popup-item.team-member,
button.modaal.cell.team-member { /* CORDRET-332 */
  border: none;
}

button.modaal.cell.popup-item.team-member .label {
  font-size: 1rem;
}

/* END CORDACCESS-87-20190916 */
.lazyload[data-expand][style*=background-image] {
  background-image: none !important;
}

@media (max-width: 1360px) {
  .timeline-slider {
    width: 100%;
    padding: 0 60px;
  }
  .timeline-slider .prev-slide {
    left: 0;
  }
  .timeline-slider .next-slide {
    right: 0;
  }
  .timeline-slider .wrap {
    width: 100%;
  }
}
@media (max-width: 1320px) {
  .blocks .wrap,
  .division-blocks .wrap,
  .listing-blocks .wrap,
  .anchor-businesses > .wrap {
    width: 96%;
  }
  .logo-slider .wrap {
    width: 100%;
  }
  .division-blocks .title {
    font-size: 22px;
    line-height: 1.2;
  }
  .division-blocks .blue-box,
  .division-blocks .blue-box p {
    line-height: 1.2;
    font-size: 14px;
  }
  .division-blocks .blue-box .arrow {
    width: 30px;
    height: 30px;
  }
}
@media (min-width: 1066px) and (max-width: 1300px) { /* CORDRET-281 */
  .resp .nav-main {
    max-width: 80%;
  }
  .resp .header .logo {
    background-size: contain;
    margin-top: 0.75rem;
    width: 20%;
  }
  .resp .nav-main > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1066px) {
  .resp .header {
    position: fixed;
    background: #fff;
    color: #000;
    padding-top: 18px;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.95);
  }
  .resp .header .logo {
    width: 234px;
    height: 41px;
    background: url(/Corporate/assets/images/resp-logo-color.svg) no-repeat center center;
    background-size: 234px 41px;
  }
  .resp .header-desktop {
    display: none;
  }
  .resp .header-mobile {
    display: block;
    height: 68px;
    padding-top: 0;
    background: none;
    box-shadow: none;
  }
}
@media (max-width: 1290px) {
  /* .resp .header {
  	position: fixed;
  	background: #fff;
  	color: #000;
  	padding-top: 18px;
  	box-shadow: 0 8px 50px rgba(0,0,0,0.95);
  }
  .resp .header .logo {
  	width: 234px;
  	height: 41px;
  	background: url(/Corporate/assets/images/resp-logo-color.svg) no-repeat center center;
  	background-size: 234px 41px;
  } */
  /* .resp .header-desktop {
  	display: none;
  }
  .resp .header-mobile {
  	display: block;
  	height: 68px;
  	padding-top: 0;
  	background: none;
  	box-shadow: none;
  } */
  .wrap {
    width: 94%;
  }
  .aside-right .btn-add-link span {
    font-size: 14px;
    padding-left: 28px;
  }
  .featured-container .half-int {
    width: 94%;
  }
  .featured-container .half-int.left {
    padding-right: 6%;
  }
  .featured-container .half-int.right {
    padding-left: 6%;
  }
  .lightbox-video {
    width: 90%;
    left: 5%;
    height: 540px;
    margin-top: -260px;
    margin-left: 0;
  }
  .lightbox-video iframe {
    height: 480px;
  }
  .page-hdr h1 {
    max-width: 60%;
  }
  .content-left .wrap {
    width: 100%;
  }
  .callout-third h2 {
    font-size: 22px;
  }
  .sponsors-intro .block .int {
    float: none !important;
    width: 88%;
    margin: 0 6%;
    padding: 0 !important;
  }
  .leasing-landing .map {
    width: 100%;
  }
  .leasing-landing .map-key {
    padding-left: 2%;
  }
  .leasing-landing .property-list ol {
    font-size: 16px;
  }
  .leasing-landing .property-list li {
    padding: 15px 0 15px 28px;
  }
  .properties-filter {
    width: 100%;
  }
  .demographics .map {
    width: 35%;
  }
  .demographics .stats {
    padding-left: 4%;
  }
  .gallery-listing-blocks .wrap {
    width: 94%;
  }
}
@media (max-width: 1066px) {
  .header {
    position: fixed;
    background: #fff;
    color: #000;
    padding-top: 18px;
    box-shadow: 0 8px 50px rgba(0, 0, 0, 0.95);
  }
  .header .logo {
    width: 120px;
    height: 39px;
    background: url(/Corporate/assets/images/logo-color.svg) no-repeat center center;
    background-size: 120px 39px;
  }
  .resp .header .logo {
    width: 234px;
    height: 41px;
    background: url(/Corporate/assets/images/resp-logo-color.svg) no-repeat center center;
    background-size: 234px 41px;
  }
  .leasing .header .logo {
    width: 198px;
    height: 41px;
    background: url(/Corporate/assets/images/leasing-logo-color.svg) no-repeat center center;
    background-size: 198px 41px;
  }
  .header-desktop {
    display: none;
  }
  .header-mobile {
    display: block;
    height: 68px;
    padding-top: 0;
    background: none;
    box-shadow: none;
  }
  .page-hdr.no-hdr {
    height: 68px;
    background: #fff;
  }
  .page-hdr h1 {
    max-width: none;
  }
  .portfolio-slider .prev-slide,
  .portfolio-slider .next-slide {
    margin-bottom: -24px;
  }
  .portfolio-logo .wrap {
    padding-top: 68px;
  }
  .leasing-slider .prev-slide,
  .leasing-slider .next-slide {
    margin-bottom: -24px;
  }
  .leasing-logo .wrap {
    padding-top: 68px;
  }
  .main-slider-container {
    padding-top: 68px;
  }
  .main-slider .slide .wrap {
    padding-bottom: 68px;
    padding-top: 68px;
  }
  .content-wide {
    width: 94%;
  }
  .content-left {
    float: none;
    width: 100%;
    padding-bottom: 16px;
  }
  .aside-right,
  .property-detail .aside-right {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .aside-right .btn-add {
    position: static;
    top: auto;
  }
  .blocks .cell {
    width: 31.9%;
  }
  .division-blocks .cell {
    width: 31.9%;
    min-height: 0;
  }
  .division-blocks .grid .cell:nth-child(5n-1),
  .division-blocks .grid .cell:nth-child(5n+5) {
    width: 48.6%;
  }
  .our-values.division-blocks .grid .cell:nth-child(5n-1),
  .our-values.division-blocks .grid .cell:nth-child(5n+5) {
    width: 94%;
  }
  .resp .division-blocks .title {
    bottom: 24px;
    left: 24px;
  }
  .resp .division-blocks .blue-box {
    padding: 24px;
  }
  .logo-blocks .cell {
    width: 23.6%;
  }
  .stats-blocks .cell {
    width: 48.6%;
  }
  .listing-blocks .cell,
  .gallery-listing-blocks .cell {
    width: 30.3%;
    margin: 0 1.5% 60px 1.5%;
  }
  .sponsor-blocks a:hover .blue-box { /* CORDACCESS-87-20190916 */
    top: 100%;
  }
  .sponsor-blocks a:hover .blue-box .int {
    opacity: 0;
  } /* END CORDACCESS-87-20190916 */
  button.modaal.cell.popup-item:focus .blue-box,
  button.modaal.cell.popup-item:hover .blue-box {
    top: 100%;
  }
  button.modaal.cell.popup-item:focus .blue-box .int,
  button.modaal.cell.popup-item:hover .blue-box .int {
    opacity: 0;
  }
  /* CORDRET-32
  .featured-properties .cell:nth-child(n+4) {display: none;}
  */
  .callout-half .wrap {
    width: 94%;
  }
  .callout-third .wrap {
    padding: 80px 10%;
  }
  .callout-third h2 {
    font-size: 18px;
  }
  .next-prev {
    padding-top: 20px;
  }
  .sponsor-slider .slide .pic {
    width: 50%;
  }
  .news-slider .slide .pic {
    width: 50%;
  }
  .news-slider .slide .desc {
    font-size: 22px;
    line-height: 1.3;
  }
  .demographics .map {
    display: none;
  }
  .demographics .stats {
    padding-left: 0;
  }
  .links-row {
    display: block;
  }
  .links-row .link {
    text-align: left;
  }
  .quick-links {
    padding: 20px 0;
  }
  .quick-links-mod {
    padding: 0 30px;
  }
}
@media (max-width: 960px) {
  .sponsor-slider .slide .content {
    display: block;
  }
  .timeline-slider .slider {
    transform: translate(25%, 0);
  }
}
@media (max-width: 880px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 24px;
  }
  .main-slider,
  .landing .main-slider {
    min-height: 650px;
  }
  .main-slider > div {
    height: 650px;
  }
  .main-slider--short,
  .landing .main-slider--short {
    min-height: 450px;
  }
  .main-slider--short > div {
    height: 450px;
  }
  .main-slider .slide .title {
    font-size: 48px;
  }
  .page-hdr {
    padding-top: 73px;
    height: 450px;
  }
  .callout-half .short-desc {
    font-size: 16px;
  }
  .division-blocks .fade {
    height: 220px;
  }
  .two-column .col-item {
    width: 100%;
  }
  #html-popup {
    width: 90%;
    margin: 0 5%;
    left: auto;
  }
  .careers-application .wrap {
    width: 94%;
  }
  .sponsors-intro {
    display: block;
  }
  .sponsors-intro .block {
    width: 100%;
    padding: 40px 0;
  }
  .sponsors-intro .block .int {
    width: 94%;
    margin: 0 3%;
  }
  .sponsor-slider {
    height: auto;
  }
  .sponsor-slider-container .wrap {
    padding: 30px 0;
  }
  .sponsor-slider-container .small-hdr {
    margin-bottom: 30px;
  }
  .sponsor-slider .slide .int {
    display: block;
  }
  .sponsor-slider .slide .pic {
    width: 340px;
    margin: 0 auto;
  }
  .sponsor-slider .slide .content {
    padding-left: 0;
    padding-top: 30px;
    text-align: center;
  }
  .sponsor-blocks {
    padding: 30px 0;
  }
  .next-prev .block {
    padding: 40px;
    color: #fff;
    width: 100%;
  }
  .next-prev .block .title {
    font: 18px/1.3 FFKievitWebProBold;
  }
  .next-prev .block .desc {
    font-size: 24px;
  }
  .property-detail .wrap {
    padding-bottom: 40px;
  }
  .leasing-story .wrap {
    padding-bottom: 0;
  }
  .logo-blocks .wrap {
    padding-bottom: 0;
  }
  .site-plan .tab {
    flex-flow: row wrap;
  }
  .site-plan .floorplan {
    order: 1;
    width: 100%;
  }
  .site-plan .leasing-list {
    order: 2;
    width: 100%;
  }
  .site-plan .leasing-list .category {
    margin-top: 30px;
  }
  .site-plan .leasing-list .scrollarea {
    margin-bottom: 0;
  }
  .contact-callout .wrap {
    width: 94%;
  }
  .contact-callout .pic {
    flex: 0 1 auto;
  }
  .portfolio-slider > div {
    height: 450px;
  }
  .portfolio-logo .wrap {
    padding-top: 73px;
  }
  .footer-int {
    display: block;
    text-align: center;
  }
  .footer-int .address,
  .footer-int .phone {
    flex: none;
    text-align: left;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .footer-int .phone {
    margin-left: 40px;
  }
  .footer-int .copyright,
  .footer-int .social {
    display: block;
    width: 100%;
    flex: none;
    text-align: center;
    padding: 0;
  }
  .footer-int .copyright li {
    margin: 0 10px;
  }
  .footer-int .social li {
    margin: 0 5px;
  }
  .quick-links-wrap {
    display: block;
  }
  .quick-links-mod {
    border-left: 0;
    border-top: 1px solid #231f20;
    display: block;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }
  .quick-links-mod:first-child {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .quick-links-mod:first-child,
  .quick-links-mod:last-child,
  .quick-links-mod-news {
    width: 100%;
  }
  .quick-links-inner {
    max-width: none;
  }
  .quick-links-mod-news {
    display: block;
  }
  .quick-link-image {
    margin: 0 0 1em 1em;
  }
  .company-data .grid {
    background: none;
    display: flex;
    flex-flow: column nowrap;
    height: auto;
    justify-content: center;
    width: auto;
  }
  .company-data-block {
    background-image: url(/Corporate/assets/images/key-data-border.svg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    height: auto !important;
    padding: 40px 20px !important;
  }
  .cat-features-wrap,
  .cat-features {
    flex-flow: column nowrap;
  }
  .cat-features-wrap {
    align-items: center;
    flex-flow: column wrap;
  }
  .cat-feature {
    background-image: none;
    padding-top: 60px;
    width: 66%;
  }
  .resp .cat-feature {
    width: 66%;
  }
  .cat-feature:first-child {
    padding-top: 0;
  }
  .sitemap-col {
    margin-bottom: 35px;
    width: 46%;
  }
}
@media (max-width: 768px) {
  .content-reveal {
    margin-bottom: 0 !important;
  }
  .main-slider .slide .wrap {
    width: 100%;
    padding-left: 80px;
    padding-right: 80px;
  }
  .blocks .small-hdr.businesses-hdr {
    display: block;
  }
  .blocks .cell,
  .gallery-listing-blocks .cell {
    width: 48.6%;
  }
  .gallery-listing-blocks .cell {
    margin: 0 0.7% 20px;
  }
  .division-blocks .cell {
    width: 48.6%;
    min-height: 0;
  }
  .resp .division-blocks .title {
    bottom: 14px;
    left: 14px;
  }
  .resp .division-blocks .blue-box {
    padding: 24px;
  }
  .listing-blocks .cell {
    width: 47%;
  }
  /*
  	CORDLEAS-120
  	.featured-properties .cell:nth-child(n+4) {display: block;}
  	.featured-properties .cell:nth-child(n+5) {display: none;}
   */
  .callout .wrap {
    width: 94%;
    padding: 60px 0;
  }
  .callout h2,
  .callout .hdr {
    font-size: 20px;
  }
  .callout-two-col {
    display: block;
  }
  .callout-half {
    width: 100%;
  }
  .callout-third .wrap {
    padding: 60px 6%;
  }
  .callout-third h2 {
    font-size: 14px;
  }
  .two-column input[type=text],
  .two-column label {
    font-size: 14px;
  }
  .featured-container .wrap {
    display: block;
  }
  .featured-container .wrap .half {
    width: 100%;
  }
  .featured-container .half-int.left,
  .featured-container .half-int.right {
    float: none;
    width: 100%;
    padding: 40px 0;
  }
  .featured-container .half-int .small-hdr {
    margin: 0 6% 25px 6%;
  }
  .featured-container .featured-content {
    padding: 0 6%;
  }
  .featured-pager {
    right: 6%;
  }
  .featured .image {
    border-left: none;
    border-right: none;
  }
  .featured .date {
    left: 6%;
  }
  .news-slider {
    margin-top: 20px;
  }
  .news-slider .slide {
    width: 100%;
  }
  .news-slider .slide .int {
    flex-flow: row wrap;
  }
  .news-slider .slide .pic {
    width: 100%;
  }
  .news-slider .slide .content {
    width: 100%;
    padding: 20px 0 0;
  }
  .news-slider .slide .date {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .news-slider .slide .title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .news-slider .slide .desc {
    font-size: 16px;
  }
  #no-template-pager {
    display: none;
  }
  .news-list-filter {
    display: none;
  }
  .news-list-view {
    float: none;
    text-align: right;
    padding-top: 24px;
  }
  .news-list-filter .filter.month {
    width: 48%;
    margin-right: 0;
    float: left;
  }
  .news-list-filter .filter.year {
    width: 48%;
    margin-right: 0;
    float: right;
  }
  .article-slider,
  .article-slider .slide {
    height: 450px;
  }
  .article-stack .title {
    font-size: 22px;
  }
  .downloads .col {
    float: none;
    width: 100%;
  }
  .leasing-landing .map {
    flex-flow: wrap;
  }
  .leasing-landing .map-key {
    width: 100%;
    order: 2;
    padding: 20px 4%;
  }
  .leasing-landing .property-list {
    float: none;
    width: 80%;
  }
  .leasing-landing .property-list ol {
    columns: 2;
    column-gap: 30px;
    width: 100%;
  }
  .leasing-landing .property-list li {
    padding: 10px 0 10px 28px;
  }
  .leasing-landing .property-list li:before {
    top: 10px;
  }
  .leasing-landing .map-img {
    width: 100%;
    height: 600px;
    order: 1;
  }
  .location-map {
    height: 400px;
  }
  .aerial-map {
    height: 550px;
  }
  .sponsor-blocks .cell {
    height: 240px;
  }
  .sponsor-blocks .cell a {
    padding: 20px 8%;
  }
  .footer {
    position: static;
  }
  .footer .callout .wrap {
    width: 94%;
    padding: 60px;
  }
  .footer .callout .icon {
    padding-bottom: 12px;
  }
  .listing-blocks .img {
    height: 300px;
  }
  .cat-article-inner {
    display: block;
  }
  .cat-article-text,
  .cat-article-preview {
    flex: 1 1 auto;
  }
  .cat-article-quote .quote {
    padding-right: 0;
  }
  @supports (display: flex) { /*CORDACCESS-83*/
    .cat-article-inner {
      display: flex;
      flex-flow: column nowrap;
    }
    .cat-article-text,
    .cat-article-preview {
      width: 100%;
    }
  }
}
@media (max-width: 640px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 22px;
  }
  .header-mobile {
    height: 68px;
  }
  .header-mobile .logo {
    width: 80px;
    height: 30px;
    background-size: 80px 30px;
    margin: 3px 0 0;
  }
  .header-mobile .toggle {
    width: 30px;
    height: 30px;
    margin-top: 5px;
  }
  .resp .header-mobile .logo {
    margin: 0;
  }
  .nav-mobile {
    padding: 72px 0 20px 0;
  }
  .header-mobile .subnav {
    padding: 62px 0 20px 0;
  }
  .resp .header-mobile .subnav,
  .leasing .header-mobile .subnav {
    padding: 68px 0 20px 0;
  }
  .resp .header-mobile .subnav {
    padding: 70px 0 20px;
  }
  .main-slider-container {
    padding-top: 62px;
  }
  .resp .main-slider-container,
  .leasing .main-slider-container {
    padding-top: 68px;
  }
  .main-slider .pager {
    /*display: block;*/
    /*Removed showing pager on mobile*/
  }
  .main-slider .prev-slide,
  .main-slider .next-slide {
    display: none;
  }
  .main-slider .slide .wrap {
    padding: 0;
    width: 94%;
    margin: 0 auto;
  }
  .main-slider,
  .landing .main-slider {
    min-height: 550px;
  }
  .main-slider > div {
    height: 550px;
  }
  .main-slider--short,
  .landing .main-slider--short {
    min-height: 450px;
  }
  .main-slider--short > div {
    height: 450px;
  }
  .main-slider .slide .title {
    font-size: 44px;
    margin-bottom: 20px;
  }
  .main-slider .slide .short-desc {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.1;
  }
  .resp .main-slider .slide {
    background-size: auto 60%;
  }
  .cat-slider .prev-slide {
    left: -10px;
    transform: scale(0.75) translateX(-25%);
  }
  .cat-slider .next-slide {
    transform: scale(0.75) translateX(25%);
    right: -10px;
  }
  .cat-slide-caption {
    font-size: 14px;
    position: static;
  }
  .cat-article-text {
    padding-right: 0;
  }
  .portfolio-logo .logo img {
    max-width: 65%;
  }
  .portfolio-logo .wrap {
    padding-top: 52px;
  }
  .leasing-logo .wrap {
    padding-top: 52px;
  }
  .resp .division-blocks .cell {
    flex: 0 1 auto;
    width: 94%;
    margin: 0 3% 10px 3%;
    min-height: 0;
  }
  .resp .division-blocks .title {
    bottom: 24px;
    left: 24px;
  }
  .resp .division-blocks .grid {
    padding-left: 0;
    padding-right: 0;
  }
  .our-values .grid {
    width: 100%;
  }
  .page-hdr {
    padding-top: 52px;
  }
  .page-hdr .sub-hdr {
    font-size: 16px;
  }
  .page-hdr.no-hdr {
    height: 52px;
  }
  .page-hdr h1 {
    margin-bottom: 0;
  }
  .page-hdr h1 + .sub-hdr {
    margin-top: 24px;
  }
  .parallax {
    transform: none !important;
  }
  .aside-right .gray-int {
    padding: 24px;
  }
  .twitter-slider .msg {
    font-size: 16px;
  }
  .resp .twitter-slider .msg,
  .resp .twitter-slider .msg-attr {
    font-size: 16px;
  }
  .resp .twitter-callout .next-slide,
  .resp .twitter-callout .prev-slide {
    bottom: 0;
    height: 54px;
    margin-bottom: 80px;
    width: 54px;
  }
  .resp .twitter-callout .next-slide span,
  .resp .twitter-callout .prev-slide span {
    height: 54px;
    width: 54px;
  }
  .timeline-slider .slider {
    transform: translate(0%, 0);
  }
  .timeline-slider .wrap::before,
  .timeline-slider .wrap::after {
    display: none;
  }
  .indicator .years:before,
  .indicator .years:after {
    width: 40%;
  }
  .indicator .years .decades .decade {
    width: 140px;
  }
  .lightbox-video {
    height: 360px;
    margin-top: -180px;
  }
  .lightbox-video iframe {
    height: 320px;
  }
  .two-column input[type=text],
  .two-column label {
    width: 100%;
  }
  .contact-callout .wrap {
    display: block;
    text-align: center;
  }
  .contact-callout .pic {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
  .contact-callout .pic img {
    width: 50%;
  }
  .contact-callout .callout-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .pagination ul {
    font-size: 16px;
  }
  .pagination li.first,
  .pagination li.previous,
  .pagination li.last,
  .pagination li.next {
    font-size: 14px;
  }
  .testimonial {
    padding: 20px;
    margin-bottom: 40px;
  }
  .testimonial .quote {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .testimonial .quote .char {
    font-size: 26px;
  }
  .testimonial .quote-meta {
    font-size: 14px;
    line-height: 1.4;
  }
  .testimonial .quote-meta .title {
    display: block;
    margin-bottom: 14px;
    margin-left: 0;
  }
  .sponsors-intro .desc {
    font-size: 14px;
  }
  .sponsor-slider .slide {
    padding: 0 3%;
  }
  .sponsor-slider .slide .desc {
    font-size: 14px;
    line-height: 1.5;
  }
  .sponsor-slider .prev-slide,
  .sponsor-slider .next-slide {
    display: none;
  }
  .sponsor-blocks .cell {
    height: 300px;
    margin: 0 1.5% 20px;
  }
  .event .date {
    width: 100px;
    height: 100px;
    padding: 12px 0;
  }
  .event .date .month {
    font-size: 20px;
  }
  .event .date .day {
    font-size: 40px;
  }
  .event .date .year {
    font-size: 18px;
  }
  .event .desc {
    padding-left: 20px;
  }
  .event .desc .title {
    font-size: 22px;
    line-height: 1.3;
  }
  .event .desc .location {
    font-size: 18px;
    line-height: 1.3;
  }
  .event .desc .address {
    font-size: 14px;
    line-height: 1.3;
  }
  .event .desc .btn-text {
    font-size: 16px;
    padding: 16px 16px 14px 16px;
  }
  .map-callout .google-map {
    height: 400px;
  }
  .article-slider .pager {
    display: block;
  }
  .article-slider .prev-slide,
  .article-slider .next-slide {
    display: none;
  }
  .article-content article,
  .article-content article p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .article-content .author {
    display: block;
  }
  .article-content .author:before,
  .article-content .author:after {
    width: 100%;
  }
  .article-content .author .pic {
    float: left;
    margin: 20px 20px 10px 10px;
  }
  .article-content .author .desc,
  .article-content .author .desc p {
    font-size: 14px;
  }
  .leasing-landing .property-list ol {
    -moz-columns: auto 1;
    -webkit-columns: auto 1;
    columns: auto 1;
  }
  .demographics .stats-table {
    display: block;
  }
  .demographics .col {
    display: block;
    margin-bottom: 30px;
  }
  .demographics .stat > div {
    flex: 1 100%;
  }
  .btn-add {
    position: static;
    margin: 0;
    width: 100%;
    display: block;
  }
  .featured-container .featured-events {
    display: none;
  }
  /*#html-popup .img,
  #html-popup .logo {
      height: 190px;
  }*/
  #html-popup .divider {
    width: 100%;
  }
  .cat-facts-wrap {
    flex-flow: column nowrap;
  }
  .cat-fact {
    background: none;
    flex: 1 1 auto;
    margin-top: 40px;
  }
  .cat-fact:first-child {
    margin-top: 0;
  }
  .feat-case-studies {
    flex-flow: column nowrap;
    min-height: 300px;
  }
  .feat-case-study {
    flex: 1 1 auto;
    margin-top: 20px;
  }
  .feat-case-study:first-child {
    margin-top: 0;
  }
  .company-data {
    overflow-x: hidden;
  }
  .company-data-block {
    transform: scale(0.8);
  }
  .gallery-listing-blocks .cell {
    margin: 0 0.7% 20px;
  }
  .footer .callout .wrap {
    padding: 60px 0;
  }
  .cat-feature {
    width: 100%;
  }
}
@media (max-width: 540px) {
  h1 {
    font-size: 36px;
  }
  .main-slider .slide .title {
    font-size: 36px;
  }
  .page-hdr {
    display: flex;
    flex: 1 1 auto;
    flex-flow: column nowrap;
    height: 400px;
  }
  .page-hdr .content {
    flex: 1 1 auto;
    flex-flow: column nowrap;
    padding-bottom: 0;
  }
  .page-hdr .wrap {
    align-items: center;
    display: flex;
    flex: 1 0 auto;
    flex-flow: column nowrap;
    justify-content: center;
  }
  .page-hdr h1 {
    flex: 0 0 auto;
  }
  .page-hdr .sub-hdr {
    flex: 0 1 auto;
    margin-top: 15px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
  }
  .division-blocks .grid {
    padding: 20px 0 6px 0;
  }
  .division-blocks .cell,
  .division-blocks .grid .cell:nth-child(4),
  .division-blocks .grid .cell:nth-child(5) {
    width: 94%;
    margin: 0 3% 20px 3%;
    min-height: 0;
  }
  .resp .division-blocks .cell {
    flex: 0 1 auto;
  }
  .resp .division-blocks .title {
    bottom: 24px;
    left: 24px;
  }
  .division-blocks .fade {
    height: 290px;
  }
  .division-blocks .title {
    font-size: 20px;
    bottom: 14px;
  }
  .division-blocks .blue-box p {
    line-height: 1.4;
    font-size: 16px;
  }
  .division-blocks .blue-box .arrow {
    width: 50px;
    height: 50px;
  }
  .featured .links a {
    display: block;
    margin-bottom: 14px;
  }
  .article-slider,
  .article-slider .slide {
    height: 360px;
  }
  .article-stack .item {
    padding: 20px;
  }
  .article-stack .item:hover {
    background-image: none;
  }
  .article-stack .title {
    font-size: 18px;
  }
  .tab-menu .btn-text {
    padding: 12px 16px 10px 16px;
    margin: 0 6px 6px 0;
    font-size: 14px;
  }
  .callout-third .wrap {
    padding: 40px 6%;
  }
  .leasing-landing .map-img {
    height: 400px;
  }
  #html-popup .name {
    font-size: 22px;
    line-height: 1.4;
  }
  #html-popup .popup-text {
    font-size: 14px;
  }
  #popup-login {
    width: 100%;
    padding: 0 3%;
    left: auto;
    margin-left: 0;
  }
  #popup-login .login input {
    font-size: 18px;
    padding: 16px;
  }
  #popup-login .login .btn {
    width: 120px;
    margin: 0 6px 12px 6px;
  }
  .footer-int .copyright {
    margin-bottom: 20px;
  }
  .footer-int .address,
  .footer-int .phone {
    background-position: center top;
    display: block;
    margin: 0px 0 20px 0;
    padding: 30px 0 0 0;
    text-align: center;
  }
  .listing-blocks .img {
    height: 360px;
  }
}
@media (max-width: 480px) {
  .main-slider,
  .landing .main-slider {
    min-height: 440px;
  }
  .main-slider > div {
    height: 440px;
  }
  .main-slider--short > div,
  .portfolio-slider > div {
    height: 350px;
  }
  .leasing-slider > div {
    height: 400px;
  }
  .leasing-logo .logo img {
    max-width: 50%;
  }
  .main-slider--short,
  .landing .main-slider--short {
    min-height: 350px;
  }
  .main-slider--short > div {
    height: 350px;
  }
  .listing-blocks .wrap,
  .blocks .wrap {
    width: 100%;
  }
  .blocks .small-hdr {
    margin: 0 3% 20px 3%;
  }
  .blocks .tab-menu {
    margin: 0 3% 10px 3%;
    padding: 0;
  }
  .blocks .cell,
  .gallery-listing-blocks .cell {
    width: 94%;
    margin: 0 3% 20px 3%;
  }
  .gallery-listing-blocks .wrap {
    width: 100%;
  }
  .division-blocks .grid .cell:nth-child(5n-1),
  .division-blocks .grid .cell:nth-child(5n+5) {
    width: 94%;
    margin: 0 3% 20px 3%;
  }
  .logo-blocks .wrap {
    width: 94%;
  }
  .logo-blocks .small-hdr {
    margin: 0 1% 20px 1%;
  }
  .logo-blocks .cell {
    width: 48%;
    margin: 0 1% 20px 1%;
    height: 100px;
    padding: 20px 4%;
  }
  .listing-blocks .cell {
    width: 90%;
    margin: 0 5% 20px 5%;
  }
  .timeline-slider .slider {
    transform: translate(0%, 0);
  }
  .award-pic .img {
    width: 80px;
    height: 80px;
  }
  .award-content {
    font-size: 14px;
  }
  .award-content .title {
    font-size: 16px;
  }
  .sponsors-intro .block .int {
    width: 92%;
    margin: 0 4%;
  }
  .sponsor-slider .slide .pic {
    width: 100%;
    height: 200px;
    background-size: auto 60%;
  }
  .event .date {
    width: 70px;
    height: 70px;
    padding: 10px 0;
  }
  .event .date .month {
    font-size: 14px;
  }
  .event .date .day {
    font-size: 26px;
  }
  .event .date .year {
    font-size: 12px;
  }
  .event .desc {
    padding-left: 16px;
  }
  .event .desc .title {
    font-size: 20px;
  }
  .event .desc .location {
    font-size: 16px;
  }
  .news-list-filter .filter.month,
  .news-list-filter .filter.year {
    width: 100%;
    float: none;
  }
  .contact-form .error,
  .contact-form .success {
    font-size: 16px;
  }
  .contact-form .error span,
  .contact-form .success span {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-size: 12px 12px;
    margin-right: 6px;
  }
  .map-callout .google-map {
    height: 360px;
  }
  .next-prev .block .desc {
    font-size: 20px;
  }
  .aside-newsletter .dk-gray-int {
    padding: 20px;
  }
  .aside-social {
    font-size: 16px;
  }
  .pagination ul {
    font-size: 14px;
  }
  .pagination li.first,
  .pagination li.previous,
  .pagination li.last,
  .pagination li.next {
    font-size: 12px;
  }
  .btn-add-link span,
  .aside-right .btn-add-link span {
    font-size: 12px;
  }
  .company-data {
    overflow: hidden;
  }
  .company-data .grid {
    display: block;
  }
  .company-data-block {
    flex: 0 1 auto;
    margin: 0 auto;
    padding: 20px 0 !important;
    width: 280px;
  }
  .company-data-block .data-block-text {
    transform: scale(0.75);
    width: 95%;
  }
  .company-data-block:nth-child(1) {
    background-size: 100px auto;
  }
  .company-data-block:nth-child(1) .data-block-span:nth-child(3),
  .company-data-block:nth-child(4) .data-block-span:nth-child(2) {
    font-size: 44px;
  }
  .company-data-block:nth-child(3) .data-block-text {
    background-size: 90px auto;
  }
  .company-data-block:nth-child(3) .data-block-span:nth-child(3) {
    font-size: 53px;
  }
  .company-data-block:nth-child(4) .data-block-bg {
    width: 284px;
  }
  .company-data-block:nth-child(4) .data-block-bg > .data-block-span:first-child {
    left: 28px;
  }
  .sitemap-col {
    width: 100%;
  }
}
@media (max-height: 820px) {
  .resp .overlay {
    height: auto !important;
  }
  .resp .content-reveal {
    margin: 0 !important;
  }
  .resp .footer {
    position: static !important;
  }
}
@media (min-width: 768px) {
  .division-blocks .cell {
    max-width: 18.6%; /* CORDACCESS-80 HERE*/
    width: 100%; /* CORDACCESS-80 */
  }
}
.grid-wrap {
  clear: both;
  margin: 0 auto;
  padding: 0;
}

.grid {
  padding: 0;
  list-style: none;
}

/*.js .grid {
	background: url(../img/loading.gif) no-repeat 50% 100px;
}*/
.js .grid.loaded {
  background: none;
}

.grid li {
  display: inline-block;
  overflow: hidden;
  width: 314px;
  text-align: left;
  vertical-align: top;
  background: none !important;
  padding: 0 !important;
}

.js .grid li {
  float: left;
}

/* Title box */
.title-box h2 {
  display: block;
  margin: 7px;
  padding: 20px;
  background: #33c6f4;
  color: #D3EEE2;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
}

.title-box h2 a {
  display: block;
  font-weight: 900;
}

.title-box h2 a:hover {
  color: #D3EEE2;
}

/* Anchor and image */
.grid li > a,
.grid li .cell {
  display: block;
  outline: none;
}

.grid li > a {
  position: relative;
  overflow: hidden;
}

/* Curtain element */
.grid .curtain {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background: #96cdc8;
}

.grid.swipe-right .curtain {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.grid.swipe-down .curtain {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.grid.swipe-rotate .curtain {
  width: 200%;
  height: 200%;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

/* Shadow */
.grid .curtain::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  content: "";
}

.grid.swipe-right .curtain::after,
.grid.swipe-rotate .curtain::after {
  left: -100%;
}

.grid.swipe-down .curtain::after {
  top: -100%;
}

/* Title */
.grid li h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 20px;
  width: 100%;
  font-weight: 400;
  /* 	background-color: #fff; */
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  -webkit-transition: -webkit-transform 0.2s, color 0.2s;
  transition: transform 0.2s, color 0.2s;
}

/* Pseudo element for hover effect */
.grid li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100.5%;
  height: 100.5%;
  border: 0px solid transparent;
  background: rgba(0, 0, 0, 0);
  content: "";
  -webkit-transition: border-width 0.2s, border-color 0.2s;
  transition: border-width 0.2s, border-color 0.2s;
}

/* Hover effects */
.grid li:hover h3 {
  color: #fff;
  /* 	background-color: #33c6f4; */
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

.grid li.shown:hover > a::before {
  /*
  	border-width: 16px;
  	border-color: #33c6f4;
  */
}

/* Animations */
/* Swipe right */
.grid.swipe-right li.animate .curtain {
  -webkit-animation: swipeRight 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards;
  animation: swipeRight 1.5s cubic-bezier(0.6, 0, 0.4, 1) forwards;
}

@media (max-width: 1060px) {
  .grid.swipe-right li.animate .curtain {
    animation: none;
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes swipeRight { /* fixes Chrome 35.0.1916.114 issue (easing breaks) */
  50%, 60% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
  }
}
@keyframes swipeRight {
  50%, 60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* Swipe down */
.grid.swipe-down li.animate .curtain {
  animation: none;
  transform: translate3d(100%, 0, 0);
}

@media (max-width: 1060px) {
  .grid.swipe-down li.animate .curtain {
    animation: none;
    transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes swipeDown { /* fixes Chrome 35.0.1916.114 issue (easing breaks) */
  50%, 60% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 100%, 0);
  }
}
@keyframes swipeDown {
  50%, 60% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* Swipe rotate */
.grid.swipe-rotate li.animate .curtain {
  -webkit-animation: swipeRotate 1.5s ease forwards;
  animation: swipeRotate 1.5s ease forwards;
}

@media (max-width: 1060px) {
  .grid.swipe-rotate li.animate .curtain {
    animation: none;
    transform: rotate3d(0, 0, 1, -90deg);
  }
}
@-webkit-keyframes swipeRotate { /* fixes Chrome 35.0.1916.114 issue (easing breaks) */
  50%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
  }
}
@keyframes swipeRotate {
  50%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
  }
}
#portfolio-grid {
  width: 100% !important;
}

#portfolio-grid li {
  width: 23.6%;
  margin: 0 0.7% 20px 0.7%;
}

#portfolio-grid li .cell {
  width: 100%;
  min-height: 0;
  height: 360px;
  margin: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 1;
}

#portfolio-grid li.shown .cell {
  opacity: 1;
}

@media (max-width: 1060px) {
  #portfolio-grid li {
    width: 31.9%;
  }
}
@media (max-width: 768px) {
  #portfolio-grid li {
    width: 48.6%;
  }
}
@media (max-width: 480px) {
  #portfolio-grid li {
    width: 94%;
    margin: 0 3% 20px 3%;
  }
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}
.pswp * {
  box-sizing: border-box;
}
.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}
.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}
.pswp__button:active {
  outline: none;
  opacity: 0.9;
}
.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/Corporate/images/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/Corporate/images/photoswipe/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}
.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}
.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}
.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}
.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}
.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}
a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}
.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}
.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(/Corporate/images/photoswipe/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}
.pswp--css_animation .pswp__preloader__cut {
  /* 
  	The idea of animating inner circle is based on Polymer ("material") loading indicator 
  	 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}
.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.pagination-nav li {
  cursor: pointer;
}
.pagination-nav li:hover {
  color: #0a7ea9;
}
.pagination-nav .active {
  color: #0a7ea9;
}
.pagination-nav .hide {
  display: none;
}

scef-form:focus {
  outline: none !important;
  box-shadow: none !important;
}

.corporate-form:focus {
  outline: none;
  box-shadow: none;
}

.cordish-contact-us {
  padding-bottom: 30px;
}

.leasing-contact-us {
  padding: 0 0 30px 0;
}
.leasing-contact-us scef-form {
  padding: 0;
}

scef-form:focus {
  outline: none !important;
  box-shadow: none !important;
}

.corporate-form:focus {
  outline: none;
  box-shadow: none;
}

.cordish-contact-us {
  padding-bottom: 30px;
}

.leasing-contact-us {
  padding: 0 0 30px 0;
}
.leasing-contact-us scef-form {
  padding: 0;
}

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