/* Custom Dynamic CSS */

/* Dynamic Color Settings */
  
  :root {
    --primary: #dcaa5c;
    --secondary: #6c747d;
    --success: #28a745;
    --danger: #bd1222;
    --warning: #f4ac00;
    --info: #17a0b8;
    --dark: #343a40;
    --light: #e9eaeb;
    
    --default_body_bg: #ffffff;
    --default_body: #000000;
    --default_link: #0000ff;
    --default_link_hover: #008fff;
    
    --header_bg: #000000;
    --header: #ffffff;
    --header_link: #c4dcff;
    --header_link_hover: #008fff;
    
    --footer_bg: #000000;
    --footer: #ffffff;
    --footer_link: #ffffff;
    --footer_link_hover: #ffffff;
    
    --default_nav: #ffffff;
    --default_nav_bg: #333333;
    --default_nav_link: #dcaa5c;
    --default_nav_link_bg: ;
    --default_nav_link_hover: #ffffff;
    --default_nav_link_hover_bg: ;
    
    --prehead_bg: #646464;
    --prehead: #ffffff;
    --prehead_link: #c4dcff;
    --prehead_link_hover: #008fff;

    --sub_footer_bg: #ffffff;
    --sub_footer: #444444;
    --sub_footer_link: #000000;
	--sub_footer_link_hover: #0000ff;
	}


body{color: var(--default_body);line-height: 28px;font-weight: 300;}
a{color: var(--default_link);}
a:hover{color: var(--default_link_hover);}
header{color: var(--header);background-color: var(--header_bg);}
header a{color: var(--header_link);}
header a:hover{color: var(--header_link_hover);}
footer{color: var(--header);background-color: var(--footer_bg);}
footer a{color: var(--footer_link);}
footer a:hover{color: var(--footer_link_hover) !important;}
.bg-prehead{color: var(--prehead);background-color: var(--prehead_bg);}
.bg-prehead a{color: var(--prehead_link);}
.bg-subfoot{color: var(--sub_footer);background-color: var(--sub_footer_bg);}
.bg-subfoot a{color: var(--sub_footer_link);}
.bg-navbar{color: var(--default_nav);background-color: var(--default_nav_bg);}

.navbar-nav .nav-link{color: var(--default_nav_link);background-color: var(--default_nav_link_bg);}
.navbar-nav .nav-link:hover{color: var(--default_nav_link_hover);background-color: var(--default_nav_link_hover_bg);}
.text-black{color:#000000;}
.bg-black{background-color: #000000;}
.btn-black{background-color: #000000;border-color:#000000}
.btn-black:hover{background-color: #333;}

.text-primary{color: var(--primary)!important;}
.bg-primary{background-color: var(--primary)!important;}
.btn-primary{background-color: var(--primary)!important;border-color: var(--primary);}

.text-secondary{color: var(--secondary)!important;}
.bg-secondary{background-color: var(--secondary)!important;}
.btn-secondary{background-color: var(--secondary)!important;border-color: var(--secondary);}

.text-success{color: var(--success);}
.bg-success{background-color: var(--success)!important;}
.btn-success{background-color: var(--success)!important;border-color: var(--success);}

.text-danger{color: var(--danger)!important;}
.bg-danger{background-color: var(--danger)!important;}
.btn-danger{background-color: var(--danger)!important;border-color: var(--danger);}

.text-warning{color: var(--warning);}
.bg-warning{background-color: var(--warning)!important;}
.btn-warning{background-color: var(--warning)!important;border-color: var(--warning);}

.text-info{color: var(--info);}
.bg-info{background-color: var(--info)!important;}
.btn-info{background-color: var(--info)!important;border-color: var(--info);}

.text-dark{color: var(--dark)!important;}
.bg-dark{background-color: var(--dark)!important;}
.btn-dark{background-color: var(--dark)!important;border-color: var(--dark);}

.text-light{color: var(--light)!important;}
.bg-light{background-color: var(--light)!important;}
.btn-light{background-color: var(--light)!important;border-color: var(--light);}

.btn-primary:hover, 
.btn-secondary:hover, 
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-dark:hover,
.btn-light:hover{
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}
/* End Dynamic Color Settings */

/* Font Settings */

body{
  font-family: Montserrat;
  font-size: 16px
}
h1, h2, h3, h4, h5, h6{
  
  
}
.text-accent{
  
}
.text-script{
  
}
.navbar-nav .nav-link{
  
  
}

/* End Font Settings */


.scale {
  width: 100%;
  height: auto;
}
  section.first.article {
    padding-top: 50px;
}
img {
  max-width: 100% !important;
  height: auto;
}
.scale-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.scale-embed iframe, .scale-embed object, .scale-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.video-embed {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.video-embed iframe, .video-embed object, .video-embed embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.entry-content img, .entry-content iframe, .entry-content object, .entry-content embed {
  max-width: 100%;
}
.meta ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0px;
  font-size: 14px;
}
.meta ul li {
  display: inline-block;
  margin: 0 11px 0px 0px;
}
/*PAGINATION*/

.pagination-controller {
  display: block;
  padding: 0 0 70px;
}
.pagination {
  border-radius: 5px;
  display: inline-block;
  margin: 0 auto;
  padding: 0;
  position: relative;
  z-index: 1000;
}
.pagination > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #333333;
  border-color: #000 !important;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #ffffff;
  float: left;
  line-height: 38px;
  max-height: 40px;
  min-height: 40px;
  min-width: 50px;
  text-align: center;
  text-decoration: none;
}
.pagination li:last-child {
}
.pagination li a {
  background-color: #000000;
  border: medium none;
  color: #ffffff !important;
  display: block;
  text-align: center;
  width: 100%;
}
.pagination > li:hover {
}
.pagination li.previous a, .pagination li.next a {
  padding: 0 10px;
}
.pagination li a:hover, .pagination > li:hover a {
  background-color: #013c74 !important;
  color: #ffffff !important;
}
.pagination li.previous, .pagination li:first-child {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination li.next, .pagination li:last-child {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.clear-all {
  display: block;
  width: 100%;
  clear: both;
  height: 10px;
}
a.dropdown-toggle > b.caret {
  display: none !important;
}
li.dropdown:hover ul.dropdown-menu {
  display: block;
}
.nav b.caret {
  display: none;
}

section.first {
    padding-top: 50px;
}
  .contact-page {
    margin-top: 110px;
}

  footer a.nav-link:hover {
    color: #fff;
}
  .item-information {
    position: absolute;
    bottom: 0;
}

.item.news-article-block {
    position: relative;
}

a.article-title {
    font-weight: 600;
}

.text-shadow {
    text-shadow: 1px 1px 1px #000;
}

.item-information {
    background-color: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    padding-top: 3px;
}
  h1.ruled span {
    color: #000000;
}
  .row.follow-us {
    border-bottom: 1px dotted #000000;
}

.card p {
    font-size: 10px;
}
  .card a.network {
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 13px;
}
  .card a.network {
    transition: all .2s ease-in-out;
}
  .utility-newsletter-button {
    background-color: #316531;
}
  .card a.network:hover {
    background-color: #316531;
    border-radius: 0;
    transform: scale(1.1);
}
  .sticky-2 {
    position: sticky;
    top: 80px;
}
  a.utility-link {
    color: #316531;
    text-decoration: none;
}

a.utility-link:hover {
    color: #224622;
}
  .bio-font-awesome {
    font-size: 20px;
    color: #ffffff;
}

.bio-font-awesome:hover {
    color: #429042;
}
  .underlay-rev {
    background: #ffffff;
    background: -moz-linear-gradient(left, #ffffff 3%, #ffffff 3%, #3b4a3d 41%, #090909 82%);
    background: -webkit-linear-gradient(left, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
    background: linear-gradient(to right, #ffffff 3%,#ffffff 3%,#3b4a3d 41%,#090909 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#243b4c',GradientType=1 );
    border-bottom: 1px solid #9a9898;
    border-top: 1px solid #9a9898;
}
  .bio-hero-background {
    background-color: #ff000000 !important;
    color: #ffffff;
}
  section.bio-body {
    background-color: #ffffff;
}
  section.first.bio-hero {
    background-color: #b4b5b8 !important;
    padding: 90px 0 30px 0;
}
  .mask-right {
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 36%);
    mask-image: linear-gradient(to right, transparent 0%, black 36%);
}
  .bio-hero-background {
    padding-top: 0 !important;
}
.bg-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.bg-cover {background-size: cover;    background-position: right;}

.live-area {
    position: relative;
}
.bg-10-white {
    background-color: rgba(246, 246, 246, 0.5);
}
  
 .donation-form input[type=radio], .donation-form input[type=checkbox] {
    display: none;
}
  .donation-form input[type=radio] + label, .donation-form input[type=checkbox] + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #d1d1d1;
    background-color:#d1d1d1;
    transition: all 0.5s ease;
  }
  .donation-form input[type=radio] + label:hover, .donation-form input[type=checkbox] + label:hover {
  display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #438843;
    background-color: #438843;
    text-shadow: none;
    transition: all 0.3s ease;
  }
  .utility-title {
    font-size: 30px;
}
  .donation-form input[type=radio]:checked + label, .donation-form input[type=checkbox]:checked + label {
    display: inline-block;
    margin: 0 1px 10px 1px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
    border: 1px solid #316431;
    background-color: #316431;
    text-shadow: none;
    transition: all 0.5s ease;
}

  .text-small {
    font-size: medium;
}
  .text-accent {
}
  .text-script{
  }
  h4.text-script.text-accent {
}
  .cover {
    background-size: cover;
}
  .content-body li{
  	margin:0 0 20px 0;
  } 
 

.shareaholic-service-parler {
      background-color: #A51300 !important;
}
a.shareaholic-service-parler:before {
    content: "" !important;
    background-image: url(https://mr.cdn.ignitecdn.com/client_assets/templateclone/media/themes/img/parler.png?1621611693);
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
a.pminc {
   
}
a.structure {
   
}
  .parler-icon {
    width: 15px;
    vertical-align: unset;
}

.navbar-brand {
    display: block;
    text-indent: -5000px;
 	
      
        
          background-image: url(https://mr.cdn.ignitecdn.com/client_assets/trinitybuildingsystems_com/media/picture/68fa/50c6/5922/faff/93d4/d6cf/original_imgi_5_trinity-website-logo.png?1761235143);
        
      
      
     
    background-repeat: no-repeat;
    overflow: hidden;
    width: 250px;
    height: 56px;
    background-size: contain;
}

.container{
max-width:1200px;
}
.nav-bg-image{
      background-image: url(https://mr.cdn.ignitecdn.com/client_assets/trinitybuildingsystems_com/media/picture/68fa/83bb/40bb/a1fa/6626/cd6b/original_imgi_8_Trinity-header.webp?1761248188);
}

@media (max-width: 400px) {
.navbar-brand {
    width: 225px;
    height: 50px;
}
}

.off-content {
    margin: 0 auto;
    text-align: center;
}

.navbar-toggler {
    z-index: 9999;
  margin-left: auto !important;
}
.positioner {
    padding-top: 120px !important;
}


.row .three{
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
  text-align: center;
}

.hamburger .line{
  width: 40px;
  height: 4px;
  background-color: #D7AA5C;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.is-active .line{
  background-color:#ffffff;
  }

.hamburger:hover{
  cursor: pointer;
}

#hamburger-6.is-active{
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-6.is-active .line:nth-child(2){
  width: 0px;
}

#hamburger-6.is-active .line:nth-child(1),
#hamburger-6.is-active .line:nth-child(3){
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#hamburger-6.is-active .line:nth-child(1){
  -webkit-transform: translateY(11px);
  -ms-transform: translateY(11px);
  -o-transform: translateY(11px);
  transform: translateY(11px);
}

#hamburger-6.is-active .line:nth-child(3){
  -webkit-transform: translateY(-13px) rotate(90deg);
  -ms-transform: translateY(-13px) rotate(90deg);
  -o-transform: translateY(-13px) rotate(90deg);
  transform: translateY(-13px) rotate(90deg);
}

@media (max-width: 10000px) {
.offcanvas-collapse.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
}
@media (max-width: 10000px){
.offcanvas-collapse {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 999;
}
}

.menu-list-main {
    justify-content: flex-end;
}

div#navbarNavMain {
    display: inline-block !important;
}

.bg-glass {
    background-color: rgb(0 0 0 / 85%) !important;
}


@media only screen and (max-width: 1199px) {
  div#navbarNavMain {
    display: none !important;
}
}

 .fa-search{
     font-size: 20px;
    color: var(--primary);
  }



@media (max-width: 10000px){
   .offcanvas-collapse-search.open {
    visibility: visible;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
}

@media (max-width: 10000px){
  .offcanvas-collapse-search {
    position: fixed;
    top: 15px;
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    z-index: 999;
  	margin-top: -15px !important;
    overflow-y: auto;
    visibility: hidden;
    background-color: rgba(20, 20, 20, 0.98);
    transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
    transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    z-index: 1111111;
}
  
  #comment-search .offcanvas-close-all {
        position: absolute;
        top: 0;
        right: 0;
        margin: 12px 30px;
    	font-size:25px;
    }
  
  #comment-search .positioner{
width:320px;
  }
  
 #comment-search .form-control {
        text-align: center;
        border-radius: 20px; 
    }
}

  .dropdown:hover > .dropdown-menu {
  transform: translateX(-40%);
  }
li.dropdown:hover ul.dropdown-menu {
    flex-direction: row;
    display: flex;
    width: max-content;
    background-color: #3a3a3a;
    border: 1px solid var(--primary);
      margin-top: -5px;
  }
  .dropdown-menu .nav-link{
  padding:5px 25px !important;
  }

.positioner li.dropdown:hover ul.dropdown-menu {
    flex-direction: column;
  }
.positioner .dropdown:hover > .dropdown-menu {
  transform: translateX(0%) !important;
  width: 100%;
    text-align: center;
  }
.navbar-nav .nav-link {
    font-weight: 500;
}
.phone-top-nav{
   border-bottom: 1px solid;
}
.phone-top-nav span.phone-number:hover{
  color:var(--primary);
}
.btns-bottom-nav{
   border-top: 1px solid var(--primary);
}

#hero {
    min-height: 550px;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.1) !important;
}
.btns-bottom-nav .cta-1, .btns-bottom-nav .cta-2{
border-radius: 30px;
    border: 3px solid;
}

.btns-bottom-nav .cta-1:hover{
    border: 3px solid var(--primary);
    background-color: #ffffff !important;
  color:var(--primary) !important;
}
.btns-bottom-nav .cta-2:hover{
    border: 3px solid #000000;
    background-color: var(--primary) !important;
  color:#000000 !important;
}

.hero.slider.first-section {
  position: relative;
}

.carousel-overlay-text {
  position: absolute;
  z-index: 10;
    top: 50%;
  left: 50%;
  width: 85%;
  transform: translate(-50%, -50%);
}

 .hero .headline, .hero .sub-headline{
    text-shadow: 0px 0px 10px #000000;
    line-height: 1.3em;
  }
  
  .hero .headline{
  font-size:80px;
  }
  .hero .sub-headline{
  font-size:32px;
  }
.hero .cta-1, .hero .cta-2{
border: 3px solid;
   transition: transform 0.6s ease;
}  
.hero .cta-1:hover, .hero .cta-2:hover{
transform: scale(1.1);
}  


:root {
    --in: 700ms;
    --hold: 1500ms;
    --out: 500ms;
  }

  .hero-content {
    position: relative;
    text-align: center;
    z-index: 2;
  }

  .hero h2 {
    font-size: 60px;
    text-shadow: 0px 0px 10px #000000;
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    height: 1.2em;
  }

  .hero h2 .visible-text {
    display: inline-block;
    opacity: 0;
    transform: translateX(-120px);
  }

  .hero h2 .visible-text.slide-in {
    opacity: 1;
    transform: translateX(0);
    transition: transform var(--in) ease-out, opacity var(--in) ease-out;
  }

  .hero h2 .visible-text.slide-out {
    opacity: 0;
    transform: translateX(120px);
    transition: transform var(--out) ease-in, opacity var(--out) ease-in;
  }
  /* hide the source words; only the .visible-text is shown */
.hero h2 span:not(.visible-text) {
  display: none;
}

  @media (max-width: 991px) {
.hero .headline{
  font-size:56px;
  }
  }
    @media (max-width: 767px) {
.hero .headline{
  font-size:28px;
  }
        .hero h2 {
    font-size: 40px;
      }
  .hero .sub-headline{
  font-size:15px;
  }
  }

.custom-home-packages .overlay {
  position: absolute;
  inset: 0;
  background-color: #ffffff;
  opacity: 0.9;
  pointer-events: none; 
  z-index: 1;
}

.custom-home-packages .container {
  position: relative;
  z-index: 2; 
}
  .custom-home-packages .separator{
height: 2px;
    background-color: #000000;
  }
  .custom-home-packages .headline{
  font-size:39px;
    line-height: 1.4em;
  }
  .custom-home-packages .sub-headline{
  font-size: 19px;
    line-height: 1.3em;
  }

  .custom-home-packages .description{
      padding: 0% 15% 0% 0%;
        line-height: 35px;
        font-size: 16px;
  }
.home-main-info{
background-color:#2B2B2B;
  }
 .home-main-info .bg-cover{
  position: relative;
  overflow: hidden;
  min-height: 330px;
  background-position: center;
  border: 3px solid var(--primary);
}

/* Image layer */
.home-main-info .bg-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 1500ms ease;
  z-index: 0;
}

/* Color overlay layer (initially hidden) */
.home-main-info .bg-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #D7AA5C80;
  opacity: 0;
  transition: opacity 600ms ease;
  z-index: 1;
  pointer-events: none;
}

.home-main-info .bg-cover:hover::before {
  transform: scale(1.2);
}

.home-main-info .bg-cover:hover::after {
  opacity: 1;}
.home-main-info .bg-cover > * {
  position: relative;
  z-index: 2;
}
.home-main-info .bg-cover:hover {
  border-color: #ffffff;
}


  .home-main-info .headline{
      font-size: 47px;
    text-align: center;
    padding: 10px;
  }
  .home-main-info .btn{
  border: 2px solid #fff;
    font-size:17px;
  }
@media (max-width: 767px) {
    .home-main-info .headline{
       font-size: 24px;
  }
}


  .homepage-home-models .bg-cover{
    min-height: 330px;
    background-position: center;
    background-blend-mode: overlay;
    background-color: #02010175;
  }
  .homepage-home-models .headline{
      font-size: 24px;
    text-align: center;
    padding: 10px;
  }
  .homepage-home-models .btn{
  border: 2px solid;
    font-size:17px;
  }
.homepage-home-models .btn:hover{
 background-color: rgba(215, 170, 92, 0.2);
  }
.homepage-home-models .btn.view-all:hover{
 background-color: #ffffff !important;
  color:var(--primary) !important;
  border: 2px solid var(--primary) !important;
  }

#home-product-catalogs{
opacity: 0.85;
    background-blend-mode: overlay;
    background-color: rgb(58, 58, 58);
}
.home-product-catalogs .headline{
    font-size: 39px;
    line-height: 1.4em;
}
.home-product-catalogs .description {
    line-height: 35px;
    font-size: 16px;
}
.home-product-catalogs .btn{
font-size: 24px;
    border: 3px solid #FFFFFF;
  padding:12px 40px;
}
.home-product-catalogs .btn:hover
  	background-color:#ffffff !important;
 	color:var(--primary) !important;
  border: 3px solid var(--primary) !important;
}
.home-stay-up-to-date .main-headline{
  font-size:42px;
  }
.home-stay-up-to-date .title{
  font-size:24px;
  }
  .home-stay-up-to-date .card p{
  font-size:12px;
  }
  .home-stay-up-to-date .read-more{
  font-size:16px;
  }
.home-stay-up-to-date .btn.view-all{
border: 3px solid var(--primary) !important;
}
.home-stay-up-to-date .btn.view-all:hover{
background-color:#ffffff !important;
 	color:var(--primary) !important;
}

footer .navbar-nav .nav-link{
color:#ffffff !important;
}

.network{
    border-radius: 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    margin-right:5px;
    margin-bottom:10px;
  }
  
  .network.net-fb{
        background-color:#36518a;
    color:#ffffff;
  }
  .network.net-li{
        background-color:#026DA5;
    color:#ffffff;
  }
  .network.net-ig{
        background-color:#ffffff;
    color:#B24E94;
  }
  .network.net-pin{
        background-color:#AB091B;
    color:#ffffff;
  }
  footer .contact-info svg{
  color: var(--primary);
    font-size: 27px;
    margin-right: 20px;
  }
  footer ul.bullets {
  list-style-type: square;
}
  footer .nav-item{
  margin-bottom:10px;
  }
footer .email{
  overflow-wrap: anywhere;
  }

.process .tab-card {
    background-color: var(--primary);
    color: #fff;
    border: 2px solid #3a3a3a;
    box-shadow: 5px 5px 10px black;
    padding: 5%;
}
  .process svg {
    color: #3A3A3A;
    height: 50px;
}
  .process .tab-subtitle{
        font-size: 15px;
    color: #303030;
  }
  .process .tab-title{
      font-size: 19px;
    font-weight: 600;
  }
  .process .headline{
    color: var(--primary);
    font-size: 45px;
    font-weight: 400;
  }
  .divider{
  border-bottom:1px solid #000000;
  }
  .process .tab-content .btn:hover{
    border: 2px solid;
    color:var(--primary) !important;
    background-color:#ffffff !important;
  }

.turnkey-slick {
  max-width: 400px;
  margin: 0 auto;
}

.turnkey-slick img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}

/* --- slick dots --- */
.turnkey-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  gap: 0px;
  margin-top: 0px;
  list-style: none !important;
  padding: 0;
}

.turnkey-slider .slick-dots li {
  display: inline-block !important;
  margin: 0;
}

.turnkey-slider .slick-dots button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #ccc;
  border: none !important;
  padding: 0;
  margin: 0;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-indent: -9999px;
  overflow: hidden;
}
.turnkey-slider .slick-dots .slick-active button {
  background-color: #000;
}
  .process .container, .why-tbs .container, .gallery .container{
    z-index: 1;
    margin-bottom: -200px;
  }

@media (max-width: 991px) {
  .process .container, .why-tbs .container, .gallery .container{
    margin-bottom: -90px;
  }
}
#banner-image .headline{
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.97);
    color: #FFFFFF;
}

  .contact #banner-image{
  min-height: 400px;
    background-color: rgba(58, 58, 58, 0.52);
    opacity: 0.9;
    background-blend-mode: overlay;
  }

  .banner-mobile{
    background-color: rgba(58, 58, 58, 0.52);
    opacity: 0.9;
    background-blend-mode: overlay;
    min-height:200px;
    object-fit:cover;
  }
  .contact .headline{
  font-size:45px;
  }
#acknowledgeCheckbox{
margin: 6px 15px 0 0;
}
.acknowledge-content, #contact label{
font-size:14px;
}
#contact .btn{
      background: #FF7A59;
    border-color: #FF7A59;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
      border-radius: 3px;
    padding: 12px 24px;
}
#contact .form-control, #contact .form-select{
  background-color: #f5f8fa;
  border: 1px solid #a1ccfb;
}
#contact .form-select{
  color: #BFBFBF;
}
.contact .bottom-img{
background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 350px;
  }
  .contact .container{
  margin-bottom:-300px;
  }
 .contact .left-col-info-headline{
  font-size:42px;
    font-weight: 500;
    text-decoration: underline;
  }
  .contact .right-col-headline{
  font-size:42px;
    font-weight: 300;
  }
  .contact .info-titles{
  font-weight: 300;
    font-size:35px;
  }
  .contact .phone-num{
  font-size:21px;
  }
  .contact .details{
  font-weight:300;
  }

.careers #banner-image{
  min-height: 320px;
  background-color: rgba(58, 58, 58, 0.52);
    opacity: 0.9;
    background-blend-mode: overlay;
  }
.careers #banner-image .headline{
font-size:74px;
}
.why-tbs #banner-image, .house-plans #banner-image{
  min-height: 500px;
  }
.house-plans #banner-image{
 background-color: #00000099;
    background-blend-mode: overlay;
  }

  .why-tbs #banner-image .headline{
font-size:45px;
}
  .why-tbs .our-story-headline{
  font-size:42px;
  }

.why-tbs .learn-more-headline{
  font-size:35px;
  }
  .why-tbs .message .btn{
      border: 3px solid var(--primary) !important;
  }
 .why-tbs .right-col-text-under-logo{
      font-size: 28px;
        text-shadow: 0px 0px 5px #d7d7d7;
font-weight:500;
  }

.our-story .btn{
border: 3px solid var(--primary) !important;
}
.our-story .btn:hover{
background-color: #ffffff !important;
  color: var(--primary) !important;
}

.education-center .headline{
font-size:45px;
  }
.education-center .item-article-2col .article-title{
      color: var(--primary);
    text-decoration: none;
}
.education-center .item-article-2col .article-title:hover{
      color: #000000;
}
.education-center .item-article-2col .article-date{
     color: rgba(35, 76, 109, 0.56);
  font-size:14px;
}
.utility-education-center{
  font-size:42px;
}
.vertical-divider{
      border-left: 1px solid #000000;
}
@media (max-width: 767px) {
.vertical-divider{
      border-left: transparent;
}
}
.utility-education-center .btn{
  border: 3px solid var(--primary)!important;
}
.utility-education-center .btn:hover{
background-color:#ffffff !important;
 	color:var(--primary) !important;
}
 .thermal-studs .main-headline{
  font-size:45px;
  }
  .thermal-studs .sub-headline{
  font-size:20px;
  }
   .thermal-studs .second-headline, .thermal-studs .bottom-section-headline{
  font-size:42px;
  }
  .thermal-studs .request-quote{
  font-size:35px;
  }
  .acknowledge-content, #thermal-stud label{
font-size:14px;
}
#thermal-stud .btn{
      background: #FF7A59;
    border-color: #FF7A59;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
      border-radius: 3px;
    padding: 12px 24px;
}
#thermal-stud .form-control, #thermal-stud .form-select{
  background-color: #f5f8fa;
  border: 1px solid #a1ccfb;
}
#thermal-stud .form-select{
  color: #BFBFBF;
}
 .get-a-quote .fa-phone-flip{
  font-size:50px;
  }

.get-a-quote .nav-tabs {
  border-bottom: none;
  display: flex;
  width: 100%;
  margin-bottom: -2px;
  background: #fff;
  gap: 0;
}

.get-a-quote .nav-item {
  flex: 1 1 0;
}

.get-a-quote .nav-link {
  display: flex;               
  align-items: center;       
  justify-content: flex-start;   
  border: 2px solid transparent;
  border-bottom: none;
  background: #fff;
  color: #000;           
  width: 100%;
  border-radius: 0;
  padding: 12px 0 12px 25px;  
  position: relative;
  z-index: 2;
  transition: none;
  font-size: 20px;     
  font-weight: 500;
  text-align: left;  
}

.get-a-quote .nav-link:hover,
.get-a-quote .nav-link:focus,
.get-a-quote .nav-link:active {
  background: #fff;
  color: #000;
  border-color: transparent;
  outline: none;
  box-shadow: none;
}

.get-a-quote .nav-link.active {
  border: 2px solid var(--primary);
  border-bottom: 2px solid #fff;
  background: #fff;
  color: var(--primary);
  border-radius: 0;
  position: relative;
  z-index: 10;
  overflow: visible;
}

.get-a-quote .tab-content {
  position: relative;
}
.get-a-quote .tab-content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: var(--primary);
  z-index: 1;
  transform: scaleY(1.01);
}


.get-a-quote .tab-pane {
  border: 2px solid var(--primary);
  border-top: none;
  padding: 25px;
  background: #fff;
  position: relative;
  z-index: 0;
}


.get-a-quote .nav-link.active::before,
.get-a-quote .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 4px;
  height: 4px;
  background: #fff;
}

.get-a-quote .nav-link.active::before {
  left: -2px;
  border-left: 2px solid var(--primary);
  z-index: 20;
}

.get-a-quote .nav-link.active::after {
  right: -2px;
  border-right: 2px solid var(--primary);
  z-index: 20;
}

#custon-home-solution label, #structurally-engineered-plans label, #catalog label{
font-size:14px;
}
#custon-home-solution .btn, #structurally-engineered-plans .btn, #catalog .btn{
      background: #A7792F;
    border-color: #A7792F;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
      border-radius: 3px;
    padding: 12px 24px;
}
#custon-home-solution .form-control, #custon-home-solution .form-select, #structurally-engineered-plans .form-control, #structurally-engineered-plans .form-select, #catalog .form-select, #catalog .form-control{
  background-color: #f5f8fa;
  border: 1px solid #a1ccfb;
}
#custon-home-solution .form-select, #structurally-engineered-plans .form-select, #catalog .form-select{
  color: #BFBFBF;
}
  .catalog #logo{
  min-height:230px;
  }
.catalog .bottom-headline{
font-size:42px;
  }
  .catalog .btn{
  border:3px solid #000000;
  }
  .catalog .btn:hover{
  border:3px solid var(--primary);
    color:var(--primary);
  }

.catalog #logo.bg-cover{
  background-position: center;
}
@media (max-width: 767px){
.catalog #logo {
    min-height: 130px;
}
}

.gallery #banner-image{
  min-height: 400px;
}
.gallery #banner-image .headline{
 font-size:45px;
  font-weight:500;
}
@media (max-width: 767px){
.gallery #banner-image{
  min-height: 180px;
}
}

.gallery .tab-card {
    background-color: var(--primary);
    color: #fff;
    border: 2px solid #3a3a3a;
    box-shadow: 5px 5px 10px #000000;
    padding: 5%;
}
#photo-gallery .main-headline{
  font-size:45px !important;
}
#photo-gallery .contact-headline, .home-tour.contact-headline{
font-size:35px;
}
#photo-gallery .btn{
border:2px solid var(--primary);
}
#photo-gallery .btn:hover{
color: var(--primary) !important;
  background-color:#ffffff !important;
}
section.gallery{
bottom: -6px;
    position: relative;
}
.tour-instructions-separator {
    border-bottom: 1px solid rgb(221, 221, 221);
    margin: 7px;
}
.tour svg {
    color: var(--primary);
    margin-right: 8px;
}
 .embed.home-tour {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  height: 500px;
}
.embed.home-tour iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.home-tour.contact-headline{
  font-size:45px;
}
.house-plans .headline{
font-size:45px;
}
.house-plans .sub-headline{
font-size:35px;
      line-height: 45px;
}
.house-plans .card-body, .house-plans .card-footer {
    background-color: #F1F2F8;
    font-size: 20px;
    font-weight: 300;
}
.card-body .title, .house-plans .card-footer h4, .hero-headline-house-plan-item, .floor-plan {
    color: var(--primary);
}
#house-plan-select {
    border: 2px solid #000000;
  }

  .dropdown-container {
    position:relative;
}
  .dropdown-btn {
    border:1px solid #ccc;
    padding:8px 12px;
    cursor:pointer;
    background:#fff;
    border-radius:0px;
    min-width:150px;
  }
  .dropdown-menu {
    position:absolute;
    top:110%;
    left:0;
    z-index:10;
    display:none;
    background:#fff;
    border:1px solid #ddd;
    border-radius:8px;
    min-width:280px;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
  }
  .dropdown-content {
    padding:12px;
    display:grid; 
    gap:10px;
}
  .dropdown-content .row {
    display:flex;
    gap:10px;
}
  .dropdown-content select {
    width:100%;
    padding:6px;
}
  .dropdown-footer {
    padding:10px;
    border-top:1px solid #eee;
    display:flex;
    justify-content:flex-end;
    gap:8px;
}
  .apply-btn, .clear-btn {
    padding:6px 10px;
    border-radius:6px;
    border:1px solid #ddd;
    background:#f7f7f7;
    cursor:pointer;
}
  .apply-btn {
    background:#111;
    color:#fff;
    border-color:#111;
}
  .checkbox-list { 
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:8px 12px;
}
  .checkbox-list label {
    display:flex;
    gap:8px;
    align-items:center;
    cursor:pointer;
}

.page-links{
  border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 12px 0;
    text-align: center;
    font-size: 22px;
    color: #f36911;
}
.page-links .side-border{
  border-right: 1px solid black;
}

@media (max-width: 767px) {
.page-links .side-border{
  border-right: none;
}
}
.house-plans .form{
      padding: 25px 25px 25px 25px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.house-plans .form-title{
  font-size:35px;
}

.house-plans-items.first .slider-nav .slick-slide { 
  margin: 0 4px;          
}


.slider-for {
  aspect-ratio: 16 / 9;
}       

.slider-for .slick-list, .slider-for .slick-track { height: 100%; }

.slider-for .slick-slide > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-for .thumb img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}


.slider-nav .slick-list, .slider-nav .slick-track {
  height: 75px;
}   
.slider-nav .slick-slide > div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-nav .thumb img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
  .custom-home-banner{
        background-color: transparent;
    background-image: linear-gradient(180deg, #3A3A3A 83%, #D7AA5C 100%);
    min-height:35vh;
}
  .content-section{
  background-color: transparent;
    background-image: linear-gradient(180deg, #D7AA5C 0%, #FFFFFF 2%);
  }

  .description.home-details{
    line-height: 30px;
    font-size: 14px;
}
  .btn.home-details{
    box-shadow: rgb(58, 58, 58) 0px 0px 10px 0px;
    border:2px solid #ffffff;
  }
  .btn.home-details:hover{
  border:2px solid var(--primary) !important;
    color:var(--primary) !important;
    background-color: #ffffff !important;
  }

.house-plans .design-options{
  border-bottom:3px solid var(--primary);
} 
.house-plans .design-options:hover{
  color:#ffffff;
  border-bottom:3px solid #ffffff;
} 
.design-options.material{
border-bottom:3px solid #ffffff;
}
.material-design-options #banner-image{
 background-color: #00000099;
    background-blend-mode: overlay;
  min-height: 380px;
  background-position: bottom;
  }
  .material-design-options .card p, .material-design-option .btn.view-all{
  font-size: 15px;
    text-align: center;
  }
  .material-design-options .card{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  }
.image-att-style {
    background-color: #e0e0e0;
}

.ozark-floor-plan #banner-image{
  background-color: #5f5f5f99;
    background-blend-mode: overlay;
}
.ozark-floor-plan #banner-image .headline{
    color:#ffffff !important;
}
.ozark-floor-plan .cta-border{
  border:2px solid var(--primary);
}
.ozark-floor-plan .cta-border, .ozark-floor-plan .cta-solid{
  transition: transform 0.5s ease;
}
.ozark-floor-plan .cta-border:hover, .ozark-floor-plan .cta-solid:hover{
  transform: scale(1.1);
}

 .ozark-floor-plan .border-info{
  border:1px solid #000000 !important;
  }
 .ozark-floor-plan .border-info.sq-ft-garage{
 border-right: none !important;
    border-left: none !important;
    border-bottom: none !important;
  }
  .ozark-floor-plan .border-info.sq-ft-living, .ozark-floor-plan .border-info.sq-ft-total{
    border-bottom: none !important;
  }
   .ozark-floor-plan .border-info.sq-ft-garage-number{
 border-right: none !important;
    border-left: none !important;
  }


.ozark-floor-plan .nav-pills .nav-link {
  border: 1px solid transparent;
  background: #fff;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  transition: none; 
}


.ozark-floor-plan .nav-pills .nav-link:not(.active):hover,
.ozark-floor-plan .nav-pills .nav-link:not(.active):focus,
.ozark-floor-plan .nav-pills .nav-link:not(.active):focus-visible,
.ozark-floor-plan .nav-pills .nav-link:not(.active):active {
  border-color: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
}


.ozark-floor-plan .nav-pills .nav-link.active {
  border: 1px solid #d5d8dc;
  border-right: none;
  position: relative;
  right: -1px;
  z-index: 2;
}

 
  .ozark-floor-plan .tab-pane.active img{
  border: 1px solid #d5d8dc;
  }


.ozark-floor-plan .tab-pane img {
  display: block;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  transition: none !important; 
  }

.ozark-floor-plan .img-frame {
  position: relative;
  padding: 30px;
}
.ozark-floor-plan .img-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid transparent; 
  pointer-events: none; 
}


.ozark-floor-plan .tab-pane.active .img-frame::after,
.ozark-floor-plan .tab-pane.show .img-frame::after {
  border-color: #d5d8dc;
}

.ozark-floor-plan .tab-pane.fade {
  transition: opacity 0s linear !important;
}
.ozark-floor-plan .card-shadow{
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

 .quick-sf-filters .qs-btn {
    display: inline-block;
    background: #fff;
    border: 2px solid #111;
    padding: 5px 10px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    color: #111;
    font-size: 13px;
    white-space: nowrap;
    width: 100%;
  }
  .quick-sf-filters .qs-btn.active {
    background: #333;
    color: #fff;
    border-color: #333;
  }
  .quick-sf-filters .qs-btn:focus {
    outline: none;
    box-shadow: none;
  }

  /* Keep one line until md, wrap below */
  @media (max-width: 767.98px) {
    .quick-sf-filters .row {
      flex-wrap: wrap !important;
      justify-content: center;
    }
    .quick-sf-filters .col-auto {
      flex: 1 1 auto;
      text-align: center;
    }
  }

.timber-frame .card-body, .house-plans .card-footer {
    background-color: #F1F2F8;
    font-size: 20px;
    font-weight: 300;
}
.timber-frame #banner-image .sub-headline{
	color:var(--primary) !important;
  font-size: 45px;
    text-shadow: 0px 0px 9px rgba(0, 0, 0, 0.97);
  font-weight:500;
}

.education-cat-section li{
        font-size: 12px;
    font-weight: 600;
  }
 .education-cat-section .nav-link{
         padding: 0px 5px;
   margin-left: 3px;
  }
  .education-cat-section .nav-pills .nav-link.active, .education-cat-section .nav-pills .show>.nav-link{
      color: #ffffff !important;
    background-color: var(--primary);
  }
.like-any .headline{
  font-size:30px;
  }
  .like-any-categories a, .like-any .read-more{
  color: var(--primary);
text-decoration:none;
    font-weight: 400;
  }

.box-shadow{
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  }

.resources .ratio>*{
border-radius:5px;
}
  .education-center .sticky-2{
  position: sticky;
    top: 40px;
  }