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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*********************
Prefixes
*********************/
/*********************
Animate
*********************/
/*********************
Breakpoints for inline media queries
*********************/
.button {
  display: inline-block;
  padding: 15px 20px;
  margin: 10px 0;
  border: 1px solid #403e35;
  border-radius: 3px;
  font-family: 'latienne-pro';
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.button:link
.button:visited {
  color: inherit; }

.button.white {
  color: #c6722c;
  background-color: white;
  border-color: #65624d; }
  .button.white:hover {
    color: white;
    background-color: #c6722c; }

.button.orange {
  color: white;
  background-color: #c6722c; }
  .button.orange:hover {
    background-color: #d88c4d; }
  .button.orange:hover:before {
    border-color: #d88c4d; }

.button.transparent {
  color: white;
  background-color: transparent;
  border: 1px solid white; }
  .button.transparent:hover {
    color: #333128;
    background-color: white;
    border-color: #333128; }

.button.outside-border {
  position: relative;
  border: none; }
  .button.outside-border:before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 100%;
    padding: 2px 2px;
    border: 1px solid #403e35;
    border-radius: 3px;
    height: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

@media (max-width: 1024px) and (min-width: 769px) {
  .button {
    padding: 10px 15px; } }
body {
  color: #333128;
  font-family: "acumin-pro",sans-serif;
  background-color: #DDD; }

.wrap {
  max-width: 1220px;
  margin: auto;
  padding: 60px 200px; }

.wrap-large {
  max-width: 1620px;
  margin: auto; }

.wrap-float {
  display: inline-block; }

.content-wrapper .wrap-float,
.featured-posts .wrap-float {
  background-image: url("/wp-content/themes/phillips-stevens-2018/assets/images/texture_bg-320.png"), url("/wp-content/themes/phillips-stevens-2018/assets/images/texture-landscape.png");
  background-color: #fff; }

#header .wrap,
.header-menu-wrap.wrap {
  max-width: 940px;
  padding: 10px 20px 20px; }
  @media screen and (max-width: 1600px) {
    #header .wrap,
    .header-menu-wrap.wrap {
      max-width: 1620px;
      padding: 10px 80px 20px; } }

.header-wrap {
  display: inline-block;
  width: 100%;
  background-color: #333128;
  background-image: url("/wp-content/themes/phillips-stevens-2018/assets/images/texture_bg-320.png"); }

h1, h2, h3, h4, h5, h6 {
  font-family: "latienne-pro",sans-serif;
  font-weight: bold;
  color: #484637; }

h2 {
  clear: both;
  margin-bottom: 5px; }

h3 {
  margin: 10px 0;
  font-size: 1.2em;
  clear: both; }

p, li {
  margin: 0 0 20px;
  font-size: 1.250rem;
  line-height: 1.875rem;
  color: #484637; }

.content-column + p {
  clear: both; }

li p {
  margin: 10px 0; }

p:empty {
  display: none; }

ul, ol {
  margin: 0 0 20px 40px; }
  ul li, ol li {
    margin: 5px 0; }

ul li {
  list-style: disc; }

ol li {
  list-style: decimal; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

a:link,
a:visited {
  color: inherit;
  text-decoration: none; }

p a,
p a:link,
p a:visited {
  color: #c6722c; }

p a:not(.button):hover {
  color: #d88c4d;
  text-decoration: underline; }

.current-page a,
.current_page_item a {
  color: #c6722c; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */ }

.alignleft {
  float: left;
  padding: 0 20px 20px 0; }

.alignright {
  float: right;
  padding: 0 20px 20px 0; }

.aligncenter {
  display: block;
  margin: auto; }

#content {
  margin-top: -1px; }

.article-body {
  display: inline-block; }

.article-video {
  margin-bottom: 20px;
  text-align: center; }
  .article-video iframe {
    width: 100%;
    height: 500px; }

.one_half:nth-of-type(2n+1),
.one_third:nth-of-type(3n+1),
.one_fourth:nth-of-type(4n+1),
.one_fifth:nth-of-type(5n+1),
.one_sixth:nth-of-type(6n+1) {
  padding-right: 20px;
  box-sizing: border-box; }

header#header {
  display: inline-block;
  width: 100%;
  position: relative;
  color: white; }
  header#header .header-section-1,
  header#header .header-section-2 {
    display: inline-block;
    float: left;
    vertical-align: top;
    box-sizing: border-box; }
  header#header .header-section-1 {
    padding: 30px 0 20px;
    width: 50%;
    text-align: center; }
  header#header .header-section-2 {
    width: 50%;
    font-size: 0.938em;
    line-height: 1.3em;
    overflow: hidden; }
  header#header h1 {
    font-size: 2em;
    line-height: .45em; }
    header#header h1 a {
      display: inline-block;
      text-align: left;
      color: white; }
    header#header h1 .first-letter {
      font-size: 1.1em; }
    header#header h1 span.sup {
      font-size: .6em;
      font-weight: normal;
      vertical-align: text-top;
      line-height: 1.85em; }
  header#header ul, header#header ol {
    margin: 0; }
    header#header ul li, header#header ol li {
      list-style: none;
      margin: 0;
      color: #fff; }
  header#header .contact-info {
    display: inline-block; }
    header#header .contact-info a {
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    header#header .contact-info a:hover {
      color: #c6722c; }
  header#header .address,
  header#header .numbers {
    display: inline-block;
    padding: 20px 23px 20px 0;
    border-right: 1px solid #23221b;
    vertical-align: top; }
  header#header .numbers {
    margin-right: 20px; }
  header#header .numbers div span:first-of-type {
    display: inline-block;
    min-width: 72px;
    font-weight: bold;
    color: #c6722c; }
  header#header #menu-toggle {
    position: relative;
    top: 1px;
    z-index: 9;
    display: inline-block;
    padding: 38px 35px 40px 18px;
    margin-left: -2px;
    border-right: 1px solid #23221b;
    font-weight: 600;
    font-weight: bold;
    vertical-align: bottom;
    cursor: pointer; }
  header#header #menu-toggle.menu-active:not(.menu-active-out) span {
    margin-right: -2px; }
  header#header #menu-toggle.menu-active:not(.menu-active-out) span:nth-of-type(1) {
    width: 14px;
    height: 1px;
    margin-top: 7px;
    margin-bottom: -7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  header#header #menu-toggle.menu-active:not(.menu-active-out) span:nth-of-type(2) {
    opacity: 0; }
  header#header #menu-toggle.menu-active:not(.menu-active-out) span:nth-of-type(3) {
    width: 14px;
    height: 1px;
    margin-bottom: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  header#header .menu-icon {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0px 20px 0 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    header#header .menu-icon span {
      display: block;
      width: 10px;
      height: 2px;
      margin: 2px 0;
      background-color: #c6722c;
      border-radius: 3px;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  header#header #nav-main {
    display: none;
    opacity: 0;
    position: absolute;
    left: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -1px;
    border-top: 1px solid #23221b;
    background-color: #333128;
    background-image: url("/wp-content/themes/phillips-stevens-2018/assets/images/texture_bg-320.png");
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    header#header #nav-main .header-menu-column {
      display: inline-block;
      width: 31.9%;
      padding: 1% 2% 1% 0;
      vertical-align: top; }
    header#header #nav-main .header-menu-column-3 {
      width: 31%;
      padding-right: 0; }
    header#header #nav-main h4 {
      padding: 10px 0;
      border-bottom: 1px solid #23221b;
      color: #c6722c;
      font-size: 1.375em;
      font-weight: bold; }
    header#header #nav-main li a {
      display: inline-block;
      width: 100%;
      padding: 7px 0;
      border-bottom: 1px solid #23221b;
      font-size: 1rem;
      line-height: 1.2em;
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    header#header #nav-main li a:hover {
      color: #d88c4d; }
    header#header #nav-main.menu-active {
      display: block;
      opacity: 1; }
    header#header #nav-main.menu-active-in {
      display: block; }
    header#header #nav-main.menu-active-out {
      opacity: 0; }
    header#header #nav-main li.button {
      padding: 0;
      margin: 20px 0;
      line-height: 1rem; }
      header#header #nav-main li.button a {
        font-size: 1rem;
        border: none;
        padding: 10px 20px;
        margin: 0;
        box-sizing: border-box; }
      header#header #nav-main li.button a:hover {
        color: #fff; }
    header#header #nav-main li.button.current_page_item a {
      color: #fff; }

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

.img_cropper_full_width {
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  overflow: hidden; }
  .img_cropper_full_width:not(.map) img {
    opacity: 0; }
  .img_cropper_full_width.map img {
    max-width: none;
    max-height: none; }

.home #content .content-wrapper h1 {
  margin-right: -50px;
  letter-spacing: -4px; }
  @media screen and (max-width: 1600px) {
    .home #content .content-wrapper h1 {
      letter-spacing: -2px;
      word-spacing: 3px; } }
.home #content .content-wrapper h1 span {
  display: block;
  color: #c6722c; }
.home #content .content-wrapper p, .home #content .content-wrapper li {
  font-size: 1.25rem; }
.home #content .content-wrapper p {
  margin-bottom: 7px; }

.featured-posts {
  margin-top: -2px; }

section.featured-posts h1,
.home .content-wrapper h1 {
  margin: 10px 0 10px;
  font-weight: bold;
  font-size: 4.6em; }
  @media screen and (max-width: 1600px) {
    section.featured-posts h1,
    .home .content-wrapper h1 {
      font-size: 4.125em; } }
section.featured-posts .col.col-content,
.home .content-wrapper .col.col-content {
  padding: 50px 80px 25px;
  box-sizing: border-box; }
section.featured-posts .post-icon,
.home .content-wrapper .post-icon {
  width: 100%; }
  section.featured-posts .post-icon img.small,
  .home .content-wrapper .post-icon img.small {
    width: 5.5%; }
  section.featured-posts .post-icon img.medium,
  .home .content-wrapper .post-icon img.medium {
    width: 9%; }
  section.featured-posts .post-icon img.large,
  .home .content-wrapper .post-icon img.large {
    width: 13%; }
section.featured-posts .article-body,
.home .content-wrapper .article-body {
  line-height: 1.45em; }
section.featured-posts a.button,
.home .content-wrapper a.button {
  float: right;
  font-size: 1.541em; }

article.cols-2 {
  clear: both; }
  article.cols-2 .col {
    width: 50%; }
  article.cols-2.even .col {
    float: right; }
  article.cols-2.odd .col {
    float: left; }
  article.cols-2 .col.col-featured-image {
    padding: 20px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    article.cols-2 .col.col-featured-image img {
      display: block;
      width: 100%;
      opacity: 0; }

.page-children {
  margin-top: -2px; }
  .page-children .wrap {
    padding: 30px 200px 60px;
    background-color: #d1cec5;
    background-image: url("/wp-content/themes/phillips-stevens-2018/assets/images/texture_bg-320.png"); }
  .page-children h1 {
    margin: 10px 0 35px;
    font-size: 4.6em; }
    @media screen and (max-width: 1600px) {
      .page-children h1 {
        font-size: 4.125em; } }
  .page-children h2 {
    font-size: 1.813em;
    color: #c6722c; }
  .page-children h3 {
    margin-bottom: 10px;
    font-size: 1.45em; }
  .page-children .services-content {
    display: inline-block;
    margin-bottom: 40px; }
  .page-children p, .page-children li {
    font-size: 1.25rem;
    margin: 0 0 10px; }
  .page-children p.article-body {
    line-height: 1.3rem; }
  .page-children a.button {
    position: absolute;
    bottom: 20px;
    right: 20px;
    margin-bottom: 0;
    font-family: 'latienne-pro';
    font-size: 1.125em;
    font-weight: bold; }
  .page-children article p, .page-children article li {
    font-size: 1rem; }
  .page-children .cols {
    background-color: #e7e6e1; }

.page-children article.cols-5 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin: 7px .6%; }
  @media (min-width: 1025px) {
    .page-children article.cols-5:nth-of-type(2n+1) {
      margin-left: 0; }
    .page-children article.cols-5:nth-of-type(2n) {
      margin-right: 0; } }
  .page-children article.cols-5 .col-wrap {
    display: table-row; }
  .page-children article.cols-5 .col-featured-image {
    position: relative; }
    .page-children article.cols-5 .col-featured-image img {
      display: none; }
    .page-children article.cols-5 .col-featured-image .img-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .page-children article.cols-5 .col {
    display: table-cell;
    overflow: hidden;
    position: relative; }
  .page-children article.cols-5 .col-2 {
    width: 40%;
    display: table-cell;
    overflow: hidden;
    height: 275px; }
  .page-children article.cols-5 .col-3 {
    width: 60%;
    display: table-cell;
    padding: 20px; }

.associations-wrapper .wrap {
  background-color: #fff; }
.associations-wrapper h2 {
  font-size: 1.375em;
  padding: 0 0 20px; }
.associations-wrapper .associations {
  text-align: center; }
.associations-wrapper .association {
  display: inline-block;
  width: 15%;
  padding: 10px 2%;
  vertical-align: middle; }
  .associations-wrapper .association img {
    width: 100%;
    max-width: 300px; }

.ninja-forms-req-symbol {
  display: none; }

div.nf-field-container {
  margin-bottom: 10px; }

.nf-form-errors {
  display: none; }

.list-radio-wrap .nf-field-element li label,
.list-checkbox-wrap .nf-field-element li label {
  position: relative;
  margin-left: 0; }
.list-radio-wrap .nf-field-element li label:before,
.list-checkbox-wrap .nf-field-element li label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 6px;
  width: 18px;
  height: 18px;
  margin: 0 5px 1px 0;
  border-radius: 3px;
  border: 1px solid #333128;
  background-color: transparent; }
.list-radio-wrap .nf-field-element li label:after,
.list-checkbox-wrap .nf-field-element li label:after {
  content: " ";
  position: absolute;
  top: 9px;
  left: 3px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.list-radio-wrap .nf-field-element li input[type=radio],
.list-checkbox-wrap .nf-field-element li input[type=checkbox] {
  display: none; }

.list-radio-wrap .nf-field-element li input[type=radio]:checked + label:after,
.list-checkbox-wrap .nf-field-element li input[type=checkbox]:checked + label:after {
  content: " ";
  position: absolute;
  top: 9px;
  left: 3px;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 3px;
  background: #5B594C; }

div.nf-error-wrap.nf-error div.nf-error-msg {
  font-size: .8rem;
  line-height: .8rem;
  color: #c6722c; }

.nf-error div.nf-field-element input.ninja-forms-field:not([type="button"]),
.nf-error div.nf-field-element textarea.ninja-forms-field {
  border-color: #c6722c; }

.nf-form-cont {
  margin-top: 25px; }

.nf-form-content nf-field:nth-of-type(2n+1) {
  padding-right: 2%;
  box-sizing: content-box; }
.nf-form-content nf-field:nth-of-type(5) {
  width: 100%; }
  .nf-form-content nf-field:nth-of-type(5) div.nf-field-label {
    width: 1px;
    height: 1px;
    padding: 0;
    margin: 0;
    opacity: .01; }
  .nf-form-content nf-field:nth-of-type(5) div.nf-field-element {
    width: 100%; }
  .nf-form-content nf-field:nth-of-type(5) div.nf-error-msg {
    margin-top: -5px; }
.nf-form-content nf-field:nth-of-type(6) {
  width: 60%; }
  .nf-form-content nf-field:nth-of-type(6) div.nf-field-label {
    width: auto;
    padding-top: 5px;
    margin-right: 10px;
    color: #484637;
    background-color: transparent; }
    .nf-form-content nf-field:nth-of-type(6) div.nf-field-label label {
      font-size: .938rem;
      font-weight: 600; }
  .nf-form-content nf-field:nth-of-type(6) .nf-field-element {
    width: auto;
    padding-top: 1px; }
  .nf-form-content nf-field:nth-of-type(6) .list-radio-wrap .nf-field-element li label {
    font-size: .938rem;
    font-weight: 600;
    line-height: 1rem; }
.nf-form-content nf-field:nth-of-type(7) {
  width: 40%;
  padding-right: 0; }
  .nf-form-content nf-field:nth-of-type(7) .submit-container {
    float: right;
    margin-bottom: 0; }
  .nf-form-content nf-field:nth-of-type(7) div.nf-field-label {
    display: none; }
  .nf-form-content nf-field:nth-of-type(7) .nf-field-element {
    width: 100%;
    padding: 2px;
    border: 1px solid #403e35;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .nf-form-content nf-field:nth-of-type(7) .nf-field-element input {
      -webkit-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .nf-form-content nf-field:nth-of-type(7) .nf-field-element:hover {
    border-color: #d88c4d; }
    .nf-form-content nf-field:nth-of-type(7) .nf-field-element:hover input {
      background-color: #d88c4d; }
.nf-form-content nf-field {
  float: left;
  width: 49%; }

.label-above div.nf-field-label {
  float: left;
  width: 30%;
  padding: 13px 10px 12px;
  margin-bottom: 0;
  color: #fff;
  background-color: #5B594C;
  border-radius: 3px 0 0 3px;
  font-size: .938rem;
  line-height: 1.2em; }
  .label-above div.nf-field-label label {
    font-weight: 600; }
.label-above div.nf-field-element {
  float: left;
  width: 70%; }
  .label-above div.nf-field-element input:not([type="button"]),
  .label-above div.nf-field-element textarea {
    padding: 10px 10px 11px;
    font-size: .938rem;
    color: #333128;
    border: 1px solid #333128;
    border-radius: 0 3px 3px 0;
    font-family: "acumin-pro",sans-serif; }
    .label-above div.nf-field-element input:not([type="button"]):focus,
    .label-above div.nf-field-element textarea:focus {
      border-color: #8e897a;
      outline: none; }
  .label-above div.nf-field-element textarea {
    width: 100% !important;
    height: 80px;
    border-radius: 3px; }
  .label-above div.nf-field-element input[type="button"] {
    padding: 10px 15px;
    border: none;
    color: #fff;
    background-color: #c6722c;
    font-family: 'latienne-pro';
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 3px;
    cursor: pointer; }

.play-video-button {
  float: left;
  width: 60%;
  margin-top: 15px; }
  .play-video-button img {
    max-width: 60px;
    float: left;
    padding-right: 5px; }
  .play-video-button .video-text-1 {
    display: block;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 600;
    color: #9B9886; }
  .play-video-button .video-text-2 {
    font-family: 'latienne-pro';
    font-weight: bold;
    font-size: 1.375rem; }

body:not(.home) .content-wrapper .article-content {
  padding: 60px 200px;
  background-color: #fff;
  background-image: url("/wp-content/themes/phillips-stevens-2018/assets/images/texture_bg-320.png"), url("/wp-content/themes/phillips-stevens-2018/assets/images/texture-landscape.png"); }
body:not(.home) .content-wrapper h1 {
  padding: 0 0 40px;
  font-size: 4.6em; }
  @media screen and (max-width: 1600px) {
    body:not(.home) .content-wrapper h1 {
      font-size: 4em; } }
body:not(.home) .content-wrapper h2 {
  font-size: 1.813em;
  color: #c6722c; }
body:not(.home) .content-wrapper .article-body {
  font-size: 1.25em; }

@media screen and (min-width: 769px) {
  .page-template-page-contact .label-above div.nf-field-label {
    width: 20%; }
  .page-template-page-contact .label-above .nf-field-element {
    width: 80%; } }
.page-template-page-contact .label-above div.nf-field-element textarea {
  height: 155px; }

footer#footer {
  color: #fff; }
  footer#footer .footer-wrap {
    padding: 40px 200px;
    background-color: #484637; }
  footer#footer h1, footer#footer h2, footer#footer h3, footer#footer h4, footer#footer h5, footer#footer h6,
  footer#footer p {
    color: #fff; }
  footer#footer h1 {
    font-size: 2.4em;
    line-height: .45em;
    margin: 15px 0 60px; }
    footer#footer h1 .first-letter {
      font-size: 1.1em; }
    footer#footer h1 span.sup {
      font-size: .6em;
      font-weight: normal;
      vertical-align: text-top;
      line-height: 1.9em; }
  footer#footer h4 {
    margin: 10px 0 15px;
    font-size: 1.125em;
    font-weight: bold; }
  footer#footer p, footer#footer li {
    font-size: 0.938rem;
    line-height: 1.25rem; }
  footer#footer ul, footer#footer ol {
    margin: 0; }
    footer#footer ul li, footer#footer ol li {
      margin: 0;
      list-style: none; }
  footer#footer .button {
    font-size: 1.125em; }
  footer#footer .footer-section-1,
  footer#footer .footer-section-2 {
    vertical-align: top;
    display: inline-block; }
  footer#footer .footer-section-1 {
    width: 19%;
    padding-right: 15%; }
  footer#footer .footer-section-2 {
    width: 65%;
    padding-right: 120px;
    box-sizing: border-box; }
  footer#footer .footer-widget-info {
    line-height: 1.5em; }
    footer#footer .footer-widget-info a {
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    footer#footer .footer-widget-info a:link,
    footer#footer .footer-widget-info a:visited {
      color: #fff; }
    footer#footer .footer-widget-info a:hover {
      color: #d88c4d; }
    footer#footer .footer-widget-info .address,
    footer#footer .footer-widget-info .numbers {
      display: inline-block;
      margin: 0 0 50px;
      font-family: "acumin-pro";
      font-size: .938em;
      font-weight: 600;
      vertical-align: top; }
    footer#footer .footer-widget-info .address {
      width: 48%;
      margin-right: 3%; }
    footer#footer .footer-widget-info .numbers div span:nth-of-type(1) {
      display: inline-block;
      min-width: 80px; }
    footer#footer .footer-widget-info .numbers div span:nth-of-type(2) {
      font-weight: normal; }
  footer#footer .footer-menu-column {
    display: inline-block;
    width: 48%;
    vertical-align: text-top; }
    footer#footer .footer-menu-column li:first-of-type a {
      border-top: 1px solid #333; }
    footer#footer .footer-menu-column a {
      -webkit-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    footer#footer .footer-menu-column a:link,
    footer#footer .footer-menu-column a:visited {
      display: inline-block;
      width: 100%;
      padding: 6px 0;
      color: #fff;
      text-decoration: none;
      border-bottom: 1px solid #333; }
    footer#footer .footer-menu-column .current-page a,
    footer#footer .footer-menu-column .current_page_item a {
      color: #c6722c; }
    footer#footer .footer-menu-column a:hover {
      color: #d88c4d; }
  footer#footer .footer-menu-column-1 {
    margin-right: 2.9%; }

@media (max-width: 1410px) {
  .wrap {
    width: 100%;
    max-width: none;
    padding: 30px 80px;
    box-sizing: border-box; }

  .home #content .content-wrapper h1 {
    margin-right: 0;
    letter-spacing: 0;
    word-spacing: 0; }
  .home #content .content-wrapper p {
    font-size: 1.4rem;
    line-height: 1.4em; }

  section.featured-posts h1,
  .home .content-wrapper h1 {
    font-size: 3.1em; }
  section.featured-posts .article-body,
  .home .content-wrapper .article-body {
    font-size: 1.4em;
    line-height: 1.4em; }
  section.featured-posts a.button,
  .home .content-wrapper a.button {
    font-size: 1.4em; }

  .page-children .wrap {
    padding: 30px 80px 60px; }

  body:not(.home) .content-wrapper .article-content {
    padding: 40px 80px; }
  body:not(.home) .content-wrapper h1 {
    font-size: 3.1em;
    padding-bottom: 20px; }

  .page-children h1 {
    margin: 20px 0;
    font-size: 3.1em; }
  .page-children h2 {
    font-size: 1.63em; }
  .page-children p {
    font-size: 1.2em; }

  footer#footer .footer-wrap {
    padding: 80px; } }
@media (max-width: 1280px) {
  #header .wrap,
  .header-menu-wrap.wrap {
    padding: 10px 40px 20px; }

  .home #content .content-wrapper p {
    font-size: 1.2rem;
    line-height: 1.2em; }

  section.featured-posts .col.col-content,
  .home .content-wrapper .col.col-content {
    padding: 35px 35px 15px; }
  section.featured-posts h1,
  .home .content-wrapper h1 {
    font-size: 2.45em; }
  section.featured-posts .article-body,
  .home .content-wrapper .article-body {
    font-size: 1.35em;
    line-height: 1.35em; }
  section.featured-posts a.button,
  .home .content-wrapper a.button {
    font-size: 1.3em; } }
@media (max-width: 1280px) and (max-width: 1120px) {
  section.featured-posts .article-body,
  .home .content-wrapper .article-body {
    font-size: 1.25em;
    line-height: 1.25em; } }
@media (max-width: 1280px) {
  body:not(.home) .content-wrapper .article-content {
    padding: 40px 80px; }
  body:not(.home) .content-wrapper h1 {
    font-size: 3.5em; }
  body:not(.home) .content-wrapper h2 {
    font-size: 1.4em;
    line-height: 1em; }
  body:not(.home) .content-wrapper .article-body {
    font-size: 1.2em;
    line-height: 1.2em; }

  .page-children h1 {
    font-size: 3em; }
  .page-children h2 {
    font-size: 1.4em; }
  .page-children h3 {
    font-size: 1.2em; }
  .page-children article p {
    font-size: 1em; }
  .page-children a.button {
    right: 15px;
    bottom: 15px;
    font-size: 1em; }
  .page-children article.cols-5 .col-2 {
    height: 250px; } }
  @media screen and (max-width: 1280px) and (max-width: 1120px) {
    .page-children article.cols-5 .col-2 {
      height: 270px; } }
@media (max-width: 1280px) {
  .page-children article.cols-5 .col-3 {
    padding: 15px; }

  section.featured-posts a.button,
  .home .content-wrapper a.button {
    font-size: 1rem; }

  .associations-wrapper {
    margin-bottom: 0; }
    .associations-wrapper h2 {
      padding-top: 0; }

  .label-above div.nf-field-element textarea {
    height: 58px; }

  .label-above div.nf-field-element input[type="button"] {
    font-size: 1rem; }

  .label-above div.nf-field-label {
    width: 30%;
    padding: 12px 10px 12px; } }
  @media screen and (max-width: 1280px) and (max-width: 1120px) {
    .label-above div.nf-field-label {
      padding: 7px 5px 10px; }
      .label-above div.nf-field-label label {
        font-weight: normal; } }
@media (max-width: 1280px) {
  .label-above div.nf-field-element {
    width: 70%; } }
  @media screen and (max-width: 1280px) and (max-width: 1120px) {
    .label-above div.nf-field-element input:not([type="button"]),
    .label-above div.nf-field-element textarea {
      padding: 5px 5px 7px; }
    .label-above div.nf-field-element input[type="button"] {
      font-size: 1rem; } }

@media (max-width: 1280px) {
  footer#footer .footer-wrap {
    padding: 40px 80px; }
  footer#footer .footer-section-1 {
    width: 20%;
    padding-right: 14%; }
  footer#footer h1 {
    margin-bottom: 40px; }
  footer#footer .footer-widget-info .address,
  footer#footer .footer-widget-info .numbers {
    margin-bottom: 30px; }
  footer#footer .button {
    font-size: 1em; } }
@media (max-width: 1024px) {
  header#header .contact-info {
    display: none; }
  header#header #menu-toggle {
    float: right;
    padding-left: 23px;
    border-left: 1px solid #23221b;
    border-right: 1px solid #23221b; }
  header#header #nav-main {
    top: 98px; }

  #header .wrap,
  .header-menu-wrap.wrap {
    padding: 0 20px; }

  header#header .header-section-1 {
    text-align: left;
    padding-left: 20px; }
  header#header .header-section-2 {
    padding-right: 20px; }

  .home #content .content-wrapper p {
    font-size: 1.1rem; }

  section.featured-posts .col.col-content,
  .home .content-wrapper .col.col-content {
    padding: 20px 20px 10px; }
  section.featured-posts h1,
  .home .content-wrapper h1 {
    font-size: 1.4em;
    margin-bottom: 10px; }
  section.featured-posts .article-body,
  .home .content-wrapper .article-body {
    font-size: 1.1em;
    margin-bottom: 7px; }
  section.featured-posts a.button,
  .home .content-wrapper a.button {
    font-size: 1.1em; }

  body:not(.home) .content-wrapper .article-content {
    padding: 30px 60px 10px; }
  body:not(.home) .content-wrapper h1 {
    font-size: 2.1em; }
  body:not(.home) .content-wrapper .article-body {
    font-size: 1.1em;
    line-height: 1.1em; }

  .img_cropper_full_width {
    height: 250px; }

  .page-children h1 {
    font-size: 2.1em; }
  .page-children .services-content {
    margin-bottom: 20px; }
  .page-children article.cols-5 {
    width: 32.3%;
    margin: 5px .3%; } }
  @media (max-width: 1024px) and (min-width: 931px) {
    .page-children article.cols-5:nth-of-type(3n+1) {
      margin-left: 0; }
    .page-children article.cols-5:nth-of-type(3n) {
      margin-right: 0; } }
@media (max-width: 1024px) {
    .page-children article.cols-5 .col-2 {
      display: block;
      width: 100%;
      height: 275px; }
    .page-children article.cols-5 .col-3 {
      display: block;
      width: 100%;
      box-sizing: border-box; }
  .page-children a.button {
    position: static;
    float: right; } }
@media (max-width: 1024px) and (max-width: 930px) {
  .page-children article.cols-5 {
    width: 48.8%; } }

@media (max-width: 1024px) {
  .label-above div.nf-field-element input[type="button"] {
    font-size: 1.1rem;
    line-height: 1em; }
  .label-above div.nf-field-element textarea {
    height: 85px; } }
@media (max-width: 1024px) and (max-width: 1000px) and (min-width: 769px) {
  .label-above div.nf-field-label {
    padding: 8px 5px 7px;
    font-size: .8em; }
    .label-above div.nf-field-label label {
      font-weight: normal; }
  .label-above div.nf-field-element input:not([type="button"]) {
    padding: 5px 5px 6px; }
  .label-above div.nf-field-element textarea {
    height: 48px;
    padding: 5px; } }
@media (max-width: 1024px) and (max-width: 880px) and (min-width: 769px) {
  article.cols-2.home-contact-form .col.col-featured-image {
    padding: 60px 0; }

  .label-above div.nf-field-label label {
    font-size: .8rem; }

  .nf-form-content nf-field:nth-of-type(6) div.nf-field-label label,
  .nf-form-content nf-field:nth-of-type(6) .list-radio-wrap .nf-field-element li label {
    font-size: .8rem; }

  .home .nf-form-content nf-field:nth-of-type(5) {
    display: inline-block;
    height: 68px; }
    .home .nf-form-content nf-field:nth-of-type(5) .nf-after-field {
      margin-bottom: -10px; }
  .home .nf-form-content nf-field:nth-of-type(7) {
    display: inline-block; }
    .home .nf-form-content nf-field:nth-of-type(7) .submit-container {
      margin-top: 2px;
      margin-bottom: -10px; } }
@media (max-width: 1024px) {
  .play-video-button img {
    width: 45px; }
  .play-video-button .video-text-2 {
    font-size: 1rem; }

  footer#footer .footer-wrap {
    padding: 30px 60px; }
  footer#footer h1 {
    font-size: 2em; }
  footer#footer .footer-section-1 {
    width: 26%;
    padding-right: 8%; }
  footer#footer .footer-section-2 {
    padding-right: 0; }
  footer#footer .footer-widget-info .address,
  footer#footer .footer-widget-info .numbers {
    margin-bottom: 20px; } }
@media (max-width: 768px) {
  .wrap {
    padding: 30px 50px; }

  p {
    margin: 0 0 20px;
    font-size: 1.250em; }

  .article-video iframe {
    height: 375px; } }
  @media screen and (max-width: 768px) and (max-width: 600px) {
    .article-video iframe {
      height: 325px; } }

@media (max-width: 768px) {
  header#header #nav-main .header-menu-column {
    width: 48.5%; }
  header#header #nav-main .header-menu-column-2 {
    padding-right: 0; }
  header#header #nav-main .header-menu-column-3 {
    width: 48.5%; }

  header#header #nav-main .wrap,
  .header-menu-wrap.wrap {
    padding: 0 40px; }

  header#header .header-section-1 {
    padding-left: 35px; }
  header#header .header-section-2 {
    padding-right: 35px; }

  .home #content .content-wrapper p {
    font-size: 1.5rem; }
  .home #content .content-wrapper .col-content .article-body p {
    margin-bottom: 0; }

  section.featured-posts .post-icon img,
  .home .content-wrapper .post-icon img {
    min-width: 32px; }
  section.featured-posts .post-icon img.small,
  .home .content-wrapper .post-icon img.small {
    width: 4.5%; }
  section.featured-posts .post-icon img.medium,
  .home .content-wrapper .post-icon img.medium {
    width: 6.5%; }
  section.featured-posts .post-icon img.large,
  .home .content-wrapper .post-icon img.large {
    width: 8%; }
  section.featured-posts h1,
  .home .content-wrapper h1 {
    font-size: 2.1em; }
  section.featured-posts .col.col-content,
  .home .content-wrapper .col.col-content {
    padding: 20px 40px 20px; }
  section.featured-posts article.cols-2 .col,
  .home .content-wrapper article.cols-2 .col {
    width: 100%;
    display: inline-block; }
  section.featured-posts article.cols-2.even .col, section.featured-posts article.cols-2.odd .col,
  .home .content-wrapper article.cols-2.even .col,
  .home .content-wrapper article.cols-2.odd .col {
    float: none; }
  section.featured-posts article.cols-2 .col.col-featured-image,
  .home .content-wrapper article.cols-2 .col.col-featured-image {
    height: 375px;
    overflow: hidden; }

  .img_cropper_full_width {
    height: 200px; }

  body:not(.home) .content-wrapper .article-content {
    padding: 30px 40px 10px; }

  .page-children .wrap {
    padding: 30px 50px; }
  .page-children article.cols-5 {
    width: 47%;
    margin: 8px 1%; }
    .page-children article.cols-5 .col-2 {
      height: 250px; } }
@media (max-width: 768px) and (max-width: 600px) {
  .page-children article.cols-5 {
    width: 100%; }
    .page-children article.cols-5 .col-2 {
      display: table-cell;
      width: 40%;
      height: auto; }
    .page-children article.cols-5 .col-3 {
      display: table-cell; } }

@media (max-width: 768px) {
  .associations-wrapper .association {
    width: 28%; }

  .nf-form-content {
    margin-top: 20px; }

  .label-above div.nf-field-element input[type="button"] {
    padding: 15px 20px; }

  .full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    width: 100%; }

  footer#footer .footer-wrap {
    padding: 20px 50px; } }
  @media screen and (max-width: 768px) and (max-width: 600px) {
    footer#footer .footer-wrap {
      padding: 20px 40px; } }
@media (max-width: 768px) {
  footer#footer h1 {
    margin-bottom: 20px; }
  footer#footer .footer-section-1 {
    width: 100%;
    padding-right: 0; }
  footer#footer .footer-section-2 {
    width: 100%; }
  footer#footer .button {
    margin-top: 0; } }
@media (max-width: 480px) {
  .wrap {
    padding: 20px 30px; }

  .article-video iframe {
    height: 200px; } }
  @media screen and (max-width: 480px) and (max-width: 380px) {
    .article-video iframe {
      height: 175px; } }
  @media screen and (max-width: 480px) and (max-width: 320px) {
    .article-video iframe {
      height: 150px; } }

@media (max-width: 480px) {
  header#header .header-section-1 {
    padding-top: 34px;
    font-size: 1.8em; }
  header#header .header-section-2 {
    margin-right: -20px;
    padding-right: 40px; }
  header#header #nav-main .header-menu-column {
    width: 100%;
    padding-right: 0; }
  header#header #nav-main .header-menu-column-3 {
    width: 100%; }
  header#header #nav-main li.button {
    width: 100%;
    box-sizing: border-box;
    text-align: center; }

  #header .wrap,
  .header-menu-wrap.wrap {
    padding: 0 20px; }

  section.featured-posts .col.col-content,
  .home .content-wrapper .col.col-content {
    padding: 20px 30px; } }
  @media (max-width: 480px) and (max-width: 400px) {
    section.featured-posts .col.col-content a.button,
    .home .content-wrapper .col.col-content a.button {
      width: 100%;
      padding: 15px 0;
      text-align: center; } }

@media (max-width: 480px) {
  .img_cropper_full_width {
    height: 150px; }

  body:not(.home) .content-wrapper .article-content {
    padding: 30px 20px 10px; }

  .page-children .wrap {
    padding: 20px 30px; }
  .page-children article.cols-5 {
    width: 100%;
    margin: 8px 0; }
    .page-children article.cols-5 .col-2,
    .page-children article.cols-5 .col-3 {
      display: block;
      width: 100%; }
    .page-children article.cols-5 .col-2 {
      min-height: 260px; }

  .associations-wrapper .association {
    width: 45%; }
    .associations-wrapper .association img {
      display: inline-block; }

  .nf-form-content nf-field {
    width: 100%; }
  .nf-form-content nf-field:nth-of-type(6) {
    width: 100%; }
    .nf-form-content nf-field:nth-of-type(6) div.nf-field-label {
      padding: 0; }
    .nf-form-content nf-field:nth-of-type(6) .list-radio-wrap .nf-field-element {
      padding-top: 0;
      margin-top: -4px; } }
    @media screen and (max-width: 480px) and (max-width: 359px) {
      .nf-form-content nf-field:nth-of-type(6) .list-radio-wrap .nf-field-element {
        margin-top: 0; } }
@media (max-width: 480px) {
      .nf-form-content nf-field:nth-of-type(6) .list-radio-wrap .nf-field-element li {
        display: inline-block; }
      .nf-form-content nf-field:nth-of-type(6) .list-radio-wrap .nf-field-element li label {
        display: inline-block;
        float: left;
        width: auto;
        margin-left: 0px;
        margin-right: 10px; }
  .nf-form-content nf-field:nth-of-type(7) {
    width: 100%; }
    .nf-form-content nf-field:nth-of-type(7) .submit-container {
      width: 100%; }
  .nf-form-content .label-above div.nf-field-element input[type="button"] {
    width: 100%; } }
@media (max-width: 480px) and (max-width: 400px) {
  .play-video-button {
    width: 100%;
    margin-bottom: 15px; }
    .play-video-button img {
      width: 60px; }
    .play-video-button .video-text-2 {
      font-size: 1.375rem; } }
@media (max-width: 480px) {
  footer#footer .footer-wrap {
    padding: 20px; }
  footer#footer .footer-widget-info .address,
  footer#footer .footer-widget-info .numbers {
    width: 100%; }
  footer#footer .footer-menu-column {
    width: 100%;
    display: inline-block; }
  footer#footer .footer-menu-column-2 {
    margin-top: 20px; }
  footer#footer .footer-widget-info a {
    font-weight: normal; } }

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