
 
 
/*
 1.) Typography
 ----------------------------------------*/
/*
// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
 ----------------------------------------*/
.jost-<uniquifier> {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

h1, .h1 {
    font-size: 2.5rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Jost", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.25;
}
h1, h2, h3, h4, h5, h6, hgroup, hr, ul, ol, dl, blockquote, p, address, figure, pre {
    margin: 0 0 1.5rem;
}

a {
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #087579;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #e57200;
    text-decoration: underline;

}

.bold {
    font-weight:700;
}

.link-body-emphasis {
  --bs-emphasis-color-rgb: 8, 117, 121;
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}


/*
 2.) Default Styles
 ----------------------------------------*/
 
/*= Body 
=======================================================*/

body {
	margin: 0;
	padding:0;
	font-size:1.1rem;
	color:#444;
	line-height:1.5;
	font-family:"Jost","Helvetica Neue",Helvetica,sans-serif;
}


ul.nav-primary  {
}

li.nav-primary-item  {
}

.hero h1, .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.hero_bg {
/*height: 114px;*/
background-color: #087579;
   
}

.hero_bg::after {
    content: '';
    /*position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;*/
    background-image: url(/assets/img/banner-flair.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    opacity: .4;
}


/* Forms 
=======================================================*/

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

form input[type=text], form input[type=tel], form input[type=email], form input[type=date], form select, form textarea, .form-control {
    width: 100%;
    padding: .75rem;
    border: solid 1px #000;
    border-radius: 0px;
   }

.form-group {
    margin-bottom: 1.5rem;
}

.col-form-label {
	font-weight: 500;
    display: block;
    margin-bottom: .25rem;
    text-align: right;
}


label.required-field-orange-star::after {
	content: ' *';
    color: #e57200;

}

/*** Buttons ***/

.btn {
  --bs-btn-padding-x: 2.5rem;
  --bs-btn-padding-y: .75rem;
  --bs-btn-font-family: "Jost","Helvetica Neue",Helvetica,sans-serif;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 100vw;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-main, .btn-primary {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding: .75rem 2.5rem;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 100vw;
    -webkit-transition: .25s ease;
    transition: .25s ease;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing:1px;
    font-size: 18.66px;
    background: #e57200;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e57200;
  --bs-btn-border-color: #e57200;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b25900;
  --bs-btn-hover-border-color: #b25900;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #e57200;
  --bs-btn-active-border-color: #e57200;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b25900;
  --bs-btn-disabled-border-color: #b25900;
}

.btn-primary2 {
  --bs-btn-color: #444;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #e57200;
  --bs-btn-hover-color: #e57200;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #b25900;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #444;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #e57200;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b25900;
  --bs-btn-disabled-border-color: #b25900;
}

.btn-primary2 {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    text-decoration: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    color: #444;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding: .75rem 2.5rem;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-color: #e57200;
    border-radius: 100vw;
    -webkit-transition: .25s ease;
    transition: .25s ease;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing:1px;
    font-size: 14px;
    background: transparent;
}


/***** PANELS *****/

.panel-order {

}
.panel-order .panel-body {
  background-color: #ffffff;

}
.panel-order > .panel-heading {
  color: #444;
  background-color: #ffffff;
  border-bottom: 5px solid #087579;
  font-size: 26px;
  margin-top:20px;
  margin-bottom:30px;
}


.table-light {
  --bs-table-color: #444;
  --bs-table-bg: #f5f5f5;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #444;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #444;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}


/** business incorp **/

.order-headers h1 {
    margin: 10px 0 20px 0;
    border-radius: 5px;
    background: #e57200;
    font-size: 20px;
    text-align: left;
    color: #fff;
    padding: 5px 5px 5px 5px;
}


/*
 * Proposal
 */

body.proposal {
  font-family: Arial, sans-serif;
  background-image: url('/assets/img/bg-main.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  height:100%;
}

#container-bg {
  /*background-color: rgba(255, 255, 255, 0.2);*/
  height:100%;
}

#wrapper {
/*  background: rgba(0, 0, 0, 0.4); 
*/  background: rgba( 5, 71, 73, 0.7); 

  padding:30px;
}

#topwrapper {
background-image: url('/assets/img/bg-top2.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
width: 100%;
margin: 0 0 30px 0;
border-radius: 5px;
}


#topinfo {
  padding: 10px;
  margin: 0 0 15px 0;

}

#profile {
  border: 4px solid #eb7f24;
  border-radius: 50%;
  margin-bottom: 20px;
}

#top-title {
  color: #ffffff;
  margin: 50px 0 0 40px ;

}

#top-card {
  padding: 30px;
  width: 300px;
  margin-left: 50px;
  background-color: #ffffff;
  text-align:center;
  border-radius: 0;

}


.card-proposal {
  border: none;
  margin-bottom:15px;


}

#pricing {
    border:1px solid rgba(0, 0, 0, 0.125);
}


.proposal-header h2, .proposal-acc h2 {
  color: #fff;
  font-size: 20px;
  padding: 3px 0 0 0;
    font-family: "Jost", "Helvetica Neue", Helvetica, sans-serif;

}
h2 > .fa {
  font-size: 16px;
}

h5.proposal-title {
  font-weight: 700;
  font-size: 18px;
}

.card-body-proposal {
}

.card-body-proposal h3 {
  color:#444;
  font-size: 24px;
  font-weight: 700;

}

.ra-icon {
  color:#eb7f24;
  font-size: 40px;
}

p.h6 {
  line-height: 24px;
  padding-bottom: 0;
  margin-bottom: 0;
}

   ul {
          list-style: none;
        }
         i.fa-check {
          color: #eb7f24;
        }

.list-check {
  margin-bottom:0!important;
}       


.accordion-button-proposal {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    font-size: 1.5rem;
    font-weight:500;
    color: #fff;
    text-align: left;
    background-color: #087579;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-button-proposal:not(.collapsed) {
    color: #fff;
    background-color: #087579;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button-proposal::after {
color:#fff;
}


.sidebox1 {
    padding:20px;
    border:1px solid #e1e1e1;
    background-color:#FAFAFA;
}







.mt-20 {
    margin-top: 20px;
}

.summary-header {
    background-color: #EEECE1; font-weight: 700; font-family: Arial; font-size: 10pt;
}



.h2-header {
    font-size: 24px;
    font-weight: 700;
    color: #087579;
}

.text-teal {
    color: #087579;
}

@media print {
    table tbody tr td:before,
    table tbody tr td:after {
        content: "";
        height: 4px;
        display: block;
    }
}

@media (max-width: 1228px) {
  #top-card {
    margin-left:20px;
  }

#top-title {
    margin: 32px;
  }
}

@media (max-width: 635px) {

.col-form-label {
    text-align:left;
}


#top-card {
    margin:auto;
  }

#top-title {
    margin: 32px;
  }
}
