body.logged-in header.site-header {
  top: 32px; }
  @media (max-width: 782px) {
    body.logged-in header.site-header {
      top: 46px; } }

body.logged-in #front-page-hero {
  height: calc(100vh - 86px); }
  @media (max-width: 782px) {
    body.logged-in #front-page-hero:before {
      bottom: -15px; } }

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.vertical-center-wrap {
  display: table;
  width: 100%;
  height: 100%; }
  .vertical-center-wrap .vertical-center {
    display: table-cell;
    vertical-align: middle; }

.bg-grey {
  background-color: #f3f3f3;
  padding-top: 90px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .bg-grey {
      padding-top: 60px;
      padding-bottom: 30px; } }

.bg-navy {
  background-color: #102f4e;
  padding-top: 90px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .bg-navy {
      padding-top: 60px;
      padding-bottom: 30px; } }

.bg-green {
  background-color: #6eb43f; }

.bg-tinygrid {
  background-image: url("../images/tinygrid.png");
  background-repeat: repeat; }

.bg-tree {
  background: url("../images/ps-tree.png") center left;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .bg-tree {
      background-size: cover; } }

.bg-white {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .bg-white {
      padding-top: 60px;
      padding-bottom: 30px; } }

.half-callout {
  position: relative; }
  .half-callout:before {
    background: #f3f3f3;
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -9999;
    left: 0; }
    @media (max-width: 767px) {
      .half-callout:before {
        width: 100%; } }
  .half-callout .half-callout-col {
    padding-top: 125px;
    padding-bottom: 145px;
    padding-right: 90px; }
    @media (max-width: 991px) {
      .half-callout .half-callout-col {
        padding-left: 60px !important;
        padding-right: 60px !important; } }
    @media (max-width: 767px) {
      .half-callout .half-callout-col {
        padding-top: 80px !important;
        padding-bottom: 60px !important;
        padding-left: 30px !important;
        padding-right: 30px !important; } }
  .half-callout .callout-img-mobile {
    background-position: center;
    min-height: 425px;
    background-size: cover; }
  @media (max-width: 767px) {
    .half-callout .row-eq-height {
      display: block; } }

p, li {
  font-family: "AvenirNextLTW01-Regular", sans-serif;
  font-size: 1.1em;
  line-height: 1.75em; }
  p strong, li strong {
    font-family: "Avenir Next LT W01 Bold", sans-serif; }
    p strong a, li strong a {
      font-family: "Avenir Next LT W01 Demi", sans-serif; }
  p a, li a {
    color: #00aeef;
    -webkit-transition: 0.15s ease;
    transition: 0.15s ease; }
    p a:hover, p a:active, li a:hover, li a:active {
      color: #6eb43f; }

:focus {
  outline: none; }

h2 {
  font-family: "Goudy Oldstyle W01", serif;
  color: #642200;
  font-size: 3em;
  margin-top: 0;
  margin-bottom: 0.75em; }
  @media (max-width: 767px) {
    h2 {
      font-size: 2.5em; } }

h5 {
  font-family: "Goudy Oldstyle W01", serif;
  color: #6eb43f;
  font-size: 1.5em;
  line-height: 1.4em;
  margin-top: 1em;
  margin-bottom: 1.5em; }
  @media (max-width: 767px) {
    h5 {
      font-size: 1.25em; } }

.button,
.frm_style_formidable-style.with_frm_style .frm_submit button {
  font-family: "Avenir Next LT W01 Demi", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8em;
  color: #fff;
  background: #6eb43f;
  padding: 16px 60px;
  display: inline-block;
  margin-top: 2em;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .button:hover,
  .button:active,
  .button:focus,
  .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:active, .frm_style_formidable-style.with_frm_style .frm_submit button:focus {
    text-decoration: none !important;
    background: #00aeef;
    color: #fff;
    outline: none; }
  .button.btn-white,
  .modal .button,
  .frm_style_formidable-style.with_frm_style .frm_submit button.btn-white,
  .modal .frm_style_formidable-style.with_frm_style .frm_submit button {
    background: #fff;
    color: #102f4e; }
    .button.btn-white:hover,
    .button.btn-white:active,
    .modal .button:hover,
    .modal .button:active,
    .frm_style_formidable-style.with_frm_style .frm_submit button.btn-white:hover,
    .frm_style_formidable-style.with_frm_style .frm_submit button.btn-white:active,
    .modal .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .modal .frm_style_formidable-style.with_frm_style .frm_submit button:active {
      background: #102f4e;
      color: #fff; }
  .button.btn-blue,
  .frm_style_formidable-style.with_frm_style .frm_submit button.btn-blue {
    background: #00aeef;
    color: #fff; }
    .button.btn-blue:hover,
    .button.btn-blue:active,
    .frm_style_formidable-style.with_frm_style .frm_submit button.btn-blue:hover, .frm_style_formidable-style.with_frm_style .frm_submit button.btn-blue:active {
      background: #6eb43f; }
  .button.btn-navy,
  .frm_style_formidable-style.with_frm_style .frm_submit button.btn-navy {
    background: #102f4e;
    color: #fff; }
    .button.btn-navy:hover,
    .button.btn-navy:active,
    .frm_style_formidable-style.with_frm_style .frm_submit button.btn-navy:hover, .frm_style_formidable-style.with_frm_style .frm_submit button.btn-navy:active {
      background: #00aeef; }

.frm_style_formidable-style.with_frm_style .frm_submit button {
  margin-top: 0; }

.featured-img-thumb {
  background-size: cover;
  background-position: center;
  height: 200px; }

.error404 header.site-header nav.site-navigation {
  background: transparent; }
  .error404 header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li > a {
    color: #333; }
  .error404 header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.btn-green > a {
    color: #fff; }

.frm_style_formidable-style.with_frm_style#frm_form_1_container {
  max-width: 550px; }
  .frm_style_formidable-style.with_frm_style#frm_form_1_container .frm_checkbox label {
    font-family: "AvenirNextLTW01-Regular", sans-serif;
    color: #fff; }
  .frm_style_formidable-style.with_frm_style#frm_form_1_container .frm_message h2 {
    text-align: left; }
  .frm_style_formidable-style.with_frm_style#frm_form_1_container .frm_message p {
    color: #fff; }
    .frm_style_formidable-style.with_frm_style#frm_form_1_container .frm_message p a:hover, .frm_style_formidable-style.with_frm_style#frm_form_1_container .frm_message p a:active {
      color: #fff;
      text-decoration: underline; }

.frm_style_formidable-style.with_frm_style input[type=text],
.frm_style_formidable-style.with_frm_style input[type=email],
.frm_style_formidable-style.with_frm_style input[type=tel] {
  font-family: "AvenirNextLTW01-Regular", sans-serif;
  border: 0;
  box-shadow: none;
  background: #f3f3f3;
  border-radius: 0;
  padding: 15px;
  height: 40px; }

.frm_style_formidable-style.with_frm_style textarea {
  font-family: "AvenirNextLTW01-Regular", sans-serif;
  border: 0;
  box-shadow: none;
  background: #f3f3f3;
  border-radius: 0;
  padding: 15px; }

.frm_style_formidable-style.with_frm_style select {
  font-family: "AvenirNextLTW01-Regular", sans-serif;
  height: 40px;
  border: 0;
  box-shadow: none;
  background: #f3f3f3;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
  padding: 0.5em 15px; }

.modal .frm_style_formidable-style.with_frm_style {
  max-width: 620px;
  margin: 0 auto; }
  .modal .frm_style_formidable-style.with_frm_style input[type=text],
  .modal .frm_style_formidable-style.with_frm_style input[type=email],
  .modal .frm_style_formidable-style.with_frm_style input[type=tel],
  .modal .frm_style_formidable-style.with_frm_style textarea,
  .modal .frm_style_formidable-style.with_frm_style select {
    background: #fff; }

.frm_style_formidable-style.with_frm_style .frm_message {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0; }
  .frm_style_formidable-style.with_frm_style .frm_message h2 {
    color: #fff;
    text-align: center; }

#frm_form_4_container.frm_style_formidable-style.with_frm_style .frm_message h3 {color: #642200;font-family: "Goudy Oldstyle W01", serif;text-align:center;} 
#frm_form_4_container.frm_style_formidable-style.with_frm_style .frm_message p {color: #333; text-align:center;}

header.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100; }
  header.site-header button.navbar-toggle {
    border: 0;
    padding: 0;
    margin: 15px 20px 0; }
    header.site-header button.navbar-toggle .icon-bar {
      background: #00aeef;
      width: 30px;
      height: 4px;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      header.site-header button.navbar-toggle .icon-bar:nth-of-type(2) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 10% 10%;
        -ms-transform-origin: 10% 10%;
        transform-origin: 10% 10%; }
      header.site-header button.navbar-toggle .icon-bar:nth-of-type(3) {
        opacity: 0;
        filter: alpha(opacity=0); }
      header.site-header button.navbar-toggle .icon-bar:nth-of-type(4) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 10% 90%;
        -ms-transform-origin: 10% 90%;
        transform-origin: 10% 90%; }
    header.site-header button.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
    header.site-header button.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
      opacity: 1;
      filter: alpha(opacity=100); }
    header.site-header button.navbar-toggle.collapsed .icon-bar:nth-of-type(4) {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
  header.site-header .top-contact {
    background: #fff;
    border-bottom: 6px solid #00aeef; }
    header.site-header .top-contact p {
      text-align: right;
      padding: 15px 30px;
      font-family: "AvenirNextLTW01-Regular", sans-serif;
      font-size: 0.9em;
      margin: 0; }
      header.site-header .top-contact p a {
        color: #333; }
      header.site-header .top-contact p i {
        color: #6eb43f; }
      @media (max-width: 960px) {
        header.site-header .top-contact p {
          float: right; } }
    header.site-header .top-contact #branding-mobile {
      display: none; }
      @media (max-width: 960px) {
        header.site-header .top-contact #branding-mobile {
          display: inline-block; }
          header.site-header .top-contact #branding-mobile img {
            height: 21px;
            margin: 15px 20px; } }
    @media (max-width: 767px) {
      header.site-header .top-contact p {
        display: none; } }
  header.site-header nav.site-navigation {
    background: linear-gradient(rgba(0, 0, 0, 0.35) 0%, transparent 100%);
    z-index: 9999; }
    @media (max-width: 767px) {
      header.site-header nav.site-navigation .site-navigation-inner {
        padding-left: 0;
        padding-right: 0;
        z-index: 100; } }
    header.site-header nav.site-navigation .navbar-default {
      background: transparent;
      border: 0;
      border-radius: 0; }
      header.site-header nav.site-navigation .navbar-default .header-logo {
        padding: 20px; }
        @media (max-width: 1150px) {
          header.site-header nav.site-navigation .navbar-default .header-logo {
            width: 250px; }
            .home header.site-header nav.site-navigation .navbar-default .header-logo {
              width: 150px; } }
        @media (max-width: 960px) {
          header.site-header nav.site-navigation .navbar-default .header-logo {
            display: none; } }
      header.site-header nav.site-navigation .navbar-default .navbar-header {
        float: right !important; }
        @media (max-width: 767px) {
          header.site-header nav.site-navigation .navbar-default .navbar-header {
            width: 100%; } }
        header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse {
          padding-right: 0;
          border-top: 0; }
          @media (max-width: 767px) {
            header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse {
              background: #fff;
              padding-left: 0;
              padding: 0 10px;
              margin: 0; } }
          @media (max-width: 767px) {
            header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse .navbar-nav {
              margin: 10px auto 25px; } }
          header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li {
            font-family: "Avenir Next LT W01 Demi", sans-serif;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-size: 0.8em;
            padding-left: 13px;
            padding-right: 13px;
            margin-left: 15px; }
            @media (max-width: 1150px) {
              header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li {
                padding-left: 8px;
                padding-right: 8px;
                margin-left: 8px; } }
            @media (max-width: 900px) {
              header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li {
                padding-left: 5px;
                padding-right: 5px; } }
            @media (max-width: 767px) {
              header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li {
                margin-left: 0;
                padding-top: 5px;
                padding-bottom: 5px; } }
            header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li > a {
              color: #fff;
              padding-left: 4px;
              padding-right: 2px;
              padding-bottom: 5px; }
              header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li > a:hover, header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li > a:active {
                border-bottom: 2px solid #00aeef; }
                @media (max-width: 767px) {
                  header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li > a:hover, header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li > a:active {
                    border-bottom: none;
                    background-color: #f3f3f3; } }
              @media (max-width: 767px) {
                header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li > a {
                  color: #333;
                  padding: 10px; } }
            header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.button {
              margin-top: 0;
              margin-left: 20px;
              padding: 0; }
              header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.button > a {
                padding: 15px;
                color: #fff; }
                header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.button > a:hover, header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.button > a:active {
                  border-bottom: 0 !important;
                  background: #00aeef; }
              @media (max-width: 1150px) {
                header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.button {
                  margin-left: 8px; } }
              @media (max-width: 767px) {
                header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.button {
                  margin-left: 15px;
                  margin-top: 35px;
                  max-width: 200px;
                  text-align: center;
                  color: #fff;
                  margin-bottom: 15px; } }
            header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.active > a {
              background-color: transparent;
              border-bottom: 2px solid #6eb43f; }
              @media (max-width: 767px) {
                header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.active > a {
                  border-bottom: none;
                  color: #00aeef; }
                  header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.active > a:hover, header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.active > a:active {
                    background-color: #f3f3f3; } }
            header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.mobile-menu {
              display: none; }
              @media (max-width: 767px) {
                header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.mobile-menu {
                  display: block;
                  padding-top: 0;
                  padding-bottom: 0; }
                  header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.mobile-menu a {
                    padding-top: 0; }
                    header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.mobile-menu a:hover, header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.mobile-menu a:active {
                      background: none; } }

#download-lookbook {
  background: url("../images/bg-lookbook.jpg") center;
  background-size: cover; }
  #download-lookbook .half-callout-col {
    background-color: rgba(16, 47, 78, 0.8);
    padding-left: 90px;
    padding-right: 15px; }
    #download-lookbook .half-callout-col h2 {
      color: #fff; }

footer.site-footer {
  background: #fff;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 35px; }
  footer.site-footer .div-brick {
    display: block;
    width: 150px;
    height: 1px;
    background: #642200;
    margin-bottom: 20px; }
  footer.site-footer h6 {
    font-family: "Goudy Oldstyle W01", serif;
    color: #6eb43f;
    font-size: 1.75em;
    line-height: 1.35em;
    margin-top: 1em;
    margin-bottom: 20px; }
  footer.site-footer .patrick-square ul {
    padding-left: 20px;
    list-style-type: none;
    margin-bottom: 30px; }
    footer.site-footer .patrick-square ul li {
      margin-bottom: 8px;
      padding-left: 10px;
      font-size: 1em;
      color: #868686; }
      footer.site-footer .patrick-square ul li a {
        color: #868686; }
    footer.site-footer .patrick-square ul li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin: 0 10px 0 -30px;
      font-size: 16px;
      color: #868686;
      width: 20px;
      height: 1.45em;
      display: block;
      float: left;
      text-align: center; }
    footer.site-footer .patrick-square ul .phone:before {
      content: "\f095"; }
    footer.site-footer .patrick-square ul .email:before {
      content: '\f0e0';
      font-size: 13px; }
    footer.site-footer .patrick-square ul .address:before {
      content: '\f3c5'; }
  footer.site-footer .explore ul {
    padding-left: 20px;
    list-style-type: none;
    margin-bottom: 40px;
    float: left; }
    @media (max-width: 1199px) {
      footer.site-footer .explore ul {
        float: none;
        margin-bottom: 0; } }
    footer.site-footer .explore ul:nth-of-type(2) {
      margin-left: 40px; }
      @media (max-width: 1199px) {
        footer.site-footer .explore ul:nth-of-type(2) {
          margin-left: 0;
          margin-bottom: 40px; } }
    footer.site-footer .explore ul li {
      margin-bottom: 10px;
      font-family: "Avenir Next LT W01 Demi", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 0.8em; }
      footer.site-footer .explore ul li a {
        color: #868686; }
    footer.site-footer .explore ul li:before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      margin: 0 10px 0 -20px;
      font-size: 8px;
      color: #acacac;
      width: 10px;
      height: 1.45em;
      display: block;
      float: left;
      text-align: center;
      content: '\f105'; }
  footer.site-footer .subscribe p {
    color: #868686;
    font-size: 1em; }
  footer.site-footer .subscribe a.button {
    margin-top: 5px;
    padding: 15px 50px; }

.copyright {
  background: #333;
  color: #fff;
  padding: 25px 15px; }
  .copyright p {
    margin: 0;
    font-size: 0.8em;
    color: #f3f3f3; }
    .copyright p a {
      color: #f3f3f3; }

.social {
  margin-bottom: 40px; }
  .social .social-icon {
    margin: 0 15px 0 0; }
    .social .social-icon i {
      font-size: 25px;
      color: #6eb43f;
      -webkit-transition: 0.15s ease;
      transition: 0.15s ease; }
    .social .social-icon:hover i, .social .social-icon:active i {
      color: #102f4e; }

#intro-row.about-us {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -60px;
  position: relative;
  z-index: 2; }
  @media (max-width: 991px) {
    #intro-row.about-us .row-eq-height {
      display: block; } }
  #intro-row.about-us .bg-grey {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px; }
    @media (max-width: 991px) {
      #intro-row.about-us .bg-grey {
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      #intro-row.about-us .bg-grey {
        padding-left: 30px;
        padding-right: 30px; } }
  #intro-row.about-us .video {
    background-image: url("../images/bg-video.jpg");
    background-size: cover;
    padding: 0; }
    #intro-row.about-us .video a.table-align {
      display: table;
      height: 100%;
      width: 100%;
      border-left: 10px solid transparent;
      padding: 50px 30px 30px 20px;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      #intro-row.about-us .video a.table-align i {
        color: #fff;
        font-size: 60px;
        height: 90px;
        display: table-cell; }
        @media (max-width: 991px) {
          #intro-row.about-us .video a.table-align i {
            display: block;
            height: 75px; } }
      #intro-row.about-us .video a.table-align h2 {
        color: #fff;
        display: table-row;
        vertical-align: top;
        font-style: normal;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 2.75em; }
        @media (max-width: 991px) {
          #intro-row.about-us .video a.table-align h2 {
            display: block; } }
      #intro-row.about-us .video a.table-align .view-more {
        display: table-cell;
        width: 100%;
        vertical-align: bottom; }
        @media (max-width: 991px) {
          #intro-row.about-us .video a.table-align .view-more {
            display: block; } }
        #intro-row.about-us .video a.table-align .view-more div {
          display: block;
          font-family: "Avenir Next LT W01 Demi", sans-serif;
          text-transform: uppercase;
          letter-spacing: 2px;
          transition: all 0.25s ease;
          font-size: 0.7em;
          padding: 0 15px 0 0;
          color: #fff; }
          #intro-row.about-us .video a.table-align .view-more div span {
            float: right;
            padding-right: 10px;
            font-size: 20px;
            line-height: 10px;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
            @media (max-width: 991px) {
              #intro-row.about-us .video a.table-align .view-more div span {
                float: none;
                padding-left: 10px; } }
      #intro-row.about-us .video a.table-align:hover, #intro-row.about-us .video a.table-align:active {
        text-decoration: none;
        border-left: 10px solid #00aeef;
        outline: none;
        background-color: rgba(0, 0, 0, 0.15); }
        #intro-row.about-us .video a.table-align:hover .view-more div span, #intro-row.about-us .video a.table-align:active .view-more div span {
          color: #fff;
          padding-right: 0; }
          @media (max-width: 991px) {
            #intro-row.about-us .video a.table-align:hover .view-more div span, #intro-row.about-us .video a.table-align:active .view-more div span {
              padding-left: 20px; } }
      #intro-row.about-us .video a.table-align:focus {
        text-decoration: none;
        outline: none; }

@media (max-width: 767px) {
  #benefits h2 {
    margin-bottom: 0px; } }

#benefits .benefits-container {
  margin: 30px auto 15px; }
  @media (max-width: 900px) {
    #benefits .benefits-container {
      margin: 0 auto 15px; } }
  #benefits .benefits-container#cards .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
  #benefits .benefits-container#cards .flex-row > [class*='col-'] {
    display: flex;
    flex-direction: column; }
  #benefits .benefits-container#cards .card {
    height: auto;
    margin-bottom: 60px;
    padding: 0 30px; }
    @media (max-width: 991px) {
      #benefits .benefits-container#cards .card {
        padding: 0 15px;
        margin-bottom: 30px; } }
    #benefits .benefits-container#cards .card p.caption {
      font-family: "Avenir Next LT W01 Demi", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      letter-spacing: 1px;
      font-size: 0.8em;
      line-height: 1.5em;
      color: #6eb43f;
      margin: 20px 0 0; }

#location {
  padding-top: 90px;
  padding-bottom: 70px;
  background: url("../images/bg-location.jpg") center;
  background-size: cover; }
  @media (max-width: 767px) {
    #location {
      padding-top: 60px;
      padding-bottom: 30px; } }
  @media (max-width: 991px) {
    #location {
      background-image: url("../images/bg-location-mobile.jpg");
      background-position: bottom center;
      background-color: #f3f3f3;
      background-size: auto;
      padding-bottom: 400px;
      background-repeat: no-repeat; } }
  #location .map-points {
    font-family: "Avenir Next LT W01 Bold", sans-serif;
    color: #642200;
    margin-top: 0.75em; }
    #location .map-points span {
      color: #6eb43f; }
#location h3 {
      font-family: "Goudy Oldstyle W01", serif;
	  font-size: 3em;
	  color: #642200;}

.bg-white h3 {
      font-family: "Goudy Oldstyle W01", serif;
	  font-size: 3em;
	  color: #642200;}

#clemson {
  background-size: auto;
  background-position: center; }
  #clemson.half-callout:before {
    background-color: #102f4e;
    right: 0;
    left: auto; }
  #clemson .half-callout-col {
    background-color: #102f4e;
    padding-left: 90px;
    padding-right: 15px; }
    #clemson .half-callout-col h2,  #clemson .half-callout-col p {
      color: #fff;}
	#clemson .half-callout-col h3 {
      color: #fff;
	  font-family: "Goudy Oldstyle W01", serif;
	  font-size: 3em;}
#dev-team {
  padding-top: 90px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    #dev-team {
      padding-top: 60px;
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    #dev-team {
      padding-top: 60px;
      margin-left: 15px;
      margin-right: 15px;
      padding-bottom: 60px; } }
  #dev-team .bg-grey {
    padding-left: 90px;
    padding-right: 90px; }
    @media (max-width: 1200px) {
      #dev-team .bg-grey {
        padding-left: 60px;
        padding-right: 60px; } }
    @media (max-width: 767px) {
      #dev-team .bg-grey {
        padding-left: 30px;
        padding-right: 30px; } }
  #dev-team .contact-person {
    background-image: url(../images/bg-contact.jpg);
    background-size: cover;
    background-position: center;
    color: #fff; }
    #dev-team .contact-person .contact-person-pic {
      width: 225px;
      height: 225px;
      border-radius: 300px;
      background: url(http://placehold.it/150x150);
      background-position: top center;
      margin: 30px auto 0; }
      @media (max-width: 1200px) {
        #dev-team .contact-person .contact-person-pic {
          width: 200px;
          height: 200px;
          background-size: cover; } }
    #dev-team .contact-person .contact-person-name {
      font-family: "Avenir Next LT W01 Demi", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 0.9em;
      margin: 30px 0 0; }
    #dev-team .contact-person .contact-person-title {
      font-size: 1em;
      margin: 0; }
    #dev-team .contact-person .contact-person-phone {
      font-size: 1em;
      margin: 0; }
      #dev-team .contact-person .contact-person-phone a {
        color: #fff; }
    #dev-team .contact-person .contact-person-email {
      font-size: 1em; }
      #dev-team .contact-person .contact-person-email a {
        color: #fff; }
    #dev-team .contact-person p:last-child {
      margin: 0 0 60px; }
    #dev-team .contact-person .contact-person-logo {
      max-width: 100px;
      margin-top: 10px; }
    @media (max-width: 767px) {
      #dev-team .contact-person {
        padding-bottom: 30px; } }
  @media (max-width: 767px) {
    #dev-team .row-eq-height {
      display: block; } }

#dev-team .bg-grey h3 {
      font-family: "Goudy Oldstyle W01", serif;
	  font-size: 3em;
	  color: #642200;}

#videoModal .modal-content {
  background: transparent; }

#videoModal .modal-header {
  padding: 15px 0; }
  #videoModal .modal-header .close {
    filter: alpha(opacity=20);
    opacity: 0.2;
    color: #fff; }
    #videoModal .modal-header .close:hover, #videoModal .modal-header .close:active {
      color: #fff;
      filter: alpha(opacity=100);
      opacity: 1; }

#videoModal .modal-body {
  padding: 0; }
  #videoModal .modal-body .iframe-wrapper {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    width: auto;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    background-color: transparent;
    z-index: 9999;
    height: 0;
    padding-bottom: 56.25%; }
    #videoModal .modal-body .iframe-wrapper iframe {
      min-width: 100%;
      min-height: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

#intro-row.amenities {
  padding-top: 0;
  padding-bottom: 120px;
  background: #ebebeb;
  position: relative;
  z-index: 2; }
  #intro-row.amenities .container {
    margin-top: -60px;
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
    padding-right: 60px; }
    @media (max-width: 767px) {
      #intro-row.amenities .container {
        padding-left: 30px;
        padding-right: 30px; } }
    #intro-row.amenities .container .div-grey {
      display: block;
      width: 125px;
      height: 8px;
      background: #f3f3f3;
      margin-bottom: 30px; }
    @media (max-width: 1200px) {
      #intro-row.amenities .container #intro-cards {
        padding-top: 30px; } }
    #intro-row.amenities .container #intro-cards .flex-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 500px) {
        #intro-row.amenities .container #intro-cards .flex-row {
          display: block; } }
    #intro-row.amenities .container #intro-cards .flex-row > [class*='col-'] {
      display: flex;
      flex-direction: column; }
      @media (max-width: 500px) {
        #intro-row.amenities .container #intro-cards .flex-row > [class*='col-'] {
          display: block;
          width: 100%; } }
    #intro-row.amenities .container #intro-cards .card {
      height: 100%;
      margin-bottom: 30px;
      background: #f3f3f3;
      border-left: 10px solid #6eb43f; }
      @media (max-width: 500px) {
        #intro-row.amenities .container #intro-cards .card {
          max-width: 350px;
          margin: 0 auto 15px; } }
      #intro-row.amenities .container #intro-cards .card .featured-img-thumb {
        height: 300px;
        margin-left: -10px; }
        @media (max-width: 991px) {
          #intro-row.amenities .container #intro-cards .card .featured-img-thumb {
            height: auto;
            width: 250px;
            float: none;
            display: table-cell; } }
        @media (max-width: 560px) {
          #intro-row.amenities .container #intro-cards .card .featured-img-thumb {
            width: 200px; } }
        @media (max-width: 500px) {
          #intro-row.amenities .container #intro-cards .card .featured-img-thumb {
            display: block;
            width: auto;
            height: 200px; } }
      #intro-row.amenities .container #intro-cards .card .table-align {
        display: table;
        height: 100%;
        width: 100%; }
        @media (max-width: 991px) {
          #intro-row.amenities .container #intro-cards .card .table-align {
            height: auto; } }
        #intro-row.amenities .container #intro-cards .card .table-align header {
          display: table-row;
          width: 100%; }
          @media (max-width: 991px) {
            #intro-row.amenities .container #intro-cards .card .table-align header {
              display: block; } }
        #intro-row.amenities .container #intro-cards .card .table-align h5.merchant-name {
          padding: 30px 30px 10px;
          margin: 0;
          font-family: "Avenir Next LT W01 Demi", sans-serif;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-family: "Avenir Next LT W01 Bold", sans-serif;
          font-size: 0.9em;
          line-height: 1.75em;
          color: #333; }
        #intro-row.amenities .container #intro-cards .card .table-align p.merchant-info {
          padding: 0 30px 10px;
          font-size: 1em; }
          #intro-row.amenities .container #intro-cards .card .table-align p.merchant-info span {
            display: block; }
            #intro-row.amenities .container #intro-cards .card .table-align p.merchant-info span a {
              color: #333; }
              #intro-row.amenities .container #intro-cards .card .table-align p.merchant-info span a:hover, #intro-row.amenities .container #intro-cards .card .table-align p.merchant-info span a:active {
                color: #333;
                text-decoration: underline; }
        #intro-row.amenities .container #intro-cards .card .table-align .view-more {
          display: table-cell;
          width: 100%;
          vertical-align: bottom; }
          @media (max-width: 991px) {
            #intro-row.amenities .container #intro-cards .card .table-align .view-more {
              display: block; } }
          #intro-row.amenities .container #intro-cards .card .table-align .view-more a {
            display: block;
            font-family: "Avenir Next LT W01 Demi", sans-serif;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #6eb43f;
            transition: all 0.25s ease;
            font-size: 0.7em;
            padding: 0 30px 30px; }
            #intro-row.amenities .container #intro-cards .card .table-align .view-more a span {
              float: right;
              padding-right: 10px;
              font-size: 20px;
              line-height: 10px;
              -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease; }
            #intro-row.amenities .container #intro-cards .card .table-align .view-more a:hover {
              color: #00aeef;
              text-decoration: none; }
              #intro-row.amenities .container #intro-cards .card .table-align .view-more a:hover span {
                color: #00aeef;
                padding-right: 0; }

#amenities {
  padding-top: 90px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    #amenities {
      padding-top: 60px;
      padding-bottom: 30px; } }
  #amenities .logo-icon {
    margin-top: -120px;
    margin-bottom: 30px;
    position: relative;
    z-index: 3; }

#amenities-grid {
  padding-left: 0;
  padding-right: 0; }
  #amenities-grid .row {
    margin-left: 0;
    margin-right: 0; }
    #amenities-grid .row .col-sm-4 {
      padding-left: 0;
      padding-right: 0; }
  #amenities-grid #cards .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 500px) {
      #amenities-grid #cards .flex-row {
        display: block; } }
  #amenities-grid #cards .flex-row > [class*='col-'] {
    display: flex;
    flex-direction: column; }
    @media (max-width: 500px) {
      #amenities-grid #cards .flex-row > [class*='col-'] {
        display: block;
        width: 100%; } }
  #amenities-grid #cards .card {
    height: 100%;
    width: 100%;
    background: #f3f3f3;
    display: table;
    background-size: cover;
    background-position: center; }
    @media (max-width: 767px) {
      #amenities-grid #cards .card {
        display: block; } }
    #amenities-grid #cards .card .image-spacer {
      height: 320px;
      display: table-row; }
    #amenities-grid #cards .card .left-spacer {
      width: 90px;
      display: table-cell; }
      @media (max-width: 991px) {
        #amenities-grid #cards .card .left-spacer {
          width: 60px; } }
    #amenities-grid #cards .card .right-spacer {
      width: 20px;
      display: table-cell; }
      @media (max-width: 991px) {
        #amenities-grid #cards .card .right-spacer {
          width: 0; } }
    #amenities-grid #cards .card .card-caption {
      background-color: #f3f3f3;
      border-left: 10px solid #6eb43f;
      display: table-cell;
      position: relative;
      vertical-align: middle; }
      @media (max-width: 767px) {
        #amenities-grid #cards .card .card-caption {
          position: absolute;
          display: block;
          width: 50%;
          bottom: 0;
          right: 20px; } }
      @media (max-width: 500px) {
        #amenities-grid #cards .card .card-caption {
          width: 80%; } }
      #amenities-grid #cards .card .card-caption h3.article-title {
        padding: 25px;
        margin: 0;
        font-family: "Avenir Next LT W01 Demi", sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-family: "Avenir Next LT W01 Bold", sans-serif;
        font-size: 0.9em;
        line-height: 1.75em;
        color: #333; }

#quote-block.bg-white {
  background: #fff; }
  #quote-block.bg-white:before {
    display: none; }
  #quote-block.bg-white p.quote {
    color: #642200; }
  #quote-block.bg-white p.quote-name {
    color: #6eb43f; }

.blog #cards, .archive #cards {
  padding-bottom: 90px; }
  .blog #cards .flex-row, .archive #cards .flex-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 500px) {
      .blog #cards .flex-row, .archive #cards .flex-row {
        display: block; } }
  .blog #cards .flex-row > [class*='col-'], .archive #cards .flex-row > [class*='col-'] {
    display: flex;
    flex-direction: column; }
    @media (max-width: 500px) {
      .blog #cards .flex-row > [class*='col-'], .archive #cards .flex-row > [class*='col-'] {
        display: block;
        width: 100%; } }
  .blog #cards .card, .archive #cards .card {
    height: 100%;
    margin-bottom: 30px;
    background: #f3f3f3; }
    @media (max-width: 767px) {
      .blog #cards .card, .archive #cards .card {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 30px; } }
    .blog #cards .card .table-align, .archive #cards .card .table-align {
      display: table;
      height: 100%;
      width: 100%; }
      .blog #cards .card .table-align header, .archive #cards .card .table-align header {
        display: table-row;
        width: 100%; }
        .blog #cards .card .table-align header .featured-img-thumb, .archive #cards .card .table-align header .featured-img-thumb {
          border-bottom: 10px solid #6eb43f;
          transition: all 0.25s ease;
          position: relative; }
        .blog #cards .card .table-align header h3.article-title, .archive #cards .card .table-align header h3.article-title {
          padding: 20px 30px 0;
          margin: 0;
          font-family: "Avenir Next LT W01 Demi", sans-serif;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-family: "Avenir Next LT W01 Bold", sans-serif;
          font-size: 0.9em;
          line-height: 1.75em;
          color: #333; }
          .blog #cards .card .table-align header h3.article-title a, .archive #cards .card .table-align header h3.article-title a {
            color: #333; }
            .blog #cards .card .table-align header h3.article-title a:hover, .blog #cards .card .table-align header h3.article-title a:active, .archive #cards .card .table-align header h3.article-title a:hover, .archive #cards .card .table-align header h3.article-title a:active {
              text-decoration: underline; }
        .blog #cards .card .table-align header .entry-meta, .archive #cards .card .table-align header .entry-meta {
          padding: 5px 30px 15px;
          font-family: "AvenirNextLTW01-Regular", sans-serif;
          text-transform: uppercase;
          font-style: italic;
          letter-spacing: 2px;
          font-size: 0.8em;
          line-height: 1.75em;
          color: #333; }
          .blog #cards .card .table-align header .entry-meta a, .archive #cards .card .table-align header .entry-meta a {
            color: #333; }
            .blog #cards .card .table-align header .entry-meta a:hover, .blog #cards .card .table-align header .entry-meta a:active, .archive #cards .card .table-align header .entry-meta a:hover, .archive #cards .card .table-align header .entry-meta a:active {
              text-decoration: underline; }
        .blog #cards .card .table-align header .entry-summary, .archive #cards .card .table-align header .entry-summary {
          padding: 0 30px 10px; }
          .blog #cards .card .table-align header .entry-summary p, .archive #cards .card .table-align header .entry-summary p {
            font-size: 1em; }
      .blog #cards .card .table-align .view-more, .archive #cards .card .table-align .view-more {
        display: table-cell;
        width: 100%;
        vertical-align: bottom; }
        .blog #cards .card .table-align .view-more a, .archive #cards .card .table-align .view-more a {
          display: block;
          font-family: "Avenir Next LT W01 Demi", sans-serif;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #6eb43f;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
          font-size: 0.7em;
          padding: 0 30px 30px; }
          .blog #cards .card .table-align .view-more a span, .archive #cards .card .table-align .view-more a span {
            float: right;
            padding-right: 10px;
            font-size: 20px;
            line-height: 10px;
            transition: all 0.5s ease; }
          .blog #cards .card .table-align .view-more a:hover, .blog #cards .card .table-align .view-more a:active, .archive #cards .card .table-align .view-more a:hover, .archive #cards .card .table-align .view-more a:active {
            color: #00aeef;
            text-decoration: none; }
            .blog #cards .card .table-align .view-more a:hover span, .blog #cards .card .table-align .view-more a:active span, .archive #cards .card .table-align .view-more a:hover span, .archive #cards .card .table-align .view-more a:active span {
              color: #00aeef;
              padding-right: 0; }

.loadmore {
  display: block;
  margin: 60px auto 0; }

.archive.category #interior-page-hero {
  height: 250px; }
  .archive.category #interior-page-hero h1 {
    font-size: 3em; }

.archive.category #archive-posts {
  padding-top: 90px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .archive.category #archive-posts {
      padding-top: 60px;
      padding-bottom: 30px; } }
  .archive.category #archive-posts article.archive-post {
    padding-bottom: 60px;
    margin: 0; }
    .archive.category #archive-posts article.archive-post h2 {
      margin: 25px 0 0;
      font-size: 2.5em; }
    .archive.category #archive-posts article.archive-post .entry-meta {
      padding: 5px 0 15px;
      font-family: "Avenir Next LT W01 Bold", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 0.8em;
      line-height: 1.75em;
      color: #333; }
      .archive.category #archive-posts article.archive-post .entry-meta a {
        color: #333; }
        .archive.category #archive-posts article.archive-post .entry-meta a:hover, .archive.category #archive-posts article.archive-post .entry-meta a:active {
          text-decoration: underline; }
    .archive.category #archive-posts article.archive-post .view-more {
      margin: 30px 0 15px;
      max-width: 150px; }
      .archive.category #archive-posts article.archive-post .view-more a {
        display: block;
        font-family: "Avenir Next LT W01 Demi", sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #6eb43f;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease;
        font-size: 0.7em;
        padding: 0; }
        .archive.category #archive-posts article.archive-post .view-more a span {
          float: right;
          padding-right: 10px;
          font-size: 20px;
          line-height: 10px;
          transition: all 0.5s ease; }
        .archive.category #archive-posts article.archive-post .view-more a:hover, .archive.category #archive-posts article.archive-post .view-more a:active {
          color: #00aeef;
          text-decoration: none; }
          .archive.category #archive-posts article.archive-post .view-more a:hover span, .archive.category #archive-posts article.archive-post .view-more a:active span {
            color: #00aeef;
            padding-right: 0; }

.single header.site-header nav.site-navigation {
  background: transparent; }
  .single header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li > a {
    color: #333; }
  .single header.site-header nav.site-navigation .navbar-default .navbar-header .navbar-collapse li.btn-blue > a {
    color: #fff; }

.single article {
  padding-top: 200px; }
  @media (max-width: 767px) {
    .single article {
      padding-top: 130px; } }
  .single article header {
    margin-bottom: 30px; }
    .single article header h1 {
      font-family: "Goudy Oldstyle W01", serif;
      color: #642200;
      font-size: 3em;
      margin-top: 0;
      margin-bottom: 10px;
      text-align: center; }
      @media (max-width: 767px) {
        .single article header h1 {
          font-size: 2.5em; } }
    .single article header .entry-meta {
      font-family: "Avenir Next LT W01 Demi", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: "Avenir Next LT W01 Bold", sans-serif;
      text-align: center;
      color: #333;
      font-size: 1em;
      line-height: 1.5em;
      margin-bottom: 30px; }
      .single article header .entry-meta a {
        color: #333; }
        .single article header .entry-meta a:hover, .single article header .entry-meta a:active {
          text-decoration: underline; }
  .single article .entry-content h2 {
    font-size: 2em;
    margin: 1em 0 0.5em; }

.single .post-navigation {
  max-width: 150px;
  margin: 60px auto 60px; }
  .single .post-navigation .pager li > a, .single .post-navigation .pager li > span {
    padding: 15px;
    border: 0;
    border-radius: 0;
    color: #00aeef;
    font-size: 25px;
    transition: all 0.25s ease; }
    .single .post-navigation .pager li > a:hover, .single .post-navigation .pager li > a:active, .single .post-navigation .pager li > span:hover, .single .post-navigation .pager li > span:active {
      background-color: transparent;
      color: #6eb43f; }
  .single .post-navigation .pager li.nav-previous > a:hover {
    margin-left: -10px; }
  .single .post-navigation .pager li.nav-next > a:hover {
    margin-right: -10px; }

.single #contact-cta {
  background: url(../images/bg-contact-cta.jpg) center;
  background-size: cover; }
  .single #contact-cta .container {
    padding: 60px 15px; }
  .single #contact-cta p {
    color: #fff;
    margin: 0;
    padding: 10px 0;
    text-align: right; }
    @media (max-width: 991px) {
      .single #contact-cta p {
        text-align: center; } }
  .single #contact-cta .button {
    margin-top: 0; }
    @media (max-width: 991px) {
      .single #contact-cta .button {
        display: table;
        margin: 0 auto; } }

#intro-row.real-estate {
  padding-bottom: 30px; }

#real-estate-listings {
  padding-bottom: 90px; }
  @media (min-width: 1200px) {
    #real-estate-listings.container {
      width: 1200px; } }

@media (max-width: 767px) {
  #accordion {
    padding-left: 15px;
    padding-right: 15px; } }

#accordion .panel-group {
  background: #f3f3f3;
  margin-bottom: 30px; }
  #accordion .panel-group .panel-default {
    border: 0;
    border-radius: 0; }
    #accordion .panel-group .panel-default.panel {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: #f3f3f3; }
    #accordion .panel-group .panel-default .panel-heading {
      padding: 0;
      border: 0;
      border-radius: 0;
      background: #f3f3f3; }
      #accordion .panel-group .panel-default .panel-heading .panel-title {
        font-family: "Avenir Next LT W01 Demi", sans-serif;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 1em; }
        #accordion .panel-group .panel-default .panel-heading .panel-title a {
          padding: 30px 30px 30px 60px;
          display: block;
          text-decoration: none !important;
          position: relative;
          -webkit-transition: all 0.25s;
          transition: all 0.25s; }
          #accordion .panel-group .panel-default .panel-heading .panel-title a span {
            font-family: "AvenirNextLTW01-Regular", sans-serif; }
          #accordion .panel-group .panel-default .panel-heading .panel-title a::before, #accordion .panel-group .panel-default .panel-heading .panel-title a::after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            left: 30px;
            width: 14px;
            height: 2px;
            margin-top: -2px;
            background-color: #bbb;
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transition: all 0.05s;
            transition: all 0.05s; }
            @media (max-width: 500px) {
              #accordion .panel-group .panel-default .panel-heading .panel-title a::before, #accordion .panel-group .panel-default .panel-heading .panel-title a::after {
                background-color: #fff; } }
          #accordion .panel-group .panel-default .panel-heading .panel-title a::before {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
            opacity: 0; }
          #accordion .panel-group .panel-default .panel-heading .panel-title a.collapsed::before {
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            opacity: 1; }
          #accordion .panel-group .panel-default .panel-heading .panel-title a.collapsed::after {
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            transform: rotate(-90deg); }
          @media (max-width: 500px) {
            #accordion .panel-group .panel-default .panel-heading .panel-title a {
              background: #00aeef;
              color: #fff;
              margin-bottom: 15px; }
              #accordion .panel-group .panel-default .panel-heading .panel-title a:hover {
                background: #6eb43f; } }
    #accordion .panel-group .panel-default .panel-body {
      border-top: 0 !important;
      padding: 0; }
      #accordion .panel-group .panel-default .panel-body .category-description {
        padding: 0 60px 30px;
        margin: 0; }
      #accordion .panel-group .panel-default .panel-body #cards .flex-row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 550px) {
          #accordion .panel-group .panel-default .panel-body #cards .flex-row {
            display: block; } }
      #accordion .panel-group .panel-default .panel-body #cards .flex-row > [class*='col-'] {
        display: flex;
        flex-direction: column; }
        @media (max-width: 550px) {
          #accordion .panel-group .panel-default .panel-body #cards .flex-row > [class*='col-'] {
            display: block;
            width: 100%; } }
        @media (min-width: 1200px) {
          #accordion .panel-group .panel-default .panel-body #cards .flex-row > [class*='col-'].visible-lg {
            display: flex !important; } }
      #accordion .panel-group .panel-default .panel-body #cards .re-contact.card {
        height: 100%;
        margin-bottom: 30px;
        background: #fff;
        padding: 30px;
        text-align: center; }
        @media (max-width: 550px) {
          #accordion .panel-group .panel-default .panel-body #cards .re-contact.card {
            margin: 15px 45px 30px; } }
        #accordion .panel-group .panel-default .panel-body #cards .re-contact.card h2 {
          font-size: 2.75em;
          margin-bottom: 20px; }
        #accordion .panel-group .panel-default .panel-body #cards .re-contact.card p {
          font-size: 1em;
          margin: 0; }
        #accordion .panel-group .panel-default .panel-body #cards .re-contact.card .button {
          padding: 16px 20px;
          width: 100%;
          margin-top: 20px; }
      #accordion .panel-group .panel-default .panel-body #cards .home-type.card {
        height: 100%;
        margin-bottom: 30px;
        background: #fff; }
        @media (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) {
          #accordion .panel-group .panel-default .panel-body #cards .home-type.card {
            height: 100% !important; } }
        @media (max-width: 550px) {
          #accordion .panel-group .panel-default .panel-body #cards .home-type.card {
            max-width: 350px;
            margin: 0 auto 15px; } }
        #accordion .panel-group .panel-default .panel-body #cards .home-type.card .featured-img-thumb {
          border-bottom: 10px solid #6eb43f;
          display: table-cell;
          position: relative; }
        #accordion .panel-group .panel-default .panel-body #cards .home-type.card .home-video {
          background: #6eb43f;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
          text-align: center;
          width: 55px;
          height: 55px;
          position: absolute;
          bottom: -10px;
          padding: 7px 0 0; }
          #accordion .panel-group .panel-default .panel-body #cards .home-type.card .home-video i {
            color: #fff;
            font-size: 40px; }
          #accordion .panel-group .panel-default .panel-body #cards .home-type.card .home-video:hover, #accordion .panel-group .panel-default .panel-body #cards .home-type.card .home-video:active {
            background: #00aeef;
            height: 65px; }
        #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align {
          display: table;
          height: 100%;
          width: 100%; }
          #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align header {
            display: table-row;
            width: 100%; }
          #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align h5.home-name {
            padding: 25px 30px 10px;
            margin: 0;
            font-family: "Avenir Next LT W01 Demi", sans-serif;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-family: "Avenir Next LT W01 Bold", sans-serif;
            font-size: 0.9em;
            line-height: 1.75em;
            color: #333; }
          #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align .home-info {
            padding: 0 30px 25px; }
            #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align .home-info p {
              font-size: 1em;
              margin: 0; }
              #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align .home-info p span {
                display: block; }
                #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align .home-info p span a {
                  color: #333; }
                  #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align .home-info p span a:hover, #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align .home-info p span a:active {
                    color: #333;
                    text-decoration: underline; }
          #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align .floor-plan {
            display: table-cell;
            width: 100%;
            vertical-align: bottom; }
            #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align .floor-plan a {
              display: block;
              font-family: "Avenir Next LT W01 Demi", sans-serif;
              text-transform: uppercase;
              letter-spacing: 2px;
              color: #6eb43f;
              -webkit-transition: all 0.25s ease;
              transition: all 0.25s ease;
              font-size: 0.7em;
              padding: 0 30px 30px; }
              @media (max-width: 767px) {
                #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align .floor-plan a {
                  letter-spacing: 1px; } }
              #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align .floor-plan a i {
                padding-right: 5px;
                font-size: 20px;
                line-height: 10px;
                -webkit-transition: padding-right 0.25s ease;
                transition: padding-right 0.25s ease; }
                @media (max-width: 767px) {
                  #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align .floor-plan a i {
                    padding-right: 2px; } }
              #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align .floor-plan a:hover, #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align .floor-plan a:active {
                color: #00aeef;
                text-decoration: none; }
                #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align .floor-plan a:hover i, #accordion .panel-group .panel-default .panel-body #cards .home-type.card .table-align .floor-plan a:active i {
                  padding-right: 8px; }

#contact-location {
  background: #102f4e; }
  #contact-location .contact-info {
    padding-right: 15px;
    padding-left: 0; }
    @media (max-width: 1200px) {
      #contact-location .contact-info {
        padding-left: 30px; } }
    @media (max-width: 991px) {
      #contact-location .contact-info {
        padding-left: 30px !important;
        padding-right: 15px !important; } }
    @media (max-width: 767px) {
      #contact-location .contact-info {
        padding-top: 60px !important;
        padding-bottom: 30px !important;
        padding-left: 30px !important;
        padding-right: 30px !important; } }
    #contact-location .contact-info ul {
      padding-left: 20px;
      list-style-type: none;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        #contact-location .contact-info ul {
          padding-left: 0;
          text-align: center; } }
      #contact-location .contact-info ul li {
        margin-bottom: 20px;
        padding-left: 10px;
        color: #fff;
        font-size: 1em; }
        @media (max-width: 767px) {
          #contact-location .contact-info ul li {
            padding-left: 0; } }
        #contact-location .contact-info ul li a {
          color: #fff; }
        #contact-location .contact-info ul li span {
          font-family: "Avenir Next LT W01 Demi", sans-serif;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #6eb43f;
          font-size: 0.9em; }
      #contact-location .contact-info ul li:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        margin: 0 10px 0 -30px;
        font-size: 16px;
        color: #6eb43f;
        width: 20px;
        height: 1.45em;
        display: block;
        float: left;
        text-align: center; }
        @media (max-width: 767px) {
          #contact-location .contact-info ul li:before {
            margin: 0 5px 0 0px;
            display: inline-block;
            float: none; } }
      #contact-location .contact-info ul .phone:before {
        content: "\f095"; }
      #contact-location .contact-info ul .hours:before {
        content: "\f017";
        font-weight: 400; }
      #contact-location .contact-info ul .email:before {
        content: '\f0e0';
        font-size: 13px; }
      #contact-location .contact-info ul .address:before {
        content: '\f3c5'; }
    #contact-location .contact-info .social {
      margin-bottom: 0;
      margin-top: 90px; }
      #contact-location .contact-info .social .social-icon i {
        color: #fff; }
      #contact-location .contact-info .social .social-icon:hover i, #contact-location .contact-info .social .social-icon:active i {
        color: #6eb43f; }
      @media (max-width: 767px) {
        #contact-location .contact-info .social {
          display: table;
          margin-top: 30px;
          margin: 30px auto;
          padding-left: 15px; } }
  #contact-location .map-col {
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 767px) {
      #contact-location .map-col {
        height: 300px; } }

#team {
  padding-top: 90px;
  padding-bottom: 70px;
  border-bottom: 1px solid #f3f3f3; }
  @media (max-width: 767px) {
    #team {
      padding-top: 60px;
      padding-bottom: 30px; } }
  #team .team-member {
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      #team .team-member {
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 560px) {
      #team .team-member {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        padding-bottom: 0; } }
    #team .team-member .team-member-pic {
      width: 225px;
      height: 225px;
      border-radius: 300px;
      background: url(http://placehold.it/150x150);
      background-position: top center;
      margin: 30px auto 0; }
    #team .team-member .team-member-name {
      font-family: "Avenir Next LT W01 Demi", sans-serif;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 0.9em;
      margin: 20px 0 0; }
    #team .team-member .team-member-email,
    #team .team-member .team-member-title {
      font-size: 1em;
      margin: 0; }
      #team .team-member .team-member-email a,
      #team .team-member .team-member-email a:hover,
      #team .team-member .team-member-email a:active,
      #team .team-member .team-member-title a, #team .team-member .team-member-title a:hover, #team .team-member .team-member-title a:active {
        color: #333; }

#front-page-hero {
  height: calc(100vh - 54px);
  min-height: 650px;
  background-size: cover;
  margin-top: 54px;
  position: relative; }
  #front-page-hero .vertical-center-wrap {
    position: relative;
    z-index: 2; }
  #front-page-hero h1 {
    font-family: "Goudy Oldstyle W01", serif;
    font-size: 3.05em;
    color: #fff;
    text-align: center;
    -webkit-text-shadow: 0 3px 10px #000;
    text-shadow: 0 3px 10px #000; }
    #front-page-hero h1 span {
      font-size: 1.95em; }
    @media (max-width: 1025px) {
      #front-page-hero h1 {
        font-size: 2.75em; } }
    @media (max-width: 900px) {
      #front-page-hero h1 {
        font-size: 2.5em; } }
    @media (max-width: 767px) {
      #front-page-hero h1 {
        font-size: 1.75em; } }
  @media (max-width: 767px) {
    #front-page-hero {
      min-height: 550px; } }
  #front-page-hero:before {
    background-color: rgba(0, 0, 0, 0.25);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  #front-page-hero .button {
    -webkit-box-shadow: 0 3px 10px #000;
    box-shadow: 0 3px 10px #000; }

#intro-row {
  padding-top: 90px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    #intro-row {
      padding-top: 60px;
      padding-bottom: 30px; } }

#experience {
  padding-top: 90px;
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    #experience {
      padding-top: 60px;
      padding-bottom: 30px; } }
  #experience #cards {
    padding-top: 30px; }
    #experience #cards .flex-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 500px) {
        #experience #cards .flex-row {
          display: block; } }
    #experience #cards .flex-row > [class*='col-'] {
      display: flex;
      flex-direction: column; }
      @media (max-width: 500px) {
        #experience #cards .flex-row > [class*='col-'] {
          display: block;
          width: 100%; } }
    #experience #cards .card {
      height: 100%;
      margin-bottom: 30px;
      background: #f3f3f3;
      display: table;
      background-size: cover;
      background-position: center; }
      @media (max-width: 767px) {
        #experience #cards .card {
          width: 100%;
          max-width: 350px;
          margin: 0 auto 30px; } }
      #experience #cards .card .image-spacer {
        height: 320px;
        display: table-row; }
      #experience #cards .card .left-spacer {
        width: 90px;
        display: table-cell; }
        @media (max-width: 1200px) {
          #experience #cards .card .left-spacer {
            width: 20px; } }
        @media (max-width: 767px) {
          #experience #cards .card .left-spacer {
            width: 60px; } }
      #experience #cards .card .right-spacer {
        width: 10px;
        display: table-cell; }
      #experience #cards .card .card-caption {
        background-color: #f3f3f3;
        border-left: 10px solid #6eb43f;
        display: table-cell;
        position: relative;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        #experience #cards .card .card-caption h3.article-title {
          padding: 25px;
          margin: 0;
          font-family: "Avenir Next LT W01 Demi", sans-serif;
          text-transform: uppercase;
          letter-spacing: 2px;
          font-family: "Avenir Next LT W01 Bold", sans-serif;
          font-size: 0.9em;
          line-height: 1.75em;
          color: #333;
          -webkit-transition: all 0.25s ease;
          transition: all 0.25s ease;
          position: relative;
          display: block; }
        #experience #cards .card .card-caption .view-more {
          position: absolute;
          bottom: 0;
          width: 100%; }
          #experience #cards .card .card-caption .view-more div {
            display: block;
            font-family: "Avenir Next LT W01 Demi", sans-serif;
            text-transform: uppercase;
            letter-spacing: 2px;
            color: #333;
            -webkit-transition: all 0.25s ease;
            transition: all 0.25s ease;
            font-size: 0.7em;
            padding: 0 25px 25px; }
            #experience #cards .card .card-caption .view-more div span {
              float: right;
              padding-right: 10px;
              font-size: 20px;
              line-height: 10px;
              transition: all 0.5s ease; }
          @media (max-width: 767px) {
            #experience #cards .card .card-caption .view-more {
              position: relative; } }
        #experience #cards .card .card-caption:hover, #experience #cards .card .card-caption:active {
          border-left: 10px solid #00aeef;
          text-decoration: none; }
          #experience #cards .card .card-caption:hover h3.article-title, #experience #cards .card .card-caption:active h3.article-title {
            text-decoration: none;
            color: #00aeef; }
          #experience #cards .card .card-caption:hover .view-more div, #experience #cards .card .card-caption:active .view-more div {
            color: #00aeef; }
            #experience #cards .card .card-caption:hover .view-more div span, #experience #cards .card .card-caption:active .view-more div span {
              color: #00aeef;
              padding-right: 0; }

#quote-block {
  padding-top: 90px;
  padding-bottom: 70px;
  position: relative; }
  @media (max-width: 767px) {
    #quote-block {
      padding-top: 60px;
      padding-bottom: 30px; } }
  #quote-block .container {
    position: relative;
    z-index: 2; }
  #quote-block:before {
    background-color: rgba(16, 47, 78, 0.6);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
  #quote-block .quote {
    font-family: "Goudy Oldstyle W01", serif;
    color: #fff;
    font-size: 2.25em;
    line-height: 1.25em;
    margin-top: 20px;
    margin-bottom: 25px; }
    @media (max-width: 767px) {
      #quote-block .quote {
        font-size: 1.75em; } }
  #quote-block .quote-name {
    font-family: "Avenir Next LT W01 Bold", sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9em; }

#site-map {
  padding-top: 45px;
  padding-bottom: 35px; }
  #site-map p {
    font-size: 1.05em; }

#interior-page-hero {
  height: 440px;
  background-size: cover;
  margin-top: 54px;
  position: relative; }
  #interior-page-hero .vertical-center-wrap {
    position: relative;
    z-index: 2; }
  #interior-page-hero h1 {
    font-family: "Goudy Oldstyle W01", serif;
    font-size: 5.8em;
    color: #fff;
    text-align: center;
    -webkit-text-shadow: 0 3px 10px #000;
    text-shadow: 0 3px 10px #000; }
    @media (max-width: 900px) {
      #interior-page-hero h1 {
        font-size: 4em; } }
    @media (max-width: 767px) {
      #interior-page-hero h1 {
        font-size: 3em; } }
  #interior-page-hero:before {
    background-color: rgba(0, 0, 0, 0.25);
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }

.modal {
  top: 5%; }
  .modal .modal-dialog {
    margin: 30px 15px; }
    @media (min-width: 768px) {
      .modal .modal-dialog {
        width: auto;
        max-width: 900px; } }
    @media (min-width: 930px) {
      .modal .modal-dialog {
        margin: 30px auto; } }
  .modal .modal-content {
    border: 0;
    border-radius: 0;
    background-color: #6eb43f;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .modal .modal-content .modal-header {
      padding: 15px 15px 0;
      border-bottom: 0; }
      .modal .modal-content .modal-header .close {
        color: #fff;
        text-shadow: none;
        filter: alpha(opacity=100);
        opacity: 1;
        font-family: "Goudy Oldstyle W01", serif;
        font-size: 60px;
        line-height: 30px;
        margin-top: 0px;
        display: block;
        height: 40px;
        width: 40px;
        -webkit-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        .modal .modal-content .modal-header .close:hover, .modal .modal-content .modal-header .close:active {
          color: #102f4e; }
    .modal .modal-content .modal-body {
      text-align: center;
      color: #fff;
      padding: 0 60px 90px; }
      @media (max-width: 420px) {
        .modal .modal-content .modal-body {
          padding: 0 30px 60px; } }
      .modal .modal-content .modal-body h4 {
        font-family: "Goudy Oldstyle W01", serif;
        font-size: 3em;
        margin-top: 0;
        margin-bottom: 5px;
        color: #fff;
        text-align: center; }
      .modal .modal-content .modal-body p {
        margin-bottom: 30px;
        color: #fff;
        text-align: center; }

.modal-backdrop.in {
  background-color: #07192a;
  filter: alpha(opacity=85);
  opacity: .85; }

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) {
  .card {
    height: auto !important; } }
