@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Alfa+Slab+One");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

:root {
  font-size: 10px; }
  @media (min-width: 320px) {
    :root {
      font-size: 10px; } }
  @media (min-width: 768px) {
    :root {
      font-size: 12px; } }
  @media (min-width: 1001px) {
    :root {
      font-size: 13.5px; } }
  @media (min-width: 1200px) {
    :root {
      font-size: 14px; } }
  @media (min-width: 1441px) {
    :root {
      font-size: 16px; } }

h1 {
  width: 7.5rem;
  height: 6.07456rem;
  font-size: 0;
  color: transparent;
  background-image: url("../images/logo-reverse.svg");
  background-size: contain;
  background-repeat: no-repeat; }

body {
  font-family: 'Avenir', 'Calibri', 'Helvetica', 'Arial', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #282828; }

a {
  text-decoration: none;
  color: inherit; }

input, select, textarea, button, a {
  outline: solid 3px transparent;
  outline-offset: -3px; }
  input:focus, select:focus, textarea:focus, button:focus, a:focus {
    outline-color: rgba(114, 202, 206, 0.7); }

::selection {
  background-color: rgba(114, 202, 206, 0.8);
  color: white; }

ph-container {
  width: 100%;
  display: block; }
  @media (max-width: 1000px) {
    ph-container {
      padding: 0 30px;
      box-sizing: border-box; } }
  @media (min-width: 1001px) {
    ph-container {
      margin: 0 auto;
      max-width: 941px; } }
  @media (min-width: 1200px) {
    ph-container {
      max-width: 1140px; } }
  @media (min-width: 1441px) {
    ph-container {
      max-width: 1381px; } }

header {
  padding-top: 11.25rem;
  padding-bottom: 6.25rem;
  box-sizing: border-box;
  color: white; }
  @media (min-width: 1000px) {
    header {
      display: flex;
      flex-flow: column;
      min-height: calc(100vh + 6.25rem); } }
  header.header-1 {
    background: center calc(100% + 2px)/100% 6.25rem no-repeat url("../images/triangle-mask.svg"), center center/cover no-repeat fixed url("../images/header-1.jpg"); }
  header.header-2 {
    background: center calc(100% + 2px)/100% 6.25rem no-repeat url("../images/triangle-mask.svg"), center center/cover no-repeat fixed url("../images/header-2.jpg"); }
  header.header-3 {
    position: relative;
    background: center center/cover no-repeat fixed url("../images/header-3.jpg"); }
    header.header-3::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: center calc(100% + 2px)/100% 6.25rem no-repeat url("../images/triangle-mask.svg"); }
  @media (max-width: 1000px) {
    header {
      background-attachment: scroll !important; } }
  header ph-container {
    position: relative;
    flex: 1 0 auto;
    display: flex;
    flex-flow: column;
    height: 100%;
    justify-content: space-between; }
  header ph-row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    header ph-row:nth-of-type(1) {
      flex: 1 0 auto; }
    @media (max-width: 767px) {
      header ph-row {
        display: block; } }
  header ph-column:nth-of-type(1) {
    flex: 0 0 56%; }
  header ph-column:nth-of-type(2) {
    flex: 0 0 35%; }
  header ph-top-bar {
    position: absolute !important;
    top: 0;
    left: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0rem;
    padding: 1.25rem 2.1875rem;
    transform: translateX(-50%);
    width: 100%; }
    @media (max-width: 1000px) {
      header ph-top-bar {
        padding: 0 30px;
        box-sizing: border-box; } }
    @media (min-width: 1001px) {
      header ph-top-bar {
        margin: 0 auto;
        max-width: 941px; } }
    @media (min-width: 1200px) {
      header ph-top-bar {
        max-width: 1140px; } }
    @media (min-width: 1441px) {
      header ph-top-bar {
        max-width: 1381px; } }
    header ph-top-bar h1 {
      flex: 0 0 auto;
      margin-right: 1.875rem; }
    header ph-top-bar ph-top-bar-cta {
      margin-top: 0.625rem;
      text-align: right;
      line-height: 1.1; }
      header ph-top-bar ph-top-bar-cta p {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 1.375rem;
        line-height: 1.15; }
        header ph-top-bar ph-top-bar-cta p strong {
          font-size: 3.125rem;
          color: #ffc15c;
          font-weight: 900; }
        header ph-top-bar ph-top-bar-cta p em {
          font-size: 1.125rem; }
  header h2 {
    margin-top: 0;
    margin-bottom: 1.875rem;
    font-family: 'Alfa Slab One', 'Georgia', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 3.5625rem;
    line-height: 1.15;
    font-weight: 400; }
    @media (max-width: 767px) {
      header h2 {
        font-size: 3.75rem; } }
  header h3 {
    margin-bottom: 1.625rem;
    font-size: 1.4375rem;
    line-height: 1.2;
    font-weight: 800; }
  header p {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
    line-height: 1.4;
    font-weight: 400; }
    @media (max-width: 1000px) {
      header p {
        font-size: 1.375rem; } }
  header form {
    margin-top: 0.9375rem;
    padding: 1.25rem;
    box-sizing: border-box;
    text-align: right;
    background: white;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem; }
    header form input[type=text], header form textarea {
      display: block;
      width: 100%;
      margin-bottom: 1.125rem;
      padding: 0.8125rem;
      box-sizing: border-box;
      background: white;
      border: solid #d4d4d4 1px;
      font-size: 1rem;
      color: black;
      outline-offset: 2px;
      border-radius: 0.125rem;
      transition: background-color 0.2s ease, color 0.2s ease; }
      header form input[type=text]::-webkit-input-placeholder, header form textarea::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.75);
        transition: color 0.2s ease; }
      header form input[type=text]:-moz-placeholder, header form textarea:-moz-placeholder {
        /* Firefox 18- */
        color: rgba(0, 0, 0, 0.75);
        transition: color 0.2s ease; }
      header form input[type=text]::-moz-placeholder, header form textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: rgba(0, 0, 0, 0.75);
        transition: color 0.2s ease; }
      header form input[type=text]:-ms-input-placeholder, header form textarea:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.75);
        transition: color 0.2s ease; }
      header form input[type=text]::placeholder, header form textarea::placeholder {
        color: rgba(0, 0, 0, 0.75);
        transition: color 0.2s ease; }
      header form input[type=text]:focus, header form textarea:focus {
        background: white;
        color: #067bb1; }
        header form input[type=text]:focus::-webkit-input-placeholder, header form textarea:focus::-webkit-input-placeholder {
          color: rgba(6, 123, 177, 0.75); }
        header form input[type=text]:focus:-moz-placeholder, header form textarea:focus:-moz-placeholder {
          /* Firefox 18- */
          color: rgba(6, 123, 177, 0.75); }
        header form input[type=text]:focus::-moz-placeholder, header form textarea:focus::-moz-placeholder {
          /* Firefox 19+ */
          color: rgba(6, 123, 177, 0.75); }
        header form input[type=text]:focus:-ms-input-placeholder, header form textarea:focus:-ms-input-placeholder {
          color: rgba(6, 123, 177, 0.75); }
        header form input[type=text]:focus::placeholder, header form textarea:focus::placeholder {
          color: rgba(6, 123, 177, 0.75); }
      @media (max-width: 767px) {
        header form input[type=text], header form textarea {
          font-size: 1.25rem; } }
      header form input[type=text].input-email, header form input[type=text]input.phone, header form textarea.input-email, header form textareainput.phone {
        width: 50%;
        float: left; }
    header form input[type=submit] {
      display: inline-block;
      padding: 1.25rem 2.25rem;
      border: none;
      background: #dda243;
      color: white;
      text-transform: uppercase;
      font-weight: 800;
      font-size: 0.9375rem;
      letter-spacing: 0.12em;
      cursor: pointer;
      outline-offset: 2px;
      border-radius: 0.3125rem;
      transition: background-color 0.18s ease; }
      header form input[type=submit]:hover {
        background: #c69039; }
      header form input[type=submit]:active {
        background: #ee8c3c; }
  header blockquote {
    box-sizing: border-box;
    padding-bottom: 2.5rem;
    margin-bottom: 0; }
    header blockquote::before {
      color: white; }

blockquote {
  position: relative;
  max-width: 50rem;
  margin: 0 auto;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding-left: 4.375rem;
  box-sizing: border-box;
  font-size: 2.25rem;
  font-weight: 600; }
  blockquote.ph-quote-small {
    font-size: 1.5rem; }
  blockquote::before {
    content: '“';
    font-family: 'Alfa Slab One', 'Georgia', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 200;
    font-size: 8.75rem;
    position: absolute;
    top: -0.8125rem;
    left: -0.25rem;
    color: #ffc15c; }
  blockquote cite {
    display: block;
    margin-top: 1.25rem;
    font-size: 1.125rem;
    font-weight: 400;
    text-align: right; }
    blockquote cite::before {
      content: '—'; }

main blockquote::before {
  color: #067bb1; }

main > ph-container > h2 {
  position: relative;
  margin: 5.9375rem auto 2.8125rem auto;
  padding-bottom: 2.8125rem;
  max-width: 68.75rem;
  font-family: 'Alfa Slab One', 'Georgia', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2.5rem;
  font-weight: 400; }
  main > ph-container > h2:after {
    content: '';
    display: block;
    width: 6.25rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    border-bottom: solid #067bb1 0.375rem;
    transform: translateX(-50%); }

main > ph-container > h3 {
  margin: 2.5rem 0;
  text-align: center;
  font-size: 1.5em;
  font-style: italic; }

main p {
  margin-top: 0;
  font-size: 1.1875rem;
  font-weight: 100;
  line-height: 1.42; }
  @media (max-width: 1000px) {
    main p {
      font-size: 1.3125rem; } }

main ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 1.375rem;
  font-size: 1.1875rem;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  main ul li {
    margin-bottom: 0.9375rem;
    padding-left: 0.9375rem; }

main ph-column:nth-of-type(2) {
  text-align: left;
  background: #f4f4f4;
  padding: 2.5rem 2.5rem 1.875rem 2.5rem;
  box-sizing: border-box; }
  main ph-column:nth-of-type(2) p {
    font-size: 1.3em;
    font-style: italic;
    margin-bottom: 0;
    margin-top: 1.875rem; }

main ph-row {
  display: flex;
  margin: 0 auto;
  max-width: 56.25rem; }
  @media (max-width: 767px) {
    main ph-row {
      flex-flow: column; } }
  main ph-row ph-column {
    flex: 0 0 50%;
    display: block;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      main ph-row ph-column {
        flex: 1 1 auto; } }
    main ph-row ph-column:first-of-type {
      margin-right: 2.5rem; }
      @media (max-width: 767px) {
        main ph-row ph-column:first-of-type {
          margin-right: 0; } }

main ph-text-columns {
  display: block;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-fill: balance;
  -webkit-column-fill: balance;
  column-fill: balance;
  max-width: 56.25rem;
  margin: 0 auto;
  margin-top: 0.75rem; }
  @media (max-width: 479px) {
    main ph-text-columns {
      -moz-column-count: 1;
      -webkit-column-count: 1;
      column-count: 1; } }

main ph-photos {
  display: flex;
  justify-content: space-between;
  margin: 4.375rem 0; }
  main ph-photos.ph-photos-alt figure {
    flex: 0 0 43%; }
    main ph-photos.ph-photos-alt figure:first-of-type {
      flex: 0 0 55%; }
  main ph-photos figure {
    flex: 0 0 48.5%;
    margin: 0;
    padding: 1.25rem;
    box-sizing: border-box;
    box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.15); }
    main ph-photos figure img {
      width: 100%;
      height: auto; }
    main ph-photos figure figcaption {
      margin-top: 1.25rem;
      font-style: italic;
      line-height: 1.4; }
  @media (max-width: 1000px) {
    main ph-photos {
      flex-flow: column;
      max-width: 56.25rem;
      margin-left: auto;
      margin-right: auto; }
      main ph-photos figure {
        flex: 0 0 auto; }
        main ph-photos figure:not(:first-of-type) {
          margin-top: 1.875rem; } }

section.ph-footer-cta {
  flex: 0 0 50%;
  margin-bottom: 0;
  padding: 5rem 0;
  background: #067bb1;
  color: white;
  font-size: 1.875rem;
  line-height: 1.3;
  text-align: center; }
  section.ph-footer-cta p {
    margin-bottom: 0;
    margin-top: 0; }
  section.ph-footer-cta .ph-phone {
    font-weight: 900;
    font-size: 3.75rem; }
  section.ph-footer-cta .ph-small {
    font-size: 1.5rem;
    font-style: italic; }

.ph-footer-row {
  display: flex; }

footer {
  padding: 3.125rem 0 4.0625rem 0;
  background: center/cover no-repeat url("../images/footer-bg-2.jpg");
  color: white; }
  footer ph-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 50rem;
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 500; }
    @media (max-width: 479px) {
      footer ph-container {
        flex-flow: column; } }
    footer ph-container figure {
      flex: 0 0 auto;
      width: 11.5625rem;
      margin: 0 2.5rem; }
      @media (max-width: 1199px) {
        footer ph-container figure {
          margin: 0 3.75rem; } }
      @media (max-width: 767px) {
        footer ph-container figure {
          margin: 0 2.5rem; } }
      @media (max-width: 479px) {
        footer ph-container figure {
          margin: 2.5rem 0;
          order: 0; } }
      footer ph-container figure img {
        width: 100%;
        height: auto; }
    footer ph-container ph-footer-left, footer ph-container ph-footer-right {
      flex: 0 1 100%; }
      @media (max-width: 479px) {
        footer ph-container ph-footer-left, footer ph-container ph-footer-right {
          flex: 0 0 auto;
          text-align: center !important; } }
    footer ph-container ph-footer-right {
      text-align: left; }
    footer ph-container p {
      margin: 0.625rem 0; }
    footer ph-container .ph-footer-phone {
      margin-bottom: 0.625rem;
      font-size: 1.5rem;
      line-height: 1.2;
      font-weight: 900;
      letter-spacing: 0.02em; }
      footer ph-container .ph-footer-phone strong {
        display: block;
        font-size: 3rem;
        font-weight: inherit;
        color: #ee8c3c; }

hr {
  display: inline-block;
  width: 6.25rem;
  border-bottom: solid #067bb1 0.375rem; }

ph-profile {
  display: flex;
  align-items: center;
  max-width: 75rem;
  margin: 5rem auto; }
  @media (max-width: 767px) {
    ph-profile {
      flex-flow: column; } }
  ph-profile ph-profile-photo {
    flex: 0 0 22.5rem;
    width: 22.5rem;
    height: 22.5rem;
    position: relative;
    border-radius: 50%;
    overflow: hidden; }
    ph-profile ph-profile-photo img {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: auto; }
  ph-profile ph-profile-description {
    flex: 1 0 0;
    padding-left: 2.5rem;
    box-sizing: border-box; }
    @media (max-width: 767px) {
      ph-profile ph-profile-description {
        padding-left: 0; } }
    ph-profile ph-profile-description h2 {
      font-family: 'Alfa Slab One', 'Georgia', serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: normal;
      font-size: 2.3em;
      margin-bottom: 0.9375rem; }
    ph-profile ph-profile-description h3 {
      margin-top: 0.9375rem;
      font-size: 1.5em;
      font-style: italic;
      font-weight: 200; }
