/*
Theme Name: Ultra
Description: Custom Wordpress Theme
Author: Ultra Design Agency
Author URI: https://www.ultradesignagency.com/
Version: 7.1.A
License: Copyright 2021 Ultra Design Agency
*/
/* =============================================================================
   Typography
   ========================================================================== */
@font-face {
  font-family: 'Freight Display Book Italic';
  src: url('https://2e21ec.claudeassets.com/20241113081956im_/https://www.sascocap.com/wp-content/themes/Ultra/fonts/Freight Display Book Italic.otf');
}
@font-face {
  font-family: 'Freight Display Book';
  src: url('https://2e21ec.claudeassets.com/20241113081956im_/https://www.sascocap.com/wp-content/themes/Ultra/fonts/Freight Display Book.otf');
}
@font-face {
  font-family: 'Freight Display Medium';
  src: url('https://2e21ec.claudeassets.com/20241113081956im_/https://www.sascocap.com/wp-content/themes/Ultra/fonts/Freight Display Medium.otf');
}
@font-face {
  font-family: 'Freight Text Medium';
  src: url('https://2e21ec.claudeassets.com/20241113081956im_/https://www.sascocap.com/wp-content/themes/Ultra/fonts/Freight Text Medium.otf');
}
@font-face {
  font-family: 'Brandon Grotesque Regular';
  src: url('https://93aecd.claudeassets.com/20241113081956im_/https://www.sascocap.com/wp-content/themes/Ultra/fonts/Brandon Grotesque Regular.ttf');
}
@font-face {
  font-family: 'Brandon Grotesque Black';
  src: url('https://93aecd.claudeassets.com/20241113081956im_/https://www.sascocap.com/wp-content/themes/Ultra/fonts/Brandon Grotesque Black.otf');
}
@font-face {
  font-family: 'Brandon Grotesque Medium';
  src: url('https://93aecd.claudeassets.com/20241113081956im_/https://www.sascocap.com/wp-content/themes/Ultra/fonts/Brandon Grotesque Medium.otf');
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  display: block;
  font-weight: inherit;
}
blockquote {
  margin: 1em 40px;
}
h1 {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: 'Freight Display Book', serif;
}
h2 {
  font-size: 22px;
  line-height: 1.2;
  font-family: 'Brandon Grotesque Black';
  letter-spacing: 1px;
}
h3 {
  font-size: 36px;
  line-height: 1.2;
  font-family: 'Freight Display Book', serif;
}
h4 {
  font-size: 26px;
  line-height: 1.2;
}
h5 {
  font-size: 20px;
  line-height: 1.4;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic, i, em {
  font-style: italic;
}
.freight-display {
  font-family: 'Freight Display Medium';
}
.freight-italic {
  font-family: 'Freight Display Book Italic';
}
.underline {
  text-decoration: underline;
}
.semi-bold {
  font-weight: 600;
}
strong, .bold {
  font-weight: 800;
}
.center {
  text-align: center;
}
.white {
  color: rgba(255, 255, 255, 1);
}
ul, ol, article, div, section, p {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  color: rgba(62, 62, 62, 1);
  transition: all .4s ease;
  text-decoration: none;
}
.red-1 {
  color: rgba(164, 32, 34, 1);
}
.red-2 {
  color: rgba(138, 10, 29, 1);
}
.red-3 {
  color: rgba(165, 30, 35, 1);
}
.red-4 {
  color: rgba(101, 14, 28, 1);
}
.red-5 {
  color: rgba(77, 31, 37, 1);
}
.black {
  color: rgba(62, 62, 62, 1);
}
/* =============================================================================
   Layout
   ========================================================================== */
html {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
}
body {
  font-size: 20px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: rgba(62, 62, 62, 1);
  line-height: 1.4;
  font-weight: inherit;
  opacity: 0;
  transition: opacity 2.5s;
  font-family: 'Brandon Grotesque Regular', sans-serif;
  background-color: rgb(255, 255, 255);
  margin: 0;
  padding: 0;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoWrapper iframe, .videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-width {
  width: 90%;
  padding: 0 5%;
}
.full-width-no-padding {
  width: 100%;
}
.fourteen-hundred {
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
  padding: 0 5%;
}
.one-thousand {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
  padding: 0 5%;
}
.eight-hundred {
  margin: 0 auto;
  max-width: 800px;
  width: 90%;
  padding: 0 5%;
}
.six-hundred {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
  padding: 0 5%;
}
.flex-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  position: relative;
}
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
.flex-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  position: relative;
}
.flex-grow {
  flex-direction: row;
  display: flex;
}
.flex-grow > li {
  text-align: center;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.desktop {
  display: block;
}
.tablet {
  display: none;
}
.mobile {
  display: none;
}
.clear {
  clear: both;
}
#container {
  padding: 120px 0 0;
}
/* =============================================================================
  Button
   ========================================================================== */
.button-wrap {
  position: relative;
  margin: 30px 0 0;
}
.button {
  display: inline-block;
  position: relative;
  transition: all .4s ease;
  overflow: hidden;
  cursor: pointer;
  line-height: 1;
  font-size: 20px;
}
.banner-button {
  padding: 14px 40px;
  color: rgba(173, 170, 170, 1);
  background-color: rgba(101, 14, 28, 1);
  font-family: 'Brandon Grotesque Black';
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*
.banner-button:after {
   content: url(https://0f5ba7.claudeassets.com/20241113081956im_/https://www.sascocap.com/wp-content/themes/Ultra/images/angle-right-grey.svg);
}
*/
.banner-button:hover {
  background-color: rgba(77, 31, 37, 1) !important;
  color: rgba(255, 255, 255, 1);
  text-decoration: none !important;
}
.red-button, #gform_wrapper_9 .g-button {
  background-color: rgba(164, 32, 34, 0);
  border: 2px solid rgba(164, 32, 34, 1);
  color: rgba(164, 32, 34, 1);
  font-family: 'Freight Display Book Italic';
  font-weight: bold;
  text-transform: capitalize;
  font-style: normal !important;
  padding: 4px 40px 7px;
}
.red-button:after, #gform_wrapper_9 .g-button:after {
  content: url(https://65b0fd.claudeassets.com/20241113081956im_/https://www.sascocap.com/wp-content/themes/Ultra/images/angle-right-roja.svg);
}
.red-button:hover, #gform_wrapper_9 .g-button:hover {
  background-color: rgba(164, 32, 34, 1);
  color: rgba(255, 255, 255, 1) !important;
  text-decoration: none !important;
}
.button:after {
  width: 8px;
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 1s ease;
  opacity: 1;
}
.button:hover:after {
  opacity: 0;
  right: -20px;
}
.firm-button {
  border: 2px solid rgba(77, 31, 37, 1);
  color: rgba(194, 193, 193, 1) !important;
  font-family: 'Brandon Grotesque Black';
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal !important;
  padding: 12px 40px 10px;
  background-color: rgba(77, 31, 37, 1);
  text-decoration: none;
  font-size: 16px;
}
.firm-button:hover {
  text-decoration: none !important;
  background-color: rgba(77, 31, 37, 0);
  color: rgba(255, 255, 255, 1) !important;
}
/* =============================================================================
  Header
   ========================================================================== */
header {
  background-color: rgba(255, 255, 255, 1);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 0 0;
  z-index: 10;
  height: 89px;
}
.header-wrap {
  max-width: 920px;
 /* max-width: 1400px; */
  width: 96%;
  padding: 0 2%;
  margin: 0 auto;
}
#sasco-logo {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
.red-icon {
  fill: transparent;
  stroke: transparent;
  stroke-width: 1;
}
.black-letters {
  fill: #292928;
}
.header-flex {
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
}
.header-center {
  width: 20%;
}
.header-left, .header-right {
  width: 40%;
}
.header-left .menu {
  text-align: left;
}
.header-right .menu {
  text-align: right;
}
.header-flex .menu > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5%;
  text-transform: uppercase;
  position: relative;
  font-family: 'Brandon Grotesque Black';
}
.header-flex .menu > li > a {
  position: relative;
  transition: all .4s ease;
  padding: 0 0 5px;
  color: rgba(101, 14, 28, 1);
}
.header-flex .menu > li:after {
  content: '';
  background-color: rgba(164, 32, 54, 1);
  height: 2px;
  width: 0;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  position: absolute;
  transition: all .4s ease;
  z-index: 9999;
}
.header-flex .menu > li:hover::after {
  width: 100%;
}
.header-flex .menu > li > ul {
  visibility: hidden;
  opacity: 0;
  background: rgb(255, 255, 255);
  transition: all .4s ease;
  padding: 15px 0 0;
  position: absolute;
  z-index: 18;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 20px;
  text-align: left;
}
.header-flex .menu > li:hover > ul {
  visibility: visible;
  opacity: 1;
  background: #fff;
  top: 25px;
}
.header-flex .menu > li > ul > li {
  position: relative;
  display: block;
  white-space: nowrap;
  margin: 0;
  font-family: 'Brandon Grotesque Medium';
}
.header-flex .menu > li > ul > li a {
  display: block;
  padding: 5px 15px;
}
.header-flex .menu > li > ul > li a:hover {
  color: rgba(164, 32, 34, 1);
  background: #e5e5e5;
}
.header {
  display: none;
}
.menu-toggle, .menu-overlay {
  display: none;
}
/* =============================================================================
  Content
   ========================================================================== */
section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.section-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section-content {
  position: relative;
  z-index: 2;
}
.section-content h2 {
  margin: 0 0 20px;
}
.banner {
  position: relative;
  background-size: auto 90%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 50vw;
  min-height: 350px;
  max-height: 450px;
  background-color: rgba(138, 10, 29, 1);
}
.banner h1, .resources-banner h1 {
  color: rgb(234, 234, 234);
  font-family: 'Freight Display Book';
}
.resources-banner {
  position: relative;
  background-size: auto 90%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 18vw;
  background-color: rgba(138, 10, 29, 1);
}
.banner-foreground-image {
  height: 90%;
  background-repeat: no-repeat;
  top: -50%;
  left: 50%;
  width: auto;
  transform: translateY(-50%);
  position: absolute;
  margin: 0 -405px;
  transition-delay: 3s;
  transition-duration: 2s;
}
.banner-foreground-image.block-active {
  top: 50%;
}
.banner-foreground-image img {
  max-height: 100% !important;
}
.banner-overlay {
  bottom: 0;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.banner .inner, .resources-banner .inner {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 1);
  margin: 0 auto;
  width: 80%;
  max-width: 700px;
}
.banner .inner .landing-main .inner h1 {
  font-size: 4vw !important;
  line-height: 1 !important;
}
.home-blocks li {
  position: relative;
  width: 28.333%;
  margin: 0 1%;
  padding: 0 1% 60px;
  opacity: 0;
}
.home-blocks li p {
	margin: 0 !important;
}
.home-blocks li .block-button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
}
.block-title {
  margin: 5px 0 14px;
  font-family: 'Brandon Grotesque Medium';
}
.block-icon img {
  margin: 0 auto;
  height: 60px;
}
.block-copy {
  font-family: 'Freight Text Medium';
  font-size: 16px;
  line-height: 1.4;
  font-color: rgba(0, 0, 0, .8);
}
.section-quote {
  position: relative;
  z-index: 1;
}
.section-content .copy p {
  margin: 0 0 20px;
}
.section-content .copy h1, .section-content .copy h2, .section-content .copy h3 {
  margin: 0 0 15px;
}
.section-left .copy {
  padding: 0 0 0 20px;
  position: relative;
}
.section-left {
  position: relative;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: linear;
  transition-delay: 2.5s;
}
.section-right {
  text-align: right;
  position: relative;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: linear;
  transition-delay: 2.5s;
}
.section-right .copy {
  padding: 0 20px 0 0;
  position: relative;
}
.section-left .copy:before {
  transition-property: height;
  transition-duration: .6s;
  transition-timing-function: linear;
  transition-delay: 2.5s;
  content: '';
  height: 0;
  width: 2px;
  background-color: rgba(164, 32, 34, 1);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section-right .copy:before {
  transition-property: height;
  transition-duration: .6s;
  transition-timing-function: linear;
  transition-delay: 2.5s;
  content: '';
  height: 0;
  width: 2px;
  background-color: rgba(164, 32, 34, 1);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.section-left.revealed-left .copy:before, .section-right.revealed-right .copy:before {
  height: calc(100% - 12px);
}
.section-left .copy a, .section-right .copy a, .section-center .copy a {
  color: rgba(165, 30, 35, 1);
  font-style: italic;
  transition: all .4s ease;
}
.section-left .copy a:hover, .section-right .copy a:hover, .section-center .copy a:hover {
  text-decoration: underline;
}
.section-left > h3, .section-right > h3 {
  margin: 0 0 30px;
}
.section-center .copy {
  position: relative;
}
.section-center .accent-line {
  transition-property: width;
  transition-duration: 1s;
  transition-timing-function: linear;
  transition-delay: 3s;
  content: '';
  height: 1px;
  width: 0;
  background-color: rgba(164, 32, 34, 1);
  position: absolute;
  bottom: -15%;
  left: 50%;
  transform: translateX(-50%);
}
.section-center.revealed-center .accent-line {
  width: 30%;
}
.quote-wrap {
  border-top: 1.5vw solid rgba(255, 255, 255, 1);
  border-bottom: 1.5vw solid rgba(255, 255, 255, 1);
}
#counter li {
  display: inline-block;
  vertical-align: top;
  width: 29%;
  margin: 3% 2% 3%;
}
#counter > li h1 {
  font-family: 'Freight Display Book Italic';
  font-size: 5vw !important;
}
#counter > li h1, #counter > li h4 {
  display: inline;
}
#counter > li h4 {
  font-size: 2vw !important;
}
.stat {
  border-top: 1px solid rgba(255, 255, 255, 1);
  margin: 20px auto;
  padding: 20px 0 0;
  width: 90%;
  font-family: 'Brandon Grotesque Medium';
}
.team-member-loop {
  width: 100%;
}
.team-member-loop > li {
  display: block;
}
.team-loop-wrap {
  position: relative;
  margin: 0 auto 5%;
  width: 100%;
}
.line-grow {
  position: absolute;
  top: 3%;
  height: 97%;
  width: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(125, 26, 44, 1);
}
.team-member-loop > li:nth-child(odd) section .box {
  position: relative;
  left: -52%;
  text-align: right;
  will-change: transform, opacity;
}
.team-member-loop > li:nth-child(even) section .box {
  position: relative;
  left: 52%;
  text-align: left;
  will-change: transform, opacity;
}
.team-member-loop > li .box h4 {
  font-family: 'Freight Display Medium';
  margin: 0 0 25px;
}
.team-member-loop > li .box .founders {
  font-family: 'Brandon Grotesque Medium';
  letter-spacing: 1px;
}
.team-member-loop > li .box .titles {
  margin: 0 0 20px;
  line-height: 1.4;
  font-size: 18px;
}
.team-member-loop > li .box .accolades {
  margin: 0 0 20px;
  line-height: 1.4;
}
.team-member-loop > li:nth-child(odd) .box .accolades > li {
  padding: 0 20px 0 0;
  position: relative;
  font-size: 18px;
}
.team-member-loop > li:nth-child(odd) .box .accolades > li::after {
  position: absolute;
  right: 0;
  top: 2px;
  content: url(https://79b69a.claudeassets.com/20241113081956im_/https://www.sascocap.com/wp-content/themes/Ultra/images/logo.svg);
  width: 12px;
}
.team-member-loop > li:nth-child(even) .box .accolades > li {
  padding: 0 0 0 20px;
  position: relative;
  font-size: 18px;
}
.team-member-loop > li:nth-child(even) .box .accolades > li::after {
  position: absolute;
  left: 0;
  top: 2px;
  content: url(https://79b69a.claudeassets.com/20241113081956im_/https://www.sascocap.com/wp-content/themes/Ultra/images/logo.svg);
  width: 12px;
}
.team-member-loop > li .box .education {
  margin: 0 0 20px;
  line-height: 1.4;
  font-size: 18px;
}
.team-member-loop > li.grayed {
  background-color: rgba(242, 242, 242, 1);
  padding: 1% 0;
}
.team-member-loop > li.grayed:first-child {
  padding: 5% 0 1%;
}
.team-member-loop > li.grayed:nth-child(3) {
  padding: 1% 0 5%;
  margin: 0 0 5%;
}
.medium, textarea {
  border: 1px solid rgb(200, 200, 200);
  font-style: italic;
  text-transform: capitalize;
}
.gform_button {
  background-color: rgba(138, 10, 29, 1);
  padding: 14px 40px;
  color: rgba(173, 170, 170, 1);
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 48% !important;
  border: none;
}
.gform_button:hover {
  background-color: rgba(77, 31, 37, 1) !important;
  color: rgba(255, 255, 255, 1);
  text-decoration: none !important;
}
.gform_wrapper div.validation_error {
  display: none;
}
#input_9_1, #input_9_2 {
  margin-top: 0 !important;
}
.contact-info li {
  position: relative;
  padding: 0 0 0 30px;
}
.contact-info li svg {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
}
.contact-info li:nth-child(1) {
  text-decoration: underline !important;
}
.contact-info li:nth-child(1) a {
  color: rgba(77, 31, 37, 1);
  font-style: normal !important;
}
.contact-info li:nth-child(2) {
  font-family: 'Freight Display Book Italic';
  font-size: 120%;
}
.contact-info li:nth-child(2) a {
  font-style: normal !important;
}
.gm-style-pbc {
  background-color: rgba(101, 14, 28, .3) !important;
  opacity: 1 !important;
}
.timeline-wrap {
  position: relative;
  margin: 0 auto 5%;
  width: 100%;
  max-width: 1000px;
}
.timeline-grow {
  position: absolute;
  top: 3%;
  height: 97%;
  width: 1px;
  left: 207px;
  transform: translateX(-50%);
  background-color: rgb(185, 185, 185);
}
.timeline-loop > li > ul {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
  width: calc(100% - 35px);
  margin: 0 auto 10px;
  padding: 15px;
  transition: all .7s ease;
  position: relative;
}
.timeline-loop > li > ul:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}
.timeline-loop > li > ul:before {
  position: absolute;
  top: 50%;
  height: 0;
  width: 1px;
  left: 0;
  content: "";
  background-color: rgba(164, 32, 34, 1);
  transform: translateY(-50%);
  transition: all .4s ease;
}
.timeline-loop > li > ul:hover::before {
  height: 100%;
}
.timeline-loop > li > ul > .timeline-date {
  position: relative;
  text-align: right;
  width: 150px;
  left: -80px;
}
.timeline-loop > li > ul > .timeline-date.timeline-active {
  opacity: 1;
}
.timeline-loop > li > ul > .timeline-date::after {
  position: absolute;
  right: -51px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  content: "";
  border: 1px solid rgba(125, 26, 44, 1);
  top: 50%;
  transform: translate(-50%, -50%);
}
.timeline-loop > li > ul > .content {
  position: relative;
  text-align: left;
  width: calc(99% - 300px);
  line-height: 1.3;
  font-size: 16px;
}
.timeline-loop > li > ul > li {
  display: inline-block;
  vertical-align: middle;
}
.portfolio-blocks {
  width: 90%;
  padding: 5% 5% 0;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
.portfolio-blocks > li {
  width: 36%;
  margin: 0 1% 30px;
  padding: 0 6%;
  min-width: 280px;
}
.portfolio-blocks > li .portfolio-icon {
  margin: 0 auto 20px;
  line-height: 1;
}
.portfolio-blocks > li svg {
  font-size: 50px;
}
.portfolio-blocks > li .copy {
  font-family: 'Freight Text Medium';
  font-size: 16px;
  line-height: 1.4;
}
body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
}
textarea {
  margin: 15px 0 0;
}
.pagination li {
  margin: 0 10px;
}
.resources-parent-loop {
  margin: 20% 0 0;
}
.resources-parent-loop > li {
  margin: 0 0 8%;
}
.resources-parent-loop > li > h5 {
  margin: 0 0 5px;
}
.resources-child-loop {
  margin: 10px 0 20px;
}
.resources-child-loop > li {
  margin: 0 0 10px;
}
.resources-child-loop svg {
  margin: 0 0 0 10px;
}
.gm-style .gm-style-iw-c {
  padding: 30px !important;
}
.blog {
  margin: 5% auto 8%;
}
.blog .post-date {
  margin: 0 0 10px;
  font-size: 14px;
  font-family: 'Brandon Grotesque Black';
}
.blog .post-title {
  margin: 0 0 15px;
}
.blog .copy p {
  margin: 0 0 15px;
}
.blog-preview-loop {
  margin: 10% auto 5% !important;
}
.blog-preview-loop .blog-img {
  width: 100%;
  background-size: cover;
  background-color: rgba(0, 0, 0, .2);
  padding: 23% 0;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 15px;
}
.blog-preview-loop .bp-loop li {
  width: 46%;
  margin: 3% 2%;
}
.blog-preview-loop .post-date {
  margin: 0 0 10px;
  font-size: 14px;
  font-family: 'Brandon Grotesque Black';
}
.blog-preview-loop .post-title {
  margin: 0 0 15px;
	line-height: 1;
}
.paggy {
  margin: 2.5% auto 0;
}
.paggy li {
  display: inline-block;
  margin: 0 2%;
  width: 200px;
}
.paggy li a {
  color: rgba(101, 14, 28, 1);
  font-family: 'Brandon Grotesque Black';
}
.paggy li:first-child {
  text-align: right;
}
.paggy li:last-child {
  text-align: left;
}
.sign-up {
  background-color: rgba(138, 10, 29, 1);
  padding: 1px 0;
}
.sign-up .gform_wrapper li.hidden_label input {
  margin-top: 0 !important;
}
.sign-up-text {
  color: rgb(1, 1, 1);
  font-size: 16px;
  font-family: 'Brandon Grotesque Black';
	letter-spacing: 1px;
}
#input_10_2, #input_10_3 {
  background-color: rgba(165, 30, 35, 1);
  border: none;
  padding: 3px 10px !important;
  font-family: 'Brandon Grotesque Regular';
  font-style: italic;
  color: rgb(1, 1, 1);
  font-size: 16px;
	max-width: 300px;
}
#input_10_2::-webkit-input-placeholder, #input_10_3::-webkit-input-placeholder {
  color: rgb(1, 1, 1);
  opacity: 1;
}
#input_10_2::-moz-placeholder, #input_10_3::-moz-placeholder {
  color: rgb(1, 1, 1);
  opacity: 1;
}
#input_10_2:-ms-input-placeholder, #input_10_3:-ms-input-placeholder {
  color: rgb(1, 1, 1);
  opacity: 1;
}
#input_10_2:-moz-placeholder, #input_10_3:-moz-placeholder {
  color: rgb(1, 1, 1);
  opacity: 1;
}
#gform_wrapper_10 .g-button {
  color: rgba(214, 214, 214, 1);
  font-size: 14px;
  font-family: 'Brandon Grotesque Medium';
  font-weight: normal;
  text-transform: uppercase;
  background-color: rgba(101, 14, 28, 1);
  padding: 8px 30px;
  border: none;
}
#gform_10 {
  flex-direction: row;
  display: flex;
}
#gform_10 > div {
  text-align: left;
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}
.gform_wrapper form.gf_simple_horizontal div.gform_body {
    width: calc(100% - 100px) !important;
    max-width: inherit !important;
}
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
    max-width: 100px !important;
}
#gform_10 li.gfield.gfield_error, #gform_10 li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
}
#gform_10 .validation_message {
  color: #fff !important;
  font-weight: normal !important;
  letter-spacing: normal;
  position: absolute;
  bottom: -40px;
  padding: 0 0 0 2px;
}
.featured-library-item {
	background-color: rgb(236,236,236);
}
.featured-library-item li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.featured-library-item li:first-child {
	width: 33%;
	padding: 12% 0;
}
.featured-library-item li:first-child div {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.featured-library-item li:last-child {
	padding: 0 5%;
	width: 56%;
}
.featured-library-item .post-date {
  margin: 0 0 10px;
  font-size: 14px;
  font-family: 'Brandon Grotesque Black';
}
.featured-library-item .post-title {
  margin: 0 0 15px;
  line-height: 1;
}
.featured-library-item .copy p {
  margin: 0 0 15px;
}
.content-library-item li {
    position: relative;
    display: inline-block;
    width: 25.5%;
    vertical-align: top;
    margin: 4% 0% 0 4%;
    padding: 0 4% 0 0;
    border-right: 1px solid rgb(196,3,3);

}
.content-library-item li a {
	display: block;
}
.content-library-item li:last-child {
	border: none;
	padding: 0;
}
.content-library-item .blog-img {
  width: 100%;
  background-size: cover;
  background-color: rgba(0, 0, 0, .2);
  padding: 37% 0;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 0 15px;
}
.content-library-item .post-date {
  margin: 0 0 10px;
  font-size: 14px;
  font-family: 'Brandon Grotesque Black';
}
.content-library-item .post-title {
  margin: 0 0 15px;
	line-height: 1;
}
#field_10_1 {
	line-height: 1.1;
}
/* =============================================================================
  Footer
   ========================================================================== */
footer {
  padding: 3vw 0;
  width: 100%;
  background-color: rgb(1, 1, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
}
footer a {
  color: rgba(255, 255, 255, 1);
  transition: color .4s ease;
}
footer a:hover {
  color: rgba(164, 32, 54, 1);
}
.footer-ul {
  align-items: flex-end;
}
.footer-ul > li:first-child {
  width: 45%;
  padding: 0 5% 0 0;
  text-align: left;
}
.footer-ul > li:last-child {
  width: 45%;
  padding: 0 0 0 5%;
  text-align: right;
}
.footer-ul span {
  padding: 0 8px;
}
#copyright {
  text-transform: capitalize;
}
#menu-footer-menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
  text-transform: capitalize;
}
#menu-footer-menu > li a {
  text-decoration: underline !important;
}
#menu-social-media-menu > li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px;
}
#menu-social-media-menu > li svg {
  color: rgba(164, 32, 54, 1);
  font-size: 24px;
  transition: color .4s ease;
}
#menu-social-media-menu > li svg:hover {
  color: rgba(255, 255, 255, 1);
}
/* =============================================================================
  Responsive CSS
   ========================================================================== */
@media only screen and (max-width : 1200px) {
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 1px;
  }
  h3 {
    font-size: 32px;
    line-height: 1.2;
  }
  h4 {
    font-size: 24px;
    line-height: 1.2;
  }
  h5 {
    font-size: 20px;
    line-height: 1.2;
  }
  .banner {
    height: 40vw;
    max-height: 350px;
  }
  .banner-foreground-image {
    margin: 0 -325px;
  }
.sign-up-text {
    letter-spacing: .5px;
	font-size: 15px;

}	
}
@media only screen and (max-width : 1000px) {
  body {
    font-size: 18px;
    line-height: 1.6;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1px;
  }
  h3 {
    font-size: 26px;
    line-height: 1.2;
  }
  h4 {
    font-size: 22px;
    line-height: 1.2;
  }
  h5 {
    font-size: 18px;
    line-height: 1.2;
  }
  header {
    padding: 20px 0 0;
    height: 79px;
  }
  .header-flex {
    font-size: 13px;
  }
  .banner {
    max-height: 350px;
  }
  .banner-foreground-image {
    margin: 0 -245px;
  }
  .banner-button {
    letter-spacing: 0;
  }
  #container {
    padding: 100px 0 0;
  }
  .team-member-loop > li .box h4 {
    margin: 0 0 15px;
  }
  .team-member-loop > li .box .founders {
    letter-spacing: 0;
  }
  .team-member-loop > li:nth-child(2n) .box .accolades > li::after {
    top: 1px;
  }
  .team-member-loop > li:nth-child(2n+1) .box .accolades > li::after {
    top: 1px;
  }
  #js-wpv-addon-maps-render-map-3 {
    height: 30vw !important;
  }
  .main-blog-preview > li:nth-child(1) {
    width: 30%;
  }
  .main-blog-preview > li:nth-child(2) {
    width: 60%;
  }
	.featured-library-item .post-title, .blog .post-title {
		font-size: 32px;
	}	
	.content-library-item .post-title, .blog-preview-loop .post-title {

    margin: 0 0 15px;
    font-size: 24px;

}
.featured-library-item li:first-child {
    padding: 14% 0;
}
}
@media only screen and (max-width : 860px) {
  .timeline-loop > li > ul > .timeline-date::after {
    right: -52px;
  }
}
@media only screen and (max-width : 800px) {
  header {
    display: none;
  }
  #container {
    padding: 76px 0 0;
  }
  .header {
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 300;
    display: flex;
  }
  .header-bg {
    position: fixed;
    top: 0;
    height: 76px;
    width: 100%;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    transition: all .4s ease;
  }
  .header-bg.active {
    background-color: rgba(255, 255, 255, 1);
  }
  .header-logo {
    position: fixed;
    top: 20px;
    left: 20px;
    opcity: 1;
    transition: opacity .4s ease;
    transition-delay: 2s;
  }
  .header-logo.active {
    opacity: 0;
    transition-delay: 0s;
  }
  .header-logo img {
    height: 40px;
  }
  .menu-toggle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(164, 32, 54, 1);
    cursor: pointer;
    position: fixed;
    top: 18px;
    right: 20px;
    z-index: 320;
    display: block;
  }
  .hamburger, .cross {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .hamburger span {
    display: block;
    width: 20px;
    height: 1px;
    margin-bottom: 3px;
    overflow: hidden;
    position: relative;
  }
  .hamburger span:last-child {
    margin: 0;
  }
  .hamburger span:before, .hamburger span:after {
    content: "";
    position: absolute;
    width: 105%;
    height: 100%;
    background-color: rgba(164, 32, 54, 1);
    transform: translateX(-200%);
    transition: transform ease 300ms;
  }
  .hamburger span:after {
    transform: translateX(0);
  }
  .hamburger span:nth-child(2):before, .hamburger span:nth-child(2):after {
    transition-delay: 75ms;
  }
  .hamburger span:last-child:before, .hamburger span:last-child:after {
    transition-delay: 150ms;
  }
  .menu-toggle:hover .hamburger span:before {
    transform: translateX(0);
  }
  .menu-toggle:hover .hamburger span:after {
    transform: translateX(200%);
  }
  .menu-toggle.active .hamburger span:before {
    transform: translateX(100%);
  }
  .menu-toggle.active .hamburger span:after {
    transform: translateX(200%);
  }
  .cross span {
    display: block;
    width: 20px;
    height: 1px;
    background-color: rgba(164, 32, 54, 1);
    transform: translateY(50%) rotate(45deg) scaleX(0);
    transition: transform ease 200ms;
  }
  .cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(0);
  }
  .menu-toggle.active .cross span {
    transition-delay: 450ms;
    transform: translateY(50%) rotate(45deg) scaleX(1);
  }
  .menu-toggle.active .cross span:last-child {
    transform: translateY(-50%) rotate(-45deg) scaleX(1);
  }
  .menu-overlay {
    display: block;
    width: 100%;
    height: 100vh;
    top: 0;
    position: fixed;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
    background-image: url(https://7840c6.claudeassets.com/20241113081956im_/https://www.sascocap.com/wp-content/themes/Ultra/images/mobile-menu-img.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    z-index: 20;
  }
  .redbar {
    display: none;
    width: 2vw;
    height: 30vh;
    top: 50%;
    position: fixed;
    left: 0;
    background-color: rgba(164, 32, 54, 1);
    transform: translateY(-50%);
    z-index: 30;
  }
  .menu-overlay-content {
    height: 100vh;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .menu-overlay-content::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
  }
  .menu-overlay-content-part {
    vertical-align: middle;
    width: 50%;
  }
  .menu-fullscreen > .menu-item {
    opacity: 0;
    font-size: 24px;
    line-height: 1.6;
    position: relative;
    vertical-align: top;
    display: block;
    text-transform: capitalize;
    transition: color .4s ease;
    cursor: pointer;
    font-family: 'Freight Display Medium', serif;
  }
  .menu-fullscreen > .menu-item a {
    color: rgba(0, 0, 0, 1) !important;
  }
  .menu-fullscreen > .menu-item a:hover {
    color: rgba(164, 32, 54, 1) !important;
  }
  .menu-fullscreen > .menu-item.menu-item-has-children > a::after {
    content: url(https://a78d57.claudeassets.com/20241113081956im_/https://www.sascocap.com/wp-content/themes/Ultra/images/angle-right-red.svg);
    position: absolute;
    padding: 0 0 0 15px;
    top: 2px;
    width: 9px;
  }
  .menu-fullscreen > .menu-item .sub-menu {
    display: none;
    padding: 0 0 0 15px;
    border-left: 3px solid rgba(164, 32, 54, 1);
  }
  .menu-fullscreen > .menu-item .sub-menu li {
    position: relative;
    display: block;
    vertical-align: middle;
    margin: 3px 0;
    font-size: 20px;
    line-height: 1.4em;
    transition: color .4s ease;
  }
  .menu-fullscreen > .menu-item .sub-menu li a {
    color: rgba(0, 0, 0, 1) !important;
  }
  .menu-fullscreen > .menu-item .sub-menu li a:hover {
    color: rgba(164, 32, 54, 1) !important;
  }
  .menu-overlay-right {
    opacity: 0;
    transition-delay: .5s;
    transition-property: opacity;
    transition-duration: .8s;
    transition-timing-function: linear;
  }
  .menu-overlay-right .menu-intro {
    text-align: center;
    line-height: 1.3;
    font-size: 16px;
  }
  .menu-overlay-right .intro-logo img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto 10px;
  }
  body {
    font-size: 16px;
    line-height: 1.5;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 24px;
    line-height: 1.2;
  }
  h4 {
    font-size: 20px;
    line-height: 1.2;
  }
  h5 {
    font-size: 17px;
    line-height: 1.2;
  }
  .banner {
    min-height: 250px;
    max-height: 250px;
  }
  .banner-foreground-image {
    margin: 0px -230px;
  }
  .home-blocks li {
    width: 96%;
    margin: 0 0 10%;
  }
  .block-copy p {
    margin: 0 !important;
  }
  .portfolio-construction-loop > li {
    width: 100%;
    margin: 0 0 5%;
  }
  .line-grow {
    left: 10%;
    transform: inherit;
    top: 2%;
    height: 98%;
  }
  .team-member-loop > li:nth-child(2n+1) section .box {
    position: relative;
    left: 15%;
    text-align: left;
    will-change: transform, opacity;
    width: 80%;
  }
  .team-member-loop > li:nth-child(2n) section .box {
    left: 15%;
    text-align: left;
    will-change: transform, opacity;
    width: 80%;
  }
  .team-member-loop > li:nth-child(2n+1) .box .accolades > li::after {
    left: 0;
  }
  .team-member-loop > li:nth-child(2n+1) .box .accolades > li {
    padding: 0 0 0 20px;
  }
  .footer-ul > li:first-child {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0 0 20px;
  }
  .footer-ul > li:last-child {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .button-wrap {
    margin: 10px 0 0;
  }
  .main-blog-preview > li:nth-child(1) {
    width: 40%;
  }
  .main-blog-preview > li:nth-child(2) {
    width: 50%;
  }
  .blog-preview > li {
    width: 45%;
    margin: 2.5%;
  }
  .block-icon img {
    height: 50px;
  }
.featured-library-item li:first-child {
    width: 40%;
    padding: 20% 0;
}	
.featured-library-item li:last-child {
    padding: 0 5%;
    width: 49%;
}	
.content-library-item li {
    display: block;
    width: 90%;
    vertical-align: top;
    margin: 5% auto 5%;
    padding: 0;
    border-right: none;
}	
.content-library-item .blog-img {
    padding: 27% 0;
}	
}
@media only screen and (max-width : 654px) {
  .timeline-loop > li > ul > .timeline-date::after {
    right: -53px;
  }
.featured-library-item {
    padding: 5% 0;
}	
.featured-library-item li:first-child {
    width: 90%;
    padding: 20% 0;
    margin: 0 auto;
    display: block;
}	
.featured-library-item li:last-child {
    padding: 0;
    width: 90%;
    margin: 20px auto 0;
    display: block;
}	
	.featured-library-item .post-title, .blog .post-title {
		font-size: 28px;
	}	
	.content-library-item .post-title, .blog-preview-loop .post-title {

    margin: 0 0 15px;
    font-size: 20px;

}	
#gform_10 {
    display: block;
}	
#gform_10 > div {
    display: block;
}	
#input_10_2, #input_10_3 {
    font-size: 15px;
    max-width: inherit;
}	
.gform_wrapper form.gf_simple_horizontal div.gform_body {
    max-width: inherit !important;
	width: 100% !important;
}	
.gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {

    max-width: 100% !important;

}	
#gform_wrapper_10 .g-button {
    width: 100%;
	padding: 12px;
}	
.gform_wrapper .gform_footer {
    padding: 7px 0 10px 0 !important;
    margin: 0 0 0 0 !important;
}	
	#field_10_1 {
		text-align: center;
		margin: 0 0 10px;
	}	
}
@media only screen and (max-width : 600px) {
  body {
    font-size: 15px;
  }
  #container {
    padding: 56px 0 0;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 22px;
    line-height: 1.2;
  }
  h4 {
    font-size: 18px;
    line-height: 1.2;
  }
  h5 {
    font-size: 17px;
    line-height: 1.2;
  }
  .header-bg {
    height: 56px;
  }
  .header-logo img {
    height: 30px;
  }
  .header-logo {
    position: fixed;
    top: 15px;
    left: 10px;
  }
  .menu-toggle {
    width: 35px;
    height: 35px;
    top: 12px;
    right: 10px;
  }
  .menu-fullscreen > .menu-item {
    line-height: 1.5;
    font-size: 22px;
  }
  .banner {
    height: 200px !important;
    min-height: 200px;
    max-height: 200px;
  }
  .banner-foreground-image {
    margin: 0px -195px;
  }
  .banner-button {
    font-size: 14px;
  }
  .timeline-grow {
    top: 0;
    height: 100%;
    left: 17px;
  }
  .timeline-loop > li > ul > li {
    display: block;
    vertical-align: top;
  }
  .timeline-loop > li > ul > .timeline-date {
    position: relative;
    left: 30px;
    text-align: left;
    width: calc(100% - 30px);
  }
  .timeline-date::after {
    left: -30px;
    height: 1px;
  }
  .timeline-loop > li > ul > .content {
    left: 30px;
    width: calc(100% - 30px);
    font-size: 15px;
    margin: 10px 0 20px;
  }
  #counter li {
    width: 46%;
  }
  .gform_button {
    padding: 9px 20px;
    letter-spacing: 0px;
    width: inherit !important;
  }
  .section-center .accent-line {
    bottom: -3%;
  }
  #js-wpv-addon-maps-render-map-3 {
    height: 250px !important;
  }
  .main-blog-preview > li:nth-child(1) {
    width: 90%;
  }
  .main-blog-preview > li:nth-child(2) {
    display: none;
  }
  .main-blog-preview {
    display: block;
  }
  .blog-preview > li {
    width: 100%;
    margin: 0 0 5%;
  }
  .block-icon img {
    height: 40px;
  }
  .blog-preview-loop .bp-loop li {
    width: 100%;
    margin: 0 0 10%;
  }
}
@media only screen and (max-width : 500px) {
  h1 {
    font-size: 24px;
    line-height: 1.2;
  }
  h2 {
    font-size: 16px;
  }
  h3 {
    font-size: 18px;
    line-height: 1.2;
  }
  h4 {
    font-size: 16px;
    line-height: 1.2;
  }
  h5 {
    font-size: 15px;
    line-height: 1.2;
  }
  .menu-fullscreen > .menu-item {
    font-size: 24px;
    line-height: 1.7;
  }
  .menu-fullscreen > .menu-item .sub-menu li {
    margin: 5px 0;
    font-size: 24px;
    line-height: 1.5;
  }
  .block-copy {
    font-size: 15px;
    line-height: 1.4;
  }
  .menu-overlay-content-part {
    width: 100%;
  }
  footer {
    font-size: 13px;
  }
}
/*
     FILE ARCHIVED ON 10:27:06 Mar 08, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:12:24 Jun 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.48
  exclusion.robots: 0.066
  exclusion.robots.policy: 0.055
  esindex: 0.008
  cdx.remote: 7.289
  LoadShardBlock: 79.103 (3)
  PetaboxLoader3.datanode: 54.384 (4)
  PetaboxLoader3.resolve: 86.503 (3)
  load_resource: 65.562
*/