/*
	Theme Name: Bitwise v4.3
	Theme URI: https://bitwiseindustries.com
	Description: Fourth iteration of the Bitwise theme
	Version: 4.3
	Author: Crystal Maldonado
	Author URI: http://shift3tech.com
	Tags: Custom, HTML5, CSS3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Light.woff2") format("woff2"),
    url("fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham";
  src: url("fonts/Gotham-Medium.woff2") format("woff2"),
    url("fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

/* global box-sizing */
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}
/* html element 16px font-size for REM use */
html {
  font-size: 62.5%;
}
body {
  font: 300 14px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
}

body.search-modal-open {
  overflow: hidden;
}

span.apos {
  font-family: "Times New Roman";
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}
.clear {
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #00aeef;
  text-decoration: none;
}
a:hover {
  color: #00aeef;
  /* text-decoration: none; */
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.leftify {
  float: left;
}

.rightify {
  float: right;
}

.search-input {
  border: 1px solid #ddd;
  padding: 10px 5px;
  display: inline-block;
  vertical-align: baseline;
  width: 75%;
}

.search-submit {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 0 0 5px;
  padding: 10px 15px;
  background: #00aeef;
  color: white;
  text-decoration: none;
  outline: none;
  border: 0;
  cursor: pointer;

  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
}

.search-submit:hover,
.search-submit:focus,
.search-submit:active {
  text-decoration: none;
  outline: none;
  color: white;
  background: #008abd;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: auto;
  position: relative;
  overflow-x: hidden;
}

body.story {
  overflow: hidden;
}

#container {
  min-height: 100%;
  position: relative;
  background-color: #fffdf8;
}

.drip-form-wrapper {
  width: 90%;
  margin: 0 auto 50px auto;
  max-width: 400px;
}

.drip-form-wrapper input[type="email"],
.drip-form-wrapper input[type="text"] {
  border: 1px solid #ddd;
  width: 100%;
  padding: 5px 10px;
}

.drip-form-wrapper [data-drip-attribute="headline"] {
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 10px;
}

.drip-form-wrapper div[data-drip-attribute="description"] {
  margin-bottom: 20px;
}

.drip-form-wrapper .form-group {
  margin-bottom: 20px;
  text-align: left;
}

#search-modal {
  opacity: 0;
  width: 100%;
  position: fixed;
  top: -100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.75);
  z-index: 100;

  -webkit-transition: top 250ms ease, opacity 250ms ease;
  -moz-transition: top 250ms ease, opacity 250ms ease;
  -o-transition: top 250ms ease, opacity 250ms ease;
  transition: top 250ms ease, opacity 250ms ease;
}

.color-teal {
  color: #00aeef;
}

body.search-modal-open #search-modal {
  top: 0;
  opacity: 1;
}

#header {
  background: #343334;
  height: 70px;
  width: 100%;
  position: fixed;
  z-index: 20;
}

#header .logo {
  display: inline-block;
  float: right;
  max-width: 225px;
  padding: 16px 0;
  margin-right: 20px;
  margin-top: 5px;
}

#header .logo a {
  display: block;
}

#header .flyout-menu-wrapper {
  background: #00aeef;
  height: 100%;
  color: #272525;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

#header .flyout-menu-wrapper .flyout-menu-icon {
  padding: 0 20px;
  text-transform: uppercase;
  display: block;
  height: 100%;
  line-height: 75px;
  font-weight: bold;
}

#header .flyout-menu-wrapper .flyout-menu-icon > span {
  line-height: 1em;
}

#header .flyout-menu-wrapper .flyout-menu-icon .flyout-menu-stack {
  width: 28px;
  height: 22px;
  position: relative;
  margin: 0 10px 0 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

#header .flyout-menu-wrapper .flyout-menu-icon .flyout-menu-stack span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#header
  .flyout-menu-wrapper
  .flyout-menu-icon
  .flyout-menu-stack
  span:nth-child(1) {
  top: 0px;
}

#header
  .flyout-menu-wrapper
  .flyout-menu-icon
  .flyout-menu-stack
  span:nth-child(2),
#header
  .flyout-menu-wrapper
  .flyout-menu-icon
  .flyout-menu-stack
  span:nth-child(3) {
  top: 9px;
}

#header
  .flyout-menu-wrapper
  .flyout-menu-icon
  .flyout-menu-stack
  span:nth-child(4) {
  top: 18px;
}

#header
  .flyout-menu-wrapper.visible
  .flyout-menu-icon
  .flyout-menu-stack
  span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#header
  .flyout-menu-wrapper.visible
  .flyout-menu-icon
  .flyout-menu-stack
  span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header
  .flyout-menu-wrapper.visible
  .flyout-menu-icon
  .flyout-menu-stack
  span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#header
  .flyout-menu-wrapper.visible
  .flyout-menu-icon
  .flyout-menu-stack
  span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#header .flyout-menu-wrapper .flyout-menu-icon:hover,
#header .flyout-menu-wrapper .flyout-menu-icon:focus,
#header .flyout-menu-wrapper .flyout-menu-icon:active {
  background: #008abd;
  cursor: pointer;
}

#header .flyout-menu-actual {
  width: 0;
  overflow: hidden;
  position: fixed;
  top: 70px;
  left: 0;
  background: #00aeef;
  color: #272525;
  font-size: 1.75rem;
  max-width: 375px;

  -webkit-transition: width 250ms ease;
  -moz-transition: width 250ms ease;
  -o-transition: width 250ms ease;
  transition: width 250ms ease;
}

#header .flyout-menu-actual li {
  white-space: nowrap;
  width: 100%;
}

#header .flyout-menu-wrapper.visible .flyout-menu-actual {
  width: 100%;
}

#header .flyout-menu-actual > ul {
  padding: 20px;
  text-transform: uppercase;
  padding-left: 60px;
  padding-bottom: 0;
}

#header .flyout-menu-actual > ul > li {
  border-bottom: 1px solid #999;
  font-family: "Montserrat", sans-serif;
}

#header .flyout-menu-actual ul li a {
  padding: 5px 0;
  display: block;
  color: #000;
}

#header .flyout-menu-actual ul li a:hover,
#header .flyout-menu-actual ul li a:focus,
#header .flyout-menu-actual ul li a:active {
  font-weight: bold;
}

#header .flyout-menu-actual > ul > li.current-menu-item a {
  font-weight: bold;
}

#header .flyout-menu-actual > ul > li > ul.sub-menu {
  padding: 5px 20px;
}

#header .flyout-menu-actual > ul > li > ul.sub-menu li {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: -1px;
}

#footer .social-icons,
#header .flyout-menu-actual .social-icons {
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

#footer .social-icons {
  padding: 0;
  overflow: visible;
  position: relative;
  top: 45px;
  /* margin-top: 20px; */
}

#footer .drip-form-wrapper {
  display: none;
}

#footer .social-icons > li,
#header .flyout-menu-actual .social-icons > li {
  display: inline-block;
  vertical-align: top;
  width: auto;
  border-bottom: 0;
}

#footer .social-icons > li a,
#header .flyout-menu-actual .social-icons > li a {
  padding: 3px 8px;
  border: 1px solid #000;
  font-size: 1.5rem;

  -webkit-transition: background 200ms ease, color 200ms ease;
  -moz-transition: background 200ms ease, color 200ms ease;
  -o-transition: background 200ms ease, color 200ms ease;
  transition: background 200ms ease, color 200ms ease;
}

#footer .social-icons > li a:hover,
#footer .social-icons > li a:focus,
#footer .social-icons > li a:active,
#header .flyout-menu-actual .social-icons > li a:hover,
#header .flyout-menu-actual .social-icons > li a:focus,
#header .flyout-menu-actual .social-icons > li a:active {
  background: #000;
  color: #00aeef;
}

#header .flyout-menu-actual .social-icons > li:first-child a {
}

#header .flyout-menu-actual .social-icons > li:last-child a {
}

#header nav.primary-menu-wrapper {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#header nav.primary-menu-wrapper > ul {
  display: block;
  height: 100%;
  line-height: 55px;
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
  font-weight: bold;
}

#header nav.primary-menu-wrapper > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 -2px 0 -1px;
}

#header nav.primary-menu-wrapper > ul > li > a {
  color: #929496;
  display: block;
  padding: 10px;
  border-right: 1px solid #929496;
}

#header nav.primary-menu-wrapper > ul > li > a:hover,
#header nav.primary-menu-wrapper > ul > li > a:focus,
#header nav.primary-menu-wrapper > ul > li > a:active {
  background: #5c5c5c;
}

#header nav.primary-menu-wrapper > ul > li:last-child > a {
  border-right: 0;
}

#body {
  padding: 70px 0 0 0;
}

#footer {
  position: relative;
  width: 100%;
  background: #fffdf8;
  color: #333;
  padding: 0 0 50px 0;
  text-align: center;
  /* height: 200px; */
  overflow: hidden;
}

#footer a {
  color: #9c9a9b;
}

#footer .copyright {
  position: absolute;
  left: 15px;
  top: 25px;
}

#footer .footer-social {
  position: relative;
  text-align: center;
}

#footer .footer-inside {
  /* max-width: 1000px; */
  width: 100%;
  margin: 0 auto;
}
#footer .footer-inside h1 {
  font-family: "Montserrat", sans-serif;
  color: #00aeef;
}

#footer .copyright > span {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 10px;
}

#footer .copyright > span.copyright-text {
  margin-right: 0;
}

#footer .copyright > span.company-name {
  margin-left: 5px;
}

#footer .content-blocks .content-block .wrap.spaced,
#footer .content-blocks .content-block h2 {
  font-size: 1em;
  margin-top: 0;
  margin-bottom: 5px;
}

#footer .content-blocks .content-block h4 {
  font-size: 1em;
}

.press-release-pagination a,
.btn-footer {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 10px;
  padding: 5px 10px;
  background: #00aeef;
  color: white;
  text-decoration: none;
  outline: none;
  border: 0;

  -webkit-transition: background 250ms ease;
  -moz-transition: background 250ms ease;
  -o-transition: background 250ms ease;
  transition: background 250ms ease;
  cursor: pointer;
}

.press-release-pagination a:hover,
.press-release-pagination a:focus,
.press-release-pagination a:active,
.btn-footer:hover,
.btn-footer:focus,
.btn-footer:active {
  text-decoration: none;
  outline: none;
  color: white;
  background: #008abd;
}

.btn-lg {
  padding: 10px 20px;
  font-size: 1.5em;
}

/* wrapper */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
}

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

.verticalize {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.full-height {
  height: 100%;
}

.bg-cover {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
body.error404 #body {
  min-height: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  background: #555;
  color: white;
}

body.error404 #body .full-height {
  min-height: 500px;
}

body.error404 #body h1 {
  font-size: 3em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
}

body.error404 #body a {
  color: #fff;
}

body.companies #body {
  padding-bottom: 0;
  height: 100%;
}

.page-panel,
.video-slides {
  width: 100%;
  height: 100vh;
  position: relative;
}

.page-panel .homepage-panel-content {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding-top: 70px;

  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.video-slides .video-slide {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  padding-top: 70px;

  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  background: transparent;
}

.video-slides .video-slide#video-slide-static {
  position: absolute;
}

.video-slides .video-slide.visible {
  opacity: 1;
  visibility: visible;
}

.homepage-panel-text,
.video-slides .video-slide .video-slide-text {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #f3e398;
  margin: 0 auto;
  z-index: 3;
}

.video-slides #video-slide-typed .video-slide-text {
  font-size: 3em;
  color: #333;
  font-weight: 600;
  letter-spacing: 12px;
  text-shadow: 0 45px 15px rgba(0, 0, 0, 0.25);
}

.video-slides #video-slide-typed .video-slide-text .typed-letter:last-child {
  color: #00aeef;
}

.stretch_it {
  white-space: nowrap;
}

.type-complete
  .video-slides
  #video-slide-typed
  .video-slide-text
  .typed-letter:last-child {
  color: #333;
}

body.home.page #body {
  height: 100%;
  overflow: hidden;
  padding-bottom: 0;
}

#homepage_main {
  height: 100%;
}

#homepage_main .landing_bg_outer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

#homepage_main .landing_bg {
  height: 250%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-position: center 5%;
}

#homepage_main .homepage-text {
  font-family: "Gotham";
  position: absolute;
  width: 100%;
  text-align: center;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 4.5em;
  color: black;
  /*text-shadow: 0 2px 5px rgba(0,0,0,.25);*/
  line-height: 1.25em;
  /*font-family: "Comic Sans MS", cursive, sans-serif;*/
}

#homepage_main .homepage-text strong {
  font-weight: 500;
}

#homepage_main .homepage-text strong span {
  font-family: "Times New Roman";
}

#homepage_main .homepage-text em {
  color: orange;
  display: block;
}

#homepage_main .text-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.4);
}

#homepage_main #homepage-section {
  z-index: 2;
  position: relative;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}

.homepage-panel-text .slide-text-line,
.video-slides .video-slide .video-slide-text .slide-text-line {
  width: 90%;
  max-width: 650px;
  margin: 0 auto -0.25em auto;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.homepage-panel-text .slide-text-line {
  max-width: 350px;
}

.homepage-panel-bg,
.video-slide-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#video-slide-landing .video-slide-bg {
  opacity: 0.75;
}

.homepage-panel-content .homepage-panel-text,
#video-slide-landing .video-slide-text {
  color: #fff;
  font-weight: 600;
  font-size: 2em;
  text-shadow: 0 30px 15px rgba(0, 0, 0, 0.25);
}

.homepage-panel-content .homepage-panel-text .slide-text-line > div,
#video-slide-landing .video-slide-text .slide-text-line > div {
  margin-bottom: 75px;
  letter-spacing: 2px;
}

.homepage-panel-content .homepage-panel-text .slide-text-line > div:last-child,
#video-slide-landing .video-slide-text .slide-text-line > div:last-child {
  margin-bottom: 0;
}

.chevron-wrapper {
  font-size: 2em;
}

.slide-text-line.decoration-light {
  font-weight: normal;
}

.slide-text-line.decoration-light {
  font-weight: 300;
}

.slide-text-line.decoration-bold {
  font-weight: 600;
}

.slide-text-line.decoration-bolder {
  font-weight: 800;
}

.video-slide-bar {
  width: 200px;
  height: 10px;
  background: #00aeef;
  margin: 30px auto 0 auto;
}

#video-slide-21 .video-slide-text > div:first-child {
  letter-spacing: 5px !important;
  font-size: 40px !important;
}

.video-slide-text .circle-arrow-wrapper {
  margin-top: 50px;
  text-align: center;
}

.video-slide-text .circle-arrow-wrapper a {
  display: inline-block;
}

.video-slide-text .circle-arrow-wrapper img {
  max-width: 100px;
}

main {
  /* font-family: 'Montserrat', sans-serif; */
  font-family: "museo-sans", sans-serif;
}

.single-person #footer {
  padding-top: 100px;
}
#search_results_page,
main#events_page {
  margin-bottom: 25px;
  padding-bottom: 50px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.header-spacing {
  padding-top: 30px;
}

.page-title-wrapper h1,
main h1 {
  /* font-size: 6em; */
  font-size: 6.5rem;
  color: #231f20;
}

#universe_realestate .page-title-wrapper {
  padding-top: 10px;
  padding-bottom: 0px;
}

#universe_realestate .page-title-wrapper h1 {
  font-family: "museo-sans", sans-serif;
  font-size: 3em;
  letter-spacing: -0.025em;
  color: white;
  text-transform: uppercase;
}

#search_results_page .page-title-wrapper h1 {
  font-size: 3em;
}

#search-modal-close {
  color: white;
  font-size: 5em;
  position: absolute;
  top: 0;
  right: 25px;
}

#search-modal-close i {
  cursor: pointer;
}

#search-modal-close i:focus,
#search-modal-close i:active,
#search-modal-close i:hover {
  color: #00aeef;
}

#search-modal .page-title-wrapper {
  padding-top: 0;
}

#search-modal .page-title-wrapper h1 {
  color: white;
}

main#companies_page h1 {
  color: #00aeef;
  margin-bottom: 30px;
}

main.lists-inline .page-text ul {
  display: block;
  margin: 0 auto 10px auto;
}

main.lists-inline .page-text ul li {
  display: inline-block;
  vertical-align: baseline;
  border-right: 1px solid #ddd;
  padding: 0 10px;
}

main.lists-inline ul li:last-child {
  border-right: 0;
}

main h6 {
  letter-spacing: 4px;
}

#companies_page {
  height: 100%;
  min-height: 100%;
}

body.story {
  background: #193e42;
  color: white;
}

main.header-image .page-text,
main#stories_page .page-text,
main#companies_page .page-text {
  width: 90%;
  max-width: 750px;
  margin: 27px auto 5vh;
}

#stories_section .page-text {
  line-height: 2em;
}

main#events_page .page-text {
  max-width: 960px;
}

.page-text p {
  margin-bottom: 15px;
}

.page-text p:empty {
  display: none;
}

.page-text p:last-child {
  margin-bottom: 0;
}

main#stories_page .page-text {
  color: #fffdf8;
  font-size: 1.6em;
  line-height: 1.3em;
}
.accent-width {
  max-width: 510px !important;
  margin: 0 auto;
  padding: 0 20px;
}
main#stories_page h1 {
  color: #fffdf8;
  font-size: 5.2em;
  font-family: "museo-sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1.7rem;
}

main#stories_page .jobs-wrapper h1 {
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  line-height: 1em;
  margin-bottom: 25px;
}

.jobs-wrapper .open-jobs {
}

.jobs-wrapper .open-jobs .open-job {
  text-align: center;
  width: 100%;
  max-width: 33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
}

.jobs-wrapper .open-jobs .open-job .open-job-inside {
  padding: 0 10px;
}

.jobs-wrapper .open-jobs .open-job .job-title {
  font-weight: bold;
  font-size: 1.25em;
}

.jobs-wrapper .open-jobs .open-job .job-meta {
  font-style: italic;
  margin-bottom: 5px;
}
.careers-wrapper {
  color: #231f20;
  font-family: "museo-sans", sans-serif;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  bottom: 61px;
}

.careers-wrapper h2 {
  margin: 20px auto;
  display: block;
  font-weight: 600;
  font-size: 2rem;
  color: #231f20;
  font-family: museo-sans, sans-serif;
}

.careers-wrapper .content-box {
  max-width: 100%;
}

.careers-wrapper .no-job-openings p {
  font-size: 1.25em;
  line-height: 1.75em;
}

.careers-wrapper .content-box .box-content-wrapper[data-columns="1"] {
  width: 100%;
  text-align: center;
}

main#stories_page .story-blocks {
  position: relative;
  height: 100%;
}

main#stories_page .story-page-child {
  padding: 50px 0;
  position: relative;
  width: 100%;
  background-color: #fffdf8 !important;
}

main#stories_page .story-page-child[data-child="people"] {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  /* min-height: 1000px; */
  min-height: 100vh;
  overflow: hidden;
  background: url(https://bitwiseindustries.com/wp-content/uploads/2019/05/Hive-Lobby00001.00_02_11_13.Still001.jpg)
    no-repeat center center;
  background-size: cover;
}

main#stories_page .story-page-child[data-child="people-mobile"] {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  min-height: 1000px;
  overflow: hidden;
  background: url(https://bitwiseindustries.com/wp-content/uploads/2019/05/Hive-Lobby00001.00_02_11_13.Still001.jpg)
    no-repeat center center;
  background-size: cover;
}
@media (max-width: 926px) {
  main#stories_page .story-page-child[data-child="people-mobile"] {
    background: unset;
    display: block;
  }
}

main#stories_page .story-page-child[data-child="people"] .content-box-wrapper {
  height: 100vh;
  padding-top: 150px;
  position: relative;
  background: mediumaquamarine;
  overflow: hidden;
  display: flex;
}

.job-opening-form {
  margin-top: 25px;
  /* padding: 20px 0; */
  padding: 20px 30px;
  max-width: 900px;
  margin: 25px auto 0 auto;
}

.job-opening-form .col-md-6 {
  width: 48%;
  display: inline-block;
  vertical-align: baseline;
}

.job-opening-form .col-md-12 {
  width: 96%;
  margin: 0 auto;
}

.job-opening-form .row {
  margin-bottom: 25px;
}

.job-opening-form h3 {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  color: #231f20;
  font-size: 1.8rem;
  font-family: "museo-sans", sans-serif;
  font-weight: 300;
}

.job-opening-form .btn-send {
  width: 160px;
  height: 50px;
  color: #fffdf8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  font-size: 1.2em;
  text-transform: uppercase;
  transition: unset;
  background-color: #00aeef;
  margin: 0 auto;
  font-family: "museo-sans", sans-serif;
}
/* -webkit-transition: background 250ms ease;
	-moz-transition: background 250ms ease;
	-o-transition: background 250ms ease;
	transition: background 250ms ease;
}

.job-opening-form .btn-send:hover,
.job-opening-form .btn-send:focus,
.job-opening-form .btn-send:active {
	background: #008abd;
} */

.job-opening-form textarea,
.job-opening-form input[type="file"],
.job-opening-form input[type="text"],
.job-opening-form input[type="email"] {
  width: 100%;
  padding: 0.5em 1em;
  font-size: 1.25em;
  border: 1px solid #ddd;
}

.job-opening-form textarea {
  resize: none;
}

#companies_page section.company {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
  font-family: "Montserrat", sans-serif;
}

#companies_page section.company .company-outer-wrapper {
  height: 100%;
  position: relative;
}

#companies_page .company_wrapper {
  /*margin-top: 20vh;*/
  height: 100%;
  position: relative;
}

#companies_page section.company .company-text {
  background: white;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
}

#companies_page section.company .opposite-image {
  position: absolute;
  top: 0px;
  left: 0%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

#events_page .no-events h1 {
  font-size: 2em;
}

#events_page h1.page-title {
  color: #f4ce3d;
}

#events_page .subpage-navigation .subpage-content {
}

#events_page ul.subpages li {
  color: #f4ce3d;
  font-weight: bold;
  text-transform: lowercase;
  border-left: 1px solid #f4ce3d;
  border-right: 1px solid #f4ce3d;
}

#events_page .upcoming-events {
  margin-top: 30px;
}

#events_page .upcoming-events .upcoming-event {
  border: 0;
  color: white;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 25%;
  text-align: left;

  max-height: 204px;
  overflow: hidden;
  margin-bottom: 20px;

  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
}

#events_page .upcoming-events .upcoming-event .upcoming-event-inside {
  background: rgba(0, 0, 0, 0.25);
  padding: 20px 10px;
}

#events_page .upcoming-events .upcoming-event .event_month,
#events_page .upcoming-events .upcoming-event .event_day {
  font-size: 3.5em;
  letter-spacing: -2px;
}

#events_page .upcoming-events .upcoming-event .event_month {
  white-space: nowrap;
}

#events_page .upcoming-events .upcoming-event .event_day {
  margin-bottom: -10px;
}

#events_page .upcoming-events .upcoming-event .event_time {
  margin-top: -10px;
}

#events_page .upcoming-events .upcoming-event .event_short_description {
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

#events_page .upcoming-events .upcoming-event .event_button {
  text-align: center;
  margin-top: 20px;
}

#events_page .upcoming-events .upcoming-event .event_button .btn {
  padding: 7px 14px;
  display: inline-block;
  background: #ddd;
  color: white;
  font-weight: bold;
  font-size: 1.1em;

  -webkit-transition: background 200ms ease, color 200ms ease;
  -moz-transition: background 200ms ease, color 200ms ease;
  -o-transition: background 200ms ease, color 200ms ease;
  transition: background 200ms ease, color 200ms ease;
}

#events_page
  .upcoming-events
  .upcoming-event:nth-child(even)
  .upcoming-event-inside {
  background: rgba(244, 205, 76, 0.35);
}

#events_page
  .upcoming-events
  .upcoming-event:nth-child(even)
  .event_button
  .btn {
  background: #f4cd4c;
}

#events_page
  .upcoming-events
  .upcoming-event:nth-child(even)
  .event_button
  .btn:hover,
#events_page
  .upcoming-events
  .upcoming-event:nth-child(even)
  .event_button
  .btn:focus,
#events_page
  .upcoming-events
  .upcoming-event:nth-child(even)
  .event_button
  .btn:active {
  background: #cca628;
}

#events_page
  .upcoming-events
  .upcoming-event:nth-child(odd)
  .upcoming-event-inside {
  /* background: rgba(58,175,171, .35); */
  background: rgba(14, 174, 239, 0.35);
}

#events_page
  .upcoming-events
  .upcoming-event:nth-child(odd)
  .event_button
  .btn {
  /* background: #3aafab; */
  background: #00aeef;
}

#events_page
  .upcoming-events
  .upcoming-event:nth-child(odd)
  .event_button
  .btn:hover,
#events_page
  .upcoming-events
  .upcoming-event:nth-child(odd)
  .event_button
  .btn:focus,
#events_page
  .upcoming-events
  .upcoming-event:nth-child(odd)
  .event_button
  .btn:active {
  /* background: #1e938f; */
  background: #00aeef;
}

#events_page .monthly-events {
  width: 100%;
  max-width: 960px;
  margin: 20px auto 0 auto;
}

#events_page .monthly-events .event-stub {
  width: 100%;
  max-width: 33%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-bottom: 20px;

  -webkit-transition: color 100ms ease;
  -moz-transition: color 100ms ease;
  -o-transition: color 100ms ease;
  transition: color 100ms ease;

  cursor: pointer;
}

#events_page .monthly-events .event-stub .event-stub-inside {
  padding: 10px;
  /* border-left: 10px solid #3aafab; */
  border-left: 10px solid #00aeef;
  margin: 0 10px;
  background: #eee;
  position: relative;
}

#events_page .monthly-events .event-stub .event-bg-hover {
  width: 0;
  height: 100%;
  /* background: #3aafab; */
  background: #00aeef;

  position: absolute;
  top: 0;
  left: 0px;

  -webkit-transition: width 250ms ease;
  -moz-transition: width 250ms ease;
  -o-transition: width 250ms ease;
  transition: width 250ms ease;
}

#events_page .monthly-events .event-stub:hover .event-bg-hover,
#events_page .monthly-events .event-stub:active .event-bg-hover,
#events_page .monthly-events .event-stub:focus .event-bg-hover {
  width: 100%;
}

#events_page .monthly-events .event-stub .event-stub-details {
  position: relative;
  z-index: 2;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
}

#events_page .monthly-events .event-stub .event-stub-date {
  letter-spacing: -2px;
  font-size: 2em;
  margin-bottom: -5px;
}

#events_page .monthly-events .event-stub .event-stub-time {
  margin-bottom: 5px;
  /* color: #3aafab; */
  color: #00aeef;
}

#events_page .monthly-events .event-stub:hover,
#events_page .monthly-events .event-stub:active,
#events_page .monthly-events .event-stub:focus,
#events_page .monthly-events .event-stub:hover .event-stub-time,
#events_page .monthly-events .event-stub:active .event-stub-time,
#events_page .monthly-events .event-stub:focus .event-stub-time {
  color: white;
}

#events_page .monthly-events-nav {
  width: 100%;
  max-width: 960px;
  margin: 30px auto 10px auto;
  text-align: center;
}

#events_page .monthly-events-nav li {
  display: inline-block;
  vertical-align: baseline;
  font-size: 1.25em;
}

#events_page .monthly-events-nav li a {
  text-align: center;
  padding: 5px 0px;
  margin: 0 20px;
  display: block;
  color: #999;
  letter-spacing: 3px;
  text-transform: lowercase;
  position: relative;
}

#events_page .monthly-events-nav li a .event-nav-footer {
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 2px;
  width: 0;
  /* background: #3aafab; */
  background: #00aaef;

  -webkit-transition: width 250ms ease;
  -moz-transition: width 250ms ease;
  -o-transition: width 250ms ease;
  transition: width 250ms ease;
}

#events_page .monthly-events-nav li a:hover,
#events_page .monthly-events-nav li a:focus,
#events_page .monthly-events-nav li a:active {
  /* color: #3aafab; */
  color: #00aeef;
}

#events_page .monthly-events-nav li a:hover .event-nav-footer,
#events_page .monthly-events-nav li a:focus .event-nav-footer,
#events_page .monthly-events-nav li a:active .event-nav-footer {
  width: 100%;
}

.event-stub-modal-content {
  display: none;
}

.event-description {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  text-align: left;
}

.event-description .event-description-inside {
  padding-right: 15px;
}

.event-description .event-description-inside p {
  margin-bottom: 15px;
}

.event-description .event-description-inside p:last-child {
  margin-bottom: 0;
}

.event-links {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  text-align: center;
}

.event-links .event-links-inside {
  padding-left: 15px;
}

.event-links .event-links-inside a {
  display: block;
  padding: 15px 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
}

.event-links .event-links-inside a:last-child {
  margin-bottom: 0;
}

#event-modal-wrapper {
  opacity: 0;
  position: fixed;
  z-index: 1;
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;

  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

#event-modal-wrapper .event-modal-bg {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#event-modal-wrapper .event-modal-content {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  background: white;
  position: relative;
  height: 100%;
}

#event-modal-wrapper .event-modal-content-wrapper {
  text-align: center;
  height: 75vh;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.event-modal-content-inside {
  overflow: auto;
  padding: 20px;
  height: 100%;
}

#event-modal-wrapper .close-event-modal {
  position: absolute;
  top: 0;
  right: 0;
  color: #333;
  font-size: 28px;
  background: white;
  width: 50px;
  height: 50px;
  line-height: 40px;
  padding: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

body.event-modal {
  overflow: hidden;
}

body.event-modal #event-modal-wrapper {
  opacity: 1;
  z-index: 5;
  top: 0;
  left: 0;
}

.step-left .company-text {
  left: 0;
}
.step-right .company-text {
  left: 50%;
}

.background-container {
  position: absolute;
  top: 0px;
  width: 50%;
  height: 100%;
  overflow: hidden;
  background-color: #000000;

  /*-webkit-transition: transform 10ms ease;
    -moz-transition: transform 10ms ease;
    -o-transition: transform 10ms ease;
    transition: transform 10ms ease;*/
}

.step-left .background-container {
  /*margin-left: -1px;*/
  left: 0;
}

.step-right .background-container {
  right: 0;
}

.step .background-container .background {
  /*-webkit-transition: transform 10ms ease;
    -moz-transition: transform 10ms ease;
    -o-transition: transform 10ms ease;
    transition: transform 10ms ease;*/
}

.step-left .background-container .background {
  position: absolute;
  top: 0px;
  left: 0;
  width: 200%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.step-right .background-container .background {
  position: absolute;
  top: 0px;
  left: -100%;
  width: 200%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}

.company-text-inside {
  padding: 0 50px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;

  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.company-text-inside .company-word-text {
  margin-bottom: 20px;
  font-size: 2em;
  text-transform: uppercase;
}

.company-text-inside .company_name_primary {
  font-size: 6em;
  line-height: 0.9em;
  font-weight: 300;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.company-text-inside .company_color {
  width: 200px;
  height: 10px;
  display: block;
  margin: 5px 0;
}

.company-text-inside .company_name_secondary {
  font-size: 4em;
  line-height: 0.9em;
  font-weight: 300;
  margin-bottom: 10px;
  font-family: "Open Sans Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: -2px;
}

.subpage-navigation {
  border-bottom: 1px solid white;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 15px auto;
  padding-bottom: 10px;
  color: white;
}

.subpage-navigation.sticky {
  position: fixed;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.subpage-navigation .subpage-icon {
  font-size: 2em;
}

.subpage-navigation .subpage-icon.subpage-icon-left {
  margin-right: 15px;
}

.subpage-navigation .subpage-content {
  display: inline-block;
  vertical-align: bottom;
  padding-top: 15px;
  opacity: 0;

  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.subpage-navigation.content-visible .subpage-content {
  opacity: 1;
}

.subpage-navigation .subpage-content ul {
  display: inline-block;
  vertical-align: baseline;
}

.subpage-navigation .subpage-content ul li {
  display: inline-block;
  vertical-align: baseline;
  border-right: 1px solid #ddd;
  padding: 0 10px;
}

.subpages .subpage a,
.subpage-navigation .subpage-content ul li a {
  color: white;
}

.subpage-navigation .subpage-content ul li:last-child {
  border-right: 0;
}

.content-box {
  margin: 30px auto 75px;
  max-width: 960px;
  width: 100%;
}

.content-box:last-child {
  margin-bottom: 30px;
}

.content-box[data-type="story-box"] .content-box-header > h2,
.content-box[data-type="story-box"] .content-box-header > h3 {
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}

.content-box .content-box-header {
  margin-bottom: 20px;
}

.content-box[data-type="story-box"] .content-box-header h2 {
  font-size: 2em;
  line-height: 1.1em;
  font-weight: 600;
  font-family: "museo-sans", sans-serif;
  text-transform: uppercase;
  padding-right: 5%;
  color: #231f20;
}

.content-box[data-type="story-box"] .content-box-header h3 {
  padding-left: 5%;
  /* font-family: 'Open Sans Condensed', sans-serif; */
  text-transform: uppercase;
  font-size: 2em;
  /* line-height: 1em; */
}

.content-box-bar,
.content-box .content-box-bar {
  width: 45%;
  height: 20px;
  margin-bottom: 25px;
}

.content-box .box-content-wrapper {
  line-height: 1.5em;
  font-family: "Droid Serif", serif;
}

.content-box .box-content-wrapper[data-columns="2"] {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 5em;
  -moz-column-gap: 5em;
  column-gap: 5em;
}

.content-box .box-content-wrapper .box-content-inside p {
  margin-bottom: 20px;
  font-family: "museo-sans", "sans-serif";
  color: #231f20;
}

.content-box .box-content-wrapper .box-content-inside p:last-child {
  margin-bottom: 0;
}

.content-box .box-content-wrapper[data-columns="1"] {
  width: 50%;
}

.story-page-child[data-child="values"]
  .content-box[data-type="story-box"]
  .content-box-header
  h2 {
  color: #231f20;
  font-family: "museo-sans", sans-serif;
  font-size: 2em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1.1em;
}

.story-page-child[data-child="people"]
  .content-box[data-type="story-box"]
  .content-box-header
  h3 {
  color: #333;
}

.story-page-child[data-child="people-mobile"],
.story-page-child[data-child="people"]
  .content-box[data-type="story-box"]
  .box-content-inside {
  color: #333;
}

.story-page-child[data-child="people-mobile"] {
  display: none;
}

.people-mobile-wrapper {
  width: 90%;
  text-align: center;
  margin: 50px auto -50px auto;
}

.people-mobile-wrapper .person-mobile {
  margin-bottom: 25px;
}

.people-mobile-wrapper .person-mobile .person-inside {
  position: relative;
}

.people-mobile-wrapper .person-mobile .person-inside img {
  width: 100%;
}

.people-mobile-wrapper .person-mobile .person-inside .person-mobile-text {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 20px 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: white;
}

.people-mobile-wrapper
  .person-mobile
  .person-inside
  .person-mobile-text:nth-last-child(0) {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 50px 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  color: white;
}

.people-mobile-wrapper
  .person-mobile
  .person-inside
  .person-mobile-text
  .person-mobile-name {
  font-weight: bold;
  font-family: "bebas_neueregular";
  font-size: 1.5em;
}

.people-mobile-wrapper
  .person-mobile
  .person-inside
  .person-mobile-text
  .person-mobile-headline {
  font-family: "bebas_neuelight";
  font-size: 1.25em;
  line-height: 0.9em;
}

.people-wrapper {
  position: relative;
  padding-top: 5em;
  height: 300vh;
}

.people-wrapper .person-box {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  max-width: 25%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.people-wrapper .person-box .person-box-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;

  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}

.people-wrapper .person-box .person-box-inside {
  opacity: 0;

  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;

  font-family: "Open Sans Condensed", sans-serif;
}

.people-wrapper .person-box:hover .person-box-bg,
.people-wrapper .person-box:hover .person-box-inside {
  opacity: 1;
}

.people-wrapper .person-box .person-box-inside .person-headline {
  font-size: 1.25em;
  text-transform: uppercase;
}

.people-wrapper .person-box .person-box-inside .person-name {
  font-size: 3em;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 0.9em;
}

.people-wrapper .person-box .person-image-holder {
  opacity: 0;
  visibility: hidden;
  height: 50vh;
}

.people-wrapper .people-panel {
  position: relative;
  height: 100vh;
  width: 100%;
  left: 0;
}

.people-wrapper .people-panel-inside {
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
}

.people-wrapper .person-box {
  position: absolute;
  top: 0;
  left: 0;
}

/*.people-wrapper .person-box:nth-child(odd) {
	top: 0;
	bottom: auto;
}

.people-wrapper .person-box:nth-child(even) {
	top: auto;
	bottom: 0;
}*/

.people-wrapper .person-box:nth-child(1) {
  left: 0%;
}
.people-wrapper .person-box:nth-child(2) {
  top: auto;
  bottom: 0;
  left: 25%;
}
.people-wrapper .person-box:nth-child(3) {
  left: 50%;
}
.people-wrapper .person-box:nth-child(4) {
  top: auto;
  bottom: 0;
  left: 75%;
}
.people-wrapper .person-box:nth-child(5) {
  top: auto;
  bottom: 0;
  left: 0%;
}
.people-wrapper .person-box:nth-child(6) {
  left: 25%;
}
.people-wrapper .person-box:nth-child(7) {
  top: auto;
  bottom: 0;
  left: 50%;
}
.people-wrapper .person-box:nth-child(8) {
  left: 75%;
}

/*------------------------------------*\
	PEOPLE SLIDER
\*------------------------------------*/

#people-slide-wrapper {
  position: relative;
  min-height: 100vh;
}

.people-slide-template-wrapper {
  width: 100%;
}

.slide-template-wrapper .people-slide-template-wrapper {
  height: 100vh;
}

.slide-template-wrapper .people-slide-template-wrapper .people-slide-row {
  width: 100%;
  height: 50%;
}

.people-slide-column {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  height: 100%;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.people-slide-column .people-slide-number {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  background: #ddd;
  color: #333;
  z-index: 10;
}

.people-slide-column .column-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  opacity: 0;
  background: rgba(0, 0, 0, 0.5);

  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.people-slide-column:hover > .column-inside {
  opacity: 1;
}

.people-slide-column .column-inside .person-title-card {
  text-align: center;
  font-size: 1em;
  width: 100%;
  position: absolute;
  top: 50%;
  color: #fff;
  -webkit-transform: perspective(1px) translateY(-50%);
  -ms-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
}

.people-slide-column .column-inside .person-title-card .person-title-headline {
  font-size: 1.5em;
  line-height: 1em;
  font-family: "museo-sans", sans-serif;
  font-weight: 100;
}

.people-slide-column .column-inside .person-title-card .person-title-name {
  font-size: 2.8em;
  line-height: 0.8em;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.slide-template-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  /* background: rgb(25, 62, 66); */
  background-color: #636466;
  /*background: #ddd;*/
}
.slide-template-wrapper:nth-child(even) {
  /*background: #999;*/
}

.slide-template-wrapper .people-slide-template-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.people-slide-template-wrapper-inside {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slide-template-wrapper
  .people-slide-template-wrapper
  .people-slide-column
  .people-slide-row {
  height: 100%;
}

.slide-template-wrapper
  .people-slide-template-wrapper
  .people-slide-column
  .people-slide-row.height-1 {
  height: 50%;
}

.slide-template-wrapper
  .people-slide-template-wrapper
  .people-slide-column
  .people-slide-row.height-2 {
  height: 100%;
}

.people-slide-column.height-1 {
  height: 50%;
}

.people-slide-column.height-2 {
  height: 100%;
}

#container_1_parent {
  background-color: #636466;
}

.slide-template-wrapper
  .people-slide-template-wrapper
  .people-slide-column
  .people-slide-row
  .people-slide-column {
  border: 0;
}

.slide-template-wrapper
  .people-slide-template-wrapper
  .people-slide-column
  .people-slide-row:last-child
  .people-slide-column {
  border-bottom: 0px;
}

.people-slide-row .people-slide-column[data-person*="empty"] .column-inside {
  opacity: 0;
  cursor: default;
}

.people-slide-row .no-person {
  width: 100%;
  height: 100%;
  background: rgb(25, 62, 66);
}

.story-blocks .scrollmagic-pin-spacer {
  z-index: 5;
}

.people-slide-column.column-12 {
  width: 100%;
}
.people-slide-column.column-6 {
  width: 50%;
}
.people-slide-column.column-3 {
  width: 25%;
}

.height-100 {
  height: 100%;
}

.width-50 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

.pad-left-50p {
  padding-left: 50%;
}
.pad-right-50 {
  padding-right: 50px;
}
.pad-tb-50 {
  padding: 100px 0 25px;
}
.pad-tb-100 {
  padding: 100px 0;
}

.single-person-content-inside {
  padding: 0 0 0 40px;
}

body.locations #body {
  padding-bottom: 0;
  padding-top: 0;
  min-height: 100%;
  width: 100%;
  position: absolute;
  height: 100%;
}

body #body #locations_page {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#dynamic_location_wrapper {
  /*margin-top: -35px;*/
}

#locations_page section {
  height: 100%;
}

#locations_page .location {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#locations_page .location .primary-image {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50%;
  height: 100%;
  overflow: hidden;
}

#locations_page .location .secondary-image .image-bg,
#locations_page .location .primary-image .image-bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  position: relative;
  top: 70px;
  left: 0px;
}

#locations_page .location .secondary-image {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 50%;
  height: 50%;
  overflow: hidden;
}

#locations_page .location .feature-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 50%;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
}

#locations_page .location .feature-text:first-child {
  opacity: 1;
  visibility: visible;
}

#locations_page .location .location-header-text {
  color: white;
  position: relative;
  width: 50%;
  height: 100%;
  margin-top: 70px;
}

#locations_page .location .location-header-text .location-header-text-inside {
  /*padding: 0 30px;*/
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

#locations_page
  .location
  .location-header-text
  .location-header-text-inside
  .location-inside-wrapper {
  width: 50%;
  margin: 0 auto;
}

#locations_page .location .location-features {
  color: white;
  margin-top: 30px;
  padding-left: 20px;
}

#locations_page .location-header-text h1 {
  font-size: 8em;
  text-transform: uppercase;
  line-height: 0.75em;
  padding-top: 0;
  letter-spacing: normal;
  font-family: "bebas_neuelight", "Open Sans Condensed", sans-serif;
}

#locations_page .location-header-text h2 {
  font-size: 6em;
  text-transform: uppercase;
  line-height: 0.75em;
  font-family: "bebas_neuelight", "Open Sans Condensed", sans-serif;
}

#locations_page .location-header-box {
  width: 160px;
  height: 20px;
  margin-top: 10px;
}

#locations_page .feature-text-inside {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#locations_page .feature-text-inside a {
  color: #00b5e4;
}

#locations_page .feature-text-inside p {
  font-family: "aleoregular", serif;
}

#locations_page .feature-text-inside .inside-spacer {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

#locations_page .feature-text-inside h1 {
  font-size: 3em;
  margin-bottom: -10px;
  text-align: center;
  font-family: "bebas_neueregular", "Open Sans Condensed", sans-serif;
}

#locations_page .feature-text-inside h2 {
  font-size: 2.75em;
  text-align: center;
  margin-bottom: 20px;
  font-family: "bebas_neuelight", "Open Sans Condensed", sans-serif;
}

#locations_page .location-feature-list li {
  position: relative;
  display: block;
  height: 40px;
  width: 100%;
  cursor: default;
}

#locations_page .location-feature-list .bullet {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #ffffff;
}

#locations_page .location-feature-list .line {
  position: absolute;
  top: 0px;
  left: 3px;
  width: 1px;
  height: 40px;
  opacity: 0.5;
  overflow: hidden;
  border-right: 1px solid white;
}

#locations_page .location-feature-list .icon {
  position: absolute;
  top: -9px;
  left: -9px;
  width: 25px;
  height: 25px;
}

#locations_page .location-feature-list .icon .icon-ring {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #51a7ff;
  opacity: 0;
}

#locations_page .location-feature-list li:first-child .icon .icon-ring {
  opacity: 1;
}

#locations_page .location-feature-list li:last-child .line {
  display: none;
}

#locations_page .location-feature-list .title {
  position: absolute;
  top: -5px;
  left: 30px;
  width: 100%;
  font-size: 1em;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "bebas_neuelight", "Open Sans Condensed", sans-serif;
  letter-spacing: 1px;
}

.people-profile-wrapper,
#people-profile-wrapper {
  position: fixed;
  width: 100%;
  height: 0;
  z-index: 9;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
}

.people-profile-wrapper .person_image {
  position: absolute;
  width: 50%;
  height: 100%;
  min-height: 100vh;
  left: 0;
}

.people-profile-wrapper .person_image .single-person-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;

  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.people-profile-wrapper .person_image .single-person-bg img {
  width: 100%;
  visibility: hidden;
  display: none;
}

#people-profile-wrapper #person_image {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  height: 100%;
}

.people-profile-wrapper,
body.profile-view #people-profile-wrapper {
  height: 100%;
  display: block;
}

.people-profile-wrapper {
  position: relative;
  min-height: 100vh;
}

body.profile-view {
  overflow-y: hidden;
}

#people_timeline {
  position: absolute;
  left: -50px;
  top: 0;
  z-index: 10;
  overflow: hidden;
  height: 100%;
  opacity: 0;
}

body.profile-view #people_timeline {
}

#people_timeline ul {
  width: 100%;
  margin: 0 auto;
  padding-left: 150px;

  position: relative;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#people_timeline li {
  position: relative;
  height: 28px;
  margin: 10px 0;
  cursor: pointer;
  font-weight: 600;
  color: #00aeef;
}

#people_timeline li .bullet {
  position: absolute;
  left: 15px;
  margin-left: -3px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: white;
}

#people_timeline li .icon {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  border: 3px solid #00aeef;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
  opacity: 0;

  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

#people_timeline li .text {
  opacity: 0;
  font-size: 20px;
  padding-left: 40px;
  display: inline-block;
  padding-right: 20px;

  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

#people_timeline li:hover .text {
  opacity: 1;
  background-color: #241f20;
}
#people_timeline li:hover .icon,
#people_timeline li.active .icon {
  opacity: 1;
}

#people_details {
  height: 100%;
  position: absolute;
  bottom: 100%;
  right: 0;
  background: white;
  overflow-x: hidden;
  overflow-y: auto;
  color: #333;
}

#people_details_inside .subpage-navigation {
  color: #00aeef;
  text-align: center;
  border-bottom: 1px solid #00aeef;
  margin-top: 30px;
}

#people_details_inside .subpage-navigation .subpage-content {
  opacity: 1;
}

#people_details_inside .subpage-navigation .subpage-content ul li a {
  color: #00aeef;
}

#people_details_inside
  .subpage-navigation
  .subpage-content
  ul
  li[data-slug="spotlight"] {
  font-weight: bold;
}

.people_details_inside a,
#people_details_inside a {
  color: #333;
}

.people_details_inside .people_details_name,
#people_details_inside #people_details_name {
  text-align: center;
  font-size: 4em;
  text-transform: uppercase;
  line-height: 0.85em;
  letter-spacing: -0.05em;
  margin: 0.5em auto 0.5em auto;
  /* font-family: 'bebas_neueregular', 'Open Sans Condensed', sans-serif; */
  font-family: "museo-sans", sans-serif;
  font-weight: 600;
}

.people_details_inside .people_details_tagline,
#people_details_inside #people_details_tagline {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 0.95em;
  font-family: "museo-sans", sans-serif;
}

.people_details_inside .people_details_tagline_box,
#people_details_inside #people_details_tagline_box {
  width: 115px;
  height: 24px;
  background: #00aeef;
  margin: 25px auto 2em auto;
}

.people_details_inside .people_details_content_quote,
#people_details_inside #people_details_content_quote {
  text-transform: uppercase;
  font-size: 1.2em;
  font-family: "museo-sans", sans-serif;
  text-align: center;
  margin-bottom: 4rem;
}

.people_details_inside .people_details_content_actual,
#people_details_inside #people_details_content_actual {
  font-family: "museo-sans", sans-serif;
  margin-left: 25px;
}

.single-person-content-inside p,
.people_details_inside .people_details_content_actual p,
#people_details_inside #people_details_content_actual p {
  margin-bottom: 0.5em;
}

/*.people_details_inside .people_details_content_quote:before,
.people_details_inside .people_details_content_quote:after,
#people_details_inside #people_details_content_quote:before,
#people_details_inside #people_details_content_quote:after {
	display: inline-block;
	vertical-align: top;
	font-family: 'bebas_neuelight', 'Open Sans Condensed', sans-serif;
	content: "'";
}*/

.people_details_inside {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0 25%;
  overflow: hidden;
  /* margin-top: 70px; */
  margin-top: 100px;
}

#people_details_inside {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0 15% 50px 15%;
  overflow: hidden;
  /* margin-top: 70px; */
  margin-top: 100px;
}

.people_details_inside {
  margin-top: 0;
  padding-bottom: 75px;
}

#people_details_inside .people-closer {
  position: absolute;
  /* top: 5px; */
  top: -7px;
  right: 10px;
  font-size: 2em;
  cursor: pointer;
}

#people_details_inside .people-closer:hover,
#people_details_inside .people-closer:focus,
#people_details_inside .people-closer:active {
  color: #00aeef;
}

#people_timeline .timeline-items {
  margin: 10% auto;
  height: 80%;
  overflow: hidden;
}

#people_timeline .timeline-bg {
  position: absolute;
  left: 164px;
  height: 100%;
  width: 1px;
  background: #fff;
  top: 0;
}

.person_image .person-bg-image,
#person_image .person-bg-image {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.person_image .person-bg-image-actual,
#person_image .person-bg-image-actual {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;

  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;

  margin-top: 70px;
}

.person_image .person-bg-image.active .person-bg-image-actual,
#person_image .person-bg-image.active .person-bg-image-actual {
  opacity: 1;
  z-index: 1;
  top: 0;
}

.person_image .image-background,
#person_image .image-background {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  top: 100%;
}

.person_image .image-background {
  top: 0;
}

#people-profile-wrapper #people-profile-wrapper-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 2em;
  z-index: 100;
  color: #333;
  cursor: pointer;
}

/*.companies_header_tiles {
	min-height: 650px;
}*/

#companies_page .subpage-navigation {
  color: #c7c8ca;
  border-bottom: 1px solid #c7c8ca;
  margin: 30px auto;
}

.companies_header_tiles .company_tile {
  display: inline-block;
  width: 100%;
  max-width: 20%;
  margin: 0 auto;
  text-align: center;
  /*font-family: 'Open Sans Condensed', sans-serif;*/
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  vertical-align: top;
  cursor: default;
}

.companies_header_tiles .company_tile[data-location] {
  cursor: pointer;
}

.companies_header_tiles .company_tile[data-location]:hover {
  background: rgba(0, 0, 0, 0.05);
}

.companies_header_tiles .company_tile .company_tile_inside {
  padding: 0 20px;
  margin: 20px 20px 20px 20px;
  text-align: center;
  font-size: 1.5em;
  overflow: hidden;
}

.companies_header_tiles .company_tile .company_tile_inside .company_tile_name {
  font-weight: bold;
  margin: 15px auto 0px auto;
}

.companies_header_tiles
  .company_tile
  .company_tile_inside
  .company_tile_description {
  line-height: 1.25em;
}

.companies_header_tiles
  .company_tile
  .company_tile_inside
  .company_tile_website {
  margin-top: 0px;
}

.companies_header_tiles
  .company_tile
  .company_tile_inside
  .company_tile_website
  a {
  color: #00aeef;
}

.companies_header_tiles[data-group="real-estate"]
  .company_tile
  .company_tile_inside
  .company_tile_website
  a {
  color: #000;
}

.featured_tile_square {
  width: 100%;
  max-width: 50%;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.company_featured_tile_inside {
  padding: 50px 150px;
  text-align: left;
}

.company_featured_tile_inside h2 {
  font-weight: bold;
  font-size: 3em;
}

.company_featured_tile_inside h3 {
  font-weight: bold;
  font-size: 2.5em;
}

.header-panel-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header-panel-bg > img {
  visibility: hidden;
  opacity: 0;
  width: 100%;
}

.header-panel-images {
  width: 100%;
  position: relative;
}

.header-panel-images .header-panel-image {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.header-panel-images .header-panel-image .header-panel-bg {
  position: relative;
}

.header-panel-images .header-panel-image .header-panel-shade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.75;
  display: none;
}

.header-panel-images
  .header-panel-image.header-panel-image-left
  .header-panel-shade {
  background-color: #f7be37;
}

.header-panel-images
  .header-panel-image.header-panel-image-right
  .header-panel-shade {
  background-color: #60b0af;
}

.header-panel-images
  .header-panel-image.header-panel-image-left
  .header-panel-bg {
  background-position: right center;
}

.header-panel-images
  .header-panel-image.header-panel-image-right
  .header-panel-bg {
  background-position: left center;
}

#header-panel-content-wrapper #header-panel-content .header-panel-title {
  font-family: "bebas_neueregular";
  text-transform: uppercase;
  position: relative;
  width: 50%;
  text-align: center;
  color: white;
  font-size: 9em;
  display: inline-block;
  vertical-align: top;
  line-height: 1em;
  z-index: 1;
}

#header-panel-content-wrapper
  #header-panel-content
  .header-panel-title
  .panel-title {
  width: 75%;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  margin-top: -0.15em;
}

.universe_and_symbol {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.universe_and_symbol img {
  width: 100%;
  max-width: 300px;
}

.universe_content {
  padding-top: 10px;
  font-size: 1.5em;
  width: 95%;
  max-width: 815px;
  margin: 0 auto;
  color: black;
}

.universe_content p {
  margin-bottom: 20px;
}

.header-panel-images #header-panel-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: white;
  font-size: 1.25em;
  z-index: 3;
  /*text-shadow: 1px 1px 4px rgba(0,0,0,.75);*/
}

.header-panel-images #header-panel-content-wrapper #header-panel-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.header-panel-images #header-panel-content-wrapper #header-panel-content p {
  margin-bottom: 15px;
}

.header-panel-images
  #header-panel-content-wrapper
  #header-panel-content
  p:last-child {
  margin-bottom: 0;
}

.companies_header_tile_groups {
  width: 100%;
  position: relative;
  /*box-shadow: 0 10px 10px rgba(0,0,0,.1);*/
  z-index: 1;
}

.companies_header_tile_groups .companies_header_tiles {
  display: block;
  width: 100%;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: center;
}

.companies_header_tile_groups .companies_header_tiles[data-group="operations"] {
  color: #00aeef;
}

.companies_header_tile_groups .companies_header_tiles:first-child {
  text-align: center;
  background: #fff;
}

.companies_header_tile_groups
  .companies_header_tiles:first-child
  .company_group_name {
}

.companies_header_tile_groups .companies_header_tiles:last-child {
  text-align: center;
  background: #fff;
}

.companies_header_tile_groups
  .companies_header_tiles:last-child
  .company_group_name {
}

.companies_header_tile_groups .companies_header_tiles .half-wrapper {
  display: inline-block;
  width: 100%;
  /*max-width: 640px;*/
  text-align: left;
}

.companies_header_tile_groups .companies_header_tiles .company_group_name {
  text-transform: uppercase;
  font-size: 1.75em;
  letter-spacing: 4px;
  font-family: "Open Sans Condensed", sans-serif;
}

.companies_header_tile_line {
  position: absolute;
  width: 1px;
  height: 95%;
  left: 50%;
  margin-left: -1px;
  padding-top: 40px;
}

.companies_header_tile_line > .line {
  background: black;
  width: 100%;
  height: 100%;
}

.landing_tiles {
  padding: 0;
  text-align: center;
  position: relative;
  padding-top: 100px;
}

.landing_tiles_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.landing_tiles .landing_tile {
  text-align: left;
  width: 100%;
  max-width: 400px;
  display: inline-block;
  vertical-align: top;
  margin-top: 200px;

  -webkit-transition: transform 0.15s ease;
  -moz-transition: transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
}

.landing_tiles .landing_tile.psuedo_landing_tile {
  visibility: hidden;
  opacity: 0;
}

.landing_tiles .landing_tile a {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;

  opacity: 0.65;
  display: block;
}

.landing_tiles .landing_tile a:hover {
  opacity: 1;
}

.landing_tiles .landing_tile .landing_tile_spacer {
  margin: 20px;
  /*box-shadow: 6px 6px 10px rgba(0,0,0,.25);*/
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.75);
}

.landing_tiles .tile-row .landing_tile:first-child {
  margin-top: -75px;
}

.landing_tiles .tile-row:first-child .landing_tile:first-child {
  margin-top: 0;
}

.landing_tiles .landing_tile:nth-child(odd) .landing_tile_spacer {
  background: rgba(200, 200, 200, 0.75);
  color: #fff;
}

.landing_tiles .landing_tile:nth-child(even) .landing_tile_spacer {
  background: rgba(63, 176, 173, 0.75);
  color: white;
}

.landing_tile_inside {
  padding: 20px;
}

.landing_tiles .landing_tile .landing_tile_title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.landing_tiles .landing_tile:nth-child(odd) .landing_tile_title {
  border-bottom: 2px solid rgba(6255, 255, 255, 1);
}

.landing_tiles .landing_tile:nth-child(even) .landing_tile_title {
  border-bottom: 2px solid white;
}

.landing_tiles .landing_tile .landing_tile_line2 {
  margin: 30px auto 10px auto;
}

.landing_tile .landing_tile_details {
  margin-bottom: 30px;
}

.landing_tile .landing_tile_details .landing_tile_image {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.landing_tile .landing_tile_details .landing_tile_image .image {
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.landing_tile .landing_tile_details .landing_tile_content {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
}

.landing_tile
  .landing_tile_details
  .landing_tile_content
  .landing_tile_content_inside {
  padding-left: 20px;
  color: #fff;
  line-height: 1.4em;
  letter-spacing: 1px;
}

.landing_tile
  .landing_tile_details
  .landing_tile_content
  .landing_tile_content_inside
  p {
  margin-bottom: 10px;
}

.landing_tile
  .landing_tile_details
  .landing_tile_content
  .landing_tile_content_inside
  p:last-child {
  margin-bottom: 0;
}

.landing_tile .landing_tile_details .landing_tile_image img {
  width: 100%;
}

.landing_tile .landing_tile_link_inside a {
  color: white;
}

.landing_tile_link {
  border-bottom: 2px solid white;
  margin-right: 30px;
  height: 30px;
  line-height: 30px;
  position: relative;
  color: white;
}

.landing_tile_link:after {
  position: absolute;
  content: " ";
  top: 2px;
  left: 100%;
  width: 15px;
  height: 28px;
  margin-left: 10px;
  background-image: url("img/tile_right-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.landing_tile_padding {
  padding: 0 15px;
}

.landing_tiles_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.landing_tiles_wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}

.content-blocks {
  margin-bottom: 50px;
}

.content-blocks .content-block {
  width: 100%;
  max-width: 24%;
  display: inline-block;
  vertical-align: top;
}

.content-blocks .content-block h2 {
  margin-bottom: 30px;
  font-size: 1.5em;
  font-weight: 600;
  color: #9397a0;
}

.content-blocks .content-block h4 {
  font-size: 1.6em;
}

.content-blocks .content-block a {
  color: inherit;
}

.content-blocks .content-block a:hover {
  text-decoration: underline;
}

.content-blocks .content-block .wrap.spaced {
  margin: 10px auto 20px;
}

.page-title-wrapper {
  padding-top: 100px;
  padding-bottom: 50px;
}

#footer .page-title-wrapper {
  padding-top: 0;
}

/* #contact_page #contact_footer {
	background: #dcdddf;
	padding: 100px 0 0;
	margin: 50px auto;
}

#contact_page #contact_footer .social-icons {
	margin-top: 20px;
	font-size: 1.6em;
}

#contact_page #contact_footer .social-icons li {
	display: inline-block;
	vertical-align: baseline;
	margin-right: 5px;
}

#contact_page #contact_footer .social-icons li a {
} */

#contact_page .content-blocks .content-block:first-child {
  display: none;
}

#contact_page .content-blocks .vertical-liner:nth-child(2) {
  display: none;
}

#contact_page .content-blocks .content-block {
  padding: 0 15px;
  width: 33%;
}

#contact_page .content-blocks .content-block h4 {
  font-size: 1.2em;
}

/* #contact_page #contact_footer #contact_footer_left h2 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 4em;
	text-transform: uppercase;
	margin-bottom: 0;
}

#contact_page #contact_footer #contact_footer_left .contact_footer_inside {
	width: 75%;
}

#contact_page #contact_footer #contact_footer_left .contact_footer_content,
#contact_page #contact_footer #contact_footer_left .content-box-bar {
	width: 75%;
}

#contact_footer_left .contact_footer_inside .content-box-bar {
	background-color: #00aeef;
}

#contact_page #contact_footer #contact_footer_right {
	padding-bottom: 50px;
    background: white;
} */

.contact_footer_social {
  background: white;
  padding: 20px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed", sans-serif;
}

.contact_footer_social .contact_social_object {
  padding-left: 80px;
  border-bottom: 2px solid #dcdddf;
  height: 80px;
  overflow: hidden;
  position: relative;
}

.contact_footer_social .contact_social_object:last-child {
  border-bottom: 0;
}

.contact_footer_social .contact_social_object a {
  display: block;
}

.contact_footer_social .contact_social_object .twitter-user-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.25em;
  font-size: 3em;
  line-height: 1.25em;
}

.contact_footer_social .contact_social_object:before {
  content: " ";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0.25em;
  font-size: 3em;
  line-height: 1.25em;
}

.contact_footer_social .contact_social_object[data-network="twitter"]:before {
  font-family: FontAwesome;
  content: "\f099";
}

.contact_footer_social .contact_social_object[data-network="facebook"]:before {
  font-family: FontAwesome;
  content: "\f09a";
}

.social_object_text {
  padding-top: 10px;
  font-size: 1.5em;
  margin-bottom: 0;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.company-single-line {
  font-size: 14px;
  color: #a2a5a8;
}

.company-single-line a {
  color: #a2a5a8 !important;
}

.company-single-line > span {
  display: inline-block;
  vertical-align: baseline;
  margin: 0 10px;
}

.vertical-liner {
  width: 1px;
  height: 150px;
  margin-top: -15px;
  display: inline-block;
  vertical-align: middle;
  background: #000;
}

#single_press_release {
  margin: 25px auto;
}

#single_press_release article {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}

#single_press_release article h1 {
  font-size: 2.25em;
  text-align: center;
  margin: 25px auto;
}

#single_press_release .sidebar {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-left: 4%;
}

.no-news-articles {
  font-size: 3em;
}

.sidebar.press-release-sidebar .sidebar-inside {
  font-size: 1.5em;
  padding: 20px;
}

.sidebar.press-release-sidebar .sidebar-widget h3 {
  margin-bottom: 15px;
  border-bottom: 4px solid #00aeef;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.5em;
  font-family: "Open Sans Condensed", sans-serif;
}

.sidebar.press-release-sidebar .sidebar-widget > div {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.sidebar.press-release-sidebar .sidebar-widget > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#single_press_release .meta {
  margin-bottom: 15px;
}

#single_press_release .date {
  font-weight: bold;
  font-family: "bebas_neuelight", "Open Sans Condensed", sans-serif;
  font-size: 1.75em;
  letter-spacing: 1px;
}

#single_press_release .press-release-tags {
  margin-top: -5px;
  font-family: "Open Sans Condensed", sans-serif;
}

#single_press_release .press-release-content p {
  margin-bottom: 15px;
}

#single_press_release .press-release-content h3 {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 1.5em;
}

#single_press_release .press-release-content a {
  color: #00aeef;
  border-bottom: 1px dashed #00aeef;
}

#in_the_news_header {
  width: 100%;
  padding: 100px 0;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: inset 15px 0 15px rgba(0, 0, 0, 0.5);
}

#in_the_news_header h1 {
  color: black;
  /*text-shadow: 1px 2px 5px #000;*/
}

#in_the_news_wrapper .press-release-list-wrapper {
  width: 100%;
}

#in_the_news_wrapper .press-releases-items {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
}

#in_the_news_wrapper .press-release-list-sidebar {
  width: 30%;
  display: inline-block;
}

#in_the_news_wrapper .press-releases > li.press-release-item {
  width: 100%;
  max-width: 30%;
  display: inline-block;
  vertical-align: top;
  margin: 1%;
}

#in_the_news_wrapper
  .press-releases
  > li.press-release-item
  a.press-release-link {
  display: block;
  -webkit-transition: background 0.25s ease;
  -moz-transition: background 0.25s ease;
  -o-transition: background 0.25s ease;
  transition: background 0.25s ease;
  padding: 20px;
}

#in_the_news_wrapper
  .press-releases
  > li.press-release-item
  a.press-release-link:hover {
  background: rgba(63, 176, 172, 0.1);
}

#in_the_news_wrapper
  .press-releases
  > li.press-release-item
  .press-release-box {
  font-family: "Open Sans Condensed", sans-serif;
  border: 1px solid #ddd;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.press-release-list-wrapper {
  padding: 25px 0 50px 0;
}

.press-release-thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}

.press-release-thumbnail img {
  width: 100%;
}

.press-release-title {
}

.press-release-title h2 {
  font-size: 1.5em;
  margin: 15px 0;
  font-weight: bold;
}

.press-release-pagination {
  margin-right: 3%;
}

.press-release-category-wrapper {
  padding: 0 20px;
}

.press-release-tags-wrapper {
  padding: 0 20px 20px 20px;
}

.press-release-categories,
.press-release-tags {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
}

.press-release-categories:before {
  content: "\f1ea";
  font-family: FontAwesome;
  position: absolute;
  top: 3px;
  left: 0;
}

.press-release-tags:before {
  content: "\f02c";
  font-family: FontAwesome;
  position: absolute;
  top: 3px;
  left: 0;
}

.search-item {
  display: block;
  margin-bottom: 20px;
  position: relative;
  min-height: 150px;
}

.search-item h2 {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 1.5em;
}

.search-item .search-item-image {
  width: 100%;
  max-width: 150px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.search-item .search-item-type {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.search-item .search-item-excerpt {
  width: 100%;
  padding-left: 175px;
  display: block;
}

.search-item .date {
  margin-bottom: 5px;
}

.search-item .search-item-view {
  margin-top: 5px;
}

.search-item .search-item-view .btn-footer {
  margin-left: 0;
}

p:empty {
  display: none;
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

#locations_page_mobile {
  display: none;
  font-family: "bebas_neuelight";
}

#locations_page_mobile strong {
  font-family: "bebas_neueregular";
}

#locations_page_mobile .location-header-box-wrapper {
  width: 80%;
  margin: 10px auto 50px auto;
}

#locations_page_mobile .location-header-box {
  width: 160px;
  height: 20px;
}

#locations_page_mobile .location-mobile-content {
  padding-top: 100px;
}

#locations_page_mobile .location-mobile-content > h1 {
  text-align: left;
  font-size: 5em;
  padding: 10px 0;
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
  line-height: 0.85em;
  font-family: "bebas_neueregular";
}

#locations_page_mobile .mobile-location-featurette {
  width: 100%;
  position: relative;
  padding: 100px 0;
  margin-bottom: 10px;
}

#locations_page_mobile .mobile-location-featurette .image-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#locations_page_mobile .mobile-location-featurette .image-bg-overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
}

#locations_page_mobile .mobile-location-featurette .mobile-feature-text {
  width: 85%;
  margin: 0 auto;
  position: relative;
  z-index: 7;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
}

#locations_page_mobile .mobile-location-featurette .mobile-feature-text a {
  color: white;
  text-decoration: underline;
}

#locations_page_mobile .mobile-location-featurette .mobile-feature-text h1 {
  font-size: 2.5em;
}

#locations_page_mobile .mobile-location-featurette .mobile-feature-text h2 {
  font-size: 1.75em;
  margin-bottom: 30px;
}

#locations_page_mobile .mobile-location-featurette .mobile-feature-text p {
  line-height: 1.75em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.next-event-tile .event-stub-description {
  font-weight: bold;
  margin-bottom: 5px;
}

.leasing_form_wrapper {
  margin: 50px auto;
  padding: 50px 0 10px;
  position: relative;
}

.leasing_form_wrapper #leasing_form_blocker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  opacity: 0;

  -webkit-transition: opacity 250ms ease;
  -moz-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}

.leasing_form_wrapper.sending #leasing_form_blocker {
  opacity: 1;
  z-index: 10;
}

.leasing_form_wrapper h2 {
  font-size: 6em;
  color: #231f20;
}

.leasing_form_wrapper p {
  margin: 20px auto;
  display: block;
  font-weight: 600;
  font-size: 2rem;
  color: #231f20;
}

.leasing_form {
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 70px;
}

.leasing_form label {
  display: block;
  text-align: left;
  margin-bottom: 5px;
  color: #231f20;
  font-size: 1.8rem;
  font-family: "museo-sans", sans-serif;
}

.leasing_form input.form-control {
  border: 0;
  border-bottom: 2px solid #eee;
  font-size: 1.5em;
  width: 100%;
  position: relative;
  color: #231f20;

  -webkit-transition: border 250ms ease;
  -moz-transition: border 250ms ease;
  -o-transition: border 250ms ease;
  transition: border 250ms ease;
}

.leasing_form input.form-control:active,
.leasing_form input.form-control:focus {
  border-bottom: 2px solid #231f20;
}

.leasing_form .form-group {
  margin-bottom: 20px;
}

.leasing_form .form-control::-moz-placeholder {
  color: #a7a7a7;
  font-weight: 300;
  font-family: "museo-sans", sans-serif;
}
.leasing_form .form-control::-webkit-input-placeholder {
  color: #a7a7a7;
  font-weight: 300;
  font-family: "museo-sans", sans-serif;
}
.leasing_form .form-control:-ms-input-placeholder {
  color: #a7a7a7;
  font-weight: 300;
  font-family: "museo-sans", sans-serif;
}
.leasing_form .form-control:-moz-placeholder {
  color: #a7a7a7;
  font-weight: 300;
  font-family: "museo-sans", sans-serif;
}
.leasing_form .btn {
  width: 160px;
  height: 50px;
  color: #fffdf8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  font-size: 1.2em;
  text-transform: uppercase;
  transition: unset;
  background-color: #00aeef;
}

#leasing_form_errors .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  display: inline-block;
}

#leasing_form_errors .alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

#leasing_form_errors .alert.alert-error {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.campus-map-frame-wrapper {
  height: 100%;
  height: 100vh;
}

.campus-map-frame-wrapper iframe {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body.map-frame {
  background: #6d6e71;
  width: 100%;
  overflow: hidden;
}

.map-frame-map-wrapper {
  width: 1920px;
  height: 1080px;
  position: absolute;
  overflow: hidden;
}

.map-frame-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 1080px;
  max-width: none;
}

.map-frame-dots {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.map-frame-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  background: transparent;
  border: 2px solid #3eb0ac;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  cursor: pointer;
}

.map-frame-dot.active,
.map-frame-dot:focus,
.map-frame-dot:hover,
.map-frame-dot:active {
  border: 2px solid #f5ce3d;
}

.map-frame-dot-inside {
  position: relative;
  background: #3eb0ac;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  width: 20px;
  height: 20px;
  margin: 3px;
}

.map-dot-content {
  width: 260px;
  height: 0px;
  position: absolute;
  bottom: 45px;
  left: -120px;
  opacity: 0;

  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.map-dot-content:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  margin-left: -15px;
  top: 100%;
  left: 50%;
}

.map-dot-flag-image {
  width: 100%;
  height: 150px;

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.map-dot-flag-image img {
  width: 100%;
}

.map-frame-dot.active .map-dot-content {
  height: 150px;
  opacity: 1;
}

.map-frame-dot.active .map-dot-content.has-image {
  width: 260px;
  height: 280px;
}

.map-dot-flag {
  -webkit-transition: height 200ms ease;
  -moz-transition: height 200ms ease;
  -o-transition: height 200ms ease;
  transition: height 200ms ease;
  background: white;
  height: 0px;
  width: 0px;
  position: absolute;
  bottom: 0;
  left: 0px;
  text-align: center;
  overflow: hidden;
}

.map-dot-flag .map-dot-flag-inside {
  padding: 10px 10px;
}

.map-dot-flag .map-dot-flag-inside h3 {
  font-weight: bold;
  font-size: 1.25em;
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 10px;
}

.map-frame-dot.active .map-dot-content .map-dot-flag {
  width: 100%;
  height: 100%;
}

.map-frame-dot.active .map-frame-dot-inside,
.map-frame-dot:focus .map-frame-dot-inside,
.map-frame-dot:hover .map-frame-dot-inside,
.map-frame-dot:active.map-frame-dot-inside {
  background: #f5ce3d;
}

.map-frame-body-outer {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.map-frame-body {
  width: 1920px;
  height: 1080px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  cursor: move;
}

.post-password-required {
  text-align: center;
  font-size: 2em;
  line-height: 2em;
}

.post-password-required input[name="post_password"] {
  border: 1px solid #ddd;
  outline: none;
  padding: 5px 10px;
  font-size: 1em;
}

.page-template-template-eventerizer .page-title-wrapper {
  padding-top: 20px;
  padding-bottom: 10px;
}

.page-template-template-eventerizer .page-title-wrapper h1 {
  font-size: 16px;
  text-align: left;
}

#eventerizer_tool {
  font-size: 1.5em;
}

#eventerizer_tool .form-group {
  margin-bottom: 15px;
}

#eventerizer_tool label {
  display: block;
  font-weight: bold;
  font-size: 0.78em;
  text-transform: uppercase;
}

#eventerizer_tool textarea {
  min-height: 200px;
  resize: vertical;
}

#eventerizer_tool textarea,
#eventerizer_tool input[type="text"],
#eventerizer_tool select {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ddd;
}

#eventerizer_tool table {
  width: 100%;
}

#eventerizer_tool table td {
  padding: 5px 10px;
}

#eventerizer_tool table td input {
  width: 100%;
}

#eventerizer_tool #eventerizer-output {
  height: 775px;
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  resize: none;
}

.map-spacer-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.map-actual {
  position: relative;
  height: 90vh;
}

.map-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#map_element {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.01);
}

.map-spacer-wrapper .map-spacer {
  width: 100%;
  visibility: hidden;
  max-height: 900px;
}

#eventerizer_tool .eventerizer-inside {
  padding: 10px 30px;
}

.company-info-window-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.company-info-window-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 255px;
  font-size: 1em;
}

.company-info-window-title {
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 10px;
  font-family: "museo-sans", sans-serif;
}

.company-info-window-footer {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.company-info-window-footer .company-info-window-footer-logo {
  width: 110px;
  height: 60px;
  /* overflow: hidden;
	position: absolute; */
  top: 0;
  left: 0;
  padding-top: 4px;
}

/* .company-info-window-footer .company-info-window-footer-logo img {
	width: 100%;
} */

.company-info-window-footer .company-info-window-footer-address {
  width: 165px;
  position: relative;
  padding-left: 120px;
  padding-top: 6px;
  font-size: 1.25em;
  padding-left: 29px;
  text-align: right;
  font-family: museo-sans, sans-serif;
}

.company-info-window-wrapper {
  cursor: pointer;
  overflow: hidden;
}

.company-info-panels {
  position: absolute;
  top: 0;
  right: -350px;
  width: 100%;
  max-width: 300px;
  background: white;
  height: 100%;
  overflow: hidden;
  z-index: 8;

  -webkit-transition: right 500ms ease;
  -moz-transition: right 500ms ease;
  -o-transition: right 500ms ease;
  transition: right 500ms ease;
}

body.show-panels .company-info-panels {
  right: 0;
}

.company-info-panels .company-info-panel {
  width: 100%;
  background: white;
  height: 100%;
  overflow: scroll;
}

.company-info-panel-inside {
  padding-top: 70px;
}

.company-info-logo-wrapper {
  padding: 10px;
}

.company-info-title {
  font-weight: bold;
  font-size: 1.5em;
  padding: 10px;
}
/* customizing style for google maps and info window*/
.gm-style .gm-style-iw-c {
  /* max-width: 0px !important; */
  min-width: 255px !important;
}
.gm-style .gm-style-iw-d {
  /* max-width: 0px !important; */
  min-width: 255px !important;
}
/* adds padding around image in building info */
@media only screen and (max-width: 400px) {
  .company-info-window-wrapper {
    padding-right: 6px;
  }
}

.company-info-description {
  padding: 0 10px 10px 10px;
  line-height: 1.2em;
}

.company-info-packet {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}

.company-info-packet a {
  display: block;
  background: #00aeef;
  color: white;
  padding: 10px 20px;
}

#universe_realestate > section {
  position: relative;
}

.company-info-image-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.company-info-image {
  /*height: 200px;*/
}

.company-info-description > p {
  margin-bottom: 10px;
}

.company-info-bar {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
  background: white;
  font-weight: 300;
}

.company-info-bar ul li {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0px 20px 0 10px;
  cursor: pointer;
  position: relative;
}

.company-info-bar ul li.company-info-bar-entity:after {
  content: " ";
  margin: 0 5px;
  width: 1px;
  height: 75px;
  background: #ddd;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.company-info-bar ul li:last-child:after {
  display: none;
}

.company-info-bar ul li:first-child {
  background: #000;
  color: white;
  margin: 0;
  padding: 36px 50px;
  height: 100%;
  cursor: default;
  font-family: "museo-sans", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}

.company-info-bar ul li:first-child span {
  display: block;
}
/*
/* Scales Building Logo in on map hover */
.gm-style img {
  max-width: none;
  width: 100%;
}

.letter-signatures {
  margin-top: 30px;
}

.letter-signatures > .signature {
  display: inline-block;
  vertical-align: top;
  margin: 5px 15px;
  text-align: center;
  width: 90%;
  max-width: 225px;
}

.signature .signature-image {
  height: 75px;
  margin-bottom: 25px;
}

.signature .signature-name {
  font-weight: bold;
  margin-bottom: 5px;
}

.open-letter p {
  font-size: 1.25em;
  margin-bottom: 10px;
}

.open-letter i {
  font-style: italic;
}

.open-letter article > .wrapper {
  margin-bottom: 0;
  padding-bottom: 100px;
  border-bottom: 1px solid #ddd;
}

.letter-listing {
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin: 0 auto;
}

.letter-listing li {
  margin-bottom: 20px;
}
.letter-listing li a {
  display: block;
  margin: 0 20px;
  padding: 10px;
  border: 1px solid #ddd;

  -webkit-transition: background 250ms ease, color 250ms ease;
  -moz-transition: background 250ms ease, color 250ms ease;
  -o-transition: background 250ms ease, color 250ms ease;
  transition: background 250ms ease, color 250ms ease;
}

.letter-listing li a:focus,
.letter-listing li a:hover,
.letter-listing li a:active {
  background: #333;
  color: white;
}

.letter-listing .letter-year {
  font-size: 2em;
}
/*------------------------------------*\
    BLOG - Crystal M 10/16/2018
\*------------------------------------*/
.blog-style {
  padding: 0 7%;
  font-size: 16px;
}
.blog-hero img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.mobile-title {
  padding-left: 6%;
  font-size: 26px;
  padding-bottom: 3%;
}

@media only screen and (min-width: 768px) {
  .blog-style {
    padding: 0px 10%;
  }
  .mobile-title {
    padding: 0px 9.5% 10px;
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) {
  .mobile-title {
    padding: 0px 9.5% 10px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 1650px) {
  #header-panel-content-wrapper #header-panel-content .header-panel-title {
    font-size: 8em;
  }

  #homepage_main .homepage-text .wrapper {
    width: inherit;
  }
}

@media only screen and (max-width: 1475px) {
  .universe_and_symbol img {
    max-width: 200px;
  }

  #header-panel-content-wrapper #header-panel-content .header-panel-title {
    font-size: 7em;
  }
}

@media only screen and (max-width: 1300px) {
  #header-panel-content-wrapper #header-panel-content .header-panel-title {
    font-size: 6em;
  }
}

@media only screen and (max-width: 1300px) {
  .universe_and_symbol img {
    max-width: 160px;
  }

  #header-panel-content-wrapper #header-panel-content .header-panel-title {
    font-size: 5em;
  }
}

@media only screen and (max-width: 985px) {
  .map-actual {
    height: 125vh;
    overflow: hidden;
  }
  /*Company Info Bar*/

  .company-info-bar {
    bottom: 50px;
  }
  .company-logo-space {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }

  .company-info-bar ul li {
    display: inline-block;
    text-align: center;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0px;
    cursor: pointer;
    position: relative;
  }

  .company-info-bar ul li.company-info-bar-entity {
    width: unset;
  }

  .company-info-bar ul li.company-info-bar-entity:after {
    display: none;
  }

  .company-info-bar ul li:first-child {
    margin: 0;
    display: block;
    width: 100%;
    padding: 10px 20px;
  }

  .company-info-bar ul li:first-child span {
    display: inline-block;
  }
}

@media only screen and (max-width: 925px) {
  .universe_and_symbol img {
    max-width: 130px;
  }

  #header-panel-content-wrapper #header-panel-content .header-panel-title {
    font-size: 4em;
  }

  main#stories_page .story-page-child .content-box-wrapper {
    width: 90%;
    margin: 0 auto;
  }

  .content-box[data-type="story-box"] .content-box-header > h2,
  .content-box[data-type="story-box"] .content-box-header > h3 {
    width: 100%;
    display: block;
    padding-right: 0;
  }

  .content-box[data-type="story-box"] .content-box-header > h2 {
    font-size: 3em;
    margin-bottom: 10px;
  }

  main#stories_page
    .story-page-child[data-child="people"]
    .content-box-wrapper {
    padding-top: 75px;
  }

  .content-box .box-content-wrapper[data-columns="1"] {
    width: 100%;
  }

  .content-box .box-content-wrapper[data-columns="2"] {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: normal;
    -moz-column-gap: normal;
    column-gap: normal;
  }

  .careers-wrapper h2 {
    font-size: 2em;
  }

  .job-opening-form .col-md-12,
  .job-opening-form .col-md-6 {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }

  .job-opening-form .col-md-6:last-child {
    margin-bottom: 0;
  }

  main#stories_page .scrollmagic-pin-spacer {
    display: none !important;
  }

  #single_person_content .people-profile-wrapper .people_details {
    padding-left: 0;
  }

  #single_person_content .people-profile-wrapper .person_image {
    position: relative;
    display: block;
    width: 100%;
    min-height: 400px;
  }

  .people-profile-wrapper .person_image .single-person-bg {
    position: relative;
  }

  #single_person_content .people-profile-wrapper .people_details_inside {
    padding: 0 15px;
  }

  .people_details_inside .people_details_tagline_box {
    margin: 2em auto;
  }

  #events_page .upcoming-events .upcoming-event,
  #events_page .monthly-events .event-stub {
    max-width: 90%;
    display: block;
    margin: 15px auto;
  }

  .people-profile-wrapper .person_image .single-person-bg img {
    display: block;
  }

  .people_details_inside .people_details_name {
    margin-top: 0.15em;
  }

  #in_the_news_wrapper .press-releases-items {
    width: 100%;
    display: block;
    margin-bottom: 25px;
  }

  #in_the_news_wrapper .press-releases > li.press-release-item {
    max-width: 75%;
    margin: 0 auto 15px auto;
    display: block;
  }

  #in_the_news_wrapper .press-release-list-sidebar {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }

  .search-input {
    width: 73%;
  }

  .content-blocks .content-block {
    max-width: 95%;
    margin: 20px auto;
  }

  .vertical-liner {
    height: 1px;
    width: 90%;
    margin: 15px auto;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .open-letter .page-title-wrapper {
    text-align: center;
  }

  .open-letter article > .wrapper {
    width: 90%;
  }

  .letter-signatures > .signature {
    text-align: center;
    margin: 0 auto 50px auto;
    display: block;
  }

  .letter-signatures > .signature:last-child {
    margin-bottom: 0;
  }

  .signature .signature-image {
    margin-bottom: 0;
  }

  .event-description .event-description-inside,
  .event-links .event-links-inside {
    padding: 0;
  }

  .event-links,
  .event-description {
    width: 100%;
    display: block;
  }

  .companies_header_tile_line {
    display: none;
  }

  #locations_page {
    display: none;
  }

  #locations_page_mobile {
    display: block;
  }

  .companies_header_tiles .company_tile,
  .companies_header_tile_groups .companies_header_tiles {
    width: 100%;
    display: block;
    max-width: 100%;
  }

  .page-title-wrapper h1,
  main h1 {
    font-size: 3em;
  }

  .universe_and_symbol img {
    max-width: 120px;
  }

  #header-panel-content-wrapper #header-panel-content .header-panel-title {
    font-size: 3em;
  }

  #header nav.primary-menu-wrapper {
    display: none;
  }

  #header .flyout-menu-actual {
    max-width: 100%;
    height: 100%;
  }

  #header .flyout-menu-actual > ul {
    padding-left: 25px;
  }

  #homepage_main .homepage-text {
    font-size: 2.5em;
  }

  .landing_tiles .tile-row .landing_tile:first-child,
  .landing_tiles .landing_tile {
    margin-top: 0px;
  }

  .landing_tiles .landing_tile .landing_tile_spacer {
    margin: 15px;
  }

  .landing_tiles .landing_tile a {
    opacity: 1;
  }
}

@media only screen and (max-width: 500px) {
  .universe_and_symbol img {
    max-width: 120px;
  }

  #header-panel-content-wrapper #header-panel-content .header-panel-title {
    font-size: 2em;
  }
}

@media only screen and (max-width: 400px) {
  .universe_and_symbol img {
    max-width: 70px;
  }

  #header .logo {
    margin-right: 10px;
  }

  #homepage_main .homepage-text {
    font-size: 3em;
  }
}

@media only screen and (max-width: 374px) {
  #header .logo {
    max-width: 125px;
  }
}

@media only screen and (max-height: 575px) {
  #locations_page .scrollmagic-pin-spacer .feature-text-inside .inside-spacer {
    width: 80%;
    font-size: 85%;
  }
}

@media only screen and (max-height: 700px) {
  .companies_header_tiles .company_tile .company_tile_inside {
    font-size: 1.15em;
  }
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/****************************************
			Arturo's Styles
****************************************/
@import url("https://use.typekit.net/nva0vxd.css");
body {
  font-family: museo-sans, sans-serif;
}

/****************************************
			Desktop Nav
****************************************/
/*kick in at 1010*/
.bw-nav {
  background-color: #231f20;
  height: 70px;
  display: flex;
  flex-direction: row-reverse;
  padding: 0 14%;
}
.bw-logo {
  width: 200px;
}
.bw-nav .bw-nav-btn {
  background-color: #00aeef;
}
.bw-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  /* letter-spacing: .1em; */
  transition: text-shadow 0.3s;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.bw-nav .nav-item .nav-link:hover {
  text-transform: uppercase;
  color: #c7c7c7;
}
.bw-nav .nav-item .nav-link:focus {
  text-transform: uppercase;
  color: #00aeef;
}
.bw-nav .navbar-nav > .nav-item {
  border-right: 1px solid;
  padding: 0 10px;
  text-align: center;
  /* Increases height of a tag, which drops the 
	dropwdown menu on hover below the nav bar */
  min-height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-transform: uppercase; */
}
/* @media only screen and (max-width: 576px) {
  .bw-nav .navbar-nav>.nav-item {
		border-right: 1px solid;
		padding: 0 10px;
		text-align: left;
	} */
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fffdf8;
}
.bw-nav ul.dropdown-menu {
  background-color: rgba(0, 81, 114, 0.9);
  top: 69px;
  left: 14px;
  min-width: 175px !important;
  padding: 0;
  margin: 0;
}
.bw-nav ul.dropdown-menu .menu-item a {
  color: #ffffff;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-weight: 300;
}
.bw-nav ul.dropdown-menu .menu-item a:hover {
  background-color: #00aeef;
}
/* removes down carrot */
.dropdown-toggle:after {
  content: none;
}
/* makes nav dropdown on hover */
.bw-nav .dropdown.open .dropdown-menu {
  display: block;
}

.mr-auto,
.mx-auto {
  margin-left: auto !important;
  margin-right: unset !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .bw-nav {
    padding: 0 40px;
  }
}

/****************************************
			Mobile Nav
****************************************/

.bw-nav button {
  width: 70px;
  height: 70px;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .bw-logo {
    width: 175px;
    margin-right: 10px;
  }
  .bw-nav .disable-click {
    pointer-events: none;
  }

  /* Prevents BWI logo from jumping to bottom of mobile nav dropdown menu */
  .d-sm-none {
    /* display: none!important; */
  }
  .d-block {
    display: block !important;
  }
  .d-sm-block {
    /* display: block!important; */
  }
  .d-none {
    display: none !important;
  }
  /***************************/
}
@media only screen and (max-width: 767px) {
  .bw-nav {
    padding: 0;
    display: flex;
    flex-direction: row;
  }
  .bw-nav .navbar-nav {
    background-color: #005172;
    padding: 20px;
  }
  .bw-nav .navbar-nav > .nav-item {
    padding: 0;
    border: none;
    text-align: left;
  }
  .bw-nav .navbar-nav > .nav-item > a {
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
    padding: 8px 5px;
  }
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
  }
  .bw-nav .navbar-nav .dropdown-menu {
    border: none;
  }
  .bw-nav ul.dropdown-menu .menu-item a {
    color: #ffffff;
    padding: 1rem 2.3rem;
    font-size: 1.5rem;
    font-weight: 300;
  }
  /* Corrects the a tag to normal height, instead of 70px */
  .bw-nav .navbar-nav > .nav-item {
    display: unset;
    min-height: 0px;
  }
}
/* @media only screen and (min-width: 577px) and (max-width: 992px) {
	#header {
		color: #231f20;
	}
	.bw-nav {
		padding: 0;
		min-height: 70px;
	}
	.bw-nav .navbar-nav {
		background-color: #005172;		
		padding: 20px;	
	}
	.bw-nav .navbar-nav>.nav-item {
		padding: 0;
		border: none;
		text-align: left;
	}
	.bw-nav .navbar-nav>.nav-item>a {
		color: #fff;
		font-weight: 500;
		font-size: 1.8rem;
    padding: 8px 5px;
	}
	.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
	}
	.bw-nav .navbar-nav .dropdown-menu {
		border: none;
	}
} */

/****************************************
		Companies Template V2
****************************************/
.bw-hero {
  height: 55vh;
  color: #fff;
}
.bw-company-logo {
  max-width: 100px;
  max-height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -8px;
}

.bw-container {
  margin-top: 100px;
  margin-bottom: 100px;
}

.bw-company-heading h1,
.bw-company-heading h2 {
  font-size: 6.5rem;
  font-weight: 700;
  color: #231f20;
}
.bw-company-heading a {
  font-weight: 600;
  font-size: 2rem;
}
.bw-company-section {
  padding: 0 60px;
  color: #231f20;
}
.bw-company-section hr {
  margin: 40px 0;
  background-color: #9c9a9b;
}
.bw-company-section:nth-child(odd) {
  border-right: 1px solid #9c9a9b;
  color: #231f20;
}
.bw-company-section .title {
  padding-bottom: 10px;
}
.bw-company-section .title h3 {
  font-size: 2.2rem;
  font-weight: 300;
  text-transform: uppercase;
}
.bw-company-section .title h4 {
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
}
.bw-company-section .content {
  min-height: 160px;
}
#fake-team-page {
  margin-top: unset;
}
@media only screen and (max-width: 576px) {
  #fake-team-page {
    margin-top: 70px;
  }
  .bw-hero {
    height: 50vh;
  }
  .bw-company-heading h1,
  .bw-company-heading h2 {
    font-size: 4.5rem;
    line-height: 4rem;
    font-weight: 700;
    color: #231f20;
  }
}
@media only screen and (max-width: 768px) {
  .bw-company-section {
    border: none !important;
  }
}

/****************************************
		Charitable Giving Template
****************************************/
body,
body #container {
  background-color: #fffdf8;
  color: #231f20;
}
.charitable-giving h1 {
  font-size: 7.5rem;
  font-weight: 300;
  padding: 40px 0;
}
.charitable-giving p {
  font-size: 2rem;
  margin-bottom: 0px;
}
.charitable-giving .bw-logos-section .border-right-desktop:nth-child(odd) {
  border-right: 1px solid;
}
.charitable-giving hr {
  border-top: 1px solid;
}
.charitable-giving .bw-logos-section .bw-logo-container hr {
  width: 75%;
}
.charitable-giving .bw-logos-section .bw-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
}
.charitable-giving .bw-logos-section .bw-logo-container img {
  padding: 40px;
  max-width: 400px;
  max-height: 300px;
  object-fit: contain;
  color: #231f20;
}
.charitable-giving .bw-donations .title {
  font-weight: 900;
  font-size: 8rem;
}
.charitable-giving .bw-donations .body {
  font-size: 3rem;
}
.flex-center {
  align-items: center;
  justify-content: center;
  display: flex;
}

@media only screen and (max-width: 576px) {
  .charitable-giving .bw-donations .title {
    font-size: 6rem;
  }
  .charitable-giving .bw-donations .body {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 768px) {
  .charitable-giving h1 {
    font-size: 4.5rem;
  }
  .charitable-giving .bw-logos-section .border-right-desktop {
    border: none !important;
  }
  .flex-center {
    display: block;
  }
}
/****************************************
		Place formally Real Estate
****************************************/
.custom-tip span {
  display: none;
}
.custom-tip:hover span {
  background-color: #00aeef;
  color: white;
  font-size: 1em;
  font-family: "museo-sans", sans-serif;
  padding: 4px;
  display: block;
  z-index: 100;
  left: 12px;
  /* margin-top: -22px; */
  /* width: 250px; */
  position: absolute;
  top: 69px;
  text-decoration: none;
}
