/*!
Theme Name: Davidson Kemp
Theme URI: http://underscores.me/
Author: POP Creative
Author URI: http://popcreativedesign.com.au
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: davidson_kemp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Davidson Kemp is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: .6em 1em .4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
* {
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1em; }

body {
  position: relative;
  color: #717171; }

h1, h2, h3, h4, h5, h6, p, li {
  font-family: "Arial", sans-serif;
  line-height: 1.5;
  margin: 0; }

h2 {
  font-size: 3em;
  font-weight: bold;
  line-height: 4.25rem; }

h3 {
  font-size: 2em;
  font-weight: bold; }

h4 {
  font-size: 1.5em;
  font-weight: normal; }

p {
  font-size: 1.125em; }

ul, ol {
  margin: 0; }

li {
  list-style: square;
  color: #ff9700; }

a, a:hover, a:focus {
  text-decoration: none; }

.container {
  max-width: none; }

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  #masthead a {
    color: #fff;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    font-size: 0.75em;
    text-transform: uppercase;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #masthead a:hover {
      text-decoration: none;
      color: #cccccc; }
  #masthead .header-wrap {
    margin: 3.5em 3.5em 2em;
    height: 2.75em;
    position: relative;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    #masthead .header-wrap .custom-logo-link-wrap {
      position: absolute;
      top: 0;
      left: 0;
      height: 2.75em;
      line-height: 1; }
      #masthead .header-wrap .custom-logo-link-wrap img {
        display: block;
        height: 2.75rem;
        width: auto; }
    #masthead .header-wrap .nav-button-wrap {
      position: absolute;
      top: 0;
      right: 0; }
      #masthead .header-wrap .nav-button-wrap .nav-button {
        font-size: 2em;
        line-height: 2.75rem; }
    #masthead .header-wrap .main-navigation {
      position: absolute;
      top: 4.75em;
      right: -3.5em;
      background: rgba(0, 0, 0, 0.5);
      display: none;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #masthead .header-wrap .main-navigation #primary-menu {
        list-style: none;
        margin: 0;
        padding: 0; }
        #masthead .header-wrap .main-navigation #primary-menu li {
          display: block;
          text-align: right;
          -o-transition: 0.3s;
          -ms-transition: 0.3s;
          -moz-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          #masthead .header-wrap .main-navigation #primary-menu li a {
            display: block;
            padding: 2rem 3.5rem 1rem 3rem; }
            #masthead .header-wrap .main-navigation #primary-menu li a span {
              padding-bottom: 0.625rem;
              display: inline-block;
              border-bottom: 3px solid transparent; }
        #masthead .header-wrap .main-navigation #primary-menu .current_page_item a span {
          border-color: #ff9700; }
  #masthead.toggle-on .header-wrap .main-navigation {
    display: block; }
  #masthead.scrollDown {
    background: rgba(0, 0, 0, 0.5); }
    #masthead.scrollDown .header-wrap {
      margin: 1.5em 2.5em; }
      #masthead.scrollDown .header-wrap .main-navigation {
        top: 4.25em;
        right: -2.5em; }
        #masthead.scrollDown .header-wrap .main-navigation #primary-menu li a {
          padding: 2rem 3.25rem 1rem;
          text-align: center; }

.logged-in #masthead {
  margin-top: 32px !important; }

@media screen and (max-width: 782px) {
  .logged-in #masthead {
    margin-top: 46px !important; } }
@media screen and (min-width: 48em) {
  #masthead .header-wrap .nav-button-wrap, #masthead.scrollDown .header-wrap .nav-button-wrap {
    display: none; }
  #masthead .header-wrap .main-navigation, #masthead.scrollDown .header-wrap .main-navigation {
    display: block;
    background: transparent;
    top: 0;
    right: 0; }
    #masthead .header-wrap .main-navigation #primary-menu li, #masthead.scrollDown .header-wrap .main-navigation #primary-menu li {
      display: inline-block;
      padding: 0 1.75em; }
      #masthead .header-wrap .main-navigation #primary-menu li a, #masthead.scrollDown .header-wrap .main-navigation #primary-menu li a {
        padding: 0; } }
.quote {
  position: relative;
  overflow: hidden; }
  .quote .quote-back {
    display: block;
    width: 100%;
    max-width: none;
    filter: brightness(0.75); }
  .quote .quote-fore {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%; }

#about-us #hero {
  max-height: 48em; }
  #about-us #hero .hero-arrow {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5em;
    color: #fff; }
#about-us #quote1 {
  max-height: 35em; }

#what-we-do .what-we-do-cont {
  max-width: 64em;
  padding: 4em 1.5em 5em; }
  #what-we-do .what-we-do-cont .what-we-do-title-wrap {
    text-align: center;
    padding-bottom: 5em; }
    #what-we-do .what-we-do-cont .what-we-do-title-wrap h2 {
      display: inline-block;
      border-bottom: 0.25rem solid #ff9700;
      margin: 0 auto 1rem;
      text-transform: uppercase; }
    #what-we-do .what-we-do-cont .what-we-do-title-wrap h3 {
      text-align: center; }
  #what-we-do .what-we-do-cont .what-we-do-list-wrap .column-li {
    padding: 0 1em 0 2em; }
    #what-we-do .what-we-do-cont .what-we-do-list-wrap .column-li li {
      border-bottom: 2px solid rgba(113, 113, 113, 0.75);
      padding: 1em 0; }
      #what-we-do .what-we-do-cont .what-we-do-list-wrap .column-li li p {
        font-size: 1.125em;
        font-weight: bold;
        color: #717171; }
#what-we-do #quote2 {
  max-height: 48em; }
#what-we-do #what-we-do-2 .what-we-do-title-wrap h3 {
  padding-bottom: 1rem;
  display: inline-block;
  border-bottom: 0.25rem solid #ff9700;
  margin: 0 auto 1rem; }
#what-we-do #what-we-do-2 .what-we-do-list-wrap .column-li li {
  padding: 2em 0; }
#what-we-do #quote3 {
  max-height: 54em; }
#what-we-do #what-we-do-3 {
  color: #fff;
  border: 0.375em solid #ff9700;
  border-width: 0.375em 0;
  background-size: cover; }
  #what-we-do #what-we-do-3 .what-we-do-cont .what-we-do-prelist-wrap p, #what-we-do #what-we-do-3 .what-we-do-cont .what-we-do-postlist-wrap p {
    margin-bottom: 2rem; }
  #what-we-do #what-we-do-3 .what-we-do-cont .what-we-do-prelist-wrap h2 {
    padding-bottom: 1rem;
    display: inline-block;
    border-bottom: 0.25rem solid #ff9700;
    margin: 0 auto 4rem; }
  #what-we-do #what-we-do-3 .what-we-do-cont .what-we-do-list-wrap {
    margin-bottom: 2rem; }
    #what-we-do #what-we-do-3 .what-we-do-cont .what-we-do-list-wrap .column-li {
      padding-left: 2em; }
      #what-we-do #what-we-do-3 .what-we-do-cont .what-we-do-list-wrap .column-li:first-child {
        padding-right: 3em; }
      #what-we-do #what-we-do-3 .what-we-do-cont .what-we-do-list-wrap .column-li li {
        border-bottom-color: #23518a; }
        #what-we-do #what-we-do-3 .what-we-do-cont .what-we-do-list-wrap .column-li li p {
          color: #fff; }
  #what-we-do #what-we-do-3 .what-we-do-cont .what-we-do-postlist-wrap .contact-link {
    display: inline-block;
    color: #fff;
    font-size: 1.125em;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 1em;
    margin-top: 2rem;
    border-bottom: 0.25em solid #ff9700; }
#what-we-do #quote4 {
  max-height: 48em; }

#who-we-are {
  color: #fff; }
  #who-we-are #who-we-are-1 {
    background-color: #ef6700;
    background-size: contain;
    background-repeat: no-repeat; }
  #who-we-are .who-we-are-cont {
    max-width: 64em;
    margin: auto;
    padding: 6.5em 1.5em 4em; }
    #who-we-are .who-we-are-cont .who-we-are-title-wrap {
      margin-bottom: 6em; }
      #who-we-are .who-we-are-cont .who-we-are-title-wrap h2 {
        display: inline-block;
        border-bottom: 0.25rem solid #ff9700; }
    #who-we-are .who-we-are-cont .person {
      margin-bottom: 5em; }
      #who-we-are .who-we-are-cont .person .pad {
        display: none; }
      #who-we-are .who-we-are-cont .person .person-intro-wrap {
        text-align: center; }
        #who-we-are .who-we-are-cont .person .person-intro-wrap .person-image-wrap {
          overflow: hidden;
          max-width: 13.5em;
          max-height: 13.5em;
          border: 0.25em solid #0773bb;
          border-radius: 6.75em;
          margin: auto; }
          #who-we-are .who-we-are-cont .person .person-intro-wrap .person-image-wrap img {
            display: block;
            width: 100%; }
        #who-we-are .who-we-are-cont .person .person-intro-wrap .person-title {
          text-transform: uppercase;
          font-size: 1.5rem;
          line-height: 1em;
          display: inline-block;
          padding: 1rem 0;
          margin-bottom: 2rem;
          border-bottom: 0.25em solid #0773bb; }
  #who-we-are #quote5 {
    max-height: 48em; }

#contact {
  padding: 7em 0 6em; }
  #contact #contact-form {
    max-width: 32em;
    margin: auto; }
    #contact #contact-form .contact-cont .contact-title {
      display: inline-block;
      border-bottom: 0.25rem solid #ff9700;
      margin-left: 15px; }
    #contact #contact-form .contact-cont .wpcf7 {
      margin-top: 3em; }
      #contact #contact-form .contact-cont .wpcf7 p {
        margin-bottom: 3em;
        display: inline-block; }
      #contact #contact-form .contact-cont .wpcf7 input[type="text"], #contact #contact-form .contact-cont .wpcf7 input[type="email"], #contact #contact-form .contact-cont .wpcf7 textarea {
        border-radius: 0;
        width: 100%; }
        #contact #contact-form .contact-cont .wpcf7 input[type="text"]:hover, #contact #contact-form .contact-cont .wpcf7 input[type="email"]:hover, #contact #contact-form .contact-cont .wpcf7 textarea:hover {
          border-color: #ff9700;
          outline: 0; }
        #contact #contact-form .contact-cont .wpcf7 input[type="text"]:focus, #contact #contact-form .contact-cont .wpcf7 input[type="email"]:focus, #contact #contact-form .contact-cont .wpcf7 textarea:focus {
          border-color: #0773bb;
          outline: 0; }
      #contact #contact-form .contact-cont .wpcf7 input[type="text"], #contact #contact-form .contact-cont .wpcf7 input[type="email"] {
        border: 0px solid #e0e0e0;
        border-bottom: 2px solid #e0e0e0;
        line-height: 2em;
        height: 2em;
        padding: 0; }
      #contact #contact-form .contact-cont .wpcf7 textarea {
        padding: 0.5em;
        border: 2px solid #e0e0e0;
        font-size: 1em; }
      #contact #contact-form .contact-cont .wpcf7 label {
        font-size: 1em;
        margin-bottom: 1em;
        width: 100%;
        color: #717171; }
      #contact #contact-form .contact-cont .wpcf7 input[type="submit"] {
        padding: 1.5rem 2.5rem;
        color: #717171;
        font-size: 1.25rem;
        font-weight: bold;
        background-color: transparent;
        border: 2px solid #e0e0e0;
        border-radius: 0; }
        #contact #contact-form .contact-cont .wpcf7 input[type="submit"]:hover {
          border-color: #ff9700;
          color: #ff9700; }
        #contact #contact-form .contact-cont .wpcf7 input[type="submit"]:focus {
          border-color: #0773bb;
          color: #0773bb; }
      #contact #contact-form .contact-cont .wpcf7 .email-wrap label {
        font-weight: bold; }
      #contact #contact-form .contact-cont .wpcf7 .message-wrap {
        margin-bottom: 2em; }
      #contact #contact-form .contact-cont .wpcf7 .stealth {
        display: none; }

@media screen and (min-width: 48em) {
  #what-we-do .what-we-do-cont {
    max-width: 64em;
    padding: 8em 3em 10em; }
    #what-we-do .what-we-do-cont .what-we-do-list-wrap .column-li:first-child {
      padding-right: 5em; }
  #what-we-do #what-we-do-2 .what-we-do-list-wrap .column-li:last-child {
    padding-left: 6em; }

  #who-we-are .who-we-are-cont {
    padding: 13em 3em 8em; }
    #who-we-are .who-we-are-cont .person .pad {
      display: block; }
    #who-we-are .who-we-are-cont .person .person-intro-wrap .person-title {
      padding: 2rem 0;
      margin: 0; } }
#colophon {
  background-color: #ef6700;
  padding: 2em 3em; }
  #colophon .site-footer-cont {
    position: relative; }
    #colophon .site-footer-cont p {
      color: #fff;
      font-size: 0.75em;
      line-height: 1rem; }
    #colophon .site-footer-cont a {
      color: #fff;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      -moz-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #colophon .site-footer-cont a:hover, #colophon .site-footer-cont a:focus {
        color: #cccccc; }
    #colophon .site-footer-cont .site-footer-left {
      top: 0;
      left: 0;
      text-align: center; }
      #colophon .site-footer-cont .site-footer-left .custom-logo-link-wrap {
        margin-bottom: 0.5em; }
    #colophon .site-footer-cont .site-footer-right {
      top: 0;
      right: 0;
      text-align: center; }
      #colophon .site-footer-cont .site-footer-right .main-navigation {
        display: inline-block;
        padding: 2em 0 0; }
        #colophon .site-footer-cont .site-footer-right .main-navigation ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          #colophon .site-footer-cont .site-footer-right .main-navigation ul li {
            display: block;
            padding-bottom: 1.5em; }
            #colophon .site-footer-cont .site-footer-right .main-navigation ul li a {
              text-transform: uppercase;
              font-size: 0.75em;
              font-weight: bold; }
      #colophon .site-footer-cont .site-footer-right .widget {
        margin: 0; }
        #colophon .site-footer-cont .site-footer-right .widget p {
          font-size: 1rem; }

@media screen and (min-width: 48em) {
  #colophon {
    background-color: #ef6700;
    padding: 4em 3em; }
    #colophon .site-footer-cont {
      height: 5.625em; }
      #colophon .site-footer-cont .site-footer-left {
        position: absolute;
        text-align: left; }
      #colophon .site-footer-cont .site-footer-right {
        position: absolute;
        text-align: left; }
        #colophon .site-footer-cont .site-footer-right .main-navigation {
          padding: 1em 0 0.75em; }
          #colophon .site-footer-cont .site-footer-right .main-navigation ul li {
            display: inline-block;
            padding: 0 0 0 3em; }
            #colophon .site-footer-cont .site-footer-right .main-navigation ul li:first-of-type {
              padding: 0; }
        #colophon .site-footer-cont .site-footer-right .widget {
          padding: 0.75em 0 1em;
          text-align: center; } }
@media screen and (min-width: 64em) {
  #colophon .site-footer-cont .site-footer-right .main-navigation {
    display: inline-block;
    padding: 2em 0; }
  #colophon .site-footer-cont .site-footer-right .widget {
    padding-left: 6em;
    display: inline-block; } }
@media screen and (min-width: 80em) {
  #colophon {
    padding: 4em 6em; } }

/*# sourceMappingURL=style.css.map */
