@charset "UTF-8";
/*
	Theme Name: Kevin's Landscapes
	Theme URI: http://www.ctay.net/	
	Author: Connect Technologies
	Author URI: http://www.ctay.net/

	Version: 1.0.0	

	Template: genesis
	Template Version: 2.3.0

*/
/*****  Colors *******/
/***** Fonts *******/
/***** Font Specifics *******/
@keyframes bounce-shift {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-20px);
  }
  60% {
    transform: translateX(-5px);
  }
}
@keyframes read-more {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes all {
  0% {
    width: 100px;
    height: 100px;
    font-size: 18px;
  }
  50% {
    width: 100%;
    height: 50%;
  }
  100% {
    width: 100%;
    height: 100%;
    font-size: 25px;
    font-weight: 700;
    background-color: rgba(106, 9, 9, 0.8);
  }
}
/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
template, [hidden] {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: bold;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
/* ## Box Sizing
--------------------------------------------- */
html, input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *::before, *::after {
  box-sizing: inherit;
}
/* ## Float Clearing
--------------------------------------------- */
.author-box::before, .clearfix::before, .entry::before, .entry-content::before, .footer-widgets::before, .nav-primary::before, .nav-secondary::before, .pagination::before, .site-container::before, .site-footer::before, .site-header::before, .site-inner::before, .widget::before, .wrap::before {
  content: " ";
  display: table;
}
.author-box::after, .clearfix::after, .entry::after, .entry-content::after, .footer-widgets::after, .nav-primary::after, .nav-secondary::after, .pagination::after, .site-container::after, .site-footer::after, .site-header::after, .site-inner::after, .widget::after, .wrap::after {
  clear: both;
  content: " ";
  display: table;
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
}
/* Chrome fix */
body > div {
  font-size: 16px;
  font-size: 1.6rem;
}
body {
  background-color: #eee;
  color: #333;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
}
a, button, input:focus, input[type="button"], input[type="reset"], input[type="submit"], textarea:focus, .button, .gallery img {
  transition: all 250ms ease;
}
a {
  color: #c3251d;
  text-decoration: underline;
}
a:focus, a:hover {
  color: #333;
  text-decoration: none;
}
p {
  margin: 0 0 28px;
  padding: 0;
}
ol, ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 1em 0;
}
b, strong {
  font-weight: 700;
}
blockquote, cite, em, i {
  font-style: italic;
}
mark {
  background: #ddd;
  color: #000;
}
blockquote {
  margin: 40px;
}
blockquote::before {
  content: "“";
  font-family: Georgia, serif;
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}
/* ## Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 10px;
}
h1 {
  font-size: 36px;
  font-size: 3.6rem;
}
h2 {
  font-size: 30px;
  font-size: 3rem;
}
h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
h4 {
  font-size: 20px;
  font-size: 2rem;
}
h5 {
  font-size: 18px;
  font-size: 1.8rem;
}
h6 {
  font-size: 16px;
  font-size: 1.6rem;
}
/* ## Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
  max-width: 100%;
}
img {
  height: auto;
}
figure {
  margin: 0;
}
/* ## Tables
--------------------------------------------- */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 40px;
  width: 100%;
  word-break: break-all;
}
tbody {
  border-bottom: 1px solid #eee;
}
td, th {
  text-align: left;
}
td {
  border-top: 1px solid #eee;
  padding: 6px;
}
th {
  font-weight: 400;
  padding: 0 6px;
}
td:first-child, th:first-child {
  padding-left: 0;
}
/* ## Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut, .screen-reader-text, .screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus, .screen-reader-shortcut:focus, .genesis-nav-menu .search input[type="submit"]:focus, .widget_search input[type="submit"]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #333;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.more-link {
  position: relative;
}
/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-inner, .wrap {
  margin: 0 auto;
  padding: 0 5%;
}
.site-inner {
  clear: both;
  word-wrap: break-word;
}
/* ## Column Classes
--------------------------------------------- */
/* For devices larger than 550px */
@media (min-width: 550px) {
  /* Offsets */
  .column, .columns {
    margin-left: 4%;
  }
  .column:first-child, .columns:first-child {
    margin-left: 0;
  }
  .one.column, .one.columns {
    width: 4.6666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  .offset-by-one.column, .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }
  .offset-by-two.column, .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column, .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column, .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column, .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column, .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column, .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column, .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column, .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column, .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column, .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column, .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column, .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column, .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
  max-width: 100%;
}
img.centered, .aligncenter {
  display: block;
  margin: 0 auto 24px;
}
img.alignnone, .alignnone {
  margin-bottom: 12px;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
  margin: 0 24px 24px 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
  margin: 0 0 24px 24px;
}
.gallery-caption, .wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
  margin: 0 0 28px;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: left;
}
.genesis-nav-menu a {
  color: #333;
  display: block;
  padding: 32px 20px;
  text-decoration: none;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #c3251d;
  text-decoration: underline;
}
.genesis-nav-menu .sub-menu {
  border-top: 1px solid #eee;
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 200px;
  z-index: 99;
}
.genesis-nav-menu .sub-menu a {
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
  position: relative;
  width: 200px;
  word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .sub-menu {
  margin: -56px 0 0 300px;
}
@media only screen and (max-width: 1023px) {
  .genesis-nav-menu .sub-menu .sub-menu {
    display: none !important;
  }
  .genesis-nav-menu .sub-menu .sub-menu.active {
    margin: -56px 0 0 0;
    display: block !important;
  }
}
.genesis-nav-menu .menu-item:hover {
  position: relative;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
.genesis-nav-menu > .first > a {
  padding-left: 0;
}
.genesis-nav-menu > .last > a {
  padding-right: 0;
}
.genesis-nav-menu > .right {
  float: right;
}
/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}
.menu-toggle, .sub-menu-toggle {
  display: none;
  visibility: hidden;
}
/* ## Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
  margin-left: 0;
}
/* ## After Header Navigation
--------------------------------------------- */
.nav-primary {
  background-color: #fff;
  border-top: 1px solid #eee;
}
/* ## Footer Navigation
--------------------------------------------- */
.site-footer .genesis-nav-menu {
  padding-bottom: 20px;
}
.site-footer .genesis-nav-menu a {
  padding: 0 20px 10px;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 70px 80px;
}
.entry-content ol, .entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol, .entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #333;
  color: #eee;
}
/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 0;
}
.entry-header .entry-meta {
  margin-bottom: 24px;
}
.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 24px;
}
.entry-categories, .entry-tags {
  display: block;
}
.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}
/* ## Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 40px 0;
}
.adjacent-entry-pagination {
  margin-bottom: 0;
}
.archive-pagination li {
  display: inline;
}
.archive-pagination a {
  background-color: #fff;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 8px 12px;
  text-decoration: none;
}
.archive-pagination a:focus, .archive-pagination a:hover, .archive-pagination .active a {
  background-color: #c3251d;
  color: #fff;
}
/* ## Comments
--------------------------------------------- */
.comment-respond, .entry-comments, .entry-pings {
  background-color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.comment-respond, .entry-pings {
  padding: 60px 60px 32px;
}
.entry-comments {
  padding: 60px;
}
.comment-list li {
  padding: 40px 0 0 30px;
}
.comment-list .depth-1 {
  padding-left: 0;
}
.comment-header {
  margin-bottom: 30px;
}
.comment-content {
  clear: both;
}
.comment-content ul > li {
  list-style-type: disc;
}
.comment-respond input[type="email"], .comment-respond input[type="text"], .comment-respond input[type="url"] {
  width: 50%;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-header p {
  margin-bottom: 0;
}
.entry-pings .reply {
  display: none;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}
.sidebar .widget {
  background-color: #fff;
  padding: 40px;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #fff;
  clear: both;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 60px 0;
}
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
  width: 380px;
}
.footer-widgets-1 {
  margin-right: 70px;
}
.footer-widgets-1, .footer-widgets-2 {
  float: left;
}
.footer-widgets-3 {
  float: right;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 60px 0;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}
/*****  Colors *******/
/***** Fonts *******/
/***** Font Specifics *******/
@keyframes bounce-shift {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-20px);
  }
  60% {
    transform: translateX(-5px);
  }
}
@keyframes read-more {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes all {
  0% {
    width: 100px;
    height: 100px;
    font-size: 18px;
  }
  50% {
    width: 100%;
    height: 50%;
  }
  100% {
    width: 100%;
    height: 100%;
    font-size: 25px;
    font-weight: 700;
    background-color: rgba(106, 9, 9, 0.8);
  }
}
/* -----------------------------------------------
   MAIN STYLING
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-family: source-sans-pro, sans-serif;
  color: #1D1D1D;
  background-color: #fff;
}
body p {
  font-family: source-sans-pro, sans-serif;
  font-size: 16px;
  text-transform: none;
  line-height: 1.8;
}
body a {
  color: #6A0909;
}
body a:hover {
  color: #1D1D1D;
  text-decoration: underline;
}
body .entry-content a, body .entry-footer a, body .basic-content p a {
  text-decoration: underline !important;
}
body .entry-content a.button, body .entry-footer a.button, body .basic-content p a.button {
  text-decoration: none !important;
}
body h1, body h2, body h3 {
  font-family: bebas-neue, sans-serif;
  letter-spacing: 4px;
  margin-bottom: 0;
  line-height: 1;
}
body h4, body h5, body h6 {
  font-family: fieldwork, sans-serif;
}
body h1 {
  font-size: 77px;
}
body h2 {
  font-size: 62px;
}
body h3 {
  font-size: 54px;
}
body h4 {
  font-size: 35px;
}
body h5 {
  font-size: 25px;
}
body h6 {
  font-size: 20px;
}
body a {
  text-decoration: none !important;
  transition: all 300ms ease;
}
body a:hover {
  color: #6A0909;
}
blockquote {
  position: relative;
  z-index: 9;
}
blockquote::before {
  content: url("images/quotes.svg");
  height: auto;
  width: 88px;
  left: -45px;
  position: absolute;
  top: -28px;
  margin: 10px;
  z-index: -1;
  opacity: 0.3;
}
.nowrap {
  white-space: nowrap;
}
.site-inner {
  padding: 0;
}
.centered {
  text-align: center;
}
.centered p, .centered h1 {
  color: #1D1D1D;
}
.sub-title {
  font-family: fieldwork, sans-serif;
  font-size: 22px;
  margin: 50px 0 80px;
  color: #fff;
  text-align: center;
}
.sub-title.maroon-bar {
  background-color: #6A0909;
  width: 35%;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px;
  font-family: "bebas-neue", Helvetica, Arial, sans-serif;
  font-size: 65px;
  color: #1D1D1D;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.sub-title.maroon-bar.left {
  text-align: right;
  float: left;
  padding: 16px 40px 16px 20px;
}
.sub-title.maroon-bar.right {
  text-align: left;
  float: right;
  padding: 16px 20px 16px 40px;
}
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.pattern-stripes {
  position: relative;
  background-color: #EBEBEB;
  z-index: 0;
}
.pattern-stripes:after {
  content: "";
  background-image: url("https://www.transparenttextures.com/patterns/maze-black.png");
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.pattern-stripes .row {
  z-index: 1;
}
.arrow-with-circle {
  width: 40px;
  height: 20px;
  object-fit: contain;
  object-position: center;
}
.arrow {
  width: 20px;
  /*animation: bounce-shift 1s infinite;*/
}
.arrow.maroon {
  fill: #6A0909;
}
.arrow.white {
  fill: #fff;
}
.arrow-wrap {
  fill: #6A0909;
  stroke: #6A0909;
  stroke-width: 2;
  stroke-linecap: round;
  clear: both;
}
.arrow-wrap#right {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.scroll-top {
  position: absolute;
  top: -80px;
  right: 35px;
  width: 50px;
  height: 45px;
}
.scroll-top a {
  display: block;
  background-color: #6A0909;
  color: #fff;
  padding: 6px 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
}
.scroll-top a:hover {
  background-color: #6A0909;
  color: #fff;
}
.float-right {
  float: right;
}
.stars img {
  width: 40px;
  height: 40px;
  object-position: center;
  object-fit: contain;
  margin-right: 9px;
}
.stars img:last-child {
  margin-right: 0;
}
.button {
  display: inline-block;
  font-family: source-sans-pro, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 37px;
  font-size: 20px;
  color: #1D1D1D;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
}
.button.gray {
  background-color: #1D1D1D;
  color: #fff;
}
.button.gray:hover {
  background-color: #2a2a2a;
}
.button.maroon {
  background-color: #6A0909;
  color: #fff;
}
.button.maroon:hover {
  background-color: #520707;
}
.button.white {
  background-color: #fff;
  color: #1D1D1D;
}
.button.white:hover {
  background-color: #ccc;
}
.button.outline {
  border: 2px solid #1D1D1D;
  background-color: transparent;
}
.button.outline:hover {
  background-color: #1D1D1D;
  color: #fff;
}
.button.outline.maroon {
  color: #6A0909;
  border-color: #6A0909;
}
.button.outline.maroon:hover {
  background-color: #6A0909;
  color: #fff;
}
.button.outline.white {
  color: #fff;
  border-color: #fff;
}
.button.outline.white:hover {
  background-color: #fff;
  color: #6A0909;
}
.button.small {
  font-size: 18px;
  padding: 8px 45px;
}
.button.medium {
  font-size: 24px;
  padding: 11px 34px;
}
.button.large {
  font-size: 24px;
  padding: 18px 66px;
  border-width: 3px;
}
.arrow-link {
  position: relative;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #1D1D1D;
  padding-right: 52px;
  float: right;
  margin: 0 5px 0 0;
}
.arrow-link:after {
  content: "";
  background: url(images/grey-arrow.svg) no-repeat;
  background-size: 46px 16px;
  position: absolute;
  right: 0;
  top: 50%;
  height: 16px;
  width: 46px;
  margin-top: -8px;
  transition: 400ms all ease;
}
.arrow-link:hover::after {
  transform: translateX(7px);
}
.arrow-link.small {
  font-size: 14px;
}
.arrow-link.small:after {
  background-size: 28px 15px;
  height: 15px;
  width: 37px;
}
.arrow-link.centered {
  float: none;
}
.featured-news .search-bar .sf-field-submit {
  position: absolute;
  background: transparent;
  top: -10px;
  right: 0;
  height: 56px;
  width: 39px;
  z-index: 9;
}
.featured-news .search-bar .sf-field-submit input {
  background: transparent;
  border: none;
  opacity: 0;
  margin-bottom: 0;
  height: 100%;
}
.mobile-nav-toggle {
  display: none;
}
.genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #6A0909;
}
.genesis-nav-menu .menu-item {
  position: relative;
}
.wrap {
  max-width: 1550px;
  padding: 0;
}
.wrap.small {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
}
.wrap.skinny {
  max-width: 1200px;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
#skiptocontent a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: #BF1722;
  transition: top 1s ease-out;
  z-index: 100;
  display: none;
}
#skiptocontent a:active, #skiptocontent a:focus, #skiptocontent a:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}
.wpa-hide-ltr#skiplinks a:active, .wpa-hide-ltr#skiplinks a:focus {
  color: #005780 !important;
  background-color: #fff !important;
}
.yotu-playlist .yotu-wrapper-player {
  max-width: 100%;
}
/* -----------------------------------------------
    HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.expanded {
  background-color: #F1F1F1;
}
header {
  position: relative;
  z-index: 16;
  padding: 0;
}
header .wrap {
  position: relative;
}
header .title-area {
  display: inline-block;
  vertical-align: middle;
}
header .title-area .site-title {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  position: absolute;
  bottom: -135px;
  z-index: 9;
}
header .title-area .site-title a {
  display: block;
  width: 310px;
  height: 184px;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(images/kevins-landscapes-logo-updated.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
header .title-area .site-title a .expanded {
  background-color: #F1F1F1;
}
header .header-extras {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
header .header-extras .phone-link {
  margin-right: 25px;
  font-family: bebas-neue, sans-serif;
  font-size: 28px;
}
header .header-extras .phone-link a {
  color: #1D1D1D;
}
header .header-extras .phone-link svg {
  color: #6A0909;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
  margin-top: 2px;
}
header .header-extras .extra-links {
  margin-top: 4px;
  display: inline-block;
}
header .header-extras .extra-links ul {
  margin: 0;
  padding: 0;
}
header .header-extras .extra-links li {
  display: inline-block;
  margin: 0 0 0 20px;
}
header .header-extras .extra-links li a {
  color: #fff;
  font-family: fieldwork, sans-serif;
  font-size: 14px;
}
header .header-extras .extra-links li.contact-button a {
  color: #1D1D1D;
  font-weight: 400;
}
header .header-extras .search {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 20px;
  width: 16px;
  height: 16px;
}
header .header-extras .search a {
  color: #fff;
}
header .header-extras .search a span {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 300ms ease;
}
header .header-extras .search a span.fa-times {
  opacity: 0;
}
header .header-extras .search a.active span.fa-times {
  opacity: 1;
}
header .header-extras .search a.active span.fa-search {
  opacity: 0;
}
.genesis-nav-menu {
  font-size: 16px;
}
.genesis-nav-menu .menu-item-has-children > a {
  position: relative;
  padding: 32px 42px 32px 22px;
}
.genesis-nav-menu .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url(icons/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.genesis-nav-menu .sub-menu {
  position: absolute;
  opacity: 1;
  left: 0;
  border: none;
  width: 100%;
  padding: 0 5%;
  background-color: #F1F1F1;
  display: none;
}
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
  color: #fff;
}
.genesis-nav-menu .sub-menu a {
  font-size: 14px;
  width: auto;
  padding: 20px;
  border: none;
  background-color: transparent;
}
.genesis-nav-menu .sub-menu a:hover {
  background-color: #6A0909;
  color: #fff;
}
.nav-primary {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 0;
}
.nav-primary .wrap {
  margin: 0;
  margin-right: calc((100% - 1550px) / 2);
}
.nav-primary ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-primary li {
  position: relative;
}
.nav-primary li:last-child {
  margin-right: 0;
}
.nav-primary li.back-arrow {
  display: none;
}
.nav-primary li.menu-main-link {
  display: none;
}
.nav-primary li:hover, .nav-primary li.expanded {
  background-color: #F1F1F1;
}
.nav-primary li a {
  color: #1D1D1D;
  font-family: fieldwork, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 400;
  padding: 32px 22px;
  text-align: right;
}
.nav-primary li .sub-menu {
  background-color: #ffffff;
  flex-flow: column;
  min-width: 300px;
  padding: 0;
}
.nav-primary li .sub-menu li {
  width: 100%;
}
.nav-primary li .sub-menu a {
  text-align: left;
}
.nav-primary .mobile_hidden {
  display: none;
}
.search-container {
  display: none;
  background: #6A0909;
  padding: 8px 0;
}
.search-container .search-form {
  position: relative;
  max-width: 600px;
  width: 100%;
  float: right;
}
.search-container .search-form input.search-form-input, .search-container .search-form input.search-form-input:focus {
  margin: 0;
  display: block;
  width: 100%;
  padding-right: 60px;
  border: 1px solid #fff;
  background: none;
  border-radius: 5px;
  padding: 5px 12px;
  color: #fff;
}
.search-container .search-form input.search-form-submit {
  position: absolute;
  border-radius: 0 5px 5px 0;
  background: #fff;
  color: #6A0909;
  border: 0;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 12px;
  cursor: pointer;
}
.search-results .search-form {
  position: relative;
  max-width: 600px;
  width: 100%;
  float: right;
}
.search-results .search-form input.search-form-input, .search-results .search-form input.search-form-input:focus {
  margin: 0;
  display: block;
  width: 100%;
  padding-right: 60px;
  border: 1px solid #1D1D1D;
  background: none;
  border-radius: 5px;
  padding: 5px 12px;
  color: #1D1D1D;
}
.search-results .search-form input.search-form-submit {
  position: absolute;
  border-radius: 0 5px 5px 0;
  background: #1D1D1D;
  color: #fff;
  border: 0;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 12px;
  cursor: pointer;
}
.search-results .search-results-header {
  overflow: hidden;
}
.search-results .left-side {
  float: left;
}
.search-results .right-side {
  width: 100%;
  max-width: 600px;
  float: right;
  margin-top: 14px;
  position: relative;
}
/* -----------------------------------------------
    LEARN MORE SECTION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.learn-more {
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
}
.learn-more:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #fff;
}
.learn-more .learn-content {
  position: relative;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.learn-more .learn-content h2 {
  padding-bottom: 20px;
  font-family: "fieldwork", sans-serif;
  font-size: 40px;
  color: #1D1D1D;
  font-weight: 700;
  color: #6A0909;
}
/* -----------------------------------------------
    STAFF AND DIRECTORY
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.three-across, .four-across, .five-across, .six-across {
  font-size: 0;
  text-align: center;
}
.three-across .vert-bio {
  width: 32%;
  margin-right: 2%;
}
.three-across .vert-bio:nth-child(3n) {
  margin-right: 0;
}
.three-across .vert-bio:nth-child(3n+1) {
  clear: left;
}
.four-across .vert-bio {
  width: 23.125%;
  margin-right: 2.5%;
}
.four-across .vert-bio:nth-child(4n) {
  margin-right: 0;
}
.four-across .vert-bio:nth-child(4n+1) {
  clear: left;
}
.six-across .vert-bio {
  width: 15%;
  margin-right: 2%;
}
.six-across .vert-bio:nth-child(6n) {
  margin-right: 0;
}
.six-across .vert-bio:nth-child(6n+1) {
  clear: left;
}
.six-across .vert-bio .name {
  font-size: 16px;
}
/* -----------------------------------------------
    PAGINATION
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pagination-container {
  text-align: center;
}
.pagination {
  text-align: center;
  font-size: 0;
  display: inline-block;
  background: #eee;
  border-radius: 5px;
}
.pagination > :first-child {
  border-radius: 5px 0 0 5px;
}
.pagination > :last-child {
  border-radius: 0 5px 5px 0;
}
.pagination .page-numbers {
  padding: 10px 15px;
  background: #e2e2e2;
  color: #1D1D1D;
  border-right: 1px solid #c2c2c2;
  font-size: 16px;
}
.pagination .page-numbers:last-child {
  border: 0;
}
.pagination .page-numbers.current {
  background: #6A0909;
  color: #fff;
}
.pagination .page-numbers:hover {
  background: #f2f2f2;
}
/* -----------------------------------------------
    IMAGE LINKS SECTIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-links {
  display: inline-flex;
  position: relative;
  width: 100%;
  height: 345px;
}
.image-links .image-link {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 50%;
}
.image-links .image-link:hover .image-text h2:after {
  transform: scale(1.3);
}
.image-links .left-image {
  position: relative;
  z-index: 0;
}
.image-links .left-image:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(29, 29, 29, 0.9);
}
.image-links .right-image {
  position: relative;
  z-index: 0;
}
.image-links .right-image:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(106, 9, 9, 0.8);
}
.image-links .image-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  height: 0;
}
.image-links .image-text h2 {
  position: relative;
  font-family: "fieldwork", sans-serif;
  font-size: 23px;
  color: #1D1D1D;
  font-weight: 400;
  color: #fff;
}
.image-links .image-text h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -17px;
  background: url(images/white-arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 30px;
  height: 17px;
  transform: rotate(-45deg);
  transition: all 350ms ease-out;
}
.logo-divider {
  margin: 0 auto;
  position: relative;
  height: 0;
}
.logo-divider .logo {
  position: relative;
  z-index: 2;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #6A0909;
  width: 200px;
  height: 175px;
  margin: 0 auto;
  text-align: center;
}
.logo-divider .logo img {
  height: 100%;
}
.logo-divider .bar-full {
  position: absolute;
  top: 0;
  height: 20px;
  width: 100%;
  background-color: #6A0909;
}
.before-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #6A0909;
  overflow: hidden;
}
.before-footer:before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #400606;
}
.before-footer:after {
  content: "";
  position: absolute;
  left: -86px;
  top: 0;
  height: 100%;
  width: 75%;
  background-image: url("images/kevins-landscape-pattern.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  opacity: 0.5;
  z-index: 1;
}
.before-footer .inner-content {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 9;
}
.before-footer .get-started {
  position: relative;
  padding: 80px 0;
}
.before-footer .get-started .title {
  color: #fff;
  position: relative;
  z-index: 3;
}
.before-footer .schedule-consultation {
  text-align: center;
}
.before-footer .schedule-consultation .mobile-title {
  display: none;
}
.before-footer svg {
  position: relative;
  width: 278px;
  height: 40px;
}
.site-footer {
  padding: 50px 0 60px;
  background-color: #000;
  color: #fff;
}
.site-footer .footer-content {
  text-align: left;
  max-width: 1360px;
  margin: 0 auto;
}
.site-footer .footer-content a {
  color: #fff;
}
.site-footer .footer-content .logo {
  max-width: 260px;
}
.site-footer .footer-content .logo a {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.site-footer .footer-content .nav-column {
  display: inline-block;
  vertical-align: top;
  padding-top: 30px;
}
.site-footer .footer-content .nav-column:first-child {
  margin-right: 120px;
}
.site-footer .footer-content .contact-section .image-section img {
  height: 100px;
  width: auto;
}
.site-footer .footer-content .footer-title {
  font-family: fieldwork, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 25px;
  display: block;
}
.site-footer .footer-content .social-media ul {
  text-align: left;
}
.site-footer .footer-content .social-media ul li {
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin-right: 20px;
}
.site-footer .footer-content .social-media ul li:last-child {
  margin-right: 0;
}
.site-footer .footer-content .social-media ul li span {
  color: #1D1D1D;
}
.site-footer .footer-content .social-media ul li a {
  display: block;
}
.site-footer .footer-content .social-media ul li img {
  width: 24px;
  height: 24px;
}
.site-footer .footer-content .contact-info {
  font-size: 18px;
  text-align: left;
  color: #fff;
}
.site-footer .footer-content .contact-info ul {
  padding: 0;
}
.site-footer .footer-content .footer-nav {
  margin: 0 0 35px;
  padding: 0;
}
.site-footer .footer-content .footer-nav li {
  margin: 0 0 17px;
}
.site-footer .footer-content .footer-nav a {
  font-size: 16px;
}
.site-footer .footer-content .footer-nav .sub-menu {
  display: block !important;
  padding: 0;
  margin: 17px 0 0 22px;
}
.site-footer .footer-content .footer-nav a {
  font-size: 14px;
  font-weight: 400;
}
.site-footer .footer-content .services .title {
  margin-bottom: 40px;
  letter-spacing: 10.6px;
}
.site-footer .footer-content .services ul {
  column-count: 3;
  column-gap: 100px;
  padding: 0;
}
.site-footer .footer-content .services ul li {
  margin-bottom: 23px;
}
.site-footer .footer-content .services .image-and-social {
  display: flex;
  align-items: flex-end;
}
.site-footer .footer-content .services .image-and-social .image-section {
  width: 60%;
}
.site-footer .footer-content .services .image-and-social .image-section #sb_instagram #sbi_images {
  padding: 0 !important;
}
.site-footer .footer-content .services .image-and-social .image-section #sb_instagram #sbi_images .sbi_item {
  padding: 10px !important;
}
.site-footer .footer-content .services .image-and-social .image-section #sb_instagram #sbi_images .sbi_item:first-child {
  padding-left: 0 !important;
}
.site-footer .footer-content .services .image-and-social .image-section #sb_instagram #sbi_images .sbi_item:last-child {
  padding-right: 0 !important;
}
.site-footer .footer-content .services .image-and-social .social-media {
  margin-left: 25px;
  margin-bottom: 25px;
}
.site-footer .footer-content .services .image-and-social .social-media .title {
  font-size: 24px;
  font-family: fieldwork, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1.2px;
}
.site-footer .footer-content .services .image-and-social .social-media ul {
  margin-bottom: 0;
  column-count: 1;
  column-gap: 0;
}
.site-footer .footer-content .services .image-and-social .social-media ul li {
  margin-bottom: 0;
  margin-right: 10px;
}
.site-footer .footer-content .services .image-and-social .social-media .facebook {
  fill: #fff;
  stroke-width: 0;
}
.disclaimer-section {
  background: #1D1D1D;
  padding-top: 25px;
  padding-bottom: 25px;
}
.disclaimer-section .disclaimer {
  font-family: "source-sans-pro", sans-serif;
  font-size: 14px;
  color: #1D1D1D;
  font-weight: 400;
  line-height: 1.4em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.disclaimer-section .disclaimer a:not(.button) {
  display: inline-block;
  color: #fff;
}
.disclaimer-section .disclaimer a:not(.button):hover {
  opacity: 0.8;
  color: #EBEBEB;
  text-decoration: underline !important;
}
.disclaimer-section .disclaimer .rights-section {
  display: flex;
  align-items: center;
}
.disclaimer-section .disclaimer .rights, .disclaimer-section .disclaimer .company {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.disclaimer-section .disclaimer .rights:after, .disclaimer-section .disclaimer .company:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.disclaimer-section .disclaimer .logo {
  display: inline-block;
  width: 150px;
  margin-left: 20px;
}
.disclaimer-section .disclaimer .button {
  color: #1D1D1D;
}
/* -----------------------------------------------
    BASE OVERRIDE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.comment-header {
  padding: 15px;
  color: #fff;
}
.comment-header a {
  color: #fff;
}
.comment-header .comment-author-name {
  margin-left: 15px;
}
.genesis-skip-link:not(.home) {
  position: absolute;
}
/* -----------------------------------------------
    FORMS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Grvity Form Edits */
.gform_wrapper input[type=text], .gform_wrapper textarea, .gform_wrapper select {
  background: #eee;
  border: none;
  border-radius: 0;
  color: #1D1D1D;
  padding: 15px !important;
}
.gform_wrapper textarea.large {
  height: 180px;
}
.gform_wrapper .gform_footer {
  text-align: center;
  color: #1D1D1D;
  padding: 15px !important;
}
.gform_wrapper textarea.large {
  height: 180px;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer input.button {
  float: none;
  background: transparent;
  border: 2px solid #1D1D1D;
  font-size: 22px;
  color: #1D1D1D;
  padding: 12px 30px;
  cursor: pointer;
}
.gform_wrapper .gform_footer input.button:hover {
  background: rgba(29, 29, 29, 0.9);
  color: #fff;
  border: 2px solid transparent;
}
.gform_wrapper div.charleft {
  color: #575757 !important;
}
.gform_wrapper input[type=text], .gform_wrapper textarea, .gform_wrapper select {
  background: #fff;
  border: 1px solid #1D1D1D;
}
input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
  border: 1px solid #6A0909 !important;
}
/*****  Colors *******/
/***** Fonts *******/
/***** Font Specifics *******/
@keyframes bounce-shift {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-20px);
  }
  60% {
    transform: translateX(-5px);
  }
}
@keyframes read-more {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes all {
  0% {
    width: 100px;
    height: 100px;
    font-size: 18px;
  }
  50% {
    width: 100%;
    height: 50%;
  }
  100% {
    width: 100%;
    height: 100%;
    font-size: 25px;
    font-weight: 700;
    background-color: rgba(106, 9, 9, 0.8);
  }
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    GLOBAL STYLING
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
/* -----------------------------------------------
    HERO SECTION 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
  position: relative;
  height: 600px;
  background-position: center bottom;
  background-size: cover;
  margin-bottom: 75px;
}
.hero:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 47%, black 100%);
}
.hero:before {
  content: "";
  background-color: #9F6969;
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.hero.large {
  height: 940px;
}
.hero .wrap .hero-text {
  margin: 0 calc((100% - 1550px) / 2);
}
.hero .hero-text {
  width: 850px;
  position: absolute;
  bottom: 56px;
  left: 0;
  margin: 0;
  text-align: center;
  background-color: rgba(106, 9, 9, 0.73);
  padding: 50px 40px 0;
  color: #fff;
  z-index: 9;
}
.hero .hero-text .main-title {
  position: absolute;
  top: -30px;
  width: 100%;
  left: 40px;
  right: 0;
  color: #fff;
  text-align: left;
  letter-spacing: 10px;
}
.hero .hero-text .main-title a {
  color: #fff;
}
.hero .hero-text p {
  font-size: 24px;
  text-align: left;
  max-width: 775px;
}
/* -----------------------------------------------
    Custom Work Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.portfolio-page .fancybox-thumbs__list a:before {
  border-color: #6A0909;
}
.custom-work {
  text-align: center;
  margin: 0 0 80px;
}
.custom-work .title {
  text-align: center;
  margin-bottom: 35px;
}
.custom-work .portfolio-items {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 50px;
}
.custom-work .portfolio-items .item {
  width: 49%;
  margin-right: 2%;
  padding: 50px 50px 30px;
  margin-bottom: 1%;
}
.custom-work .portfolio-items .item:nth-child(2n) {
  margin-right: 0;
}
.custom-work .portfolio-items .item .photo {
  position: relative;
}
.custom-work .portfolio-items .item .photo img {
  max-width: 100%;
  width: 100%;
  height: 622px;
  object-fit: cover;
  object-position: center;
}
.custom-work .portfolio-items .item .inner-content {
  margin-top: 25px;
  text-align: center;
}
.custom-work .portfolio-items .item .inner-content .title {
  margin-bottom: 12px;
  text-align: left;
}
.custom-work .portfolio-items .item .inner-content p {
  max-width: 600px;
  font-size: 18px;
  margin-bottom: 0;
}
.custom-work .portfolio-items .item .inner-content .button {
  margin-top: 20px;
}
/* -----------------------------------------------
    About Us & Intro
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.about-us-section {
  margin: 165px 0 100px;
}
.about-us-section .intro {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 100px;
}
.about-us-section .intro .title {
  width: 48%;
  max-width: 676px;
  margin-right: 2%;
  position: relative;
  padding-bottom: 40px;
}
.about-us-section .intro .title:after {
  content: "";
  background-color: #6A0909;
  position: absolute;
  width: 140px;
  height: 15px;
  left: 0;
  bottom: 0;
}
.about-us-section .intro .inner-content {
  width: 50%;
}
.about-us-section .intro .inner-content p {
  font-size: 18px;
}
.about-us-section .intro .inner-content a {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  float: right;
}
.about-us-section .intro .inner-content a img {
  width: 40px;
  height: 20px;
  object-fit: contain;
  object-position: center;
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
}
.intro-with-photo {
  display: flex;
}
.intro-with-photo .text {
  flex-basis: 60%;
  max-width: 878px;
}
.intro-with-photo .text ul li {
  list-style-type: disc;
  margin-bottom: 5px;
}
.intro-with-photo .photo {
  margin-right: 5%;
  flex-basis: 35%;
}
.intro-with-photo .photo img {
  width: 600px;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.intro-with-testimonial {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.intro-with-testimonial .text {
  max-width: 878px;
  margin-right: 100px;
}
.intro-with-testimonial .testimonial {
  width: 640px;
  position: relative;
}
.intro-with-testimonial .testimonial:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 100%;
  background: #1D1D1D;
}
.testimonial-only .testimonial, .intro-with-testimonial .testimonial {
  background: #EBEBEB;
  position: relative;
}
.testimonial-only .testimonial .inner-content, .intro-with-testimonial .testimonial .inner-content {
  padding: 54px 64px 54px 45px;
}
.testimonial-only .testimonial blockquote, .intro-with-testimonial .testimonial blockquote {
  font-family: fieldwork, sans-serif;
  font-size: 16px;
  margin: 0;
}
.testimonial-only .testimonial blockquote cite, .intro-with-testimonial .testimonial blockquote cite {
  display: block;
  margin-top: 10px;
  font-size: 18px;
  position: relative;
  padding-left: 30px;
  font-style: normal;
}
.testimonial-only .testimonial blockquote cite:before, .intro-with-testimonial .testimonial blockquote cite:before {
  content: "";
  background: #1D1D1D;
  width: 20px;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  position: absolute;
}
.testimonial-only .testimonial .stars, .intro-with-testimonial .testimonial .stars {
  position: absolute;
  bottom: 25px;
  right: -20px;
}
.testimonial-only .testimonial .stars img, .intro-with-testimonial .testimonial .stars img {
  margin-bottom: 9px;
  margin-right: 0;
  display: block;
}
.testimonial-only .testimonial .stars img:last-child, .intro-with-testimonial .testimonial .stars img:last-child {
  margin-bottom: 0;
}
.testimonial-only {
  max-width: 800px;
  margin: 0 auto;
}
.testimonial-only h5 {
  margin: 0;
  background-color: #1d1d1d;
  color: #fff;
  display: block;
  text-align: center;
}
/* -----------------------------------------------
    Services Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.service-page .top-section {
  margin-bottom: 80px;
}
.service-page .top-section .buttons.services {
  display: flex;
  flex-flow: row wrap;
}
.service-page .top-section .buttons.services a {
  margin: 0 20px 20px 0;
}
.service-offerings-section {
  background-color: #EBEBEB;
  text-align: center;
  position: relative;
  top: 50px;
  margin-bottom: 100px;
  padding-bottom: 20px;
}
.service-offerings-section .title {
  position: relative;
  top: -40px;
}
.service-offerings-section .services {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  margin-top: -50px;
}
.service-offerings-section .services a {
  color: #1D1D1D;
}
.service-offerings-section .services .offering {
  flex-basis: 30.3334%;
  margin-right: 3%;
  margin-bottom: 80px;
  position: relative;
}
.service-offerings-section .services .offering:nth-child(3n) {
  margin-right: 0;
}
.service-offerings-section .services .offering .photo {
  position: relative;
  max-height: 400px;
  max-width: 350px;
  margin: 0 auto;
}
.service-offerings-section .services .offering .photo:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.service-offerings-section .services .offering img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.service-offerings-section .services .offering .offering-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  color: #fff;
  z-index: 5;
  font-weight: 600;
  letter-spacing: 1.5px;
  font-family: fieldwork, sans-serif;
  font-size: 24px;
}
.service-offerings-section .services .offering p {
  text-align: center;
  font-size: 18px;
  margin-top: 25px;
  margin-bottom: 0;
}
.service-offerings-section .button {
  margin-bottom: 50px;
}
/* -----------------------------------------------
    Core Values Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.core-values {
  padding: 78px 0;
  position: relative;
}
.core-values .wrap {
  display: flex;
  flex-flow: wrap;
}
.core-values .title {
  margin-bottom: 40px;
}
.core-values #aOurTeamLink {
  font-size: 24px;
  font-weight: 700;
}
.core-values .value-list {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 25px;
}
.core-values .value-list .value {
  flex-basis: 30.3334%;
  height: 280px;
  background-color: #6A0909;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 70px 0;
  color: #fff;
  margin-bottom: 3%;
  margin-right: 3%;
  position: relative;
}
.core-values .value-list .value:nth-child(3n) {
  margin-right: 0;
}
.core-values .value-list .value .title {
  font-family: fieldwork, sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 0;
}
.core-values .value-list .value p {
  margin-bottom: 0;
}
.core-values .value-list .value .number {
  position: absolute;
  top: 0;
  left: 10px;
  width: 97px;
  height: auto;
}
.core-values .arrow-with-circle {
  display: inline-block;
  vertical-align: middle;
}
#consultation {
  padding: 30px 0 100px;
  position: relative;
}
#consultation .left .title {
  margin-bottom: 30px;
}
#consultation .right {
  width: 100%;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
   HOMEPAGE
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
.home .hero:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 47%, black 100%);
}
.home .hero .wrap {
  position: relative;
  max-width: 1000px;
  height: 100%;
}
.home .hero .backgrounds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home .hero .backgrounds img {
  object-fit: cover;
  object-position: 50% 50%;
}
.home .hero .backgrounds .slick-track, .home .hero .backgrounds .slick-list {
  height: 100%;
}
.home .hero .hero-text {
  max-width: 100%;
  width: 100%;
  bottom: 100px;
  right: 0;
  background-color: transparent;
  margin: 0 auto;
}
.home .hero .hero-text .main-title {
  left: 0;
  text-align: center;
  letter-spacing: 15px;
  top: 0;
}
.home .hero .hero-text .box {
  max-width: 850px;
  background-color: rgba(106, 9, 9, 0.75);
  margin: 0 auto;
  padding: 65px 247px;
}
.home .hero .hero-text .button:after {
  content: url("images/arrow-with-circle-white.png");
  position: absolute;
  bottom: -72px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home .top-section {
  text-align: center;
}
.home .top-section .welcome {
  text-transform: uppercase;
  font-size: 24px;
}
.home .top-section .welcome .title {
  margin-bottom: 50px;
}
.home .top-section .welcome .stars img {
  margin-right: 30px;
}
.home .top-section .welcome .stars img:last-child {
  margin-right: 0;
}
.home .service-offerings-section {
  margin-top: 80px;
  margin-bottom: 0;
  position: relative;
  top: 40px;
}
.home .service-offerings-section .services {
  margin-top: 0;
}
.home .service-offerings-section .services .offering {
  margin-bottom: 4%;
}
.home .about-us-section {
  margin-top: 80px;
  margin-bottom: 0;
}
.home .about-us-section .intro {
  margin-bottom: 20px;
}
.home .about-us-section .our-team {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 40px;
}
.home .about-us-section .our-team .inner-content {
  max-width: 500px;
  margin-top: 50px;
}
.home .about-us-section .our-team .inner-content ul {
  padding: 0;
}
.home .about-us-section .our-team .inner-content ul li a {
  color: #1D1D1D;
  font-weight: 700;
}
.home .about-us-section .our-team .inner-content ul li svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  height: 16px;
  stroke: #6A0909;
}
.home .about-us-section .our-team .company-photo {
  position: relative;
  right: -70px;
}
.home .about-us-section .our-team .company-photo .photo {
  background-color: #fff;
  padding: 30px;
}
.home .about-us-section .our-team .company-photo .photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.home .about-us-section .divider {
  position: relative;
  margin-top: -115px;
  z-index: -1;
}
.home .about-us-section .divider img {
  width: 100%;
  display: block;
  height: 250px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1);
  opacity: 0.6;
}
.home .about-us-section .divider:before {
  content: "";
  background-color: #6A0909;
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.home .about-us-section .divider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(106, 9, 9, 0.6);
  top: 0;
  bottom: 0;
  left: 0;
}
.home .join-our-team {
  position: relative;
  margin-top: 40px;
}
.home .join-our-team .serving-aggieland {
  position: relative;
}
.home .join-our-team .serving-aggieland:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(106, 9, 9, 0.8);
}
.home .join-our-team .serving-aggieland img {
  height: 100%;
  max-height: 700px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.home .join-our-team .serving-aggieland .inner-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  max-width: 776px;
  margin: 0 calc((100% - 1550px) / 2);
  transform: translateY(-50%);
}
.home .join-our-team .serving-aggieland .inner-content .title {
  font-size: 102px;
  line-height: 110px;
  letter-spacing: 7px;
  margin-bottom: 25px;
}
.home .join-our-team .map-container {
  background: white;
  width: 780px;
  height: 680px;
  position: absolute;
  top: 127px;
  right: 0;
  z-index: 9;
}
.home .join-our-team .map-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.home .join-our-team .join-us {
  position: relative;
  text-align: center;
}
.home .join-our-team .join-us:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.9);
}
.home .join-our-team .join-us img {
  max-width: 100%;
  width: 100%;
  max-height: 400px;
  display: block;
}
.home .join-our-team .join-us .inner-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #1D1D1D;
  max-width: 800px;
  margin: 0 calc((100% - 1550px) / 2);
  transform: translateY(-50%);
  text-align: center;
}
.home .join-our-team .join-us .inner-content p {
  font-size: 20px;
  max-width: 500px;
  margin: 0 auto 30px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    ABOUT PAGE
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
.about-page .about-intro {
  overflow: hidden;
}
.about-page .about-intro .maroon-title {
  background: #500000;
  color: #fff;
  padding: 47px 20px 47px 7.5%;
  width: 38%;
  float: left;
}
.about-page .about-intro .maroon-title h1 {
  font-weight: 700;
  font-size: 120px;
  margin: 0 0 8px;
  text-transform: uppercase;
  line-height: 0.9;
}
.about-page .about-intro .maroon-title h3 {
  font-size: 44px;
  margin: 0;
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
}
.about-page .about-intro .mission-statement {
  width: 62%;
  float: left;
  padding: 0 6% 0 4%;
}
.about-page .about-intro .mission-statement h4 {
  font-weight: 400;
  font-size: 38px;
  font-family: source-sans-pro, sans-serif;
}
.about-page .about-intro .mission-statement p {
  font-size: 16px;
}
.about-page .about-intro .mission-statement .department-links {
  background: #1D1D1D;
  color: #fff;
  padding: 8px;
  text-align: center;
}
.about-page .about-intro .mission-statement .department-links a {
  color: #fff;
  font-size: 14px;
}
.about-page .contact .contact-inner {
  position: relative;
  background: #1D1D1D;
  color: #EBEBEB;
}
.about-page .contact .contact-inner .contact-details {
  margin-right: 40%;
  padding: 40px 60px;
}
.about-page .contact .contact-inner .contact-details p, .about-page .contact .contact-inner .contact-details a, .about-page .contact .contact-inner .contact-details h5 {
  color: #fff;
}
.about-page .contact .contact-inner .contact-details h4 {
  color: #EBEBEB;
  font-weight: 700;
  margin: 0 0 60px;
}
.about-page .contact .contact-inner .contact-details h5 {
  font-size: 16px;
  font-family: fieldwork, sans-serif;
  font-weight: 600;
  margin: 0 0 7px;
}
.about-page .contact .contact-inner .contact-details p {
  margin: 0 0 40px;
}
.about-page .contact .contact-map {
  width: 60%;
  top: 0;
  right: 0;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.about-page .contact iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
   CAREERS
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
.careers .hero {
  margin-bottom: 0;
}
.careers .now-hiring {
  background-color: #EBEBEB;
  padding: 50px 0 150px;
  text-align: center;
}
.careers .now-hiring .title {
  margin-bottom: 40px;
  color: #6A0909;
}
.careers .now-hiring .open-positions {
  display: flex;
  justify-content: center;
}
.careers .now-hiring .open-positions .position img {
  width: 640px;
  height: 640px;
  object-fit: cover;
  object-position: center;
}
.careers .now-hiring .open-positions .position .position-title {
  font-family: fieldwork, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 30px;
}
.careers .now-hiring .open-positions .position.tall img {
  height: 690px;
}
.careers .criteria {
  margin: 100px 0 125px;
}
.careers .criteria .title {
  text-align: center;
  margin-bottom: 80px;
}
.careers .criteria ul {
  column-count: 2;
  column-gap: 75px;
}
.careers .criteria ul li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 30px;
}
.careers .criteria ul li:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 11px;
  background-color: #1D1D1D;
  width: 22px;
  height: 1px;
}
.careers .apply-now {
  padding: 30px 0 100px;
  position: relative;
}
.careers .apply-now:before {
  position: absolute;
  top: 0;
  left: 0;
  background: #EBEBEB;
  width: 100%;
  height: 10px;
}
.careers .apply-now .wrap.small {
  display: flex;
  justify-content: space-between;
}
.careers .apply-now .left .title {
  margin-bottom: 30px;
}
.careers .apply-now .right {
  width: 50%;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    Staff PAGE
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
.our-team-page .hero {
  background-position: right;
}
.our-team-page .hero:after {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 74%, rgba(0, 0, 0, 0.7) 100%);
}
.our-team-page .mobile-hero-text {
  display: none;
  margin-bottom: 50px;
}
.our-team-page .mobile-hero-text .hero-text {
  width: 100%;
  position: relative;
  text-align: center;
  background-color: rgba(106, 9, 9, 0.73);
  padding: 20px 40px 0;
  color: #fff;
}
.our-team-page .mobile-hero-text .hero-text .main-title {
  width: 100%;
  color: #fff;
  text-align: left;
  letter-spacing: 10px;
}
.our-team-page .mobile-hero-text .hero-text .main-title a {
  color: #fff;
}
.our-team-page .mobile-hero-text .hero-text p {
  font-size: 16px;
  text-align: left;
  max-width: 775px;
}
.our-team-page .mobile-hero-text .hero-text .button {
  font-size: 16px;
  padding: 6px 17px;
}
.our-team-page .team-photo {
  margin-bottom: 75px;
}
.our-team-page .staff-section .staff-members {
  display: flex;
  flex-flow: wrap;
}
.our-team-page .staff-section .staff-members .staff-member {
  width: 31.333334%;
  margin-right: 3%;
  margin-bottom: 3%;
  text-align: left;
}
.our-team-page .staff-section .staff-members .staff-member:nth-child(3n) {
  margin-right: 0;
}
.our-team-page .staff-section .staff-members .staff-member .name-and-title {
  margin-bottom: 25px;
}
.our-team-page .staff-section .staff-members .staff-member .name-and-title .staff-name {
  margin-bottom: 0;
}
.our-team-page .staff-section .staff-members .staff-member .name-and-title .staff-title {
  font-size: 18px;
}
.our-team-page .staff-section .staff-members .staff-member .photo {
  margin-bottom: 15px;
}
.our-team-page .staff-section .staff-members .staff-member .photo img {
  width: auto;
  height: 250px;
  object-fit: cover;
  object-position: center;
  display: inline-block;
}
.our-team-page .staff-section .staff-members .error-msg {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  margin-bottom: 100px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    Our Communtiy PAGE
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
.our-community-page .nominate-pro-bono {
  background-color: #EBEBEB;
  padding: 50px 0;
}
.our-community-page .nominate-pro-bono .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-community-page .nominate-pro-bono .left {
  width: 48%;
}
.our-community-page .nominate-pro-bono .right {
  width: 48%;
  margin-left: 4%;
  text-align: center;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    SEARCH PAGES
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
.search .entry {
  margin: 0;
  padding: 28px 0;
  border-bottom: 1px solid #e2e2e2;
}
.search .entry-header {
  background: none;
}
.search .entry-header .entry-meta {
  display: none;
}
.search .entry-title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 0;
}
.search .entry-content p {
  margin: 0;
}
.search .entry-footer .entry-meta {
  padding-top: 10px;
  font-size: 13px;
  border: 0;
  display: inline-block;
  background: #eee;
  margin: 20px 0 0;
  padding: 4px 9px;
  font-style: italic;
}
.search .pagination {
  background: none;
}
.search .archive-pagination .active a, .search .archive-pagination a:hover {
  background: #75BB56;
  color: #1D1D1D;
}
.search .archive-pagination li.pagination-omission {
  display: inline-block;
  margin: 0 10px;
}
.search .archive-pagination li.pagination-omission:before {
  content: "...";
  left: 0;
  position: relative;
  font-size: 16px;
}
/* ---------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
 -----------------------------------------------------------------------------------------------------------------------------------------------
    GENERIC PAGES
––––––––––––––––––––––––––––––––––––––––––––––––––----------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------------- */
section.no-margin {
  margin-bottom: 0;
}
/* -----------------------------------------------
    THREE COLUMN TEXT AREA
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.three-column-text {
  overflow: hidden;
}
.three-column-text .text-column {
  position: relative;
  padding: 100px 15px 0;
}
.three-column-text .column-text-bg {
  max-width: 250px;
  max-height: 250px;
  position: absolute;
  z-index: -1;
  top: 0;
  right: -15px;
}
.three-column-text .title {
  margin-bottom: 8px;
}
.three-column-text p {
  font-size: 16px;
  padding-right: 25px;
}
/* -----------------------------------------------
    BACKGROUND IMAGE AREA
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.background-image-area {
  position: relative;
  height: 400px;
}
.background-image-area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
.background-image-area .background-image-area-middle {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.background-image-area .background-image-area-middle h2 {
  margin: 0 0 25px;
}
.background-image-area .background-image-area-middle p {
  color: #fff;
}
/* -----------------------------------------------
    TWO COLUMN IMAGE + TEXT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.two-column-image-and-text {
  background: #f5f5f5;
}
.two-column-image-and-text .wrap {
  max-width: 1550px;
}
.two-column-image-and-text .image-text-block {
  margin: 0 0 70px;
  overflow: hidden;
  /* Text styles are inherited from parent */
}
.two-column-image-and-text .image-text-block .image {
  float: left;
  width: 45%;
}
.two-column-image-and-text .image-text-block.with-image .no-link {
  font-weight: 700;
  font-size: 18px;
  font-family: fieldwork, sans-serif;
}
.two-column-image-and-text .image-text-block.with-image .text {
  float: left;
  width: 51%;
  margin-left: 4%;
}
.two-column-image-and-text .image-text-block h1, .two-column-image-and-text .image-text-block h2, .two-column-image-and-text .image-text-block h3, .two-column-image-and-text .image-text-block h4, .two-column-image-and-text .image-text-block h5 {
  font-weight: 700;
}
.two-column-image-and-text .image-text-block li {
  list-style-type: disc;
}
.two-column-image-and-text .image-text-block p {
  margin: 0;
}
.two-column-image-and-text .image-text-block .button {
  text-align: center;
}
.two-column-image-and-text .image-text-block .links .button {
  display: block;
  width: 100%;
  margin: 0 0 20px;
}
/* -----------------------------------------------
    (FIVE) SET # COLUMN IMAGE + TEXT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.four-column-image-and-text .four-column-row {
  display: flex;
  align-items: flex-start;
  flex-flow: wrap;
  margin-left: 2%;
}
.four-column-image-and-text .four-column-row .image-text-block.with-image {
  width: 18%;
  margin-right: 2%;
}
.four-column-image-and-text .four-column-row .image-text-block.with-image .no-link {
  font-weight: 700;
  font-size: 18px;
  font-family: fieldwork, sans-serif;
}
.four-column-image-and-text .four-column-row .image-text-block.with-image .image img {
  display: block;
}
.four-column-image-and-text .four-column-row .image-text-block.with-image .text {
  margin-top: 8px;
}
.four-column-image-and-text .four-column-row .image-text-block.with-image a.image {
  position: relative;
  display: block;
}
.four-column-image-and-text .four-column-row .image-text-block.with-image a.image:before {
  content: "";
  position: absolute;
  background-color: rgba(106, 9, 9, 0);
  transition: all 300ms ease-in-out;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.four-column-image-and-text .four-column-row .image-text-block.with-image a.image:after {
  content: "";
  position: absolute;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  bottom: 10px;
  left: 20px;
  color: #fff;
  font-size: 20px;
}
.four-column-image-and-text .four-column-row .image-text-block.with-image a.image:hover:before {
  background-color: rgba(106, 9, 9, 0.4);
}
.fancybox-slide > * {
  border-width: 15px !important;
}
.popup {
  width: 100%;
  max-width: 850px;
  font-size: 0;
  background: #6A0909 !important;
  padding: 35px !important;
}
.popup .no-link {
  font-weight: 700;
  font-size: 18px;
  font-family: fieldwork, sans-serif;
  margin-bottom: 15px;
}
.popup .inner-content {
  background-color: #fff;
  border-radius: 24px 20px 20px 24px;
  overflow: hidden;
}
.popup .image {
  float: left;
  max-width: 50%;
  margin-right: 24px;
  margin-bottom: 0;
}
.popup .image img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px 0 0 20px;
}
.popup .text {
  width: 100%;
  padding: 50px 24px 24px;
}
.popup .text p {
  margin-bottom: 0;
}
.popup .hidden-text {
  margin-top: 15px;
}
/* -----------------------------------------------
    CONTACT CONTENT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.white-background-section {
  margin-top: 0;
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 0;
  text-align: center;
  padding: 100px 0;
}
.white-background-section:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.94;
  background-color: #fff;
}
.white-background-section .wrap {
  position: relative;
  text-align: center;
  z-index: 2;
}
.white-background-section .section-title {
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.white-background-section .intro-paragraph p {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
}
.white-background-section .links {
  padding: 50px 0 0;
}
.white-background-section .links .button {
  margin: 0 35px 15px;
  width: 240px;
  max-width: 100%;
}
.white-background-section .contact-info {
  margin-top: 50px;
}
.white-background-section .contact-info .bottom-section-title {
  font-weight: 700;
  margin: 0;
}
.white-background-section .contact-info p {
  font-size: 18px;
  line-height: 2;
  margin: 0;
}
.white-background-section .contact-info a {
  color: #1D1D1D;
  text-decoration: underline !important;
}
.white-background-section .contact-info a:hover {
  color: #002447;
}
/* -----------------------------------------------
    Gravity Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact-page #gform_wrapper_2 .gfield {
  padding: 0;
}
.contact-page .gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .contact-page .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {
  margin-top: 0;
}
.contact-page .gfield_checkbox input {
  margin-bottom: 0;
}
.gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield input[type=radio] {
  margin: 1px 0 0;
}
.gform_wrapper .gfield_checkbox li, .gform_wrapper .gfield_radio li {
  margin: 0 0 12px 0;
}
/* -----------------------------------------------
    YOUTUBE PLAYLIST
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.youtube-playlist .yotu-playlist {
  padding: 0;
}
.youtube-playlist .wrap {
  max-width: 1000px;
  padding: 0;
}
.youtube-playlist .sub-title {
  margin-bottom: 40px;
}
.youtube-playlist .yotu-player {
  box-shadow: none;
}
.youtube-playlist .yotu-playlist .yotu-pagination {
  padding-top: 25px;
  color: #333333;
}
.youtube-playlist .yotu-button-prs {
  font-family: fieldwork, sans-serif;
  border-radius: 10px;
  padding: 10px;
  min-width: 100px;
  transition: all 300ms ease;
  background-color: #75BB56;
  color: #1D1D1D;
  font-size: 15px;
  font-weight: 600 !important;
  box-shadow: none;
  border: 0;
  margin: 0 15px;
}
.youtube-playlist .yotu-button-prs:hover {
  background-color: #67b047;
}
.youtube-playlist .yotu-playlist .yotu-pagination span {
  vertical-align: middle;
  font-size: 16px;
  font-weight: 700;
}
.youtube-playlist .yotu-videos {
  padding-top: 25px;
}
.youtube-playlist .yotu-videos.yotu-mode-grid h3 {
  font-family: fieldwork, sans-serif;
  color: #6A0909;
  font-size: 14px;
}
.youtube-playlist .yotu-videos.yotu-mode-grid .yotu-video-description {
  font-size: 14px;
  line-height: 1.6;
}
.youtube-playlist .yotu-playlist .yotu-pagination.yotu-pagination-bottom {
  display: none;
}
/* -----------------------------------------------
    FAQ CONTENT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.faq-content .faq-arrow {
  display: block;
  width: 50px;
}
.faq-content .accordion {
  width: 49%;
  float: left;
  margin: 0 2% 2% 0;
}
.faq-content .accordion:nth-child(2n) {
  margin-right: 0;
}
.faq-content .accordion:nth-child(2n+1) {
  clear: left;
}
.faq-content .ui-accordion .ui-accordion-header {
  background: none;
  border: 1px solid #6A0909;
  border-radius: 0;
  margin: 0;
  color: #1D1D1D;
  padding: 15px 65px 12px 25px;
  font-family: fieldwork, sans-serif;
  font-size: 16px;
  transition: all 300ms ease;
  line-height: 1.6;
}
.faq-content .ui-accordion .ui-accordion-header:focus {
  outline: 0;
}
.faq-content .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  display: none;
}
.faq-content .ui-accordion .ui-accordion-header .faq-arrow {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  background: #6A0909;
  color: #fff;
  padding: 10px;
}
.faq-content .ui-accordion .ui-accordion-header .faq-arrow img {
  position: relative;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease;
}
.faq-content .ui-accordion .ui-accordion-header.ui-state-active {
  color: #1D1D1D;
  background: #f2f2f2;
}
.faq-content .ui-accordion .ui-accordion-header.ui-state-active .faq-arrow img {
  transform: rotate(90deg) scale(0.8) translateX(-35%);
}
.faq-content .ui-accordion .ui-accordion-content {
  border: 1px solid #6A0909;
  padding: 30px 40px;
  border-top: 0;
}
.faq-content .ui-accordion .ui-accordion-content p {
  margin: 0;
}
.faq-content .ui-accordion .ui-accordion-content a {
  color: #007bff;
}
.faq-content .ui-accordion .ui-accordion-content a:hover {
  color: #002447;
  text-decoration: underline;
}
/* -----------------------------------------------
    BASIC CONTENT
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.basic-content .wrap {
  max-width: 1200px;
}
.basic-content p {
  font-size: 16px;
}
.basic-content p:last-child, .basic-content ul:last-child {
  margin-bottom: 0;
}
.basic-content li {
  list-style-type: disc;
}
.basic-content .button {
  margin-right: 25px;
}
.basic-content h1, .basic-content h2, .basic-content h3 {
  margin-top: 60px;
}
.basic-content h1, .basic-content h2, .basic-content h3, .basic-content h4, .basic-content h5 {
  font-weight: 700;
}
.basic-content .button {
  margin-bottom: 25px;
}
.basic-content .fifty-percent-blocks {
  line-height: 1.8;
  margin: 0 1% 25px;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 47%;
}
/* -----------------------------------------------
    BLOCKQUOTE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
section.blockquote .blockquote-container {
  background: #eee;
  border-radius: 15px;
  padding: 40px 50px 40px 86px;
}
section.blockquote .blockquote-container .quote {
  margin: 0 0 20px;
}
section.blockquote .blockquote-container .quote p {
  font-family: fieldwork, sans-serif;
  font-size: 18px;
  margin: 0;
  line-height: 1.6;
  font-style: italic;
}
section.blockquote .blockquote-container .quote:before {
  content: "“";
  font-family: Georgia, serif;
  position: relative;
  display: block;
  height: 0;
  color: #6A0909;
  left: -65px;
  top: -75px;
  font-size: 140px;
  opacity: 0.15;
}
section.blockquote .blockquote-container .attribution {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  margin: 0 0 0 14px;
}
section.blockquote .blockquote-container .attribution:before {
  content: "-";
  position: absolute;
  left: -14px;
  top: 0;
}
/* -----------------------------------------------
    ANCHOR LINKS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.anchor-links {
  text-align: center;
}
.anchor-links .button {
  margin: 0 10px;
}
/*****  Colors *******/
/***** Fonts *******/
/***** Font Specifics *******/
@keyframes bounce-shift {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-20px);
  }
  60% {
    transform: translateX(-5px);
  }
}
@keyframes read-more {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes all {
  0% {
    width: 100px;
    height: 100px;
    font-size: 18px;
  }
  50% {
    width: 100%;
    height: 50%;
  }
  100% {
    width: 100%;
    height: 100%;
    font-size: 25px;
    font-weight: 700;
    background-color: rgba(106, 9, 9, 0.8);
  }
}
.no-mobile {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .wrap {
    padding: 0 5%;
  }
  .nav-primary .wrap {
    margin-right: 0;
    padding: 0 5% 0 0;
    width: 100%;
  }
  header .title-area .site-title a {
    width: 250px;
    height: 175px;
  }
  .before-footer .inner-content {
    padding: 0 5%;
  }
  .site-footer .footer-content .services .image-and-social .image-section {
    margin-right: 15px;
  }
  .site-footer .footer-content .services .image-and-social .image-section img {
    height: 100px;
    width: 100px;
  }
  .site-footer .footer-content .services .image-and-social .image-section img:last-child {
    margin-right: 0;
  }
  .disclaimer-section .wrap.small {
    padding: 0 5%;
  }
  .hero .wrap .hero-text {
    margin: 0 5%;
  }
  .core-values .value-list .value {
    padding: 125px 22px 45px;
  }
  .home .wrap .hero-text {
    margin: 0 auto;
  }
  .home .about-us-section .our-team .inner-content {
    margin-top: 0;
  }
  .home .join-our-team .serving-aggieland .inner-content {
    margin: 0 0 0 5%;
    width: 40%;
  }
  .home .join-our-team .join-us .inner-content {
    max-width: 40%;
    margin: 0 5%;
  }
  .about-us-section .intro .title:after {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1500px) {
  body h1 {
    font-size: 60px;
  }
  body h2 {
    font-size: 52px;
  }
  body h4 {
    font-size: 30px;
  }
  body h5 {
    font-size: 25px;
  }
  .wrap.small {
    padding: 0 5%;
  }
  .nav-primary li a {
    font-size: 13px;
    padding: 15px 11px;
  }
  .genesis-nav-menu .menu-item-has-children > a {
    padding: 15px 25px 15px 11px;
  }
  .genesis-nav-menu .menu-item-has-children > a:after {
    right: 5px;
  }
  header .header-extras {
    margin-right: 11px;
  }
  header .title-area .site-title a {
    font-size: 10px;
    width: 250px;
    height: 150px;
  }
  .before-footer .get-started .title {
    font-size: 45px;
  }
  .before-footer .schedule-consultation .button.medium {
    font-size: 20px;
  }
  .site-footer .footer-content .services ul {
    column-gap: 0;
  }
  .custom-work .portfolio-items .item {
    padding: 30px;
  }
  .custom-work .portfolio-items .item .photo img {
    height: 380px;
    display: block;
  }
  .custom-work .portfolio-items .item .inner-content {
    margin-top: 25px;
  }
  .custom-work .portfolio-items .item .inner-content .title {
    margin-bottom: 0;
    max-width: 90%;
  }
  .about-us-section {
    margin-top: 120px;
  }
  .intro-with-testimonial .text {
    margin-right: 25px;
    max-width: 750px;
  }
  .intro-with-testimonial .testimonial blockquote {
    font-size: 18px;
  }
  .core-values .value-list .value {
    padding: 100px 22px 45px;
  }
  .core-values .value-list .value .number {
    width: 75px;
  }
  .core-values .value-list .value .title {
    font-size: 22px;
  }
  .home .join-our-team .serving-aggieland .inner-content .title {
    line-height: initial;
    font-size: 77px;
  }
  .home .join-our-team .map-container {
    width: 500px;
    height: 400px;
  }
  .careers .now-hiring {
    padding: 50px 0;
  }
  .careers .now-hiring .open-positions .position img {
    height: 450px;
    width: 450px;
  }
  .careers .now-hiring .open-positions .position.tall img {
    height: 500px;
  }
  .our-team-page .hero {
    height: 475px;
    background-position: right -44px bottom;
    margin-bottom: 100px;
  }
  .our-team-page .hero .hero-text {
    bottom: -45px;
  }
  .our-team-page .hero:before {
    display: none;
  }
}
@media only screen and (max-width: 1320px) {
  .site-footer .footer-content .nav-column {
    display: block;
    margin-right: 0;
  }
  .core-values .value-list .value {
    padding: 80px 40px 40px;
  }
  .core-values .value-list .value .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  body h4 {
    font-size: 25px;
  }
  body h5 {
    font-size: 18px;
  }
  .genesis-nav-menu {
    font-size: 14px;
  }
  header .header-extras .phone-link {
    font-size: 22px;
  }
  header .header-extras {
    margin-right: 0;
  }
  header .title-area .site-title {
    bottom: -115px;
  }
  header .title-area .site-title a {
    width: 200px;
  }
  .nav-primary li a {
    font-size: 11px;
    padding: 20px 10px;
  }
  .genesis-nav-menu .menu-item-has-children > a {
    padding: 15px 32px 15px 22px;
  }
  .genesis-nav-menu .menu-item-has-children > a:after {
    right: 5px;
  }
  .genesis-nav-menu .menu-item-has-children > a:after .before-footer .get-started .title {
    font-size: 37px;
  }
  .before-footer .schedule-consultation .button.medium {
    font-size: 16px;
    padding: 12px 20px;
  }
  .before-footer svg {
    width: 200px;
  }
  .button {
    font-size: 16px;
    padding: 12px 22px;
  }
  .hero.large {
    height: 700px;
  }
  .service-offerings-section .title {
    top: -30px;
  }
  .service-offerings-section .services .offering .offering-title {
    padding: 0 25px;
  }
  .service-offerings-section .services .offering img {
    height: 150px;
  }
  .core-values .value-list .value {
    flex-basis: 32.3334%;
    margin-right: 1.5%;
    margin-bottom: 1.5%;
  }
  .about-us-section .intro .inner-content a {
    font-size: 18px;
  }
  .custom-work .portfolio-items .item {
    padding: 30px;
  }
  .custom-work .portfolio-items .item .photo img {
    height: 280px;
  }
  .intro-with-photo .text {
    margin-right: 5%;
  }
  .intro-with-testimonial .text {
    max-width: 550px;
  }
  .home .hero .hero-text .box {
    padding: 37px;
    max-width: 75%;
    bottom: 150px;
  }
  .home .hero .hero-text .button:after {
    bottom: -100px;
  }
  .home .join-our-team .serving-aggieland .inner-content .title {
    font-size: 60px;
  }
  .home .about-us-section .our-team {
    padding-bottom: 60px;
  }
  .our-team-page .hero {
    height: 375px;
  }
  .our-team-page .staff-section .staff-members .staff-member {
    width: 47%;
    margin-right: 3%;
  }
  .our-team-page .staff-section .staff-members .staff-member:nth-child(3n) {
    margin-right: 3%;
  }
  .our-team-page .staff-section .staff-members .staff-member:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1023px) {
  body h1 {
    font-size: 50px;
  }
  body h2 {
    font-size: 45px;
  }
  body h3 {
    font-size: 35px;
  }
  body h4 {
    font-size: 28px;
  }
  .wrap {
    padding: 0 8%;
  }
  .youtube-playlist .wrap {
    padding: 0 5%;
    max-width: none;
  }
  .three-column-text .text-column.columns {
    float: none;
    margin: 0 0 40px;
    width: 100%;
  }
  .three-column-text .column-text-bg {
    max-width: 200px;
    max-height: 200px;
    top: 10%;
  }
  .four-column-image-and-text .four-column-row .image-text-block.with-image {
    width: 44%;
    margin: 3%;
  }
  blockquote::before {
    left: -20px;
  }
  .site-container {
    position: relative;
  }
  header .title-area .site-title {
    bottom: -50px;
  }
  header .title-area .site-title a {
    width: 200px;
    height: 100px;
  }
  .nav-primary .wrap {
    padding: 0;
  }
  .nav-primary {
    position: absolute;
    right: 0;
    width: 60%;
    display: none;
    background-color: #6A0909;
    padding: 0;
    overflow: hidden;
    border: 0;
    z-index: 15;
  }
  .nav-primary .wrap {
    max-width: 100%;
  }
  .nav-primary ul {
    flex-flow: wrap;
  }
  .nav-primary ul.odd > li:last-child {
    width: 100%;
  }
  .nav-primary ul.odd > li:last-child a {
    text-align: center;
  }
  .nav-primary ul li a:hover {
    color: inherit;
  }
  .nav-primary ul li.menu-main-link {
    display: block;
    margin: 0;
  }
  .nav-primary ul li.menu-main-link a {
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px;
    text-align: center;
  }
  .nav-primary ul li .sub-menu {
    padding-top: 30px;
  }
  .nav-primary ul li .sub-menu a {
    text-align: center;
  }
  .nav-primary .mobile_hidden {
    display: inline-block;
  }
  .genesis-nav-menu {
    position: relative;
    clear: both;
    font-weight: 600;
    line-height: 1;
    width: 90%;
    float: right;
    background-color: #eee;
  }
  .genesis-nav-menu .menu-item {
    display: inline-block;
    width: 50%;
    text-align: center;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    position: unset;
  }
  .genesis-nav-menu .menu-item:last-child {
    border-right: none;
  }
  .genesis-nav-menu .menu-item:nth-child(2n) {
    border-right: 0;
  }
  .genesis-nav-menu .menu-item:first-child, .genesis-nav-menu .menu-item:nth-child(2) {
    border-top: none;
  }
  .genesis-nav-menu .menu-item a {
    padding: 32px 45px;
    text-align: center;
  }
  .genesis-nav-menu .menu-item.menu-item-58 {
    border-top: 0;
  }
  .genesis-nav-menu .menu-item.menu-item-140 {
    border-bottom: 0;
  }
  .genesis-nav-menu .mobile_hidden {
    display: inline-block;
    width: 50%;
    border-top: none;
    margin: 0;
  }
  .genesis-nav-menu .mobile_hidden a {
    color: #F1F1F1;
    padding-left: 0;
    padding-right: 0;
  }
  .genesis-nav-menu .mobile_hidden a:hover {
    color: #F1F1F1;
  }
  .genesis-nav-menu .mobile_hidden:nth-last-child(-n+2) {
    background-color: #6A0909;
    width: 25%;
  }
  .genesis-nav-menu .mobile_hidden:last-child {
    background-color: #333333;
  }
  .genesis-nav-menu .sub-menu {
    display: block !important;
    position: fixed !important;
    top: 45px !important;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    padding-top: 75px;
    padding-bottom: 100px;
    transform: translateX(100%);
    transition: all 250ms ease-out;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background: #fff;
  }
  .genesis-nav-menu .sub-menu:active {
    background-color: #eee;
    color: inherit;
  }
  .genesis-nav-menu .sub-menu .menu-item {
    width: 100%;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #ccc;
  }
  .genesis-nav-menu .sub-menu .menu-item a {
    position: relative;
    padding: 12px;
  }
  .genesis-nav-menu .sub-menu .menu-item.menu-item-has-children > a:after {
    content: "";
    background-image: none !important;
    width: 8px;
    height: 8px;
    border-right: 2px solid #6A0909;
    border-bottom: 2px solid #6A0909;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
  }
  .genesis-nav-menu .sub-menu .menu-item:first-child {
    border-top: none;
  }
  .genesis-nav-menu .sub-menu .menu-item:last-child {
    border-bottom: none;
  }
  .genesis-nav-menu .sub-menu .back-arrow {
    position: absolute;
    top: 5px;
    left: 40px;
    margin: 0;
    display: block;
    width: 40px;
    background: transparent;
  }
  .genesis-nav-menu .sub-menu .back-arrow a {
    display: inline-block;
    background: url(images/maroon-arrow.svg) no-repeat;
    width: 30px;
    height: 23px;
    transform: rotate(180deg);
    background-size: 30px 23px;
    padding: 0;
  }
  .genesis-nav-menu .sub-menu .back-arrow a:after {
    content: "";
    background: none;
  }
  .genesis-nav-menu .sub-menu.active {
    transform: translateX(0);
  }
  .genesis-nav-menu .sub-menu {
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding-top: 40px;
    transform: translateX(100%);
    transition: all 250ms ease-out;
  }
  .genesis-nav-menu .sub-menu.active {
    transform: translateX(0);
  }
  .mobile-nav-toggle {
    position: absolute;
    display: block;
    top: 6px;
    right: 6px;
    padding-left: 28px;
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
    color: #1D1D1D;
  }
  a.mobile-nav-toggle {
    color: #fff;
    font-weight: 700;
  }
  a.mobile-nav-toggle:hover {
    color: #fff;
  }
  .mobile-nav-toggle svg {
    position: absolute;
    left: 0;
    top: 7px;
  }
  header .header-extras .extra-links {
    display: none;
  }
  .genesis-nav-menu .sub-menu a {
    border: none;
    text-align: center;
    width: 100%;
    color: #1D1D1D;
  }
  .before-footer {
    background-color: transparent;
  }
  .before-footer:before {
    background-color: transparent;
  }
  .before-footer .inner-content {
    padding: 0;
    max-width: 100%;
    align-items: stretch;
  }
  .before-footer svg {
    display: none;
  }
  .before-footer .get-started {
    position: relative;
    padding: 80px 0;
    background: #400606;
    width: 50%;
    text-align: center;
  }
  .before-footer .schedule-consultation {
    text-align: center;
    background: #6A0909;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .site-footer .footer-content .services ul {
    column-count: 2;
  }
  .site-footer .footer-content .nav-column:first-child {
    margin-right: 0;
  }
  .site-footer .footer-content .services .image-and-social {
    flex-flow: column;
    align-items: flex-start;
  }
  .site-footer .footer-content .services .image-and-social .social-media {
    margin: 25px 0 0 0;
  }
  .popup .text {
    padding: 25px 24px 24px;
  }
  .hero {
    height: 400px;
    background-position: center center;
  }
  .hero .hero-text {
    max-width: 700px;
    padding-top: 25px;
  }
  .hero .hero-text .main-title {
    top: -17px;
  }
  .hero .hero-text .button {
    font-size: 16px;
    padding: 6px 17px;
  }
  .about-us-section {
    margin-bottom: 40px;
  }
  .about-us-section .intro {
    margin-bottom: 0;
  }
  .about-us-section .intro .title {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .about-us-section .intro .inner-content {
    width: 100%;
  }
  .intro-with-testimonial {
    flex-flow: wrap;
    justify-content: center;
    margin-bottom: 50px;
  }
  .intro-with-testimonial .text {
    margin-right: 0;
  }
  .intro-with-testimonial .testimonial {
    max-width: 400px;
    margin-top: 25px;
  }
  .intro-with-testimonial .testimonial .inner-content {
    padding: 50px 30px;
  }
  .core-values {
    padding: 0;
    margin: 50px 0;
  }
  .core-values .wrap {
    flex-flow: column;
  }
  .core-values .value-list {
    margin-bottom: 0;
  }
  .core-values .value-list .value {
    height: auto;
    padding: 100px 30px 40px;
  }
  .core-values .value-list .value .number {
    width: 60px;
  }
  .core-values .value-list .value .title {
    font-size: 16px;
  }
  .service-offerings-section {
    top: 0;
    padding: 50px 0;
  }
  .service-offerings-section .title {
    top: 0;
    margin-bottom: 30px;
  }
  .service-offerings-section .button {
    margin-bottom: 0;
  }
  .service-offerings-section .services {
    margin-top: 0;
    max-width: 100%;
    margin: 0 auto;
  }
  .service-offerings-section .services .offering {
    flex-basis: 100%;
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .service-offerings-section .services .offering:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .service-offerings-section .services .offering .offering-title {
    font-size: 20px;
  }
  .service-offerings-section .services .offering p {
    font-size: 16px;
    margin-top: 10px;
  }
  .home .hero .hero-text .main-title {
    letter-spacing: 10px;
  }
  .home .hero .hero-text .button:after {
    bottom: -97px;
  }
  .home .about-us-section .our-team {
    flex-flow: wrap;
  }
  .home .about-us-section .our-team .content {
    margin-left: 30px;
  }
  .home .about-us-section .our-team .company-photo {
    right: 0;
  }
  .home .service-offerings-section {
    margin-top: 0;
    top: 0;
  }
  .home .service-offerings-section .services .offering:last-child {
    margin-bottom: 35px;
  }
  .home .join-our-team {
    margin-top: 0;
  }
  .home .join-our-team .serving-aggieland .inner-content {
    width: 100%;
    max-width: 600px;
  }
  .home .join-our-team .map-container {
    display: none;
  }
  .home .join-our-team .join-us .inner-content {
    max-width: 100%;
  }
  .home .join-our-team .join-us img {
    height: 400px;
    width: 100%;
    object-position: center;
    object-fit: cover;
    display: block;
  }
  .about-us-section .intro .title:after {
    bottom: 0;
  }
  .careers .now-hiring .open-positions .position img {
    height: 350px;
    width: 350px;
  }
  .careers .now-hiring .open-positions .position.tall img {
    height: 400px;
  }
  .careers .now-hiring .open-positions .position .position-title {
    font-size: 18px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .mobile-nav-toggle {
    right: 4px;
  }
  header .header-extras .button {
    font-size: 12px;
  }
  header .header-extras .phone-link {
    font-size: 18px;
  }
  header .header-extras .phone-link svg {
    margin-right: 8px;
    width: 20px;
  }
  .disclaimer-section .disclaimer {
    flex-flow: column;
  }
  .disclaimer-section .disclaimer .rights-section {
    order: 2;
    position: relative;
  }
  .disclaimer-section .disclaimer .scroll-top-button {
    position: relative;
    top: -45px;
    order: 1;
    margin-bottom: 15px;
  }
  .stars img {
    width: 30px;
    height: 30px;
  }
  .hero {
    margin-bottom: 50px;
  }
  .service-offerings-section {
    padding: 25px 0;
  }
  .service-offerings-section .title {
    max-width: 80%;
    top: 0;
    margin: 0 auto 25px;
  }
  .service-offerings-section .services .offering p {
    font-size: 16px;
  }
  .about-us-section {
    margin-top: 90px;
  }
  .custom-work .portfolio-items .item .photo img {
    height: 200px;
  }
  .custom-work .portfolio-items .item .inner-content p {
    font-size: 16px;
  }
  .core-values .value-list .value {
    flex-basis: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .core-values .value-list .value .title {
    font-size: 20px;
  }
  .core-values .value-list .value:nth-child(3n) {
    margin-right: 2%;
  }
  .core-values .value-list .value:nth-child(2n) {
    margin-right: 0;
  }
  .home .hero .hero-text {
    padding-top: 30px;
  }
  .home .hero .hero-text .main-title {
    letter-spacing: 11px;
  }
  .home .about-us-section {
    margin-top: 50px;
  }
  .home .top-section .welcome {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .home .top-section .welcome .title {
    margin-bottom: 25px;
  }
  .home .top-section .service-offerings-section {
    top: 0;
  }
  .home .join-our-team .join-us img {
    height: 300px;
  }
  .careers .stars {
    right: -15px;
  }
  .our-team-page .hero {
    background-position: right bottom;
    height: 275px;
    margin-bottom: 115px;
  }
  .our-team-page .hero .hero-text {
    bottom: -55px;
  }
  .our-team-page .hero .hero-text p {
    font-size: 20px;
  }
  .service-offerings-section .services {
    flex-flow: column;
  }
  .service-offerings-section .services .offering {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body h1 {
    font-size: 40px;
  }
  body h2 {
    font-size: 38px;
  }
  header .header-extras {
    margin-right: 5px;
  }
  header .header-extras .phone-link {
    display: none;
  }
  .nav-primary {
    padding-bottom: 20px;
  }
  .genesis-nav-menu {
    width: 100%;
  }
  .genesis-nav-menu .menu-item a {
    padding: 30px 15px;
  }
  .mobile-nav-toggle {
    top: 0;
  }
  .genesis-nav-menu .sub-menu .menu-item a {
    font-size: 10px;
  }
  .before-footer .get-started {
    display: none;
  }
  .before-footer .schedule-consultation {
    width: 100%;
    padding: 25px 0;
    display: block;
  }
  .before-footer .schedule-consultation .mobile-title {
    display: block;
    margin: 0 0 8px;
    color: #fff;
    text-transform: uppercase;
  }
  .site-footer .footer-content {
    text-align: center;
  }
  .site-footer .footer-content .five.columns, .site-footer .footer-content .seven.columns {
    width: 100%;
    margin-left: 0;
  }
  .site-footer .footer-content .contact-info {
    text-align: center;
  }
  .site-footer .footer-content .contact-section .image-section {
    margin-bottom: 25px;
  }
  .site-footer .footer-content .logo {
    margin: 0 auto;
  }
  .site-footer .footer-content .contact-info {
    text-align: center;
  }
  .site-footer .footer-content .services .image-and-social {
    justify-content: center;
  }
  .site-footer .footer-content .services .image-and-social .social-media ul {
    text-align: center;
  }
  .site-footer .footer-content .services .image-and-social {
    align-items: center;
  }
  .site-footer .footer-content .services .image-and-social .image-section {
    margin-right: 0;
  }
  .site-footer .footer-content .footer-subnav {
    margin: 15px 0;
  }
  .site-footer .footer-content .footer-subnav:last-child {
    margin-bottom: 25px;
  }
  .site-footer .footer-content .footer-nav .sub-menu {
    margin: 17px 0 34px;
  }
  .site-footer .footer-content .services .image-and-social .image-section #sb_instagram #sbi_images .sbi_item {
    padding: 3px !important;
  }
  .button {
    font-size: 16px;
    padding: 8px 23px;
  }
  .button.medium {
    font-size: 18px;
    padding: 11px 27px;
  }
  .hero.large {
    height: 500px;
  }
  .hero .wrap .hero-text {
    margin: 0;
  }
  .hero .hero-text {
    width: 100%;
    max-width: 100%;
  }
  .hero .hero-text .main-title {
    letter-spacing: 5px;
  }
  .hero .hero-text .button {
    font-size: 16px;
  }
  .about-us-section {
    margin-top: 40px;
  }
  .custom-work {
    padding: 40px 0;
  }
  .custom-work .portfolio-items {
    margin-bottom: 25px;
  }
  .single .content-sidebar-wrap .content {
    width: 100%;
    float: none;
  }
  .single .content-sidebar-wrap .sidebar {
    float: none;
    width: 96%;
    margin: 0 auto;
    max-width: 360px;
  }
  .two-column-image-and-text .image-text-block .image, .two-column-image-and-text .image-text-block.with-image .text {
    float: none;
    width: 100%;
    margin: 0 auto 15px;
  }
  .popup .inner-content {
    padding: 35px;
  }
  .popup .image {
    width: 100%;
    max-width: 150px;
    margin-right: 35px;
    margin-bottom: 9px;
  }
  .popup .image img {
    border-radius: 0;
  }
  .popup .text {
    width: 100%;
    padding: 0;
  }
  .custom-work .portfolio-items .item {
    padding: 10px;
  }
  .intro-with-photo {
    margin-bottom: 0;
    flex-flow: wrap;
    padding: 0 8%;
  }
  .intro-with-photo .photo {
    flex-basis: 100%;
  }
  .intro-with-photo .photo img {
    width: 300px;
    display: block;
  }
  .intro-with-photo .text {
    margin: 0;
    flex-basis: 100%;
  }
  .home .hero .hero-text {
    width: 100%;
    margin: 0 auto;
    background-color: rgba(106, 9, 9, 0.75);
    padding: 25px;
    bottom: 30px;
  }
  .home .hero .hero-text .main-title {
    max-width: 100%;
    margin: 0 auto 25px;
    line-height: 1;
    position: relative;
  }
  .home .hero .hero-text .box {
    background-color: transparent;
    padding: 0;
    text-align: center;
  }
  .home .hero .hero-text .button:after {
    display: none;
  }
  .home .top-section .service-offerings-section .services .offering {
    margin-bottom: 25px;
  }
  .home .top-section .service-offerings-section .services .offering:last-child {
    margin-bottom: 50px;
  }
  .home .custom-work .portfolio-items {
    align-items: flex-start;
  }
  .home .custom-work .portfolio-items .item {
    width: 100%;
    margin-right: 0;
    padding: 50px;
    margin-bottom: 15px;
  }
  .home .custom-work .portfolio-items .item .photo img {
    height: 280px;
  }
  .home .custom-work .portfolio-items .item .inner-content p {
    margin-bottom: 0;
  }
  .home .join-our-team .serving-aggieland img {
    min-height: 250px;
  }
  .home .join-our-team .serving-aggieland .inner-content {
    padding: 0 5%;
    margin: 0 auto;
  }
  .home .join-our-team .serving-aggieland .inner-content .title {
    font-size: 40px;
  }
  .home .join-our-team .serving-aggieland .inner-content p {
    margin-bottom: 0;
  }
  .home .join-our-team .join-us img {
    height: 300px;
  }
  .home .join-our-team .join-us .inner-content p {
    font-size: 18px;
  }
  .our-community-page .nominate-pro-bono {
    padding: 25px 0;
  }
  .our-community-page .nominate-pro-bono .wrap {
    flex-flow: column;
  }
  .our-community-page .nominate-pro-bono .left {
    width: 100%;
  }
  .our-community-page .nominate-pro-bono .right {
    width: 100%;
  }
  .careers .now-hiring {
    padding: 25px 5%;
  }
  .careers .now-hiring .open-positions {
    flex-flow: column;
    justify-content: center;
  }
  .careers .now-hiring .open-positions .position {
    margin-bottom: 25px;
  }
  .careers .now-hiring .open-positions .position.tall img {
    height: auto;
  }
  .careers .now-hiring .open-positions .position img {
    height: auto;
    width: 350px;
    max-width: 100%;
  }
  .careers .criteria {
    margin: 50px 0;
  }
  .careers .criteria .title {
    margin-bottom: 25px;
    text-align: left;
  }
  .careers .criteria ul {
    column-count: 1;
  }
  .careers .criteria ul li {
    margin-bottom: 15px;
  }
  .careers .apply-now .wrap {
    flex-flow: column;
    justify-content: center;
  }
  .careers .apply-now .right {
    width: 100%;
  }
  .our-team-page .staff-section .staff-members .staff-member {
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
  .our-team-page .staff-section .staff-members .staff-member:nth-child(3n) {
    margin-right: 0;
  }
  .our-team-page .hero {
    background-position: right center;
    height: 225px;
  }
  .our-team-page .hero .hero-text p {
    font-size: 16px;
  }
  .core-values .value-list .value {
    padding: 80px 30px 60px;
  }
  .service-page .top-section .buttons.services a {
    margin: 0 0 20px 0;
    padding: 6px 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  #sb_instagram.sbi_col_3 #sbi_images .sbi_item {
    width: 33.33%;
  }
  .site-footer .footer-content .services .image-and-social .image-section {
    width: 100%;
  }
  .disclaimer-section .disclaimer .rights-section {
    justify-content: center;
    flex-wrap: wrap;
  }
  .disclaimer-section .disclaimer .rights-section .logo {
    display: block;
    width: 100%;
    max-width: 150px;
    margin: 20px;
  }
}
@media only screen and (max-width: 550px) {
  body h1 {
    font-size: 30px;
  }
  body h2 {
    font-size: 28px;
  }
  body h3 {
    font-size: 24px;
  }
  body h4 {
    font-size: 20px;
  }
  body h5 {
    font-size: 16px;
  }
  body h6 {
    font-size: 14px;
  }
  img.alignleft, img.alignright {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  .button {
    font-size: 14px;
    padding: 10px 15px;
  }
  .scroll-top {
    top: -50px;
    right: 15px;
    width: 40px;
    height: 35px;
  }
  .scroll-top a {
    font-size: 16px;
    padding: 4px 0;
  }
  .hero {
    height: 400px;
  }
  header {
    padding: 12px 0;
  }
  header .title-area .site-title a {
    width: 150px;
    height: 80px;
  }
  header .header-extras {
    display: none;
  }
  .nav-primary {
    width: 100%;
  }
  .nav-primary ul {
    flex-flow: column;
  }
  .nav-primary ul li {
    font-size: 14px;
  }
  .nav-primary ul li .sub-menu {
    padding-top: 75px;
  }
  .genesis-nav-menu .menu-item {
    border-right: 0;
    width: 100%;
  }
  .genesis-nav-menu .menu-item:first-child, .genesis-nav-menu .menu-item:nth-child(2) {
    border-top: 1px solid #ccc;
  }
  .genesis-nav-menu .menu-item a {
    padding: 25px 15px;
  }
  .genesis-nav-menu .sub-menu .menu-item a {
    padding: 11px;
  }
  .genesis-nav-menu .sub-menu .back-arrow {
    top: 50px;
  }
  .mobile-nav-toggle {
    right: 5%;
    top: -6px;
  }
  .genesis-nav-menu .mobile_hidden {
    font-size: 13px;
  }
  .site-footer .footer-content .services .title {
    letter-spacing: 3.6px;
  }
  .disclaimer-section .disclaimer {
    font-size: 12px;
    line-height: 2rem;
  }
  .custom-work .portfolio-items .item {
    width: 100%;
    padding: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .basic-content .button {
    margin: 0 15px 15px 0;
  }
  .basic-content h1, .basic-content h2, .basic-content h3 {
    margin-top: 35px;
  }
  .three-column-text p {
    padding-right: 0;
  }
  .sf-field-search input {
    font-size: 16px;
  }
  .our-team-page .mobile-hero-text .hero-text .button {
    font-size: 14px;
  }
  .our-team-page .mobile-hero-text .hero-text .main-title {
    margin-bottom: 10px;
  }
  .popup .inner-content {
    padding: 25px;
  }
  .popup .image {
    margin: 0 auto 25px;
    float: none;
  }
  .popup .text {
    width: 100%;
    margin-top: 25px;
    display: block;
    position: relative;
  }
  .popup .text .no-link {
    text-align: center;
  }
  .popup .text p {
    text-align: center;
  }
  .popup .text .hidden-text p {
    text-align: left;
  }
  .custom-work {
    padding: 0;
  }
  .hero.large {
    height: 430px;
  }
  .hero .hero-text .main-title {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
  .hero .hero-text p {
    font-size: 16px;
  }
  .service-offerings-section {
    margin-bottom: 0;
  }
  .service-offerings-section .title {
    max-width: 100%;
  }
  .about-us-section .intro .title {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }
  .about-us-section .intro .title:after {
    height: 9px;
  }
  .about-us-section .intro .inner-content p {
    font-size: 16px;
  }
  .about-us-section .intro .inner-content a {
    float: none;
    font-size: 16px;
  }
  .intro-with-photo .photo {
    flex-basis: 100%;
  }
  .intro-with-photo .text {
    flex-basis: 100%;
    margin-top: 25px;
  }
  .intro-with-testimonial .testimonial blockquote {
    font-size: 16px;
  }
  .core-values #aOurTeamLink {
    font-size: 16px;
  }
  .core-values .value-list .value {
    width: 100%;
    margin-right: 0;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .core-values .value-list .value:nth-child(3n) {
    margin-right: 0;
  }
  .core-values .value-list .value .title {
    font-size: 18px;
  }
  .service-offerings-section .services .offering .offering-title {
    font-size: 16px;
  }
  .home .about-us-section .our-team .company-photo .photo {
    padding: 10px;
  }
  .home .about-us-section .our-team .inner-content {
    margin-left: 0;
  }
  .home .about-us-section .our-team .inner-content ul li svg {
    margin-right: 10px;
  }
  .home .about-us-section .divider {
    margin-top: -70px;
  }
  .home .about-us-section .divider:before {
    height: 15px;
  }
  .home .about-us-section .divider img {
    height: 130px;
  }
  .home .custom-work .portfolio-items .item {
    padding: 20px;
  }
  .our-team-page .hero {
    margin-bottom: 0;
    height: 150px;
  }
  .our-team-page .hero .hero-text {
    display: none;
  }
  .our-team-page .mobile-hero-text {
    display: block;
  }
}
@media only screen and (max-width: 420px) {
  header .title-area .site-title {
    bottom: -26px;
  }
  header .title-area .site-title a {
    width: 130px;
    height: 55px;
  }
  .site-footer .footer-content .services ul {
    column-count: 1;
    column-gap: 0;
  }
  .site-footer .footer-content .services .image-and-social .image-section img {
    height: 80px;
    width: 80px;
    margin-right: 8px;
  }
  .disclaimer-section .disclaimer {
    text-align: center;
  }
  .disclaimer-section .disclaimer .rights, .disclaimer-section .disclaimer .company {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .disclaimer-section .disclaimer .rights:after, .disclaimer-section .disclaimer .company:after {
    display: none;
  }
  .disclaimer-section .disclaimer .rights {
    display: block;
  }
  .disclaimer-section .disclaimer a:not(.button) {
    display: block;
    width: 100%;
  }
  .stars img {
    width: 20px;
    height: 20px;
  }
  .hero {
    margin-bottom: 25px;
  }
  .hero .hero-text {
    text-align: left;
  }
  .hero .hero-text .button {
    font-size: 14px;
  }
  .service-offerings-section .services .offering img {
    height: 100px;
  }
  .service-offerings-section .services .offering .offering-title {
    padding: 0;
  }
  .service-offerings-section .button {
    margin-bottom: 0;
  }
  .core-values .title {
    margin-bottom: 15px;
  }
  .intro-with-testimonial .testimonial .stars {
    right: -9px;
  }
  .home .top-section .welcome {
    padding: 0 25px;
    font-size: 16px;
  }
  .home .top-section .welcome .stars img {
    margin-right: 15px;
  }
  .home .about-us-section {
    margin-top: 35px;
  }
  .home .custom-work .portfolio-items .item .photo img {
    height: 200px;
  }
  .home .join-our-team .serving-aggieland .inner-content .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .home .join-our-team .serving-aggieland .inner-content p {
    font-size: 14px;
  }
  .home .join-our-team .join-us img {
    height: 250px;
  }
  .home .join-our-team .join-us .inner-content .title {
    margin-bottom: 7px;
  }
  .home .join-our-team .join-us .inner-content p {
    font-size: 14px;
  }
  .careers .stars {
    right: -10px;
  }
  .our-team-page .hero {
    height: 100px;
  }
}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *, *::before, *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after, a[href^="#"]::after, .site-title > a::after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img, tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote, pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content, .content-sidebar {
    width: 100%;
  }
  button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .header-widget-area, .hidden-print, .home-top, .nav-primary, .nav-secondary, .post-edit-link, .sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1, h2, h3, h4, h5, h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote, pre, table {
    page-break-inside: avoid;
  }
  dl, ol, ul {
    page-break-before: avoid;
  }
}
