@charset "UTF-8";


/* Elements */
h1.articleHeadline {
    margin-bottom: 40px;
}

a {
    color:#ffffff;
}

a:focus, a:hover {
    color: #fee93e;
}

.btn-primary {
    background-color: #284B31;
    border-color: #284B31;
}

button#submit {
    background-color: #C1CEC5;
    border: none;
    color: #142518;
}

/* Base Template */
body {
    background-color:#325F3E;
    color:#ffffff;
}
header {
    background-image: url(../images/bgBar.jpg);
    background-size: cover;
    background-position: center;
}

body > div.container-topbar {
    background-color: #4927B0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 4px 24px;
    margin-bottom:40px;
}

.mod-menu {
    flex-direction: row;
    margin:20px 0;
}

.mod-list li.active>a {
    display: inherit;
    text-decoration: none;
    font-weight: bold;
    color: #fee93e;
}

li.nav-item > a {
    margin: 0 16px;
    font-size: 18px;
}

li.nav-item > a:hover {
    text-decoration:none;
    color:#ffffff;
}

#mainWrapper {
    padding:0;
}

#mainWrapper > div > div.col-md-6 {
    padding: 0 40px;
}

main {
    background-color: #284B31;
    padding: 20px;
    min-height: 400px;
}

div.com-content-article__body {
    font-size: 18px;
}

section {
    padding:20px 0;
}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

footer {
    background-color: #ab8554;
    color:#fff;
    padding:40px;
}

footer a,
footer a:hover {
    color:#fff;
}

/* Right Column Modules */
div#mod-custom110, 
div#mod-custom111 {
    margin: 40px 0;
}

/* Truss Galleries */
div.ig-main-scope-wrapper {
    background-color: #284B31;
}

/* Truss Menu Module */
#mod-custom110 {
    background-image: url(../images/rafters_menu_bg.jpg);
    float: inherit;
    padding: 10px;
    border: 1px solid;
}

div.rafter_type {
    padding: 16px;
    text-align:center;
    margin-bottom:20px;
}

div.rafter_image {
    text-align: center;
}

div..rafterMenuHeader {
    margin: 4px 0px;
}

div.rafterMenuHeader > a {
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
}

div..rafterMenuDescription {
    font-size: 18px;
}

/* Where To Buy Page */
#accordionWhereToBuy {
    color: #325f3e;
}
#accordionWhereToBuy a {
    color: #325f3e;
}
#accordionWhereToBuy .accordion-button {
    background-color: #F6F2ED;
}
#accordionWhereToBuy .accordion-button:not(.collapsed) {
    background-color: #E5DACB;
}
#accordionWhereToBuy .accordion-body {
    padding: 40px 20px;
}
#accordionWhereToBuy .accordionCard.row {
    margin-bottom: 40px;
}
#accordionWhereToBuy .accordionCardCity {
    font-weight: bold;
    color: #325F3E;
}
#accordionWhereToBuy .accordionCardTitle {
    font-size: 24px;
    font-weight: bold;
    color: #325f3e;
}
#accordionWhereToBuy span.accordionDataLabel {
    font-weight: bold;
}
#accordionCardDealerContractor {
    margin: 8px 0px;
}
#accordionCardDealerContractor span {
    border: 1px solid darkgreen;
    padding: 0px 12px;
}

/* Contact Us Form */
.contact-info-section {
  background-color: #325f3e;
  color: #ffffff;
  box-shadow: 0 4px 24px rgba(40, 75, 49, 0.10);
}

.contact-icon {
  font-size: 2.2rem;
  color: #ab8554;
  flex-shrink: 0;
}

.contact-label {
  color: #ab8554;
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-bottom: 0.2rem;
}

.contact-link {
  color: #ffffff;
  font-size: 1.08rem;
  text-decoration: none;
  word-break: break-word;
  transition: color 0.2s;
}

.contact-link:hover,
.contact-link:focus {
  color: #ab8554;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  .contact-info-section {
    padding: 1.5rem 1rem;
  }
  .contact-icon {
    font-size: 1.7rem;
  }
}

div#rsfp_thankyou_popup_inner {
    color: #142518;
}


/* Privacy Policy */
.privacy-policy-section {
  background-color: #325f3e;
  border-radius: 1rem;
  box-shadow: 0 4px 24px rgba(40, 75, 49, 0.15);
}

.policy-header h2 {
  color: #ab8554;
  font-weight: 700;
  letter-spacing: 1px;
}

.policy-header .lead {
  color: #ffffff;
  font-size: 1.15rem;
}

.policy-title {
  color: #ab8554;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  border-left: 4px solid #ab8554;
  padding-left: 0.75rem;
}

.policy-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.policy-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.policy-list li::before {
  content: "•";
  color: #ab8554;
  position: absolute;
  left: 0;
  font-size: 1.2rem;
  top: 0;
}

.policy-link {
  color: #ab8554;
  text-decoration: underline;
}

.policy-link:hover {
  color: #ffffff;
  text-decoration: none;
}





/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    main {
        padding: 40px;
    }
  }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #accordionWhereToBuy {
        width: 690px;
        margin: 0px auto;
    }
    #accordionWhereToBuy div.col.accordionCardInfo {
        border-left:1px solid darkgreen;
        padding-left: 20px;
    }
    div.rafter_type {
        text-align: left;
    }
    div.rafterMenuHeader > a {
        font-size: 18px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {  }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
    #about h1 {
        font-size:50px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }