@charset "UTF-8";
/*!
Theme Name: Columbia Pacific Management
Author: Design: Watts, build: Hamilton Boyce
Version: 1.2

*/
/* Range functions for media queries */
/* End range functions for media queries */
/* Breakpoints */
/* based on em as 16 px */
/*
// Usage
@media only screen     { ... }
@media only screen and (max-width: 41em)   { ... }
@media only screen and (min-width:41.0625em)    { ... }
@media only screen and (min-width:41.0625em) and (max-width:96em)  { ... }
@media only screen and (min-width:96.0625em)     { ... }
*/
/* Adding breakpoint clues for javascript to read */
meta.meta-breakpoint-name {
  font-family: "small";
}
@media only screen and (min-width:41.0625em) {
  meta.meta-breakpoint-name {
    font-family: "medium";
  }
}
@media only screen and (min-width:96.0625em) {
  meta.meta-breakpoint-name {
    font-family: "large";
  }
}

/* End breakpoints */
@font-face {
  font-family: "Noe Display";
  src: url("fonts/NoeDisplayMedium.eot"); /* IE9 Compat Modes */
  src: url("fonts/NoeDisplayMedium.eot?#iefix") format("embedded-opentype"), url("fonts/NoeDisplayMedium.woff") format("woff"), url("fonts/NoeDisplayMedium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noe Display";
  src: url("fonts/NoeDisplayMediumItalic.eot"); /* IE9 Compat Modes */
  src: url("fonts/NoeDisplayMediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/NoeDisplayMediumItalic.woff") format("woff"), url("fonts/NoeDisplayMediumItalic.ttf") format("truetype"); /* Safari, Android, iOS */
  font-weight: normal;
  font-style: italic;
}
/* CSS reset */
* {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

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

blockquote,
q {
  quotes: "" "";
}

a img {
  border: 0;
}

a {
  outline: none;
  text-decoration: none;
}

button {
  background: transparent;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

input[type=search],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* End CSS reset */
/*!
Theme Name: Columbia Pacific Management
Author: Design: Watts, build: Hamilton Boyce
Version: 1.2

*/
/* General styles */
html {
  min-height: 100%;
}

body {
  background: #e1e7e0;
  color: #2a2929;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main:after {
  content: "";
  display: table;
  clear: both;
}

a,
button,
input[type=submit] {
  color: inherit;
  transition: color 300ms ease;
}

button:hover, input[type=submit]:hover {
  color: inherit;
  cursor: pointer;
}

strong,
b {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

section:after {
  content: "";
  display: table;
  clear: both;
}

.inner, .video {
  margin-left: 9.5%;
  margin-right: 9.5%;
  max-width: 1300px;
}
@media only screen and (min-width:96.0625em) {
  .inner, .video {
    margin-left: auto;
    margin-right: auto;
  }
}

input[type=submit] {
  background: none;
}
input[type=submit]:hover {
  color: #0d2b4d;
}

textarea,
input[type=text],
input[type=email] {
  border: 1px solid;
  width: 100%;
  font-weight: 300;
}

textarea {
  padding: 10px;
  height: 130px;
}

input[type=text],
input[type=email] {
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (min-width:41.0625em) {
  .column {
    float: left;
  }
}
svg {
  stroke: currentColor;
  fill: currentColor;
}

.svg-icon {
  height: 30px;
  width: 30px;
}
@media only screen and (min-width:41.0625em) {
  .svg-icon {
    height: 40px;
    width: 40px;
  }
}

.overlay-link {
  cursor: pointer;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  background-color: rgba(42, 41, 41, 0.9);
  color: #e1e7e0;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms, visibility 0ms ease 500ms;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0ms;
}
@media only screen and (min-width:41.0625em) {
  .overlay {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.video {
  height: 100%;
  position: relative;
}

.vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/*!
Theme Name: Columbia Pacific Management
Author: Design: Watts, build: Hamilton Boyce
Version: 1.2

*/
body {
  line-height: 1.33333333;
  font-family: "Whitney A", "Whitney B", "Whitney", sans-serif;
  font-size: 100%;
  font-weight: 300;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: none;
}
@media only screen and (min-width:41.0625em) {
  body {
    font-size: 18px;
  }
}
@media only screen and (min-width:96.0625em) {
  body {
    font-size: 21px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Noe Display", serif;
  font-size: 26px;
  line-height: 1.5666666666;
  font-weight: normal;
}
@media only screen and (min-width:41.0625em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-size: 40px;
  }
}
@media only screen and (min-width:96.0625em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-size: 47px;
  }
}
@media only screen and (min-width:96.0625em) and (min-height: 65em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    font-size: 56px;
  }
}

h1,
.h1 {
  font-size: 45px;
  margin-bottom: 0.5em;
  line-height: 1;
}
@media only screen and (min-width:41.0625em) {
  h1,
  .h1 {
    font-size: 70px;
  }
}
@media only screen and (min-width:96.0625em) {
  h1,
  .h1 {
    font-size: 80px;
  }
}
@media only screen and (min-width:96.0625em) and (min-height: 65em) {
  h1,
  .h1 {
    font-size: 93px;
  }
}

.center {
  text-align: center;
}

@media only screen and (min-width:41.0625em) {
  .medium-center {
    text-align: center;
  }
}
p,
ul,
ol {
  margin-bottom: 1.3333333em;
}

/*!
Theme Name: Columbia Pacific Management
Author: Design: Watts, build: Hamilton Boyce
Version: 1.2

*/
@keyframes pageLoadIn {
  from {
    transform: translateY(100px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.home, .page-id-122, .page-id-10 {
  color: #e1e7e0;
  background-color: #6d6d6d;
}

.home-page, .contact-page {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-height: 43em) {
  .home-page, .contact-page {
    position: static;
    padding-top: 125px;
    padding-bottom: 125px;
  }
}
@media only screen and (max-height: 43em) and (min-width:41.0625em) {
  .home-page, .contact-page {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}

.home-page-content, .contact-page-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media only screen and (max-height: 43em) {
  .home-page-content, .contact-page-content {
    position: static;
    transform: translateY(0);
  }
}

.home-title {
  animation: pageLoadIn 750ms cubic-bezier(0, 0, 0.25, 1), fadeIn 750ms linear;
}

.home-body-copy {
  font-size: 20px;
  line-height: 1.555555555;
  margin-bottom: 2.2em;
  animation: pageLoadIn 850ms cubic-bezier(0, 0, 0.25, 1) 50ms, fadeIn 850ms linear 50ms;
  animation-fill-mode: both;
}
@media only screen and (min-width:41.0625em) {
  .home-body-copy {
    font-size: 25px;
  }
}
@media only screen and (min-width:96.0625em) {
  .home-body-copy {
    font-size: 30px;
  }
}

.home-button {
  animation: pageLoadIn 950ms cubic-bezier(0, 0, 0.25, 1) 100ms, fadeIn 950ms linear 100ms;
  animation-fill-mode: both;
}

.page-content, .news-single-page, .news-page, .company-page-content {
  padding-top: 120px;
  padding-bottom: 75px;
}
@media only screen and (min-width:41.0625em) {
  .page-content, .news-single-page, .news-page, .company-page-content {
    padding-top: 145px;
    padding-bottom: 90px;
  }
}

.page-link-button, .alm-load-more-btn, .post-action-item, .contact-button, .play-video-button {
  font-weight: 700;
  line-height: 30px;
  display: block;
}
.no-touchevents .page-link-button:hover, .no-touchevents .alm-load-more-btn:hover, .no-touchevents .post-action-item:hover, .no-touchevents .contact-button:hover, .no-touchevents .play-video-button:hover {
  color: #919191;
}
@media only screen and (min-width:41.0625em) {
  .page-link-button, .alm-load-more-btn, .post-action-item, .contact-button, .play-video-button {
    line-height: 40px;
    display: inline-block;
  }
}
.page-link-button svg, .alm-load-more-btn svg, .post-action-item svg, .contact-button svg, .play-video-button svg {
  vertical-align: bottom;
  margin-right: 6px;
}
@media only screen and (min-width:41.0625em) {
  .page-link-button svg, .alm-load-more-btn svg, .post-action-item svg, .contact-button svg, .play-video-button svg {
    margin-right: 10px;
  }
}

.company-page-content {
  padding-top: 0;
}

@media only screen and (min-width:41.0625em) {
  .company-intro.company-intro {
    padding-top: 160px;
    padding-bottom: 60px;
  }
}

.company-body-copy, .business-body-copy, .portfolio-body-copy {
  margin-top: 40px;
  margin-bottom: 40px;
  animation: pageLoadIn 750ms cubic-bezier(0, 0, 0.25, 1), fadeIn 750ms linear;
}
@media only screen and (min-width:55em) {
  .company-body-copy, .business-body-copy, .portfolio-body-copy {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .company-body-copy p, .business-body-copy p, .portfolio-body-copy p,
  .company-body-copy ul,
  .business-body-copy ul,
  .portfolio-body-copy ul,
  .company-body-copy ol,
  .business-body-copy ol,
  .portfolio-body-copy ol {
    display: inline-block;
  }
}
@media only screen and (min-width:96.0625em) {
  .company-body-copy, .business-body-copy, .portfolio-body-copy {
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
}
@media only screen and (min-width:96.0625em) and (min-height: 65em) {
  .company-body-copy, .business-body-copy, .portfolio-body-copy {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.pull-quote {
  font-family: "Noe Display", serif;
  font-style: italic;
  font-size: 22px;
  line-height: 1.71;
}
@media only screen and (min-width:41.0625em) {
  .pull-quote {
    font-size: 28px;
  }
}
@media only screen and (min-width:96.0625em) {
  .pull-quote {
    font-size: 34px;
  }
}
.pull-quote cite {
  font-style: normal;
  font-size: 0.6666666667em;
  display: inline-block;
}
.pull-quote cite:before {
  content: "—";
}

.is-quote {
  quotes: "“" "”";
}
.is-quote:before {
  content: open-quote;
  display: inline;
}
.is-quote:after {
  content: close-quote;
  display: inline;
}

.company-button {
  animation: pageLoadIn 850ms cubic-bezier(0, 0, 0.25, 1) 100ms, fadeIn 850ms linear 150ms;
  animation-fill-mode: both;
}

.portfolio-body-copy {
  animation: none;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width:41.0625em) and (min-height: 65em) {
  .portfolio-body-copy {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.businesses-title {
  font-family: "Whitney A", "Whitney B", "Whitney", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.33333333;
  margin-bottom: 2em;
  animation: pageLoadIn 750ms cubic-bezier(0, 0, 0.25, 1), fadeIn 750ms linear;
}
@media only screen and (min-width:41.0625em) {
  .businesses-title {
    font-size: 20px;
  }
}
@media only screen and (min-width:96.0625em) {
  .businesses-title {
    font-size: 24px;
  }
}
@media only screen and (min-width:96.0625em) and (min-height: 65em) {
  .businesses-title {
    margin-bottom: 3em;
  }
}

.team-body-copy {
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media only screen and (min-width:41.0625em) {
  .team-body-copy {
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 75px;
  }
}
@media only screen and (min-width:96.0625em) {
  .team-body-copy {
    font-size: 30px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width:41.0625em) {
  .people-list,
  .business-list {
    margin-left: -7px;
    margin-right: -7px;
  }
  .people-list:after,
  .business-list:after {
    content: "";
    display: table;
    clear: both;
  }
}

.person {
  cursor: pointer;
}
@media only screen and (min-width:41.0625em) {
  .person {
    float: left;
    width: 50%;
    margin-bottom: 1em;
  }
  .person:nth-child(odd) {
    clear: both;
  }
}
@media only screen and (max-width: 64em) {
  .person {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width:55em) {
  .person {
    width: 20%;
    margin-bottom: 2em;
    padding-left: 7px;
    padding-right: 7px;
  }
  .person:nth-child(odd) {
    clear: none;
  }
  .person:nth-child(5n+1) {
    clear: both;
  }
}

.business {
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width:41.0625em) {
  .business {
    float: left;
    width: 50%;
    padding: 6px 7px;
  }
  .business:nth-child(odd) {
    clear: both;
  }
}
@media only screen and (max-width: 64em) {
  .business {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width:55em) {
  .business {
    width: 33.3333%;
  }
  .business:nth-child(odd) {
    clear: none;
  }
  .business:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (min-width:96.0625em) {
  .business {
    width: 25%;
  }
  .business:nth-child(3n+1) {
    clear: none;
  }
  .business:nth-child(4n+1) {
    clear: both;
  }
}

.person,
.business {
  animation: pageLoadIn 900ms cubic-bezier(0, 0, 0.25, 1), fadeIn 900ms linear;
  animation-fill-mode: both;
  animation-delay: 550ms;
  animation-duration: 2000ms;
}
.person:nth-child(1),
.business:nth-child(1) {
  animation-delay: 50ms;
  animation-duration: 1000ms;
}
.person:nth-child(2),
.business:nth-child(2) {
  animation-delay: 100ms;
  animation-duration: 1100ms;
}
.person:nth-child(3),
.business:nth-child(3) {
  animation-delay: 150ms;
  animation-duration: 1200ms;
}
.person:nth-child(4),
.business:nth-child(4) {
  animation-delay: 200ms;
  animation-duration: 1300ms;
}
.person:nth-child(5),
.business:nth-child(5) {
  animation-delay: 250ms;
  animation-duration: 1400ms;
}
.person:nth-child(6),
.business:nth-child(6) {
  animation-delay: 300ms;
  animation-duration: 1500ms;
}
.person:nth-child(7),
.business:nth-child(7) {
  animation-delay: 350ms;
  animation-duration: 1600ms;
}
.person:nth-child(8),
.business:nth-child(8) {
  animation-delay: 400ms;
  animation-duration: 1700ms;
}
.person:nth-child(9),
.business:nth-child(9) {
  animation-delay: 450ms;
  animation-duration: 1800ms;
}
.person:nth-child(10),
.business:nth-child(10) {
  animation-delay: 500ms;
  animation-duration: 1900ms;
}

.person {
  transition: color 200ms;
}
.person:hover {
  color: #919191;
}

.business-image {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 64em) {
  .business-info {
    margin-top: 0.5em;
    transition: color 300ms;
  }
  .person:hover .business-info, .business:hover .business-info {
    color: #0d2b4d;
  }
}
@media only screen and (min-width: 64.0625em) {
  .business-info {
    position: absolute;
    top: 6px;
    right: 7px;
    bottom: 6px;
    left: 7px;
    background-color: rgba(36, 36, 36, 0.8);
    color: #e1e7e0;
    opacity: 0;
    transition: opacity 300ms;
  }
  .person:hover .business-info, .business:hover .business-info {
    opacity: 1;
  }
  .open-person .person:hover .business-info, .open-person .business:hover .business-info {
    opacity: 0;
  }
}

@media only screen and (max-width: 64em) {
  .business-info {
    margin-top: 1em;
  }
}

@keyframes infoTextIn {
  from {
    transform: translateY(50px);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes infoTextOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(50px);
  }
}
@media only screen and (min-width: 64.0625em) {
  .business-info-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 6% 12%;
    animation: infoTextOut 500ms cubic-bezier(0, 0, 0.1, 1);
  }
  .business:hover .business-info-text {
    animation: infoTextIn 500ms cubic-bezier(0, 0, 0.1, 1);
  }
}

.person-info-text svg,
.business-info-text svg {
  width: 26px;
  height: 26px;
}
@media only screen and (min-width:41.0625em) {
  .person-info-text svg,
  .business-info-text svg {
    width: 29px;
    height: 29px;
  }
}
@media only screen and (min-width:96.0625em) {
  .person-info-text svg,
  .business-info-text svg {
    width: 32px;
    height: 32px;
  }
}
@media only screen and (max-width: 64em) {
  .person-info-text svg,
  .business-info-text svg {
    display: none;
  }
}

.person-name,
.person-title,
.person-single-name,
.person-single-title,
.business-name {
  font-family: "Whitney A", "Whitney B", "Whitney", sans-serif;
  line-height: 1.333333333;
}

.person-name,
.business-name {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0.25em;
}
@media only screen and (min-width:41.0625em) {
  .person-name,
  .business-name {
    font-size: 18px;
  }
}
@media only screen and (min-width:96.0625em) {
  .person-name,
  .business-name {
    font-size: 24px;
  }
}

.business-name {
  margin-bottom: 0.5em;
}
@media only screen and (min-width:41.0625em) {
  .business-name {
    margin-bottom: 0.5em;
  }
}

.person-title {
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0.5em;
}
@media only screen and (min-width:41.0625em) {
  .person-title {
    font-size: 15px;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width:96.0625em) {
  .person-title {
    font-size: 18px;
  }
}

.person-single {
  position: fixed;
  z-index: 90;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #0d2b4d;
  color: #e1e7e0;
  visibility: hidden;
  opacity: 0;
  transition: opacity 300ms, visibility 0ms ease 300ms;
  cursor: w-resize;
}
.person-single.person-single--open {
  visibility: visible;
  opacity: 0.98;
  transition-delay: 0ms;
}

.person-single-body {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media only screen and (max-height: 43em) {
  .person-single-body {
    position: static;
    transform: translateY(0);
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*body*/
.open-person {
  overflow: hidden;
}

.person-single-name {
  font-weight: 700;
  font-size: 26px;
}
@media only screen and (min-width:41.0625em) {
  .person-single-name {
    font-size: 48px;
  }
}
@media only screen and (min-width:96.0625em) {
  .person-single-name {
    font-size: 62px;
  }
}
.person-single--open .person-single-name {
  animation: pageLoadIn 750ms cubic-bezier(0, 0, 0.25, 1), fadeIn 750ms linear;
}

.person-single-title {
  font-weight: 300;
  font-size: 20px;
}
@media only screen and (min-width:41.0625em) {
  .person-single-title {
    font-size: 26px;
  }
}
@media only screen and (min-width:96.0625em) {
  .person-single-title {
    font-size: 36px;
  }
}
.person-single--open .person-single-title {
  animation: pageLoadIn 850ms cubic-bezier(0, 0, 0.25, 1) 50ms, fadeIn 850ms linear 50ms;
  animation-fill-mode: both;
}

.bio {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width:41.0625em) {
  .bio {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.person-single--open .bio {
  animation: pageLoadIn 950ms cubic-bezier(0, 0, 0.25, 1) 100ms, fadeIn 950ms linear 100ms;
  animation-fill-mode: both;
}

.person-single--open .close-person-button {
  animation: pageLoadIn 1050ms cubic-bezier(0, 0, 0.25, 1) 150ms, fadeIn 1050ms linear 150ms;
  animation-fill-mode: both;
}

.single-business {
  margin-bottom: 40px;
}
@media only screen and (min-width:41.0625em) {
  .single-business {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width:96.0625em) {
  .single-business {
    margin-bottom: 60px;
  }
}

.business-intro, .company-intro {
  color: #e1e7e0;
  background-color: #6d6d6d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 60px;
  font-size: 18px;
}
@media only screen and (min-width:41.0625em) {
  .business-intro, .company-intro {
    font-size: 24px;
    padding-top: 220px;
    padding-bottom: 160px;
  }
}
@media only screen and (min-width:96.0625em) {
  .business-intro, .company-intro {
    font-size: 30px;
    padding-top: 300px;
    padding-bottom: 230px;
  }
}
@media only screen and (min-width:96.0625em) and (min-height: 65em) {
  .business-intro, .company-intro {
    padding-top: 380px;
    padding-bottom: 330px;
  }
}

.business-logo {
  max-width: 80%;
  max-height: 33px;
  margin-bottom: 10px;
}
@media only screen and (min-width:41.0625em) {
  .business-logo {
    max-height: 66px;
    margin-bottom: 20px;
  }
}

.business-intro-text {
  animation: pageLoadIn 750ms cubic-bezier(0, 0, 0.25, 1), fadeIn 750ms linear;
}

.single-business-intro-button {
  animation: pageLoadIn 850ms cubic-bezier(0, 0, 0.25, 1) 150ms, fadeIn 850ms linear 150ms;
  animation-fill-mode: both;
  margin-right: 1em;
  margin-bottom: 1em;
}

.single-business-title {
  margin-bottom: 0.75em;
}

.page-link-button--larger svg {
  margin-right: 10px;
}
@media only screen and (min-width:41.0625em) {
  .page-link-button--larger svg {
    margin-right: 15px;
  }
}

.business-body-copy {
  animation: none;
  margin-top: 50px;
  margin-bottom: 40px;
}
@media only screen and (min-width:41.0625em) {
  .business-body-copy {
    margin-top: 70px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width:96.0625em) {
  .business-body-copy {
    margin-top: 80px;
  }
}

.business-featured-quote {
  background-color: #0d2b4d;
  color: #e1e7e0;
  line-height: 1.5666666667;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.business-featured-quote .pull-quote {
  font-size: 25px;
}
@media only screen and (min-width:41.0625em) {
  .business-featured-quote .pull-quote {
    font-size: 40px;
  }
}
@media only screen and (min-width:96.0625em) {
  .business-featured-quote .pull-quote {
    font-size: 45px;
  }
}
@media only screen and (min-width:96.0625em) and (min-height: 65em) {
  .business-featured-quote .pull-quote {
    font-size: 55px;
  }
}

.back-to-portfolio-button {
  cursor: w-resize;
}

.contact-title {
  font-family: "Whitney A", "Whitney B", "Whitney", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33333333;
  animation: pageLoadIn 750ms cubic-bezier(0, 0, 0.25, 1), fadeIn 750ms linear;
}
@media only screen and (min-width:41.0625em) {
  .contact-title {
    font-size: 36px;
  }
}
@media only screen and (min-width:96.0625em) {
  .contact-title {
    font-size: 46px;
  }
}

.contact-body-copy {
  font-weight: 700;
  animation: pageLoadIn 850ms cubic-bezier(0, 0, 0.25, 1) 50ms, fadeIn 850ms linear 50ms;
  animation-fill-mode: both;
}

.contact-button {
  margin-right: 1.5em;
  margin-bottom: 1em;
}
.contact-button:hover {
  color: inherit;
}

.contact-body-copy a:hover {
  color: #919191;
}

.news-categories {
  font-size: 16px;
}
.news-categories:after {
  content: "";
  display: table;
  clear: both;
}
.news-categories {
  margin-bottom: 12px;
  margin-left: -10px;
  margin-right: -10px;
}
.news-categories li {
  padding-bottom: 30px;
  width: 50%;
  float: left;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 41em) {
  .news-categories li:nth-child(2n+2) {
    clear: left;
  }
}
@media only screen and (min-width:41.0625em) and (max-width:96em) {
  .news-categories li {
    width: 33%;
  }
  .news-categories li:nth-child(3n+2) {
    clear: left;
  }
}
@media only screen and (min-width:96.0625em) {
  .news-categories li {
    padding-bottom: 12px;
  }
}
@media only screen and (min-width:96.0625em) {
  .news-categories {
    font-size: 18px;
    float: none;
    width: auto;
    text-align: justify;
  }
  .news-categories li {
    width: auto;
    float: none;
  }
  .news-categories:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
.news-categories a {
  transition: opacity 300ms;
}
.news-categories a:hover {
  opacity: 0.6;
}
.news-categories .news-category-all {
  width: 100%;
}

.taxonomy-logo {
  display: inline-block;
  max-width: 160px;
  max-height: 60px;
  width: auto;
  height: auto;
  vertical-align: middle;
}
@media only screen and (max-width: 41em) {
  .taxonomy-logo {
    max-width: 100%;
    max-height: 50px;
  }
}

.post-title {
  font-size: 24px;
  margin-bottom: 0.333333em;
}
@media only screen and (min-width:41.0625em) {
  .post-title {
    font-size: 30px;
  }
}
@media only screen and (min-width:96.0625em) {
  .post-title {
    font-size: 35px;
  }
}

.news-article-title {
  font-family: "Whitney A", "Whitney B", "Whitney", sans-serif;
  font-weight: 700;
  font-size: 15px;
  max-width: 600px;
  margin-bottom: 0.75em;
}
@media only screen and (min-width:41.0625em) {
  .news-article-title {
    font-size: 17px;
  }
}
@media only screen and (min-width:96.0625em) {
  .news-article-title {
    font-size: 20px;
    min-height: 3.1em;
  }
}
.news-article-title:before {
  content: "“";
}
.news-article-title:after {
  content: "”";
}

@media only screen and (min-width:96.0625em) {
  .post-date,
  .company-taxonomy {
    font-size: 20px;
  }
}

.post-action-item {
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 1em;
}
.post-action-item a {
  display: inline-block;
}

.back-to-news {
  cursor: w-resize;
}

.news-excerpt-article {
  border-bottom: 1px solid;
}
.news-excerpt-article > a {
  display: block;
  padding-top: 30px;
}

.post-excerpt {
  padding-top: 22px;
}
.post-excerpt p,
.post-excerpt ul,
.post-excerpt ol {
  margin-bottom: 0;
}

.alm-btn-wrap {
  margin-top: 70px;
}

.alm-load-more-btn {
  padding-left: 38px;
  background: url(images/svg/icon-more-posts.svg) no-repeat top left;
  background-size: contain;
}
@media only screen and (min-width:41.0625em) {
  .alm-load-more-btn {
    padding-left: 52px;
  }
}
.alm-load-more-btn.done {
  opacity: 0.3;
  cursor: default;
}
.alm-load-more-btn.done:hover {
  color: #2a2929;
}

/*!
Theme Name: Columbia Pacific Management
Author: Design: Watts, build: Hamilton Boyce
Version: 1.2

*/
/* header */
.site-header {
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: 60;
}
@media only screen and (min-width:41.0625em) {
  .site-header {
    top: 42px;
  }
}
.single-business .site-header, .page-id-6 .site-header {
  color: #e1e7e0;
}
@media only screen and (max-width: 64em) {
  .active-menu .site-header {
    color: #e1e7e0;
  }
}

.header-logo-link {
  float: right;
  font-weight: bold;
  line-height: 35px;
}
.no-touchevents .header-logo-link:hover {
  color: #919191;
}
@media only screen and (min-width:41.0625em) {
  .header-logo-link {
    line-height: 42px;
  }
}

.site-logo {
  margin-right: 6px;
  vertical-align: bottom;
}
@media only screen and (min-width:41.0625em) {
  .site-logo {
    margin-right: 8px;
  }
}

.site-logo--full {
  width: 289px;
  height: 42px;
}
@media only screen and (max-width: 41em) {
  .site-logo--full {
    display: none;
  }
}

.site-logo--stacked {
  width: 130px;
  height: 30px;
}
@media only screen and (min-width:41.0625em) {
  .site-logo--stacked {
    display: none;
  }
}

.menu-button {
  display: inline-block;
  position: relative;
  float: left;
  width: 26px;
  height: 17px;
  top: 10px;
  padding: 8px 8px;
  margin-right: -8px;
  margin-top: -8px;
  box-sizing: content-box;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: none;
}
@media only screen and (min-width:41.0625em) {
  .menu-button {
    width: 32px;
    height: 22px;
    top: 11px;
  }
}
.active-menu .menu-button {
  color: #e1e7e0;
}
.no-touchevents .menu-button:hover {
  color: #919191;
}

.line {
  width: 26px;
  height: 0;
  border-top: solid 4px;
  margin-bottom: 4px;
  position: relative;
  display: block;
  transition: all 300ms ease-in-out;
}
@media only screen and (min-width:41.0625em) {
  .line {
    width: 32px;
    margin-bottom: 5px;
  }
}

.line--top {
  transform-origin: top left;
}
.active-menu .line--top {
  transform: translate(5px, -2px) rotate(45deg);
}
@media only screen and (min-width:41.0625em) {
  .active-menu .line--top {
    transform: translate(6px, -2px) rotate(45deg);
  }
}

.active-menu .line--middle {
  width: 0;
}

.line--bottom {
  transform-origin: bottom left;
}
.active-menu .line--bottom {
  transform: translate(5px, -0.5px) rotate(-45deg);
}
@media only screen and (min-width:41.0625em) {
  .active-menu .line--bottom {
    transform: translate(6px, 1.5px) rotate(-45deg);
  }
}

.headroom-header {
  position: fixed;
  top: 0;
  height: 60px;
  background: #e1e7e0;
  color: #2a2929;
  width: 100%;
  z-index: 20;
  transition: transform 250ms ease-in-out;
  transform: translateY(-100%);
}
.headroom-header .menu-button {
  top: 20px;
}
@media only screen and (min-width:41.0625em) {
  .headroom-header .menu-button {
    top: 18px;
  }
}
.headroom-header .header-logo-link {
  line-height: 40px;
  margin-top: 10px;
}
.headroom-header .site-logo {
  width: 37px;
  height: 40px;
}

.headroom--pinned.headroom--not-top {
  transform: translateY(0%);
}

.site-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  color: #e1e7e0;
  background-color: #0d2b4d;
  z-index: 50;
  visibility: hidden;
  transition: transform 500ms, 500ms visibility 0ms;
  min-height: 450px;
  width: 100%;
  transform: translateX(-100%);
}
@media only screen and (min-width: 64.0625em) {
  .site-menu {
    width: 33.33333333%;
  }
}
.active-menu .site-menu {
  transition-delay: 0ms;
  visibility: visible;
  transform: translateX(0);
}

/*body*/
.active-menu {
  overflow: hidden;
}

main {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 64em) {
  .active-menu main {
    position: fixed;
  }
}

.site-content {
  transition: transform 500ms;
  position: relative;
  min-height: 44em;
  min-height: 100vh;
}
.active-menu .site-content {
  transform: translateX(100%);
}
@media only screen and (min-width: 64.0625em) {
  .active-menu .site-content {
    transform: translateX(33.33333333%);
  }
}

.site-nav {
  font-size: 26px;
  font-weight: 700;
  position: absolute;
  left: 9.5%;
  right: 9.5%;
}
@media only screen and (min-width: 64.0625em) {
  .site-nav {
    left: 28.5%;
    right: 28.5%;
  }
}
@media only screen and (min-width:96.0625em) {
  .site-nav {
    left: calc((100vw - 1300px) / 2);
  }
}
.site-nav {
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.8;
}
.site-nav ul {
  margin-bottom: 0;
}
.no-touchevents .site-nav a:hover {
  color: #919191;
}
@media only screen and (min-width:41.0625em) {
  .site-nav {
    font-size: 40px;
    line-height: 1.5;
  }
}
@media only screen and (min-height: 40em) {
  .site-nav {
    line-height: 2;
  }
}
@media only screen and (min-height: 50em) {
  .site-nav {
    line-height: 2.25;
  }
}
@media only screen and (min-height: 50em) and (min-width:96.0625em) {
  .site-nav {
    font-size: 45px;
  }
}
@media only screen and (max-height: 33em) {
  .site-nav {
    line-height: 1.5;
    font-size: 26px;
  }
}
.site-nav a {
  white-space: nowrap;
}
/*# sourceMappingURL=style.css.map */