@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");


html {
  font-size: 16px; }

.visible-after-animation {
  opacity: 1 !important; }

/* SIERRA */
.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0; }

.main-content {
  padding-bottom: 0;
  overflow: hidden; }

body{padding-top: 0;}

header.dynamic.dark nav > ul, header.dynamic.dark.reduced nav > ul {
  margin: 0;
  width: 100%;
  max-width: 800px;
  text-align: center; }

#dynamic-menu > li:nth-child(4) > a {
  display: none; }

#dynamic-nav > div > ul > li.blog-link {
  display: none; }

.main-content .si-content-area ul:not(.si-content-label__body) li:not(.si-content-label__link)::before {
  display: none; }

.top-bar {
  background: #3A91CE;
  display: flex;
  padding: 0px;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  height: 58px; }
  .top-bar h3 {
    color: #fff;
    font-size: 20px !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400 !important;
    line-height: 34px;
    text-transform: uppercase;
    margin: 0; }
  .top-bar a {
    color: #181818 !important;
    display: inline-block;
    font-size: 16px !important;
    line-height: 30px;
    background: #fff;
    padding: 0 20px;
    text-decoration: none !important;
    font-family: "Poppins", sans-serif !important;
    font-weight: 500;
    text-transform: uppercase; }
  .top-bar a:hover {
    color: #3A91CE !important; }

/*HEADER*/


header.dynamic.dark nav > ul, header.dynamic.dark.reduced nav > ul {
  margin: 0;
  width: 100%;
  max-width: 800px;
  text-align: center; }

header.dynamic.dark nav > ul > li, header.dynamic.dark.reduced nav > ul > li {
  text-align: left; }

header .container {
  position: relative;
  width: 100%;
  max-width: 1500px; }

header.fixed {
  left: 0;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1015;
  box-shadow: none;
  height: 98px;
  padding: 20px 15px;
  }

header.fixed.reduced {
  background-color: #fff; }

/*END HEADER*/
a.cta-button {
  font-family: "Poppins", sans-serif !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  color: #fff !important;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  background-color: #3A91CE;
  border-radius: 2px;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
  position: relative;
  border: 1px solid #3A91CE;
  display: inline;
  width: fit-content;
  text-decoration: none !important; }
  a.cta-button:hover {
    background: #2c7bb3; }

@media screen and (max-width: 991px) {
  a.cta-button {
    display: none; }

  header.fixed {
    height: 100px;
    padding: 0 15px; }

  .top-bar {
    display: none; } }
@media screen and (max-width: 767px) {
  header.fixed {
    height: 120px;
    padding: 0 0; } }


.header {
  z-index: 1000; }

@media (max-width: 767px) {
  .si-content-area img {
    margin: 0px auto 0px !important; } }
.footer {
  position: relative;
  z-index: 2; }


/*footer {
  background: rgba(0, 0, 0, 0.48);
  color: #fff;
  padding: 0; }

footer .footer-content a {
  color: #fff;
  transition: color .3s ease; }

footer .logo {
  position: relative !important;
  filter: brightness(0) invert(1);
  top: 0 !important; }

footer:not(.no-logo):after, footer:not(.no-logo):before {
  display: none; }

footer .footer-content .copyright {
  color: rgba(255, 255, 255, 0.81); }

footer div.contact span {
  color: #fff !important; }*/




#popup {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease; }

#popup.show {
  display: flex !important;
  height: 100vh;
  justify-content: center;
  align-items: center;
  opacity: 1;
  pointer-events: auto; }

#popup.hide {
  opacity: 0;
  pointer-events: none; }

#popup.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1200; }
  #popup.popup-overlay .popup-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    overflow: hidden;
    /* Responsive fix for 600px */ }
    @media (max-width: 600px) {
      #popup.popup-overlay .popup-container {
        max-width: 100%;
        background-position: center;
        overflow: visible; } }
    #popup.popup-overlay .popup-container::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(to right, #ececec 0%, #ececec 50%, rgba(236, 236, 236, 0) 100%);
      z-index: 0;
      height: 100%;
      width: 100%;
      /* Gradient fix on small screens */ }
      @media (max-width: 600px) {
        #popup.popup-overlay .popup-container::before {
          background: #ececec; } }
    #popup.popup-overlay .popup-container .popup-button {
      margin-top: 15px;
      padding: 0px 15px;
      border: none;
      background: #333;
      color: #b8c7da;
      border-radius: 30px;
      cursor: pointer;
      font-size: 29px;
      transition: background 0.3s;
      position: absolute;
      right: 16px;
      z-index: 5;
      pointer-events: auto !important; }
      #popup.popup-overlay .popup-container .popup-button:hover {
        background: #555; }
    #popup.popup-overlay .popup-container .popup-content {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 660px;
      padding: 60px 15px 30px 50px;
      display: flex;
      flex-flow: column;
      box-sizing: border-box;
      /* EXTRA responsive fix for 600px */
      /* =====================
         REGISTRATION FORM
      ===================== */ }
      @media (max-width: 800px) {
        #popup.popup-overlay .popup-container .popup-content {
          padding: 30px 15px; } }
      @media (max-width: 600px) {
        #popup.popup-overlay .popup-container .popup-content {
          padding: 20px 15px; } }
      #popup.popup-overlay .popup-container .popup-content h1 {
        text-align: left !important;
        font-family: "Oswald", sans-serif !important;
        color: #0D2B4D !important;
        font-size: 61px;
        line-height: 65px; }
        @media (max-width: 800px) {
          #popup.popup-overlay .popup-container .popup-content h1 {
            font-size: 50px;
            line-height: 50px; } }
        @media (max-width: 600px) {
          #popup.popup-overlay .popup-container .popup-content h1 {
            font-size: 30px;
            line-height: 30px; } }
        #popup.popup-overlay .popup-container .popup-content h1 span {
          color: #3A91CE !important;
          font-family: "Oswald", sans-serif !important; }
      #popup.popup-overlay .popup-container .popup-content p {
        color: rgba(13, 43, 77, 0.52) !important;
        text-align: left !important;
        font-family: "Poppins", sans-serif !important;
        font-weight: 400 !important;
        font-size: 19px !important;
        line-height: 29px !important;
        margin-top: 10px; }
        @media (max-width: 600px) {
          #popup.popup-overlay .popup-container .popup-content p {
            font-size: 16px !important;
            line-height: 18px !important; } }
      #popup.popup-overlay .popup-container .popup-content ul {
        list-style-image: url("https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/signaturehouston.com/images/check.png");
        margin-bottom: 9px;
        margin-top: 30px;
        margin-left: 15px; }
        @media (max-width: 600px) {
          #popup.popup-overlay .popup-container .popup-content ul {
            margin-top: 15px; } }
        #popup.popup-overlay .popup-container .popup-content ul li {
          margin-bottom: 8px;
          line-height: 1.5;
          color: #0D2B4D;
          text-align: left;
          font-family: "Poppins", sans-serif;
          font-weight: 400;
          font-size: 16px;
          padding-left: 5px; }
          @media (max-width: 600px) {
            #popup.popup-overlay .popup-container .popup-content ul li {
              font-size: 16px;
              line-height: 18px; } }
      #popup.popup-overlay .popup-container .popup-content .popup-mail-form {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-top: 10px; }
        #popup.popup-overlay .popup-container .popup-content .popup-mail-form input[type="text"],
        #popup.popup-overlay .popup-container .popup-content .popup-mail-form input[type="email"] {
          flex: 1;
          min-width: 0;
          height: 42px;
          padding: 0 16px;
          border: 1px solid rgba(255, 255, 255, 0);
          border-radius: 0;
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 17px;
          line-height: 29px;
          text-align: center;
          color: #000;
          outline: none;
          transition: border-color 0.2s ease;
          max-width: 100%; }
          @media (max-width: 800px) {
            #popup.popup-overlay .popup-container .popup-content .popup-mail-form input[type="text"],
            #popup.popup-overlay .popup-container .popup-content .popup-mail-form input[type="email"] {
              padding: 8px 16px; } }
          #popup.popup-overlay .popup-container .popup-content .popup-mail-form input[type="text"]:focus,
          #popup.popup-overlay .popup-container .popup-content .popup-mail-form input[type="email"]:focus {
            border-color: #3A91CE; }
        #popup.popup-overlay .popup-container .popup-content .popup-mail-form button {
          flex-basis: 100%;
          height: 42px;
          border: none;
          border-radius: 0;
          background: #3A91CE;
          color: #fff;
          font-family: "Poppins", sans-serif;
          font-weight: 500;
          font-style: italic;
          font-size: 17px;
          line-height: 29px;
          text-align: center;
          cursor: pointer;
          transition: background 0.3s ease; }
          @media (max-width: 800px) {
            #popup.popup-overlay .popup-container .popup-content .popup-mail-form button {
              padding: 8px 16px; } }
          #popup.popup-overlay .popup-container .popup-content .popup-mail-form button:hover {
            background: #2c7bb3; }
        @media (max-width: 700px) {
          #popup.popup-overlay .popup-container .popup-content .popup-mail-form {
            flex-direction: column;
            gap: 5px; } }
