@import "fonts.css";

.sp-page-title-heading a {
    color: #fff;  
}
.article-details {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.btn {
  border-radius: 0;
} 
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #feb406;
    --bs-btn-border-color: #feb406;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #e7a303;
    --bs-btn-hover-border-color: #e7a303;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg:#e7a303;
    --bs-btn-active-border-color: #e7a303;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn-primary, .sppb-btn-primary {
    color: #000;
    font-weight: 500;
    border-color: #feb406;
    background-color: #feb406;
    padding: 10px 20px;
}
.spbp-btn-outline {
  color: #feb406;
}
.btn-primary:hover, .btn-primary:active, .sppb-btn-primary:hover {
    border-color: #e7a303;
    background-color: #e7a303;
}
.sppb-btn-primary.sppb-btn-outline:focus:hover {
    color: #fff;
    background-color: #f5a623;
    border-color: #f5a623;
}
.sppb-btn-primary:focus {
    color: #fff;
    box-shadow: 0 0 0 3px rgba(245, 166, 35, .5);
}
.sppb-btn-primary.sppb-btn-outline:hover, .sppb-btn-primary.sppb-btn-outline:active {
    color: #000;
    background-color: #f5a623;
    border-color: #f5a623;
}

.sppb-btn {
    font-weight: 600;
}  

.sppb-btn, .sppb-btn-lg {
    padding: 12px 24px;
}  

.sp-megamenu-parent>li>a, .sp-megamenu-parent>li>span {
    font-size: 16px;
}

.sppb-section-title .sppb-title-heading, .sppb-addon-title {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding-bottom: 10px;

}

.sppb-addon-title:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #feb406;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}
.sppb-text-left .sppb-addon-title:after {
   left: 0;
   margin-left: 0;
}

.sppb-btn-link {
    font-weight: 500;
    color: #feb406;
}
.sppb-btn-link:focus, .sppb-btn-link:hover {
    color: #ffd470;
}  


.related-article-list-container {
    margin-top: 150px;
}
  
.related-article-list .article .article-header h2 {
    font-size: 20px;
}


#sp-bottom {
  font-size: 16px;
}
#sp-bottom #address .address-info {
  clear: left;
  text-align: left;
  padding-bottom: 10px;
}
#sp-bottom #address .icon {
  float: left;
  margin-right: 15px;
  line-height: normal;
}
#sp-bottom #address .content {
  overflow: hidden;
}
#sp-bottom .sp-module .sp-module-title {
    font-weight: 600;
}  
@media (max-width: 575px) {
  #sp-bottom .sp-module .sp-module-title {
   margin-top: 40px;
  }
}
#sp-bottom .sp-module ul>li {
    margin-bottom: 12px;
}

 
#sp-footer .container-inner {
  padding: 0px 0 30px;
  border-top: none;
}
.policies-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 5px;
    margin-bottom: 20px;
}
@media (max-width: 575px) {
  .policies-menu {
    font-size: 13px;
  }
}
@media (max-width: 430px) {
  .policies-menu {
    font-family: 'Roboto Condensed', sans-serif;
  }
}

/* application form */
.form-control {
  border-radius: 0;
}
#ApplicationForm .formContainer {
  padding: 15px;
  background-color: #f3f3f3;
}
#ApplicationForm .mb-3 {
    background-color: #e3e3e3;
    padding: 15px;
}
#ApplicationForm hr {
    opacity: 1;
    border: 2px dotted grey;
}
#ApplicationForm strong.formRequired {
    color: #ff9800;
}

#ApplicationForm input::placeholder {
  font-size: 0.9rem;
}

#ApplicationForm a {
    color: #a77500;
}
#ApplicationForm a:hover {
    color: #e7a303;
}


.form-label {
    font-weight: 600;
}

.form-check-input:checked {
    background-color: #feb406;
    border-color: #feb406;
}
#ApplicationForm .row>*:not(:last-child) {
  padding-right:0px;
}
#ApplicationForm .rsform-block-total-charges .form-label {
  font-size: 20px;
  color: #795500;
}
.rsfp-field-multiple-plus-button {
  padding: 6px 12px;
  margin-top: -150px;
  margin-left: 160px;
  font-size: inherit;
}

.apply-button {
    padding-top: 17px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #f5a623;
    border-radius: 0px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#sp-bottom a.apply-button{
      color: #f5a623;
}
#sp-bottom a.apply-button:hover, #sp-bottom a.apply-button:hover:focus {
    background: #F5A623;
    color: #000000;
    border-color: #F5A623;
}