@import url("//fast.fonts.net/t/1.css?apiType=css&projectid=3ba88fd8-8dfc-4315-a1f9-c4fcf65f8a93");
@font-face {
  font-family: "DIN Next W01 Light";
  src: url("/css/webfonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
  src: url("/css/webfonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix")
      format("eot"),
    url("/css/webfonts/bc176270-17fa-4c78-a343-9fe52824e501.woff")
      format("woff"),
    url("/css/webfonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf")
      format("truetype"),
    url("/css/webfonts/d1b1e866-a411-42ba-8f75-72bf28e23694.svg#d1b1e866-a411-42ba-8f75-72bf28e23694")
      format("svg");
}
@font-face {
  font-family: "DIN Next W01 Regular";
  src: url("/css/webfonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix");
  src: url("/css/webfonts/da088ecc-a53c-4831-a95b-6fd81b5b338a.eot?#iefix")
      format("eot"),
    url("/css/webfonts/c5a7f89e-15b6-49a9-8259-5ea665e72191.woff")
      format("woff"),
    url("/css/webfonts/868c94b5-ca49-46b7-b62b-297f8d861125.ttf")
      format("truetype"),
    url("/css/webfonts/e3145f65-29b5-4f7f-8c6e-2dc135021b6a.svg#e3145f65-29b5-4f7f-8c6e-2dc135021b6a")
      format("svg");
}
@font-face {
  font-family: "DIN Next W01 Bold";
  src: url("/css/webfonts/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?#iefix");
  src: url("/css/webfonts/b32ab78b-6c51-4bd3-bc37-4edcec0331f8.eot?#iefix")
      format("eot"),
    url("/css/webfonts/9949035f-6226-4080-a14a-bf7d94ffb1e1.woff")
      format("woff"),
    url("/css/webfonts/6241bd09-15c2-485e-9796-9db8d0aa6974.ttf")
      format("truetype"),
    url("/css/webfonts/af94da3e-4232-416a-b6bc-f39f85dd5db6.svg#af94da3e-4232-416a-b6bc-f39f85dd5db6")
      format("svg");
}
/* required for fixing a dumb Chrome behavior that adds scroll width to page */
html,
body {
  overflow: overlay;
}
html.login,
body.login,
.login #wrapper,
.login #content-main {
  height: 100%;
}
html,
body,
#wrapper,
#content-main {
  height: 100%;
}
#content-main {
  z-index: 1;
  /* position: relative; */
}
body.noscroll {
  overflow: hidden;
}
.clear-left {
  clear: left;
}
.height-100-percent {
  height: 100%;
}
.font-din-light {
  font-family: "DIN Next W01 Light", sans-serif;
}
.bg-sprite-public {
  background-image: url(/img/directory_public_sprite.svg);
  background-size: 1200px 1200px;
}
input[type="checkbox"][disabled="disabled"] + label:before {
  background-color: #f8f9f9;
}
input[type="checkbox"][disabled="disabled"] + label:before,
input[type="checkbox"][disabled="disabled"] + label {
  cursor: auto;
}
.section-wrapper.search-results .container {
  overflow: hidden;
}
#wrapper {
  display: table;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.container-underlay {
  position: absolute;
  height: 100%;
  width: 50%;
}
.container-underlay-white {
  background: #fff;
}
.container-underlay-grey {
  background: #f8f8f8;
}
.container-underlay-left {
  left: 0px;
}
.container-underlay-right {
  right: 0px;
}
.section-table-cell {
  display: table-cell;
}

.section-wrapper {
  padding: 25px 0;
}

.section-wrapper.header {
  background-color: #f8f8f8;
  height: 50px;
  padding: 0;
  position: relative;
  z-index: 100;
}
.section-wrapper.header.show-overlay {
  -webkit-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.1);
}
.wf-button {
  display: block;
  position: absolute;
  cursor: pointer;
  width: 30px;
  height: 30px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  z-index: 10;
  border: 1px solid #e1e1e1;
  background-image: url(/workfolio_common/img/common_sprite.svg);
  background-size: 250px 212px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wf-button:hover {
  background-color: #f5f5f5;
}
.container-accent-bar {
  margin: 0px -1px;
  height: 4px;
  position: relative;
}

/* need this from Common since we use it on public Client Pages */
.clipboard-input-container {
  position: relative;
}
div.clipboard-copy-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 36px;
  height: 100%;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}
div.clipboard-copy-btn:hover {
  background-color: #f5f5f5;
}
div.clipboard-copy-btn:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/workfolio_common/img/common_sprite.svg);
  background-size: 250px 212px;
  background-position: -177px -164px;
  width: 14px;
  height: 17px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

#login-container {
  float: right;
  text-transform: uppercase;
}
#login-container a {
  line-height: 50px;
  text-decoration: none;
  font-size: 12px;
  color: #212121;
  margin-left: 25px;
}
#login-container a:first-child {
  /*margin-right: 25px;*/
}
#login-container a:hover {
  color: #a08963;
}
#menu-dropdown-container .form-btn:hover {
  opacity: 0.8;
}
.menu-dropdown-footer {
  margin: 0px -1px;
  height: 4px;
  position: relative;
}
#menu-dropdown-container:after {
  content: none !important;
}

/* layout */
.section-wrapper.project {
  padding: 0;
  border-right: 1px solid #efefef;
}

.main-content-container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #efefef;
  padding-bottom: 100%;
  margin-bottom: -100%;
  position: relative;
}

/* general purpose styles */

.pro-seal {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  background-color: #a08963;
  padding: 1px 4px;
  position: relative;
  right: -10px;
  top: -3px;
  font-weight: bold;
  border-radius: 2px;
  line-height: 1;
}
.content-sidebar .more-projects .metadata * {
  font-size: 11px;
  text-decoration: none;
}
.accent-color {
  color: #a08963;
}
.accent-color-bg {
  color: #fff;
  background-color: #a08963;
}
a.wf-tag {
  line-height: 1.6em;
}
.content-sidebar a.name {
  line-height: 1.5em;
}
/* company branding header */
#company-header {
  border-bottom: 1px solid #efefef;
  padding: 40px 0;
  background-color: #fff;
}
#logo-branding {
  float: left;
}
#logo-branding img {
  height: 60px;
}
#company-header .container {
  position: relative;
}

/*==========
	Windowshade lightbox
==========*/
.lightbox-overlay-container {
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: block;
}
.lightbox {
  width: 600px;
  height: auto;
  transform: translate(-50%, -50%);
  background: none;
  display: none;
  position: absolute;
  top: 50% !important;
  left: 50%;
}

.lightbox.active {
  display: block;
}
@media only screen and (max-width: 767px) {
  .lightbox {
    width: 100%;
  }
}
.lightbox-header,
.lightbox-body,
.lightbox-footer {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 28px;
}
.lightbox-header {
  position: relative;
  height: 55px;
  border-bottom: 1px solid #cccccc;
  background: #fff;
  z-index: 5;
}
.lightbox-header:after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  bottom: -2px;
  left: 0;
  width: 100%;
}
.lightbox-header-title {
  color: #a08963;
  font-size: 1.143em;
  margin-bottom: 0;
  line-height: 31px;
  color: #4b4b4a;
  font-family: "Montserrat", sans-serif;
  float: left;
}
.lightbox-footer {
  height: 55px;
  width: 100%;
  border-top: 1px solid #cccccc;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #fff;
}
.lightbox .close,
.send-message {
  display: block;
  width: 14px;
  height: 14px;
  background-color: transparent;
  border: none;
  background-image: url(/workfolio_common/img/admin.png);
  background-position: -10px -58px;
  padding: 0;
  right: 28px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  outline: none;
  cursor: pointer;
}
.lightbox-body {
  background-color: #f8f8f8;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-top: 28px;
  padding-bottom: 28px;
  max-height: 700px;
}
.lightbox-footer .buttons-container {
  height: 31px;
  float: right;
}

/*==========
	Paginator
==========*/
.pagination-row {
  border-bottom: 1px solid #ededed;
  background-color: #ffffff;
}
.pagination-container {
  height: 64px;
  line-height: 64px;
  text-align: center;
}
.pagination-page-link {
  display: inline-block;
  height: 29px;
  line-height: 27px;
  min-width: 29px;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  cursor: pointer;
  text-align: center;
  margin-right: 6px;
}
.pagination-container .pagination-page-link:hover {
  background-color: #f5f5f5;
}
.pagination-container .pagination-page-link > a.pagination-indicator {
  font-size: 1.4rem;
  color: #383838;
  text-decoration: none;
  user-select: none;
  padding: 0px 4px;
}
.pagination-container .pagination-page-link.pagination-current {
  background-color: #a08963;
}
.pagination-container
  .pagination-page-link.pagination-current
  > a.pagination-indicator {
  color: #fff;
}
.pagination-page-link.pagination-arrow > a.pagination-indicator {
  display: inline-block;
  background-image: url(/img/directory_user_admin.svg);
  background-size: 250px 212px;
  height: 12px;
  width: 6px;
}
.pagination-page-link.prev > a.pagination-indicator {
  background-position: -10px -52px;
}
.pagination-page-link.next > a.pagination-indicator {
  background-position: -32px -52px;
}
.pagination-page-link.pagination-jump,
.pagination-page-link.pagination-jump:hover {
  border: none;
  background: transparent;
  min-width: 16px;
}
.pagination-page-link.pagination-jump > a.pagination-indicator {
  display: inline-block;
  height: 12px;
  width: 14px;
  background-image: url(/img/directory_profile_sprite.svg);
  background-size: 250px 212px;
  background-position: -164px -164px;
}
.pagination-jump.pagination-jump-left:hover > a.pagination-indicator {
  background-position: -9px -162px;
}
.pagination-jump.pagination-jump-right:hover > a.pagination-indicator {
  background-position: -39px -162px;
}
.pagination-page-link.pagination-jump.ui-state-disabled {
  display: none;
}
.pagination-page-link.pagination-arrow.ui-state-disabled {
  background-color: #eeeeee;
  cursor: auto;
}

@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lds-css {
  width: 52px;
  height: 52px;
  margin: 16px auto;
}
.lds-rolling {
  position: relative;
  width: 100%;
  height: 100%;
}
.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  width: 202px;
  height: 202px;
  border: 28px solid #a08963;
  border-top-color: transparent;
  border-radius: 50%;
}
.lds-rolling div {
  -webkit-animation: lds-rolling 1500ms linear infinite;
  animation: lds-rolling 1500ms linear infinite;
  top: 100px;
  left: 100px;
}
.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lds-rolling {
  width: 50px !important;
  height: 50px !important;
  -webkit-transform: translate(-25px, -25px) scale(0.25) translate(25px, 25px);
  transform: translate(-25px, -25px) scale(0.25) translate(25px, 25px);
}

.toggle-container {
  width: 150px;
  height: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  background-color: #ffffff;
  float: left;
  position: relative;
  padding: 1px;
  transition: 0.25s background-color;
  cursor: pointer;
}
.toggle-container.on-off-toggle {
  width: 60px;
  border: 1px solid #e1e1e1;
}
.toggle-container .toggle-text {
  color: #828282;
  background: transparent;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 26px;
  font-family: "Montserrat", sans-serif;
  float: left;
  width: 50%;
  text-align: center;
  user-select: none;
  transition: 0.25s color;
}
.toggle-container.on-off-toggle .toggle-text {
  color: #fff;
  line-height: 28px;
}
.toggle-container .toggle-block {
  height: 100%;
  width: 50%;
  left: 0px;
  position: relative;
  border: 1px solid #e1e1e1;
  background-color: #a08963;
  border-radius: 3px;
  transition: 0.25s left;
}
.toggle-container.on-off-toggle.on .toggle-block,
.toggle-container.right .toggle-block {
  left: 50%;
}
.toggle-container.left .toggle-left-text,
.toggle-container.right .toggle-right-text {
  color: #ffffff;
}
.toggle-container.on-off-toggle .toggle-block {
  background-color: #ffffff;
}
.toggle-container.on-off-toggle.on {
  background-color: #a8a87e;
}
.toggle-container.on-off-toggle.off {
  background-color: #b6b6b5;
}

/*==========
	Create Password page
==========*/
.page-banner {
  background: #f8f8f8;
  height: 70px;
}
.page-banner * {
  height: 100%;
  line-height: 70px;
  font-family: "DIN Next W01 Regular";
  font-size: 1.285em;
  color: #828282;
}
#create-password-container,
#reset-password-container {
  padding-top: 25px;
}
.section-wrapper.password {
  padding-top: 0px;
  padding-bottom: 0;
}
.section-wrapper.password p .bold {
  font-weight: 700;
}
.password-container div.input {
  position: relative;
  margin-top: 28px;
}
.password-container input {
  font-family: "Montserrat";
  font-size: 0.9285em;
  width: 350px;
}
.password-container .input input {
  padding-left: 10px;
  color: #828282;
  margin-bottom: 26px;
  height: 38px;
}
.password-container .input.password input {
  padding-left: 30px;
}
.password-container label {
  font-family: "Montserrat";
  font-size: 0.9285em;
  margin-bottom: 14px;
  color: #828282;
  line-height: 1;
}
.password-container .submit {
  margin-top: 30px;
}
.password-container .submit input {
  height: 38px;
  line-height: 38px;
  vertical-align: middle;
  font-size: 0.9285em;
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #fff;
  background-color: #a08963;
  border-radius: 3px;
  border: none;
  padding: 0px;
}
.password-container .submit input:hover {
  background-color: #b09e7f;
}
.password-container div.input.password:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 10px;
  bottom: 0px;
  left: 8px;
  display: block;
  background-image: url(/workfolio_common/img/common_sprite.svg);
  background-size: 250px 212px;
  background-position: -8px -57px;
  opacity: 0.5;
  -webkit-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  transition: 0.5s opacity;
  z-index: 100;
}
.password-container div.input.password.focus:before {
  opacity: 1;
}
.password-container label.error {
  color: #a5676e;
  margin-top: 7px;
}
.password-container input.error {
  margin-bottom: 0px;
}
.password-container .submit input:disabled {
  background-color: #c2b5a0;
}

/* social bar */
#social-container {
  /* margin: 10px 0 0; */
  float: right;
}
.addthis_sharing_toolbox {
  margin-right: 1px;
  clear: none !important;
}
#social-container .share-button {
  float: right;
}
#social-container .button {
  min-width: 100px;
}
#social-container .button,
#wrapper
  .at-share-tbx-element.addthis_32x32_style
  .at-share-btn.at-svc-compact {
  display: block;
  height: 26px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #fff;
  color: gray;
  border: 1px solid #d9d9d9;
  line-height: 25px;
  width: auto;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.share-button:hover {
  background: #eee !important;
}
.mr-n-2 {
  margin-right: -2px !important;
}
#social-container .button:hover,
#wrapper
  .at-share-tbx-element.addthis_32x32_style
  .at-share-btn.at-svc-compact:hover {
  opacity: 0.8;
}
#social-container .button .icon,
#wrapper
  .at-share-tbx-element.addthis_32x32_style
  .at-share-btn.at-svc-compact
  span {
  background-image: url(/img/directory_general.svg);
  margin-right: 7px;
  position: relative;
  top: 5px;
}
#social-container .button.download.pdf .icon {
  top: 4px;
  height: 18px;
  width: 18px;
  background-position: -88px -10px;
}
#social-container .button.contact-info {
  /* margin-right: 10px; */
  /* background-color: #646464; */
}
#social-container .button.contact-info .icon {
  height: 15px;
  width: 20px;
  background-position: -60px -10px;
}
#wrapper
  .at-share-tbx-element.addthis_32x32_style
  .at-share-btn.at-svc-compact
  span {
  height: 15px;
  width: 15px;
  background-position: -116px -10px;
  float: left;
}
#wrapper .at-share-tbx-element.addthis_32x32_style .at-share-btn {
  text-indent: 0 !important;
}

/* body */
#project-body {
  padding-top: 40px;
  padding-right: 85px;
}
#project-body img {
  max-width: 100%;
}
.section-header {
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}
.section-actions {
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
}
.section {
  margin-bottom: 0;
}
.footnote {
  margin-bottom: 0;
}

/* results */
.section.results {
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
}
.result {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.result .number {
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
}
.result .description {
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
}

.section > :last-child {
  margin-bottom: 0;
}
/* text */
.section.text {
  position: relative;
}
.section.text h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}
.section.text blockquote {
  font-size: 1.5rem;
  line-height: 1.2rem;
  padding-top: 0;
  padding-bottom: 0;
}
.section.text blockquote p {
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 0;
}
p sup {
  vertical-align: super;
  font-size: 9px;
}
.section.text ul {
  list-style: inside disc;
}
.section.text li {
  display: list-item;
}
.section.text li strong {
  font-weight: 700;
}
.section.text ol {
  margin-left: 0;
  list-style: inside decimal;
}
.video-player,
.section.video .video-player {
  height: 343px;
}
.section.twitter .author-info,
.section.twitter .tweet-body p {
  margin-bottom: 12px;
}
.section.twitter .author-info a,
.section.twitter .author-info div {
  float: left;
}
.section.twitter .tweet {
  margin-bottom: 30px;
  margin-right: 22px;
}
.section.twitter .tweet .img-container {
  margin-right: 8px;
  height: 33px;
}
.section.twitter .tweet .img-container img {
  height: 100%;
}
.section.twitter .tweet .user-name,
.section.twitter .tweet .screen-name,
.section.twitter .tweet .tweet-footer * {
  font-size: 0.9286em;
  font-weight: 300;
}
.section.twitter .author-info .screen-name,
.section.twitter .tweet-footer .tweet-date,
.section.twitter .tweet-footer .intents-container a {
  font-size: 0.8571em;
  color: #000;
}
.section.twitter .author-info .screen-name {
  clear: left;
}
.section.twitter .author-info iframe {
  /* follow button */
  float: right;
  clear: none;
}
.section.twitter .tweet-footer {
  margin-bottom: 20px;
}
.section.twitter .tweet-footer .tweet-date {
  float: left;
}
.section.twitter .tweet-footer .intents-container {
  float: right;
}
.section.twitter .tweet-footer .intents-container a {
  margin-left: 15px;
  float: left;
  line-height: 14px;
}
.section.twitter .tweet-footer .intents-container a:hover {
  text-decoration: none;
}
.section.twitter .tweet-footer .intents-container a:before {
  content: "";
  display: block;
  float: left;
  background-image: url(/img/twitter.png);
  height: 14px;
  margin-right: 6px;
}
.section.twitter .tweet-footer .intents-container a.reply:before {
  width: 16px;
  background-position: -10px -9px;
}
.section.twitter .tweet-footer .intents-container a.retweet:before {
  width: 18px;
  background-position: -40px -9px;
}
.section.twitter .tweet-footer .intents-container a.favorite:before {
  width: 14px;
  background-position: -67px -9px;
}
.twitter-follow-button {
  visibility: hidden;
}
.section .profile-item.list-item-container {
  margin-bottom: 2rem;
  position: relative;
}
.section .profile-item.list-item-container p {
  margin: 0px 0px 0.4em;
}
.section .profile-item.list-item-container .list-item-value-label,
.section .profile-item.list-item-container .list-item-title {
  font-weight: 700;
}
.section .profile-item.list-item-container .list-item-value-label {
  margin-bottom: 0.2em;
}
/* sidebars */
#about-organization > p {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5em;
}
.person #about-organization > p {
  font-size: 1.4rem;
}
.content-sidebar {
  padding-top: 35px;
}

/* footer */
.footer * {
  line-height: 1.2em;
}
.footer .container {
  padding: 24px 0px;
}
.footer .container > * {
  white-space: pre;
}
.section-wrapper.footer {
  background-color: #f8f8f8;
  padding: 0;
  font-size: 12px;
  display: table-row;
  height: 60px;
  z-index: 50;
}
.section-wrapper.footer .container-outer {
  width: 100%;
  padding-bottom: 0;
  vertical-align: middle;
}
.section-wrapper.footer div,
.section-wrapper.footer a {
  color: #969696;
}
.section-wrapper.footer a {
  text-decoration: none;
}
.section-wrapper.footer a:hover {
  text-decoration: underline;
}
.section-wrapper.footer .nav {
  float: right;
}
.section-wrapper.footer .nav a:first-child {
  margin-right: 25px;
}
.section-wrapper.footer .container .row {
  line-height: 60px;
}

/* autocomplete stuff */
.ui-menu-item span {
  font-weight: 400;
  color: #888;
}
.ui-menu-item em {
  font-weight: 700;
  font-style: normal;
}

/* directory demo homepage */

.section-wrapper.hero {
  /* set background image inline using OrganizationProfile
	background-image: url(/img/demo/hero.png); */
  height: 345px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 41px 0px;
}
.slogan-container {
  text-align: right;
  font-size: 2.1rem;
  line-height: 1em;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}
.section-wrapper.search-results {
  padding-top: 0;
  padding-bottom: 0;
}
.section-wrapper.search-results .person {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  position: relative;
}
.section-wrapper.search-results .person:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-wrapper.person {
  padding: 0px;
  height: 100%;
}
.section-wrapper.person .container {
  overflow: hidden;
  height: 100%;
}
#search-results {
  padding-right: 90px;
}
.search-results .person img {
  float: left;
  margin-right: 20px;
  max-width: 100px;
}
.search-results .person .details-container {
  overflow: hidden;
  padding-right: 30px;
}

.search-person-contact-container {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.search-person-contact-button {
  display: block;
}
.search-person-contact-button + .search-person-contact-button {
  margin-top: 8px;
}
.search-person-contact-button,
.search-person-contact-button:after {
  height: 30px;
  width: 30px;
}
.search-person-contact-button:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/img/directory_public.svg);
  background-repeat: no-repeat;
  background-size: 250px 212px;
  background-color: transparent;
}
.search-person-contact-button-email:after {
  background-position: -4px -4px;
}
.search-person-contact-button-phone:after {
  background-position: -30px -4px;
}

.details-container > .wf-tags-container {
  margin-top: 12px;
  display: inline-block;
  width: 80%;
  white-space: normal;
  text-overflow: ellipsis;
  vertical-align: bottom;
  height: auto; /* leave this auto so clamp.js works right */
}
.details-container > .wf-tags-container > .wf-tag {
  display: inline;
  color: #969696;
  font-weight: 400;
}
.details-container > .wf-tags-container,
.details-container > .wf-tags-container .label,
.details-container > .wf-tags-container .wf-tag,
.details-container > .wf-tags-container .more {
  font-size: 1.4rem;
}
.wf-tags-container .more {
  font-weight: bold;
}
.details-container > .wf-tags-container > .wf-tag.current {
  color: #383838;
}
.details-container > .wf-tags-container,
.details-container > .wf-tags-container > .label,
.details-container > .wf-tags-container > .wf-tag {
  line-height: 1.6rem;
}
#wrapper .search-results .person .name {
  font-size: 1.43em;
  line-height: 1.1;
  /*font-family: "DIN Next W01 Bold";*/
  font-weight: bold;
  display: block;
  text-decoration: none;
}
#wrapper .search-results .person .name:hover {
  text-decoration: underline;
}
.search-results .person .title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
}

/* user search options area */
.header-section {
  float: left;
  font-size: 1em;
  color: #969696;
  padding-left: 20px;
  height: 60px;
  line-height: 60px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-section .selectboxit-container {
  max-width: 70%;
}

.header-section .label {
  color: #383838;
  font-size: 1.07em;
  /*font-family: 'DIN Next W01 Regular';*/
  float: left;
  margin-right: 14px;
}
.header-section .selection {
  float: left;
  background-color: #f8f8f8;
  line-height: 22px;
  position: relative;
  top: 20px;
  color: #969696;
  font-size: 1em;
  max-width: none;
  width: auto;
}
.header-section select {
  display: none;
}
.header-section .selection a {
  text-decoration: none;
}
.header-section .selectboxit-container {
  vertical-align: middle;
  width: auto;
}
.header-section .selectboxit.selectboxit-enabled.selectboxit-btn {
  width: 130px;
  top: 0;
  height: 30px;
  color: #969696;
  background-color: #f8f8f8;
  border: 1px solid #e1e1e1;
}
.header-section .selectboxit-container .selectboxit .selectboxit-text {
  line-height: 30px;
  color: #828282;
  font-size: 1em;
  text-indent: 14px;
  font-family: "Lato", sans-serif;
}
.header-section .selectboxit-container .selectboxit-options {
  width: 130px;
}
.header-section .selectboxit-container .selectboxit-options a {
  height: 30px;
  line-height: 30px;
  font-family: "Lato", sans-serif;
  font-size: 1em;
  padding: 0;
}

.header-section .selectboxit-option .selectboxit-option-anchor {
  padding-left: 1px;
}

.section-wrapper .sort {
  width: 230px;
  border-right: 1px solid #efefef;
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 20px;
}
.section-wrapper .sort .direction {
  display: inline-block;
  vertical-align: middle;
  height: 27px;
  width: 26px;
  background-color: #f8f8f8;
  margin-left: 9px;
  position: relative;
  cursor: pointer;
}
.section-wrapper .sort .direction:before,
.section-wrapper .sort .direction:after {
  content: "";
  display: block;
  height: 6px;
  width: 9px;
  left: 10px;
  position: absolute;
  background-image: url(/workfolio_common/img/common_sprite.svg);
  background-repeat: no-repeat;
  background-size: 250px 212px;
  background-color: transparent;
}
.section-wrapper .sort .direction:before {
  top: 5px;
  background-position: -159px -81px;
}
.section-wrapper .sort .direction:after {
  bottom: 5px;
  background-position: -9px -101px;
}
.section-wrapper .sort .direction.asc:before {
  background-position: -189px -81px;
}
.section-wrapper .sort .direction.desc:after {
  background-position: -39px -101px;
}
/* end user search options area */

/* search box */
#keyword,
.search-options-header,
.search-options-buttons {
  padding: 0px 20px;
}
#search-container {
  padding: 0px;
}
#search-container > form {
  margin: 0px;
}
#search-container .selectboxit-text {
  max-width: 240px !important;
}
.search-options {
  padding: 10px 10px;
  transition: max-height 0.4s;
  max-height: 120px;
  overflow: visible;
}
.search-options.more-filters {
  overflow: hidden;
}
.search-options .collapsible {
  display: none;
}
.search-options.more-filters .collapsible {
  display: block;
}
.keyword-input {
  position: relative;
}
.search-header .input.keyword-input #keyword {
  border-radius: 3px 3px 0px 0px;
  height: 52px;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
}
.keyword-input .submit {
  position: absolute;
  right: 20px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  height: 19px;
}
.keyword-input input[type="submit"] {
  display: block;
  width: 19px;
  height: 19px;
  padding: 0;
  background-image: url(/workfolio_common/img/common_sprite.svg);
  background-repeat: no-repeat;
  background-position: -129px -81px;
  background-size: 250px 212px;
  background-color: transparent;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  border-radius: 48px;
  border: none;
}
.search-options-container {
  border-radius: 0px 0px 3px 3px;
  padding: 20px 0px 13px;
  border-width: 0px 1px 1px;
  border-style: solid;
}

.search-options-container .input.search-select {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 10px;
  padding-left: 10px;
  font-size: 1.5rem;
  height: 30px;
}
.search-options-container .search-options-label {
  display: inline !important;
}
.search-options-container .search-options-label {
  display: inline-block !important;
}
.search-options-container .search-options-label:hover {
  cursor: pointer;
}

.search-options-container .search-options-label,
.search-options-container .advanced-search-link {
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  margin: 0px;
}

.advanced-search-query-container .condition-row {
  display: flex;
}
.search-options-container .advanced-search-link {
  float: right;
}
#reset-filter-wrapper {
  background-color: #446ca6;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  border-radius: 3px 3px 0px 0px;
}
.search-header .input.keyword-input #keyword {
  border-radius: 0 !important;
}
#reset-filter {
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  margin: 0px;
  font-size: 13px;
  line-height: 13px;
  font-family: 'Montserrat', sans-serif;
  float: right;
  margin-top: 10px;
  margin-right: 20px;
}

.search-options-container .search-options-buttons {
  height: auto;
  width: 100%;
  position: relative;
  margin-bottom: 7px;
}
.search-options-container a.extra-option,
.search-options-container .extra-option-divider {
  display: block;
  float: left;
  line-height: 36px;
  text-decoration-color: #fff;
  color: #fff;
}
.search-options-container a.extra-option.advanced-search-link {
  float: right;
}
.search-options-container a.extra-option:focus {
  text-decoration: none;
}
.search-options-container a.extra-option:hover,
.search-options-container a.extra-option:active {
  text-decoration: underline;
}
.search-options-container .extra-option-divider {
  margin: 0px 8px;
}
.search-options-container a.extra-option .extra-filter {
  font-size: 1.3rem;
  color: #fff;
}
#more-filters > .extra-filter:after {
  content: "";
  display: inline-block;
  position: relative;
  margin-left: 4px;
  width: 13px;
  height: 8px;
  background-image: url(/img/directory_profile_sprite.svg);
  background-size: 250px 212px;
  background-position: -212px -166px;
}
#more-filters > .fewer-filters-link:after {
  transform: rotate(0.5turn);
}
.search-options-container .submit {
  float: right;
  height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0px 34px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  background: #fff;
  font-size: 1.6rem;
  opacity: 0.8;
}
.search-options-container .submit:hover {
  opacity: 1;
}
#organization-homepage select {
  display: none;
  max-width: 100%;
}
#search-container .selectboxit,
#search-container .selectboxit-container {
  width: 100%;
}
#organization-homepage .selectboxit-enabled {
  height: 30px;
  border: 1px solid #e1e1e1;
  background-color: #f5f5f5;
}
#organization-homepage .selectboxit-text {
  line-height: 28px;
  height: 28px;
  color: #828282;
  font-family: "Montserrat", sans-serif;
}
#organization-homepage .selectboxit-option-anchor {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  height: 30px;
  line-height: 30px;
  padding-right: 14px;
}
#organization-homepage .selectboxit-container .selectboxit-options {
  width: auto;
}
.header-section .selectboxit .selectboxit-arrow-container .selectboxit-arrow,
#organization-homepage .selectboxit-arrow,
.condition-row .selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  border: none;
  width: 14px;
  height: 7px;
  display: block;
  background-image: url(/img/public@1x.png);
  background-position: -30px -1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#organization-homepage .selectboxit-arrow-container {
  margin: 0; /* this is to prevent vertical shifting on the arrow when hover/open borders are added/removed */
}

.search-results-details {
  border-bottom: none;
  border-left: none;
  margin-top: 12px;
}
.member-count-container {
  float: left;
}
.member-count-container,
.member-found-count,
.member-total-count {
  font-style: italic;
  color: #969696;
}
.sort-container {
  float: right;
}
#client-page-profiles-container .sort-container {
  float: left;
}
#sort-input {
  float: right;
  border: 0;
  margin: 5px 12px 0 0;
  width: auto;
  min-width: 120px;
}
#sort-input > select {
  display: none;
}
#client-page-profiles-container #sort-input > .selectboxit-container {
  width: 100%;
}
#sort-input + .label,
.member-count-container {
  font-weight: 400;
  font-size: 1.4rem;
  height: 2.1em;
  line-height: 2.1em;
  margin: 5px 4px 0 0;
}
#sort-input + .label {
  float: right;
}
#sort-input .selectboxit.selectboxit-btn {
  width: 100%;
}
#sort-input .selectboxit.selectboxit-enabled.selectboxit-btn {
  border-width: 1px;
  border-color: transparent;
  background: none;
  height: 30px;
}
#sort-input .selectboxit.selectboxit-btn .selectboxit-text {
  text-indent: 9px;
  margin-right: 30px;
  line-height: 28px;
  height: 28px;
  font-family: "Montserrat", sans-serif;
  max-width: 140px;
}
#sort-input .selectboxit.selectboxit-enabled.selectboxit-btn .selectboxit-text {
  color: #828282;
}
#sort-input .selectboxit.selectboxit-enabled.selectboxit-btn:hover,
#sort-input .selectboxit.selectboxit-enabled.selectboxit-btn.selectboxit-open,
#sort-input
  .selectboxit.selectboxit-enabled.selectboxit-btn.selectboxit-open
  + .selectboxit-options {
  border-color: #a6a6a6;
}
#sort-input .selectboxit.selectboxit-enabled.selectboxit-btn.selectboxit-open {
  border-bottom: none;
}
#sort-input
  .selectboxit.selectboxit-enabled.selectboxit-btn.selectboxit-open
  + .selectboxit-options {
  border-top: none;
}
#sort-input
  .selectboxit.selectboxit-enabled.selectboxit-btn.selectboxit-open
  + .selectboxit-options
  li {
  text-indent: 9px;
}
/* end search box */

/* person */
#person-head {
  display: table;
  position: relative;
  width: 100%;
  padding-top: 10px;
}
#person-head.no-sub-sections {
  margin-bottom: 30px;
}
.profile-contact-buttons-container {
  margin-top: 28px;
  position: relative;
}
a.profile-contact-button:link,
a.profile-contact-button:hover,
a.profile-contact-button:active,
a.profile-contact-button:visited {
  position: relative;
  color: #ffffff;
  font-size: 1.3rem;
  font-family: "Montserrat", sans-serif;
  padding: 0.4em 0px 0.4em 22px;
  margin-right: 0px;
}
a.profile-contact-button:hover {
  opacity: 0.8;
}
a.profile-contact-button:before {
  content: "";
  position: absolute;
  left: 0px;
  margin: auto 0px;
  background-image: url(/img/directory_general.svg);
}
a.profile-contact-phone-button:before {
  top: 5px;
  background-position: -10px -10px;
  height: 15px;
  width: 15px;
}

a.profile-contact-button.profile-contact-email-button {
  padding-left: 26px;
}
a.profile-contact-email-button:before {
  top: 7px;
  height: 13px;
  width: 18px;
  background-position: -34px -10px;
}
.profile-contact-more-button {
  display: inline;
  position: relative;
  padding: 0px 13px;
  margin: 0px 12px 0px 4px;
  border-left: 1px solid #383838;
  width: 26px;
  background-image: url(/img/directory_general.svg);
  background-position: -134px -9px;
}
.profile-contact-more-button:hover,
.profile-contact-more-menu-item:hover {
  cursor: pointer;
  background-color: #eee;
}
.profile-contact-more-menu {
  position: absolute;
  border: 1px solid #383838;
  background: #fff;
  bottom: 18px;
  left: -1px;
}
.profile-contact-more-menu-item {
  padding: 4px 12px;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
}
.profile-contact-more-menu-item:last-child {
  border-bottom: none;
}
#custom-fields-container {
  display: block;
}
#custom-fields-container-mobile {
  display: none;
}
.profile-contact-element {
  position: relative;
  padding: 5px 0;
}
.profile-contact-element-social-wrapper {
  display: flex;
}

.profile-contact-element-social-wrapper a:first-child {
  margin-right: 10px;
}

.profile-contact-element-social-btn {
  display: block;
  height: 26px;
  padding: 0 10px;
  box-sizing: border-box;
  background-color: #fff;
  color: gray;
  border: 1px solid #d9d9d9;
  line-height: 25px;
  width: auto;
  font-size: 1.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.profile-contact-element svg {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  float: left;
}
.profile-contact-element .social-link {
  display: flex;
  align-items: center;
}

.profile-contact-element .social-link .label {
  margin-right: 10px;
}
.profile-contact-element .social-link .label.facebook {
  background-position: -109px -9px;
}

.profile-contact-element .social-link .label.linkedin {
  background-position: -140px -9px;
}

.profile-contact-element .social-link .label.twitter {
  background-position: -80px -9px;
}
.profile-contact-element .social-link .label.tumblr {
  background-position: -203px -9px;
}

.profile-contact-element .social-link .label.wordpress {
  background-position: -237px -9px;
}

.profile-contact-element .social-link .label.youtube {
  background-position: -172px -9px;
}

.profile-contact-element svg {
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 6px;
  color: #383838;
}

.profile-contact-address {
  line-height: 30px;
}
.profile-contact-element ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.profile-contact-element ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}

.custom-fields-container {
  padding-top: 28px;
  position: relative;
}
.custom-fields-container .wf-tags-container {
  margin-bottom: 1rem;
  position: relative;
}
.custom-fields-container .wf-tags-container,
.custom-fields-container .wf-tags-container a,
.custom-fields-container .wf-tags-container span {
  font-size: 1.3rem;
}
.custom-fields-container .wf-tags-container span,
.custom-fields-container .wf-tags-container a {
  line-height: 1.6em;
}
#user-sections {
  position: relative;
}
#person-content-wrapper {
  padding-left: 0px;
  padding-right: 0px;
  /* padding-top: 33px; */
}

.person-toggle-container {
  display: inline-block;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  width: auto;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  float: right;
  text-transform: uppercase;
  margin-left: 15px;
  display: flex;
}

.person-toggle-container a {
  color: gray;
  font-size: 12px;
  line-height: 24px;
  opacity: 0.8 !important;
  padding: 0 10px;
}

.person-toggle-container a:first-child {
  border-right: 1px solid #d9d9d9;
}
.person-toggle-container a:hover {
  opacity: 1 !important;
  flex: 1 !important;
  background: #50a2d3;
  color: #fff;
  text-decoration: none;
}
.person-toggle-container a.active {
  opacity: 1 !important;
  flex: 1 !important;
  background: #50a2d3;
  color: #fff;
  text-decoration: none;
}

#person-content .profile-section {
  padding-top: 3rem;
  padding-right: 3rem;
  margin-top: 3rem;
  position: relative;
  border-top: 1px solid #efefef;
}

#person-content .profile-section.blog {
  padding-top: 3rem;
  padding-right: 3rem;
  margin-top: 3rem;
  position: relative;
}

#person-content .profile-section.blog .posts-wrapper {
  display: grid;
  grid-template-columns: 45% 45%;
  grid-row-gap: 30px;
  grid-column-gap: 10%;
}

#person-content .profile-section.blog .posts-wrapper.columns-3 {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-row-gap: 30px;
  grid-column-gap: 5%;
}
#person-content .profile-section.blog .posts-wrapper .item img {
  width: 100%;
}

#person-content .profile-section.blog .posts-wrapper .item .date {
  font-size: 14px;
  color: #707070;
  margin-top: 15px;
  margin-bottom: 15px;
}
#person-content .profile-section.blog .posts-wrapper .item h3 {
  font-size: 14px;
  color: #222222;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 18px;
  font-family: Lato;
}

#person-content .profile-section.blog .posts-wrapper .item .description {
  font-size: 14px;
  color: #707070;
  margin-bottom: 15px;
}

#person-content .profile-section.blog .posts-wrapper .item .post__view {
  color: #507f86;
  font-family: Lato;
}

#person-content .profile-section.blog .visit {
  margin-top: 50px;
  color: #fff;
  text-transform: uppercase;
  background: #507f86;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  font-family: "Montserrat";
}

#person-content .profile-section.blog .visit:hover {
  text-decoration: none;
}

#person-content .profile-section:last-child {
  margin-bottom: 10rem;
}
.profile-section p {
  font-size: 1.6rem;
  line-height: 1.5em;
}
.person-head-data-container {
  display: table-row;
  vertical-align: top;
}
#person-head .photo {
  position: relative;
  float: left;
  z-index: 50;
  max-width: 200px;
  display: table-cell;
  vertical-align: top;
  width: 200px;
}
#person-head .photo img {
  max-width: 200px;
}
#person-meta {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
#person-meta-inner {
  position: relative;
  width: 100%;
  max-height: 200px;
  padding-left: 0px;
  overflow-y: hidden;
  transition: max-height 0.4s;
}
.photo + #person-meta > #person-meta-inner {
  padding-left: 28px;
}
#person-meta-inner.expanded {
  max-height: 600px;
}
#person-meta .name,
#person-meta .title,
#person-meta .location {
  margin-bottom: 0.9rem;
  line-height: 1em;
}
#person-meta .name {
  font-size: 2.5rem;
  font-weight: 400;
  position: relative;
  display: flex;
}

#person-meta .name svg {
  width: 25px;
  margin-left: 15px;
}
#person-meta .title,
#person-meta .location {
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
}
#person-meta .location,
#person-meta .location a {
  color: #828282;
  font-size: 1.5rem;
}
#person-meta .link:hover {
  text-decoration: underline;
}
.custom-fields-container .custom-field-display-container {
  position: relative;
  padding-right: 52px;
}

/*===========
	Contact Info lightbox
===========*/
.contact-info-photo {
  width: 4rem;
  height: 4rem;
  float: left;
  display: block;
  margin-right: 14px;
}
.contact-info-primary,
.contact-info-name,
.contact-info-title,
.contact-info-location {
  font-family: "DIN Next W01 Light";
  font-size: 1.6rem;
  float: left;
  color: #828282;
  line-height: 1em;
}
.contact-info-name {
  font-family: "DIN Next W01 Regular";
  margin-bottom: 0.5em;
  color: #383838;
}
.contact-info-location {
  clear: both;
}
#contact-info-container {
  position: relative;
}
.contact-info-content {
  margin-top: 16px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
}
.contact-section {
  position: relative;
  min-height: 30px;
  vertical-align: top;
  color: #969696;
  padding: 0px;
}
.contact-section:nth-child(odd) {
  clear: both;
}
.contact-section:nth-child(n + 3) {
  margin-top: 26px;
}
.contact-section .value,
.contact-section .value a,
.contact-section .label {
  color: #828282;
  font-size: 1.6rem;
  font-family: "DIN Next W01 Light";
}
.contact-section .value:last-child {
  margin-bottom: 0;
}
.contact-section .label.section-label {
  margin-bottom: 12px;
  font-family: "DIN Next W01 Regular";
  color: #383838;
}
.contact-section .contact-item {
  line-height: 1;
  font-weight: 300;
  margin-bottom: 12px;
  overflow-wrap: break-word;
}
.contact-section .contact-item:last-child {
  margin-bottom: 0;
}
.social-link span {
  display: block;
  float: left;
}
.social-link .label {
  background-image: url(/img/directory_sprite.svg);
  display: block;
  float: left;
  line-height: 1em;
  height: 14px;
  width: 14px;
  background-size: 280px 34px;
}
.contact-section .label.youtube {
  background-position: -172px -9px;
}
.contact-section .label.wordpress {
  background-position: -237px -9px;
}
.contact-section .label.tumblr {
  background-position: -203px -9px;
}
.contact-section .label.twitter {
  background-position: -80px -9px;
}
.contact-section .label.facebook {
  background-position: -109px -9px;
}
.contact-section .label.linkedin {
  background-position: -140px -9px;
}
.contact-section .social-link-anchor {
  float: left;
  display: block;
  line-height: 1;
}
.contact-section .social-link-anchor,
.contact-section .social-link-anchor:hover,
.contact-section .social-link-anchor:focus {
  color: #828282;
}
.contact-section .social-link-anchor:hover .value {
  text-decoration: underline;
}
.contact-section .social-link .value {
  margin-left: 8px;
}

.user-profile-content-toggle {
  display: block;
  position: absolute;
  bottom: -54px;
  width: 60px;
  height: 24px;
  border: 1px solid #efefef;
  border-top: 1px solid #fff;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  cursor: pointer;
}
.user-profile-content-toggle.expanded.no-sub-sections {
  bottom: -20px;
}
.user-profile-content-toggle:before {
  content: "";
  height: 10px;
  width: 14px;
  margin: auto;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-size: 250px 212px;
  background-image: url(/workfolio_common/img/common_sprite.svg);
  background-repeat: no-repeat;
  background-position: -98px -83px;
  position: absolute;
}
.user-profile-content-toggle.expanded:before {
  transform: rotate(180deg);
}

.blog-posts .date {
  text-transform: uppercase;
  color: #969696;
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 400;
}

.name.blog {
  font-size: 1.1rem;
  line-height: 1;
  text-transform: uppercase;
  color: #969696;
}

.no-results {
  font-size: 1em;
  color: #969696;
  line-height: 30px;
  margin-top: 15px;
}

.links .link,
.files .file {
  margin-bottom: 15px;
}

/* login page */
.login #wrapper {
  display: block;
}
.login .header,
.login .footer {
  display: block;
}
.login #content-main {
  background-image: none;
  background-color: #f8f8f8;
  display: block;
}
.login #wrapper {
  overflow: hidden;
}
.section-wrapper.login {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
}
.login .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.section-wrapper.login .container {
  height: 100%;
}
.section-wrapper.login .container .auth-options {
  height: 100%;
  padding: 0 25px 0;
  position: relative;
  padding-top: 15%;
  background-color: #4a4a4a;
  width: 315px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section-wrapper.login .auth-options .login-header {
  margin-bottom: 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.786em;
  line-height: 1;
}
.section-wrapper.login .auth-options input[type="text"],
.section-wrapper.login .auth-options input[type="email"],
.section-wrapper.login .auth-options input[type="password"] {
  margin: 0 auto 5px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 38px;
  padding: 12px 12px 12px 40px;
  line-height: 14px;
}
.auth-options .submit {
  margin-top: 25px;
}
.auth-options .submit input[type="submit"] {
  width: 100%;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-weight: bold;
  text-shadow: none;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 10px 0;
}
.auth-options .submit input[type="submit"]:hover {
  background: rgba(255, 255, 255, 0.4);
}

#UserLoginForm .input {
  position: relative;
}

#UserLoginForm .input.email:before,
#UserLoginForm .input.password:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  width: 20px;
  height: 10px;
  margin: auto;
  background-image: url(/img/public.png);
  opacity: 0.5;
  -webkit-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
#UserLoginForm .input.email:before {
  background-position: -81px -0px;
}
#UserLoginForm .input.password:before {
  background-position: -109px -0px;
}
#UserLoginForm .input.email.focus:before,
#UserLoginForm .input.password.focus:before {
  opacity: 1;
}
.auth-options .message {
  color: #260000;
  padding: 4px;
  background: #fff;
  font-weight: 600;
}
#forgot-password-link {
  position: absolute;
  right: 8px;
  top: 12px;
  font-size: 13px;
  line-height: 1;
  font-family: "DIN Next W01 Light";
  font-weight: 400;
  font-style: normal;
}
#forgot-password-link:hover {
  opacity: 0.8;
}

/* alphabetical filter */
.filter-container {
  padding: 13px 20px 0px;
  width: 100%;
}
.filter-wrapper {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 13px;
  width: 100%;
}
.filter-container input[type="checkbox"] {
  display: none;
}
.filter-container input[type="checkbox"] + label:before {
  content: none;
}
.filter-container .letter-label {
  line-height: 1em;
  margin: 0px;
  padding: 7px;
  float: left;
  display: block;
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.filter-container .letter-label:hover,
.filter-container input:checked + .letter-label {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.2);
}

.back-to-list-link a:before {
  content: "";
  background-image: url(/img/directory_sprite.svg);
  background-size: 280px 34px;
  width: 5px;
  height: 1em;
  display: block;
  float: left;
  background-position: -261px -111px;
  position: relative;
  top: 2px;
  margin-right: 8px;
}

@media (min-width: 992px) and (max-width: 1271px) {
  .filter-container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 991px) {
  .filter-container .letter-label {
    margin-right: 2px;
  }
  .button.download.pdf {
    border-right-width: 1px;
  }
}
/* end alphabetical filter */

/* text section */
.section.tinymce .input.textarea {
  margin-bottom: 0;
}
/* end text section */

/* educations / experiences */
.education-container,
.experience-container {
  margin-bottom: 2rem;
}
.education-container .education-name,
.experience-container .experience-name {
  font-weight: 700;
  margin-bottom: 0.4em;
}
.date-range {
  color: #828282;
  margin-bottom: 0.4em;
  font-weight: 700;
}
.education-container .activities {
  margin-top: 4px;
}
.education-container .activities .activities-label {
  display: block;
  color: #828282;
}
/* end educations */

/* files */
.section.files .file-container a:before {
  height: 16px;
  width: 14px;
  margin-right: 7px;
  top: 1px;
  background-position: -224px -65px;
}
.section.files .file-container:last-child,
.section.educations .education-container:last-child {
  margin-bottom: 0;
}

/* end files */

/* back to list link container */
.section-wrapper.back-to-list-link {
  border-bottom: 1px solid #efefef;
}
/* end back to list link container */

/*========
  Client Pages
========*/

#client-page-control-wrapper {
  position: absolute;
  right: 10px;
  bottom: -3em;
}
#client-pages-container {
  position: relative;
}
.client-page-content-section-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
#client-page-content,
#organization-client-content {
  /*padding-top: 20px;*/
  background-color: #fff;
}
.header-edit-container,
#client-page-copy-link-container {
  float: right;
  position: relative;
  top: -1.5em;
  height: 30px;
}
#client-page-copy-link-container > .client-page-copy-button,
#client-page-copy-link-container > .client-page-copy-input {
  height: 100%;
  float: left;
  padding: 0px;
}
.globe-button {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
}
.globe-button:hover {
  background-color: #f5f5f5;
}
.globe-button:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/workfolio_common/img/common_sprite.svg);
  background-size: 188px 159px;
  background-position: -158px -73px;
  width: 18px;
  height: 18px;
}
.client-page-copy-button.clipboard-copy-btn {
  z-index: 1;
}
#client-page-copy-link-container > .client-page-copy-button {
  width: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}
#client-page-copy-link-container > .client-page-copy-button:before {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
#client-page-copy-link-container > .client-page-copy-input {
  padding: 0px 14px;
  background-color: #f5f5f5;
  border-radius: 3px;
  line-height: 30px;
  font-size: 1.3rem;
  max-width: 0px;
  width: auto;
  transition: max-width 0.4s, padding 0.3s;
}
#client-page-copy-link-container:hover > .client-page-copy-input,
#client-page-copy-link-container > .client-page-copy-input:focus {
  max-width: 600px;
  padding: 0px 34px;
}
.client-page-sidebar,
.client-page-contact-container {
  background-color: #6a6a6a;
}
.client-page-content-section-wrapper .content-sidebar-section {
  border-color: rgba(0, 0, 0, 0.2);
}
.client-page-content-section-wrapper .content-sidebar div,
.client-page-content-section-wrapper .content-sidebar h2,
.client-page-content-section-wrapper .content-sidebar h5,
#wrapper .client-page-content-section-wrapper .content-sidebar span,
#wrapper .client-page-content-section-wrapper .content-sidebar a,
#wrapper .client-page-content-section-wrapper .content-sidebar p {
  color: rgba(255, 255, 255, 0.8);
}
.client-page-content-section-wrapper .content-sidebar .section-header {
  color: rgba(255, 255, 255, 0.5);
}
.client-page-cover-photo {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 5;
  margin-top: -35px;
  margin-bottom: 35px;
  margin-left: -24%;
  height: 240px;
  width: 200%;
}
.client-page-sidebar {
  padding-left: 5.54%;
  margin-bottom: 0px;
  padding-bottom: 100px;
}
.client-page-sidebar .client-page-title,
.client-page-sidebar .organization-client-name {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 0px;
}
.client-page-sidebar h5,
.client-page-notes {
  font-size: 1.5rem;
  line-height: 1.5em;
}
.organization-client-logo-wrapper {
  float: left;
  margin-right: 12px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.organization-client-logo-container {
  height: 60px;
  width: 60px;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#client-page-categories-container {
  position: relative;
  opacity: 1;
}
.client-page-category-button {
  background-color: #eeeeee;
  padding: 6px 10px;
  border: none;
  outline: none;
  border-radius: 3px;
  line-height: 1em;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.client-page-category-button.client-page-category-button-filter-on {
  background-color: #000000;
  color: #ffffff;
}
.client-page-category-button:hover,
.client-page-category-button:active,
.client-page-category-button:focus,
.client-page-category-button.active {
  cursor: pointer;
  text-decoration: none;
}
.client-page-category-button:hover,
.client-page-category-button:active,
.client-page-category-button.active {
  opacity: 0.8;
}
.client-page-category-label,
.client-page-category-count {
  color: #383838;
  font-family: "Montserrat";
  font-size: 1.3rem;
  line-height: 1.8rem; /* match the line height of the parent container */
  vertical-align: top;
}
.client-page-category-button-filter-on .client-page-category-label,
.client-page-category-button-filter-on .client-page-category-count {
  color: #ffffff;
}
.client-page-category-uncategorized {
  margin-left: 12px;
  position: relative;
}
.client-page-category-uncategorized:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  border-left: 1px solid #bebebe;
  top: 0px;
  left: -11px;
}
.client-page-count-header,
.client-page-count-current,
.client-page-count-total {
  font-style: italic;
  font-family: "Lato", sans-serif;
  font-size: 1.4rem;
  color: #969696;
}
.client-page-count-header {
  margin-top: 1.5rem;
  float: left;
}
#client-page-profiles-container #sort-input {
  margin-right: 0px;
}

.content-group {
  clear: both;
  margin-top: 60px;
}
.content-group-item-wrapper {
  margin-bottom: 20px;
  z-index: 1;
}
.content-group-item-container {
  height: 330px;
  margin-bottom: 0;
  position: relative;
  background-color: #fff;
  -moz-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.15);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.client-page-profile-photo-thumb {
  display: block;
  overflow: hidden;
  height: 190px;
  background-color: #eeeeee;
  position: relative;
  outline: none;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.client-page-profile-photo-overlay {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 215px;
  transition: 0.35s opacity;
  background-color: rgba(56, 56, 56, 0.2);
}
.overlay-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
  padding: 0 15px;
  border: 1px solid #fff;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.35s color, 0.35s background-color;
  -moz-transition: 0.35s color, 0.35s background-color;
  transition: 0.35s color, 0.35s background-color;
  font-family: "Montserrat", sans-serif;
}
.client-page-profile-details-container,
.client-page-card-container {
  transition: 0.35s top;
  z-index: 20;
  position: absolute;
  top: 190px;
  height: 330px;
  width: 100%;
  background-color: #fff;
  padding: 22px;
}
.client-page-profile-details-container {
  border-top-width: 5px;
  border-style: solid;
  padding-top: 17px;
}
.client-page-profile-no-photo .client-page-profile-container,
.client-page-profile-no-photo .client-page-profile-details-container {
  height: 165px;
}
.client-page-profile-no-photo .client-page-profile-details-container,
.client-page-card-container {
  top: 0px;
}
.client-page-container > .container-accent-bar {
  z-index: 30;
}
.client-page-card-title {
  display: block;
}
.client-page-profile-details-title {
  float: left;
  z-index: 1;
  position: relative;
  max-width: 85%;
}
.client-page-profile-detail-content {
  clear: left;
}
.client-page-card-title,
.client-page-card-title:hover,
.client-page-card-title:active,
.client-page-card-title:focus,
.client-page-profile-name,
.client-page-profile-name:hover,
.client-page-profile-name:active,
.client-page-profile-name:focus {
  max-height: 72px;
  font-size: 1.9rem;
  line-height: 2.4rem;
  text-decoration: none;
  overflow: hidden;
  margin-right: 6px;
}
.client-page-card-container > div,
.client-page-card-container > div > .label {
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #383838;
}
.client-page-card-container > div > .label {
  font-weight: 700;
}
.client-page-card-container > div {
  color: #828282;
  margin-top: 2em;
}
.client-page-card-container > .client-page-card-status-indicator {
  float: left;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 1.2em;
  line-height: 1.8em;
  padding: 0px 8px 0px 30px;
  position: relative;
}
.client-page-card-status-indicator:before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  left: 8px;
  margin: auto 0px;
  background-image: url(/img/directory_profile_sprite.svg);
  background-size: 250px 212px;
  background-position: -188px -104px;
  height: 12px;
  width: 15px;
}
.client-page-card-container > .client-page-card-status-indicator.inactive {
  background: #9d9d9d;
}
.client-page-card-container > .client-page-card-status-indicator.draft {
  background: #a8a87e;
}
.client-page-card-title {
  clear: left;
}
.client-page-profile-container .expand,
.client-page-profile-container .close {
  background-image: url(/workfolio_common/img/common_sprite.svg);
  background-size: 377px 320px;
  float: right;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: none;
  padding: 0;
  position: absolute;
  z-index: 1;
  outline: none;
  cursor: pointer;
  top: 22px;
  right: 8px;
}
.client-page-profile-container .close {
  display: none;
  background-position: -282px -84px;
}
.client-page-profile-container .expand {
  background-position: -233px -87px;
}
.client-page-profile-category-container {
  z-index: 20;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
select.client-page-profile-category-select {
  display: none;
}
.client-page-profile-category-container
  > .selectboxit-container
  > .selectboxit.client-page-profile-category-select {
  height: 20px;
  border: none;
  border-radius: 0px 0px 3px 3px;
}
.client-page-profile-category-container
  > .selectboxit-container
  > .selectboxit.client-page-profile-category-select
  > .selectboxit-text {
  font-size: 1rem;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  line-height: 1.9rem;
  text-transform: uppercase;
  font-weight: 700;
  text-indent: 10px;
}
.client-page-profile-category-select > .selectboxit-arrow-container {
  border-left: 1px solid #ffffff;
  width: 21px;
}
.client-page-profile-category-select.selectboxit
  .selectboxit-arrow-container
  .selectboxit-arrow {
  border-width: 1px 1px 0 0;
  border-color: #fff;
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  left: 0px;
  top: -4px;
  bottom: 0px;
  right: 0px;
  margin: auto;
}
.client-page-profile-category-select:hover {
  opacity: 0.8;
}
.client-page-profile-category-container .selectboxit-options.selectboxit-list {
  border: 1px solid #ccc;
  border-radius: 3px 3px 0px 0px;
  width: auto;
}
.client-page-profile-category-container
  .selectboxit-options.selectboxit-list
  > li.selectboxit-option {
  text-indent: 16px;
  padding-right: 8px;
}
.client-page-profile-category-container
  .selectboxit-options.selectboxit-list
  > li.selectboxit-option,
.client-page-profile-category-container
  .selectboxit-options.selectboxit-list
  > li.selectboxit-option
  .selectboxit-option-anchor {
  color: #383838;
}
.client-page-profile-category-container
  .selectboxit-options
  .selectboxit-option-icon-container {
  display: inline;
  float: none;
}
.client-page-profile-category-container
  .selectboxit-options
  .selectboxit-option-icon {
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  top: -1px;
  left: -8px;
}
.client-page-profile-category-container
  .selectboxit-options
  .selectboxit-selected
  .selectboxit-option-icon,
.client-page-profile-category-container
  .selectboxit-options
  .selectboxit-option:hover
  .selectboxit-option-icon {
  background: #ffffff;
}
.client-page-profile-contact-link {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 19px;
  height: 16px;
  background-image: url(/img/directory_profile_sprite.svg);
  background-size: 250px 212px;
  background-position: -61px -186px;
}
.client-page-contact-container .client-page-profile-contact-link {
  opacity: 0.8;
  background-position: -113px -100px;
}
.client-page-contact-container .client-page-profile-contact-link:hover {
  opacity: 1;
}
.client-page-contact-container {
  position: relative;
  margin-top: 24px;
  padding-top: 7px;
  padding-bottom: 7px;
}
.edit-buttons-container {
  position: absolute;
  float: right;
}
.client-page-contact-image-container {
  float: left;
  overflow: hidden;
  margin-right: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 60px;
}
.client-page-contact-image {
  width: 60px;
}
.client-page-contact-details {
  float: left;
  width: calc(100% - 72px);
}
.content-sidebar-section.client-page-section-contact .client-page-contact-name {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1em;
  margin-right: 6px;
}
.content-sidebar-section.client-page-section-contact .client-page-contact-title,
.content-sidebar-section.client-page-section-contact
  .client-page-contact-location {
  font-size: 1.3rem;
  line-height: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 6px;
}

.client-page-section-contact .section-sidebar {
  display: flex;
  justify-content: space-between;
}
.client-page-section-contact .section-sidebar a {
  text-decoration: underline;
}
#client-page-password-prompt-container {
  padding-top: 200px;
  background-color: #f8f8f8;
}
.password-prompt-wrapper {
  position: relative;
  width: 80%;
}
.password-lock-icon {
  box-sizing: content-box;
  width: 38px;
  height: 45px;
  padding-right: 38px;
  position: absolute;
  margin: auto 0px;
  top: 0px;
  bottom: 0px;
  background-position: -10px -10px;
}
.password-prompt-field-wrapper {
  float: left;
  border-style: solid;
  border-left-width: 8px;
  padding-left: 38px;
  margin-left: 76px;
}
.password-prompt-header {
  font-size: 3rem;
  line-height: 1em;
}
.password-prompt-description {
  font-family: "Lato", sans-serif;
  font-size: 1.8rem;
  line-height: 1.5em;
  margin-bottom: 2em;
}
.password-prompt-field-wrapper label {
  text-transform: uppercase;
  color: #383838;
}
.password-prompt-field-wrapper .submit {
  margin-top: 2em;
}
.password-prompt-field-wrapper input[type="submit"] {
  line-height: 2.5em;
  height: 2.5em;
  width: 180px;
  text-transform: uppercase;
}
/* admin contact  jibin */
.admin-contact-card {
  background: #f2f2f2;
  height: 150px;
  padding: 15px;
  margin-bottom: 20px;
}
.admin-contact-card .admin-contact-header {
  font-size: 13px;
  float: left;
  line-height: 2em;
}
.admin-contact-card .client-admin-delete {
  position: relative;
  float: left;
  top: 0;
  left: 15px;
}
.admin-contact-card .admin-contact-info {
  margin-top: 15px;
}
.admin-contact-card .client-page-contact-name {
  color: #9a2b48;
}
.admin-contact-card .client-page-contact-image-container {
  height: 80px;
  border-radius: 3px;
}
.admin-contact-card .client-page-contact-image {
  width: 80px;
  border-radius: 3px;
}
.admin-contact-card .client-page-contact-details {
  width: calc(100% - 92px);
}
.admin-contact-card .client-page-contact-details div {
  padding-bottom: 10px;
  text-overflow: ellipsis;
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
}
#client-page-add-admin-contact-container {
  margin-top: 13%;
  margin-left: 10%;
  margin-right: 10%;
}
#client-page-add-admin-contact-container .keyword-input:before {
  content: "";
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0px;
  left: 14px;
  margin: auto 0px;
  background-image: url(/img/directory_profile_sprite.svg);
  background-size: 250px 212px;
  background-position: -188px -187px;
  height: 21px;
  width: 22px;
  z-index: 1;
}
#client-page-add-admin-contact-container #admin-contact {
  padding: 0px 20px;
  position: relative;
  width: 100%;
  height: 45px;
  line-height: 60px;
  font-size: 1.5rem;
  border-color: #efefef;
  padding-left: 44px;
}
.business-card-menu {
  float: right;
  background-color: #fff;
  z-index: 10;
  border: 1px solid #e1e1e1;
  display: block;
  cursor: pointer;
  width: 30px;
  height: 23px;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.business-card-menu img {
  width: 16px;
}
/*========
  end Client Pages
========*/

@media only screen and (max-width: 1279px) {
  #career-content {
    width: 700px;
  }
  .section-wrapper .career-content-container li {
    width: 50%;
  }
  .section-wrapper .career-content-container li:nth-child(2n + 1) {
    border-right: 1px solid #efefef;
  }
  .section-wrapper .career-content-container li:nth-child(2n + 0) {
    border-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  #user-sections,
  #search-results {
    margin-bottom: 25px;
    padding-right: 0px;
  }
  .main-content-container {
    border-right: none;
  }

  .search-container,
  .query-preview {
    border-right: 1px solid #efefef;
  }

  .content-sidebar {
    padding-top: 0;
  }
  .content-sidebar-section:first-child {
    padding-top: 25px;
    border-top: 4px solid #efefef;
  }
  .client-page-sidebar .content-sidebar-section:first-child {
    border-top: none;
  }
  .content-sidebar.client-page-sidebar {
    padding-left: 9%;
    padding-right: 9%;
  }
  .client-page-cover-photo {
    margin-top: 0px;
    width: 122%;
    margin-left: -11%;
  }
}

@media only screen and (max-width: 767px) {
  #company-header {
    padding: 20px 0px;
  }
  #logo-branding img {
    height: 48px;
  }
  #organization-homepage #logo-branding img,
  .login #logo-branding img {
    height: 60px;
  }
  .slogan-container {
    padding-top: 10px;
    padding-bottom: 0px;
    display: none;
  }
  .login #content-main {
    background-position-y: -50px;
  }
  .section-wrapper.footer {
    display: none;
  }
  .footer .container {
    padding: 16px 0px;
  }
  .section-wrapper.footer .copyright {
    margin-bottom: 0px;
    text-align: center;
  }
  .section-wrapper.header > .container,
  .col-xs-24 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .section-wrapper.login .container .auth-options {
    width: 100%;
    margin: 0px -10px;
    height: 300px;
    position: absolute;
    bottom: 50px;
  }
  #wrapper .search-results .person .name {
    font-size: 1.8rem;
  }
  .section-wrapper.hero,
  .section-wrapper.hero > .container {
    height: auto;
    padding: 0px;
  }
  #searchOrganizationForm #keyword,
  #searchOrganizationForm .search-options-container {
    border: none;
    border-radius: 0px;
  }
  .search-options .xs-collapsible {
    display: none;
  }
  .search-options.more-filters .xs-collapsible {
    display: block;
  }
  .search-options-buttons .submit {
    width: 100%;
    margin: 10px 0px;
  }
  .search-results-details .sort-container {
    clear: left;
    float: left;
  }
  #person-head {
    padding-top: 20px;
  }
  #person-head .photo,
  #person-head .photo img {
    max-width: 120px;
  }
  .photo + #person-meta > #person-meta-inner {
    padding-left: 20px;
  }
  #person-meta .name {
    font-size: 1.9rem;
  }
  #person-meta .title {
    font-size: 1.4rem;
  }
  #person-meta .location {
    font-size: 1.3rem;
  }
  #person-meta .name,
  #person-meta .title,
  #person-meta .location {
    margin-bottom: 0.4rem;
  }
  #social-container {
    display: none;
  }
  #custom-fields-container,
  #person-meta-toggle {
    display: none;
  }
  #custom-fields-container-mobile,
  #custom-fields-mobile-toggle {
    display: block;
  }
  #custom-fields-container-mobile {
    border-top: 1px solid #efefef;
    margin-top: 2rem;
    padding-top: 2rem;
  }
  #custom-fields-mobile-wrapper {
    position: relative;
  }
  #custom-fields-mobile-inner-wrapper {
    max-height: 12rem;
    overflow-y: hidden;
    transition: max-height 0.4s;
  }
  #custom-fields-mobile-toggle {
    bottom: -44px;
  }
  #custom-fields-container-mobile .custom-field-display {
    margin-bottom: 0.6rem;
  }
  #person-content .profile-section {
    padding-top: 2rem;
    padding-right: 0px;
    margin-top: 2rem;
  }
  .subsection.download {
    border-left: 0px;
  }
  .subsection.download .download-container {
    padding-right: 0px;
  }
  #client-page-control-wrapper {
    bottom: -1em;
  }
}

@media only screen and (min-width: 992px) {
  #search-results-container,
  #person-content {
    padding-right: 0px;
  }
  .content-sidebar.organization {
    padding-left: 0;
  }
  #client-page-content,
  #organization-client-content,
  #client-page-password-prompt-container {
    padding-right: 5.54%;
  }
  .client-page-content-section-wrapper > .container-underlay-client {
    background-color: #6a6a6a;
  }
}
@media only screen and (min-width: 1600px) {
  .client-page-cover-photo {
    width: 250%;
  }
}

.client-page-contact-details-main-section {
  height: 60px;
  display: flex;
  align-items: center;
}

.client-page-contact-details-info {
  margin-top: 10px;
  margin-left: -70px;
}

.client-page-contact-details-info-item {
  /* font-weight: bold; */
  margin-bottom: 10px;
}

.mr-5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-20 {
  margin-right: 20px;
}

.d-inline-block {
  display: inline-block;
}
.d-none {
  display: none;
}

.opacity-half {
  opacity: 0.5;
}

.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.white-selectboxit.selectboxit-btn {
  background: #fff !important;
  width: 100%;
}

.full-width-select .selectboxit-container .selectboxit-options {
  width: auto;
}

.full-width-select .selectboxit-container .selectboxit .selectboxit-text {
  /* width:100% !important; */
  /* max-width:unset !important; */
  max-width: 240px !important;
}

.cursor-pointer {
  cursor: pointer;
}

.h-100 {
  height: 100%;
}

.d-flex {
  display: flex;
}

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

.justify-content-center {
  justify-content: center;
}

.mr-9 {
  margin-right: 9px;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px;
}
.ml-15 {
  margin-left: 15px;
}
.ml-20 {
  margin-left: 20px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.d-block {
  display: block !important;
}

.m-0 {
  margin: unset !important;
}

.w-100 {
  width: 100% !important;
}
.top-unset {
  top: unset !important;
}
.right-unset {
  right: unset !important;
}

.mr-unset {
  margin-right: unset !important;
}

.ml-unset {
  margin-left: unset !important;
}

.mb-unset {
  margin-bottom: unset !important;
}

.text-uppercase {
  text-transform: uppercase;
}

.back {
  font-size: 40px;
  line-height: 10px;
  color: #383838 !important;
}
.back:hover {
  text-decoration: none;
}

.download-csv {
  margin-right: 10px;
  color: #fff !important;
  margin-top: 7px;
  font-size: 1.3rem;
  line-height: 1;
  color: #fff;
  margin: 0px;
  font-size: 13px;
  line-height: 13px;
  font-family: 'Montserrat', sans-serif;
  float: right;
  margin-top: 10px;
  margin-right: 30px;
}

.saltzman-arrow-back-wrapper {
  border-bottom: 1px solid #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
}
.saltzman-arrow-back-wrapper a {
  display: flex;
  align-items: center;
}
.saltzman-arrow-back-wrapper a:hover,
.saltzman-arrow-back-wrapper a:focus {
  text-decoration: none;
}
.saltzman-arrow-back-wrapper span {
  color: #828282;
  font-size: 14px;
  line-height: 11px;
  text-transform: uppercase;
}

.saltzman-arrow-back-wrapper img {
  margin-right: 10px;
  height: 14px;
}

.flex {
  display: flex;
}
.align-items-center {
  align-items: center;
}

.edit-profile-toggle {
  display: inline;
  float: right;
  padding: 10px 16px;
}

.edit-profile-toggle div {
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  padding: 1px;
  display: flex;
}
.edit-profile-toggle a {
  color: #828282;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 26px;
  height: 26px;
  font-family: "Montserrat", sans-serif;
  display: flex;
  width: 75px;
  justify-content: center;
  font-weight: 400;
}

.edit-profile-toggle a:hover,
.edit-profile-toggle a:active,
.edit-profile-toggle a:focus {
  text-decoration: none;
}

.edit-profile-toggle a.active {
  color: #fff;
  background: #50a2d3;
  border-radius: 3px;
}
.edit-profile-toggle .first.active {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.edit-profile-toggle .second.active {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

#ajax-shuswapconnects h3 {
  color: #828282;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 30px;
}

#ajax-shuswapconnects .search-person-contact-button {
  border-radius: 50%;
  background-color: #ededed !important;
  width: 32px;
  height: 32px;
}
#ajax-shuswapconnects .search-person-contact-container {
  right: 0 !important;
}

.ajax-shuswapconnects-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-right: 0;
}
#search-results.grid #ajax-shuswapconnects .person {
  flex-basis: 45% !important;
  border-bottom: 1px solid #dedede !important;
  padding-right: 5% !important;
}

#search-results.grid #ajax-shuswapconnects .first-row {
  display: flex;
  justify-content: space-between;
  flex: 1;
  flex-basis: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #dedede;
  padding-left: 30px;
  padding-right: 30px;
}

#search-results.grid #ajax-shuswapconnects .first-row .person {
  padding: 10px;
  background: #f7f7f7;
  flex-basis: 48% !important;
}

#search-results.grid #ajax-shuswapconnects .first-row .person .search-person-contact-container {
  right: 20px !important;
}

#search-results.grid #ajax-shuswapconnects .person:last-child {
  border-bottom: 0 !important;
}


#search-results.grid #ajax-shuswapconnects .person:nth-last-child(2) {
  border-bottom: 0 !important;
}

#ajax-shuswapconnects .search-person-contact-button-email::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/img/seds-email.png);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
}

#ajax-shuswapconnects .search-person-contact-button-phone::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(/img/seds-phone.png);
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: center;
}
#ajax-shuswapconnects .person .name {
  font-size: 20px;
  font-weight: normal !important;
  font-family: 'Open Sans', sans-serif;
}

.ajax-shuswapconnects-wrapper .person .title {
  font-size: 16px;
  color: #383838;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'Open Sans', sans-serif;
}

.ajax-shuswapconnects-wrapper .person .field-location {
  color: #828282;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

.org-shuswapconnects .main-content-container {
  border-right: 0 !important;
}

.org-shuswapconnects #organization-paginator {
  margin-top: 40px;
  margin-bottom: 50px;
}

.org-shuswapconnects .pagination-page-link {
  border-radius: 100%;
  margin-right: 10px;
}

#seds-social-links span {
  display: block;
  width: 35px;
  height: 35px;
  background: #6f9dc7;
  margin-right: 10px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

#seds-social-links span.instagram {
  background-image: url(/img/seds-instagram.png);
}

#seds-social-links span.facebook {
  background-image: url(/img/seds-facebook.png);
}

#seds-social-links span.twitter {
  background-image: url(/img/seds-twitter.png);
}

.overlay-hidden {
  display: none !important;
}

.lightbox-footer button.close.disclaimer,
.lightbox-footer button.send-message,
.lightbox-footer button.close-message {
  position: relative;
  background-image: none;
  width: auto;
  height: auto;
  padding: 5px 25px 7px 25px;
  text-align: right;
  float: right;
  color: #fff;
  display: block;
  margin-right: -25px;
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 20px;
}

.lightbox-footer button.close-message {
  background: #fff;
  color: #000;
}

.lightbox-footer button.close-message:hover {
  background: #eee;
  color: #000;
}

#nysge-message-email:disabled {
  background: #eee !important;
}
#message-notification {
  text-align: center;
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 2px;
}
.checkbox-wrapper-34 {
  --blue: #0D7EFF;
  --g08: #E1E5EB;
  --g04: #848ea1;
}

.checkbox-wrapper-34 .tgl {
  display: none;
}
.checkbox-wrapper-34 .tgl,
.checkbox-wrapper-34 .tgl:after,
.checkbox-wrapper-34 .tgl:before,
.checkbox-wrapper-34 .tgl *,
.checkbox-wrapper-34 .tgl *:after,
.checkbox-wrapper-34 .tgl *:before,
.checkbox-wrapper-34 .tgl + .tgl-btn {
  box-sizing: border-box;
}
.checkbox-wrapper-34 .tgl::selection,
.checkbox-wrapper-34 .tgl:after::selection,
.checkbox-wrapper-34 .tgl:before::selection,
.checkbox-wrapper-34 .tgl *::selection,
.checkbox-wrapper-34 .tgl *:after::selection,
.checkbox-wrapper-34 .tgl *:before::selection,
.checkbox-wrapper-34 .tgl + .tgl-btn::selection {
  background: none;
}
.checkbox-wrapper-34 .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 55px;
  height: 20px;
  position: relative;
  cursor: pointer;
  user-select: none;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.checkbox-wrapper-34 .tgl + .tgl-btn:after,
.checkbox-wrapper-34 .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 32%;
  height: 100%;
}
.checkbox-wrapper-34 .tgl + .tgl-btn:after {
  left: 0;
}
.checkbox-wrapper-34 .tgl + .tgl-btn:before {
  background-color: transparent;
  background-image: none;
  display: inline;
  position: absolute;
  top: 2px;
}
.checkbox-wrapper-34 .tgl:checked + .tgl-btn:after {
  left: 66.5%;
}

.checkbox-wrapper-34 .tgl-ios + .tgl-btn {
  background: #fff;
  border-radius: 20rem;
  padding: 2px;
  transition: all 0.4s ease;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.checkbox-wrapper-34 .tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fff;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
}
.checkbox-wrapper-34 .tgl-ios + .tgl-btn:before {
  content: "Private";
  left: 20.5px;
  color: var(--g04);
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  font-size: 9px;
}
.checkbox-wrapper-34 .tgl-ios + .tgl-btn:active {
  box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.1);
}
.checkbox-wrapper-34 .tgl-ios + .tgl-btn:active:after {
  padding-right: 0.4em;
}
.checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn {
  background: #4562a7;
}
.checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn:active {
  box-shadow: inset 0 0 0 30px rgba(0, 0, 0, 0.1);
}
.checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.4em;
}
.checkbox-wrapper-34 .tgl-ios:checked + .tgl-btn:before {
  content: "Public";
  left: 8px;
  color: #fff;
}
